@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUITE@2/fonts/static/woff2/SUITE.css");

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

.main_popup ol,
.main_popup ul,
.main_popup li {
    list-style: unset;
    list-style-position: unset;
    margin: unset;
    padding: unset;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

p,
.table {
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

#site>.container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #2a942c;
    --font-s: "SUITE", "Pretendard Variable", "notokr", sans-serif;
}

.btn {
    border-radius: 3px;
    font-size: 15px;
}

.form-control {
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: -0.03em;
    height: 42px;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

#about05 .img-box.on {
    display: none;
}

#business05 .group-map .img_area.on {
    display: none;
}

#business05 .img-map .img_area.on {
    display: none;
}

/* ------------ 접근성 ------------ */
.navbar .caret {
    display: none;
}

.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* ------------ 상단 메뉴 ------------ */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09);
}

.navbar-inverse .navbar-brand img {
    height: 46px;
    margin-top: 10px;
}

.navbar-inverse .navbar-right {
    margin-right: -30px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 38px 38px;
    font-size: 19px;
    font-weight: 600;
    color: #222;
}

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

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

@media (max-width: 767px) {

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: wrap;
    }

    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }

    .navbar-inverse .navbar-brand img {
        margin-top: 6px;
        height: 75%;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 15px;
    }

    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:focus {
        font-size: 17px;
        color: #333;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #000;
        border-radius: 0;
    }

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

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

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }

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

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

    .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 {
        left: 50%;
        right: auto;
        transform: translate(-50%, -15px);
        border-radius: 10px;
        border: 0;
        padding: 20px 0;
        background: #258d27;
        -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 6px 19px rgba(0, 0, 0, 0.25);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        min-width: 160px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 8px 15px;
        text-align: center;
        font-size: 15px;
        color: #d4f5cc;
        background: transparent;
        font-weight: 450;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #fff;
        font-weight: 600;
    }
}

/* ------------  슬라이드 ------------  */
#main_wrapper {
    overflow: hidden;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}

.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#mainCarousel .carousel-inner .item {
    /* height: 867px; */
    height: calc(100vh - 96px);
}

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

.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}

.carousel-indicators li {
    width: 60px;
    height: 5px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 7px 0 0;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 60px;
    height: 5px;
    margin: 0 7px 0 0;
    opacity: 1;
}

.carousel-caption {
    color: #fff;
    text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    top: 78%;
    bottom: inherit;
    padding: 0;
    left: 19%;
    right: 19%;
}

.carousel-caption h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 0px;
    margin-left: 2px;
    font-family: var(--font-s);
}

.carousel-caption p {
    font-size: clamp(25px, 3.8vw, 64px);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: var(--font-s);
}

.main_btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0px 70px 0 24px;
    line-height: 60px;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    /* border: 1px solid #fff; */
    border-radius: 100px;
    color: #fff;
    background: transparent;
    border-color: #fff;
    transition: all 0.4s ease;
    float: right;
    margin-top: -70px;
    letter-spacing: 0px;
    border: 2px solid #fff;
}

.main_btn:hover {
    transform: none;
    opacity: 1;
}

.main_btn .circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    padding: 0 21px 0 24px;
    white-space: nowrap;
    color: #fff;
    background: #38c74a;
    border-radius: 100px;
    transition: clip-path .35s cubic-bezier(0.72, 0.34, 0.6, 0.83), transform .2s cubic-bezier(0.79, 0.38, 0.35, 0.9);
    clip-path: inset(8px 8px 8px calc(100% - 55px) round 58px);
}

.main_btn:hover .circle {
    clip-path: inset(0 round 50px);
}

.main_btn .circle>span {
    font-size: 20px;
    aspect-ratio: 1;
    color: #fff;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 470px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 0;
        top: 50%;
    }

    .carousel-caption h1 {
        font-size: 14px;
        line-height: 30px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 20px;
    }

    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators {
        bottom: 30px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}

#site footer .sns-wrap {
    display: flex;
    gap: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

#site footer .sns-wrap img {
    height: 30px;
    object-fit: contain;
}

#site footer .footer-info {
    padding: 50px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}

#site footer .footer-info ul li:first-child {
    font-weight: 700;
    color: #ccc;
    margin-bottom: 3px;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 21px;
}

#site footer .footer-info .logo>img {
    padding: 0 20px;
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
    position: relative;
}

#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.08em;
}

#site footer .footer-info ul .login-g {
    float: right;
}

#site footer .footer-info ul .login-g a {
    color: #fff;
    opacity: 0.4;
    border: 1px solid #aaa;
    padding: 5px 15px;
    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}

#site footer .footer-info ul .login-g:hover a {
    opacity: 0.9;
}

@media (max-width: 767px) {

    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }

    #site footer .footer-info .logo>img {
        width: 40%;
        margin: 0 auto 20px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 400px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat bottom center;
    background-size: cover;
}

.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.sub_header h2 {
    line-height: 1;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    font-family: var(--font-s);
}

.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }

    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    margin-top: -60px;
}

.sub_menu ul {
    display: flex;
    justify-content: center;
    background: rgb(8 61 15 / 85%);
    border-radius: 15px 15px 0 0;
}

.sub_menu ul>li {
    width: 200px;
    text-align: center;
}

.sub_menu ul>li::after {}

.sub_menu ul>li>a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 60px;
    text-decoration: none;
    padding: 0;
    transition: all 0.2s ease;
}

.sub_menu ul>li.active>a::after {
    content: '';
    width: 14px;
    height: 7px;
    border-top: 7px solid #faac08;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
}

.sub_menu .nav li:hover a {
    background: rgb(255 255 255 / 20%);
}

.sub_menu .nav li.active a {
    border-radius: 10px 10px 0 0;
    line-height: 70px;
    margin-top: -10px;
    background-color: #fff !important;
    color: #1e7121;
    font-weight: 600;
}

@media (max-width: 767px) {
    .sub_menu {
        border-bottom: 0px;
        margin-top: 15px;
    }

    .sub_menu ul {
        flex-wrap: wrap;
        gap: 0;
    }

    .sub_menu ul>li {
        flex: 1 1 48%;
        padding: 3px;
    }

    .sub_menu ul>li::after,
    .sub_menu ul>li>a::after {
        content: none;
    }

    .sub_menu ul>li>a {
        height: 42px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: inherit;
        transition: all 0.2s;
        border: 1px solid #ddd;
    }

    .sub_menu .nav li.active a,
    .sub_menu .nav li:hover a {
        background-color: var(--page-point-color) !important;
        color: #fff;
        border: 1px solid var(--page-point-color);
    }
}

/* ------------ 공통 ------------  */
.content {
    padding: 90px 0 110px;
}

.content+.content {
    padding-top: 30px;
}

.content:last-child {
    padding-bottom: 150px;
}

.content_box {
    padding-bottom: 120px;
}

.content_box:last-child {
    padding-bottom: 0;
}

.page_tit {
    position: relative;
    margin: 110px 0 0;
    text-align: center;
}

.page_tit h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    color: #111;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    font-family: var(--font-s);
    letter-spacing: -0.03em;
}

.sub_tit {
    position: relative;
}

.sub_tit h4 {
    margin-top: 0;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}

.sub_tit h4 p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.content_box h5 {
    line-height: 1.5em;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: var(--page-point-color);
    margin: 0 0 30px;
}

.content_box h5 p {
    font-weight: 400;
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}

.category {
    margin-top: 50px;
}

.category .nav {
    display: flex;
    justify-content: center;
}

.category .nav li {
    flex: 1;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
}

.category .nav li.active {
    background: #f5f5f5;
}

.category .nav li.active a {
    color: #fff;
    background: #111;
}

.category .nav li a {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0 15px;
    color: #555;
    letter-spacing: -0.03em;
}

.sub_menu_nav {
    margin-top: 60px;
}

.sub_menu_nav .container {
    text-align: center;
}

.sub_menu_nav .nav {
    display: inline-flex;
    gap: 30px;
    justify-content: center;
    background: #f7f7f7;
    padding: 10px 30px;
    align-items: center;
    border-radius: 50px;
}

.sub_menu_nav .nav::before,
.sub_menu_nav .nav::after {
    content: none;
}

.sub_menu_nav .nav>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #999;
    padding: 0;
    border-radius: 0;
    border-radius: 30px;
}

.sub_menu_nav .nav>li.active>a,
.sub_menu_nav .nav>li.active>a:focus,
.sub_menu_nav .nav>li.active>a:hover {
    background: var(--page-point-color);
    color: #fff;
    padding: 3px 10px;
}

.sub_menu_nav .nav>li>a:focus,
.sub_menu_nav .nav>li>a:hover {
    background: transparent;
    color: #333;
}

.list-dot>li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-dot>li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #333;
    border-radius: 50%;
}

.list-dash>li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

.list-dash>li::before {
    content: "";
    top: 11px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}

.list-num,
.list-num-basic {
    counter-reset: number 0;
}

.list-num>li,
.list-num-basic>li {
    padding-left: 32px;
    font-size: 18px;
    line-height: 2em;
    position: relative;
    list-style: none;
}

.list-num>li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.list-num-basic>li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 7px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}

.table_style01 {
    font-size: clamp(15px, 2vw, 16px);
    width: 100%;
    overflow: hidden;
}

.table_style01 table {}

.table_style01 .tb_tit {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50pc;
    padding: 9px;
    line-height: 1;
}

.table_style01 table {
    border-top: 2px solid #333;
}

.table_style01 tr {
    border-bottom: 1px solid #ddd;
}

#about04 .content {
    padding: 20px 0 35px;
}

#about04 section:last-child .content:last-child {
    padding-bottom: 150px;
}

#about04 .page_tit h3 {
    text-align: left;
}

.bar-list {}

.bar-list ul {}

.bar-list li {
    font-size: 20px;
    color: #000;
    padding-left: 16px;
    position: relative;
}

.bar-list li span {
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
}

.bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    width: 9px;
    height: 2px;
    background: #000;
}

#about04 .table_style01>p {
    display: none;
    align-items: center;
    margin-bottom: 7px;
    font-size: 18px;
    gap: 8px;
}

#about04 section:last-child .page_tit {
    margin-top: 0;
}

#about04 .table_style01 .material-symbols-outlined {
    --fill: 1;
    color: var(--page-point-color);
    vertical-align: middle;
}

#about04 table caption span {}

#about04 .table_style01 tr {}

#about04 .table_style01 th {}

#about04 .table_style01 td {
    border: 1px solid #ddd;
}

#about04 .table_style01 th.emp {
    width: 165px;
}

#about04 .table_style01 td,
#about04 .table_style01 th {
    text-align: center;
    border: 1px solid #ddd;
}

.table_style01 tr :is(th, td) {
    font-size: clamp(15px, 2vw, 16px);
    padding: 13px 15px !important;
    color: #555;
    font-weight: 400;
    text-align: center;
    vertical-align: middle !important;
    text-align: left;
    letter-spacing: -0.03em;
}

.table_style01 tr :is(th, td):last-child {}

.table_style01 tr th {
    font-weight: 600;
    color: #333;
}

.table_style01 thead tr th {
    background: #f9f9f9;
    font-size: clamp(15px, 2vw, 16px);
    border-bottom: 0;
    padding: 13px 15px !important;
}

.table_style01 tbody tr th {
    background: #f4f9f3;
}

/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}

/* board, form */
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}

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

input+#list_btn {
    display: none;
}

.board_wrapper {
    margin: 0;
}

@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 32px;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }

    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }

    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 100%;
    }

    .table.table_default tbody .subject a {
        font-size: 15px;
    }

    .board_wrapper .table .subject {
        width: 45%;
    }

    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

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

#site :is(.table_video, .table_blog2, .table_pd) {
    --board-template-columns: 1;
    display: grid;
    grid-template-columns: repeat(var(--board-template-columns), minmax(0, 1fr));
    margin-inline: 0;
    gap: clamp(30px, 4vw, 70px) clamp(20px, 3vw, 40px);
}

#site :is(.table_video, .table_blog2, .table_pd) .inner {
    border: 0;
}

#site :is(.table_video, .table_blog2, .table_pd)::before,
#site :is(.table_video, .table_blog2, .table_pd)::after {
    content: none;
}

@media (width >=576px) {
    #site :is(.table_video, .table_blog2, .table_pd) {
        --board-template-columns: 2;
    }
}

@media (width >=768px) {
    #site :is(.table_video, .table_blog2, .table_pd) {
        --board-template-columns: 3;
    }
}

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

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

#site :is(.table_video, .table_blog2, .table_pd)>dd.no_content {
    grid-column: span var(--board-template-columns);
}

/* 게시판 썸네일 */
#site :is(.table_video, .table_blog, .table_blog2, .table_pd) a span.thumb {
    display: block !important;
    aspect-ratio: 1.6666666667;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: #ccc;
    transition: all 0.5s ease;
}

#site :is(.table_video, .table_blog, .table_blog2, .table_pd) a span.thumb:hover {
    transform: scale(1.1);
}

#site :is(.table_video, .table_blog, .table_blog2, .table_pd) a {
    border-radius: 10px;
    overflow: hidden;
}

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

#site :is(.table_video, .table_blog2) .bottom {
    margin-top: 18px;
    padding: 0;
}

#site :is(.table_video, .table_blog2) :where(.inner .bottom) a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
}

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

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

#site :where(.table_video, .table_blog2, .table_blog) :where(.inner .bottom, .right) .info span {
    padding: 0;
}

/* ------------ main ------------  */
.video-section {
    position: relative;
    margin-top: -200px;
}

.video-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.video-section .embed-responsive {
    pointer-events: none;
}

.video-section .embed-responsive iframe {}

/* ------------ about01 ------------  */
.greet {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 100px;
}

#about01 .greet .table_style01 {
    border: none;
    border-top: 2px solid #eee;
    padding-top: 20px;
    margin-top: 60px;
}

#about01 .greet .table_style01 :is(table, th, td, tr) {
    border: none;
    text-align: left;
    vertical-align: top !important;
    background: transparent;
    position: relative;
}

#about01 .greet .table_style01 tr :is(th, td) {
    padding: 8px 20px !important;
}

#about01 .greet .table_style01 .table {}

#about01 .greet .table_style01 tr {
    /* border-top: 1px solid #ddd; */
}

#about01 .greet .table_style01 th {
    padding-left: 20px !important;
}

#about01 .greet .table_style01 th::before {
    content: '';
    width: 8px;
    height: 3px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    top: 16px;
    border-radius: 100px;
}

#about01 .greet .table_style01 {}

#about01 .greet .table_style01 td {
    font-size: 15px;
    line-height: 1.6;
}

.greet .img_area {
    position: relative;
    padding-top: 10px;
    padding-right: 50px;
}

.greet .img_area img {
    border-radius: 10px;
}

.greet .img_area span {
    transform: rotate(90deg);
    position: absolute;
    left: -30px;
    top: 95px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.34;
}

.greet .img_area .comp {
    width: 180px;
    background: #fff;
    padding: 24px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    margin-top: -140px;
    margin-left: -40px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greet p.name {
    display: flex;
    align-items: end;
    gap: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    justify-content: center;
}

.greet p.name img {
    filter: contrast(1.2);
    height: 34px;
}

.greet .txt_area p.emph {
    position: relative;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #222;
}

.greet .txt_area p.emph strong {
    color: var(--page-point-color);
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-family: var(--font-s);
    line-height: 1.25;
}

.greet .txt_area p.emph strong:nth-child(3) {
    margin-bottom: 40px;
}

.greet .txt_area p.emph strong span {
    display: inline-block;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 800;
    color: #1a5d21;
    margin-left: 10px;
}

.greet .txt_area p.emph strong span {}

.greet .txt_area p {
    word-break: keep-all;
    margin: 0 0 30px;
    font-size: 17px;
    text-align: left;
    margin-bottom: 25px;
    line-height: 1.6;
    letter-spacing: -0.034em;
    color: #444;
}

/* ------------ about02 ------------  */
.timeline_tit {
    text-align: center;
    background: url('/public/img/sub/timeline_tit_bg01.jpg') no-repeat;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.timeline_tit::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.35;
}

#about02 .inner>.content_box:nth-child(2) .timeline_tit {
    background: url(/public/img/sub/timeline_tit_bg02.jpg) no-repeat;
}

#about02 .inner>.content_box:nth-child(3) .timeline_tit {
    background: url(/public/img/sub/timeline_tit_bg03.jpg) no-repeat;
}

.timeline_tit p {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    gap: 4px;
    font-size: 60px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.04em;
    padding: 80px 0;
}

.timeline_tit p strong {
    font-size: 24px;
    letter-spacing: 0;
    color: #fff;
    font-family: var(--font-s);
    font-weight: 600;
}

.timeline {
    position: relative;
    padding-top: 100px;
}

.timeline::before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 0;
}

.timeline_list li>div {
    padding-right: 100px;
    padding-bottom: 60px;
}

.timeline_list li>div.right_box {
    padding: 0px 15px 60px 100px;
}

.timeline_list .txt_area strong {
    position: relative;
    line-height: 1;
    font-weight: 700;
    text-align: right;
    font-size: 30px;
    padding: 0px 0 15px 0;
    margin: 0;
    letter-spacing: -0.04em;
    display: block;
}

.timeline_list .txt_area {}

.timeline_list .txt_area strong::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    right: -100px;
    top: 15px;
    border-top: 2px solid #e3e3e3;
}

.timeline_list .txt_area strong::after {
    z-index: 10;
    content: "";
    display: block;
    box-sizing: content-box;
    width: 13px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    position: absolute;
    border-radius: 50%;
    right: -109px;
    top: 9px;
    box-shadow: 2px 4px 7px rgb(137 187 138 / 88%);
}

.timeline_list .right_box .txt_area strong {
    text-align: left;
}

.timeline_list .right_box .txt_area strong::before {
    right: inherit;
    left: -100px;
}

.timeline_list .right_box .txt_area strong::after {
    right: auto;
    left: -104px;
}

.timeline_list .txt_area p {
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
    text-align: right;
    letter-spacing: -0.034em;
}

.timeline_list .right_box .txt_area p {
    text-align: left;
}

.timeline_list .img_area {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: end;
}

.timeline_list .img_area>div {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 2.7;
}

.timeline_list .img_area>div img {
    object-fit: cover;
    width: 100%;
}

.timeline_list .right_box .img_area {
    justify-content: flex-start;
}

/* ------------ about03 ------------  */
.location {
    margin-top: 45px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
}

.location .addr {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
}

.location ul {
    display: flex;
    gap: 40px;
}

.location ul li {
    display: flex;
    gap: 9px;
    align-items: center;
    font-size: 16px;
}

.location ul li b {
    color: #333;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: -0.24px;
}

.location ul li .material-symbols-outlined {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--page-point-color);
    border-radius: 50%;
    font-variation-settings: "FILL" 1, "wght" 600, "opsz" 48;
}

/* ------------ business ------------  */
.bs_item+.bs_item {
    padding-top: 100px;
}

.bs_item {
    display: flex;
    /* gap: 80px; */
    align-items: center;
}

.bs_item ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 50px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.bs_item ul li+li {
    margin-top: 22px;
}

.bs_item ul li>span {
    display: inline-block;
    font-weight: 700;
    width: 83px;
    line-height: 1;
    border-right: 1px solid #ddd;
}

.bs_item>div {
    /* flex: 1 0 0; */
}

.bs_item .img_area {
    flex-basis: 50%;
    flex-shrink: 0;
}

.bs_item .img_area img {
    border-radius: 10px;
}

.bs_item .txt_area {
    padding-left: 80px;
    flex: 1;
}

.bs_item .txt_area .tit {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: -0.03em;
    position: relative;
    padding-left: 18px;
}

.bs_item .txt_area .tit::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #68bd5a;
    position: absolute;
    left: 0;
    top: 8px;
}

.bs_item .gray_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 315px;
    border-radius: 15px;
    border: 2px solid #EEE;
}

.bs_item .gray_logo img {
    /* filter: invert(65%) sepia(1%) saturate(0%) hue-rotate(2deg) brightness(93%) contrast(91%); */
    width: 303px;
}

#business05 .bs_item {
    /* overflow-x: auto; */
}

#business05 .bs_item .img_area {
    flex: 1;
}

#business05 .bs_item .img_area img {
    border-radius: 0;
    background: #f2f2f2;
    margin: 0 auto;
    display: block;
}

#business05 .bs_item .txt_area {
    padding-left: 0;
}

#business05 .bs_item .img_area .tit {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: -0.03em;
    position: relative;
    padding-left: 18px;
}

#business05 .bs_item .img_area .tit::before {
    content: '';
    width: 5px;
    height: 30px;
    background: #68bd5a;
    position: absolute;
    left: 0;
    top: 8px;
}

#business05 .table_style01 tr {}

#business05 .table_style01 thead tr th {}

#business05 .table_style01 tr :is(th, td) {}

#business05 .table_style01 td a {}

#business05 .table_style01 td a:hover {}

.table.table_default tbody .num {
    font-weight: normal;
    font-size: 14px;
    color: #777;
}

.table.table_default tr th,
.table.table_default tr td {
    border-bottom: 1px solid #ddd;
    padding: 16px 15px;
}

.table.table_default tr td {
    color: #777;
    font-size: 14px;
}

.table.table_default thead th {
    font-size: 16px;
    background: #f8f8f8;
    padding: 16px;
}

.table.table_default tbody .subject a {
    font-size: 16px;
    letter-spacing: -0.015em;
    font-weight: 400;
    color: #222;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline !important;
    text-underline-position: under;
}

.board_data_view .header_wrap .title {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.034em;
}

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

/***************** ESG 경영 3대비전 *************************/
#esg03 .bs_item {
    align-items: flex-start;
    padding: 50px 50px 50px 50px;
    box-shadow: 0 0 20px 5px #f2f2f2;
    border-radius: 15px;
    position: relative;
    flex-direction: row-reverse;
}

#esg03 .bs_item::before {
    position: absolute;
    left: 15px;
    top: 0px;
    content: "1";
    font-size: 82px;
    color: #e56a1ba3;
    text-shadow: 3px 3px #ddd;
    display: none;
}

#esg03 .bs_item:nth-child(2)::before {
    content: "2";
    color: #237c26a3;
}

#esg03 .bs_item:nth-child(3)::before {
    content: "3";
    color: #fe0103a3;
}

#esg03 .txt_area {
    padding-left: 0;
    flex: 0 0 40%;
}

#esg03 .txt_area .tit {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 34px;
}

#esg03 .txt_area .tit::before {
    display: none;
}

#esg03 .txt_area p {
    font-size: 20px;
    line-height: 1.8;
}

#esg03 .bs_item .img_area {
    margin-top: 77px;
    flex-basis: 60%;
    padding-right: 80px;
}

#esg03 .bs_item .img_area img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}

.img-box img {
    /* width: 100%; */
    /* height: 400px; */
    /* background: #f2f2f2; */
    margin: 0 auto;
    display: block;
}

/**************** 준비 중 **********************/
.txt-area {
    padding: 65px 45px;
    background: #f2f2f2;
    text-align: center;
}

.txt-area i {
    font-size: 60px;
    color: var(--page-point-color);
    margin-bottom: 22px;
}

.txt-area p:nth-child(2) {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

.txt-area p {
    font-size: 18px;
}

#business05 .bs_item {
    align-items: unset;
}

@media (max-width:1199px) {
    .video-section {
        position: relative;
        margin-top: -55px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 38px 20px;
    }
}

@media (max-width:991px) {

    #about04 .table_style01 td,
    #about04 .table_style01 th {
        text-align: center;
        border: 1px solid #ddd;
        padding: 5px !important;
        font-size: 13px;
    }

    #about04 .table_style01 .material-symbols-outlined {
        font-size: 15px;
    }

    .table_style01 tr :is(th, td) {
        text-wrap: wrap;
    }

    .main_btn {
        line-height: 50px;
        height: 50px;
        font-size: 15px;
        margin-top: -56px;
    }

    .navbar-inverse .navbar-brand img {
        height: 35px;
        margin-top: 15px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 38px 15px;
        font-size: 16px;
    }

    .sub_menu .nav li.active a {
        line-height: 60px;
        margin-top: 0;
    }

    .sub_menu ul>li>a {
        font-size: 15px;
    }

    .page_tit h3 {
        font-size: clamp(28px, 4.21vw, 42px);
    }

    .greet {
        grid-template-columns: 1fr 0.4fr;
        gap: 60px;
    }

    .greet .txt_area p.emph strong {
        font-size: 20px;
    }

    .content {
        padding: 55px 0 80px;
    }

    .greet p.name {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
    }

    .greet .txt_area p.emph strong span {
        font-size: 27px;
        margin-left: 8px;
    }

    .bs_item .txt_area {
        padding-left: 0px;
        flex: 1;
        width: 100%;
    }

    .bs_item {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #esg03 .bs_item {
        align-items: flex-start;
        padding: 50px 50px 50px 50px;
        box-shadow: 0 0 20px 5px #f2f2f2;
        border-radius: 15px;
        position: relative;
        flex-direction: column;
    }

    #esg03 .bs_item .img_area {
        margin-top: 0;
        flex-basis: 100%;
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
    }

    #esg03 .txt_area .tit {
        padding-left: 0;
        margin-bottom: 15px;
        font-size: 30px;
    }

    #esg03 .txt_area p {
        font-size: 18px;
        line-height: 1.5;
    }

    .carousel-caption h1 {
        font-size: 23px;
    }
}

@media (max-width:767px) {
    .location {
        align-items: flex-start;
    }

    .main_btn {
        line-height: 45px;
        height: 45px;
        font-size: 15px;
        margin-top: 15px;
    }

    .sub_menu .nav li.active a {
        line-height: 100%;
        margin-top: 0;
    }

    .sub_menu ul>li.active>a::after {
        bottom: 3px;
    }

    .timeline_tit p {
        font-size: 40px;
        padding: 40px 0;
    }

    .timeline_list li>div.right_box {
        padding: 0px 15px 60px 55%;
    }

    .timeline_list li>div {
        padding-right: 55%;
        padding-bottom: 60px;
    }

    .timeline_list .txt_area strong::before {
        content: "";
        display: none !important;
        display: block;
        position: absolute;
        width: 60px;
        height: 1px;
        right: -100px;
        top: 15px;
        border-top: 2px solid #e3e3e3;
    }

    .timeline_list .right_box .txt_area strong::after {
        right: auto;
        left: -13%;
    }

    .timeline_list .txt_area strong::after {
        right: -14.5%;
    }

    .timeline_list .txt_area strong {
        font-size: 20px;
        padding: 0px 0 10px 0;
    }

    .location ul {
        gap: 15px;
        flex-direction: column;
    }

    .location .addr {
        font-size: 20px;
    }

    #about03 iframe {
        height: 300px !important;
    }

    #about05 .img-box {
        overflow-x: auto;
    }

    .bs_item .txt_area .tit {
        font-size: 25px;
        margin-bottom: 18px;
        padding-left: 13px;
    }

    .bs_item .txt_area .tit::before {
        content: '';
        width: 5px;
        height: 20px;
        background: #68bd5a;
        position: absolute;
        left: 0;
        top: 6px;
    }

    #site {
        padding-top: 66px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 10px 15px;
        font-size: 16px;
    }

    .navbar-inverse .navbar-brand img {
        height: 35px;
        margin-top: 3px;
    }

    #about05 .img-box img {
        width: 100%;
    }
}

@media (max-width:576px) {
    #business05 .bs_item .img_area .tit {
        font-size: 20px;
        margin-bottom: 18px;
    }

    #business05 .img-map .img_area {
        overflow-x: auto;
    }

    #business05 .group-map .img_area {
        overflow-x: auto;
    }

    #about05 .img-box img {
        max-width: unset;
    }

    .carousel-caption {
        right: 20%;
        left: 2%;
        padding-bottom: 0;
        top: 79%;
    }

    .video-section {
        position: relative;
        margin-top: -80px;
    }

    .embed-responsive-16by9 {
        height: 500px;
    }

    #esg03 .txt_area p br {
        display: none;
    }

    #esg03 .bs_item .img_area img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

    #esg03 .txt_area p {
        font-size: 16px;
        line-height: 1.5;
    }

    #esg03 .txt_area .tit {
        font-size: 24px;
    }

    #esg03 .bs_item {
        padding: 35px 20px;
    }

    .bs_item .txt_area .tit::before {
        top: 3px;
    }

    .bs_item .txt_area .tit {
        font-size: 20px;
    }

    .timeline_list .img_area>div {
        width: 100%;
        aspect-ratio: unset;
        height: 250px;
        object-fit: cover;
        margin: 0 auto;
    }

    .timeline_list .txt_area p {
        text-align: center;
    }

    .timeline_list .txt_area strong {
        text-align: center;
    }

    .timeline::before {
        display: none !important;
    }

    .timeline_list .right_box .txt_area strong {
        text-align: center;
    }

    .timeline_list .right_box .txt_area p {
        text-align: center;
    }

    .timeline_list li>div {
        padding: 0 15px 60px 15px;
    }

    .timeline_list li>div.right_box {
        padding: 0 15px 60px 15px;
    }

    .timeline_tit p strong {
        font-size: 20px;
    }

    .timeline_tit p {
        font-size: 28px;
        padding: 25px 0;
    }

    .greet {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .timeline_list .txt_area p {
        font-size: 15px;
    }

    .greet .img_area img {
        border-radius: 10px;
        height: 200px;
        margin: 0 auto;
    }

    .greet .txt_area p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .greet .txt_area p.emph strong {
        font-size: 16px;
    }

    .greet .txt_area p.emph strong span {
        font-size: 18px;
        margin-left: 3px;
    }

    .greet .txt_area p.emph strong:nth-child(3) {
        margin-bottom: 20px;
    }

    #business05 .table_style01 tr :is(th, td) {
        font-size: 11px;
        padding: 2px 5px !important;
        text-wrap: wrap;
    }

    #business05 .table_style01 tr th {
        padding: 10px 5px !important;
    }

    #about04 .table_style01 .material-symbols-outlined {
        font-size: 10px;
    }

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

    .bar-list li::before {
        top: 9px;
        width: 9px;
    }

    .timeline_list .txt_area strong::after {
        display: none;
    }

    #about04 .table_style01 th.emp {
        width: 88px;
    }
}