@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

.material-symbols-outlined {}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 10px;
    color: var(--color-text-tit);
}

#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 10rem;
}

#site>.container {
    width: 100%;
    padding: 0;
}
.subContent #bbsTop{
    scroll-margin-top: 130px;
}
/* 폰트 설정 */
a {
    font-family: "Pretendard Variable", "notokr", sans-serif;
}

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

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

:root {
    /* --page-point-color: #5eb1e3; */
    --page-point-color-text: #eb3300;
    --page-point-color: #eb3300;
    --page-point-color-hover: var(--page-point-color-text);
    --page-point-color-text-b: #595959;
    --page-point-color-text-b2: #262626;
    --page-point-color-second: #1873C9;
    --page-point-color-third: #83c340;
    --gray100: #f7f7f7;
    --gray200: #e6e6e6;
    --gray300: #ddd;
    --gray400: #ccc;
    --gray500: #999;
    --line: var(--gray200);
    --text-default: #333;
    --text-body: #555;
    --text-second: #777;
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-wght-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-wght-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-wght-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-wght-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-wght-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-wght-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-wght-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-wght-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-wght-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-wght-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-wght-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-wght-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-wght-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-wght-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }

    .col-sm-40 {
        width: 40%;
    }

    .col-sm-60 {
        width: 60%;
    }

    .col-sm-80 {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }

    .col-md-40 {
        width: 40%;
    }

    .col-md-60 {
        width: 60%;
    }

    .col-md-80 {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }

    .col-lg-40 {
        width: 40%;
    }

    .col-lg-60 {
        width: 60%;
    }

    .col-lg-80 {
        width: 80%;
    }
}

/* 주문폼 커스텀 */
.form-box {
    padding: 0px 40px 50px 40px;
    border: 8px solid #ddd;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 785px;
    width: 100%;
}

.form-box .tab {
    display: flex;
    justify-content: center;
    margin-top: -29px;
}

.form-box .tab a {
    display: block;
    padding: 14px 10px;
    border: solid 2px var(--page-point-color);
    background: #fff;
    color: var(--page-point-color);
    transition: .2s;
    max-width: 350px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
}

.form-box .tab a.active {
    color: #fff;
    background: var(--page-point-color);
}

.form-inner {}

.form-inner .txt-box {
    text-align: center;
    margin-top: 45px;
}

.form-inner .btn.btn-lg {
    font-size: 20px;
    font-weight: 500;
}

.form-inner .txt-box h6 {
    font-size: 30px;
    color: #222;
    text-align: center;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#letter03 .form-inner .txt-box h6 {
    font-size: 25px;
}

#letter03 .form-inner .txt-box h6 span {
    color: #ed1450;
}

.form-inner .txt-box p {
    margin-bottom: 20px;
    color: #555;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.form-inner .txt-box img {
    width: 100%;
    max-width: 170px;
    margin-bottom: 30px;
}

.form-inner .board_wrapper .table.board_write_table tr {
    background: #f6f6f6;
    display: flex;
    padding: 14px 32px;
    align-items: center;
    margin-bottom: 10px;
}

.form-inner .board_wrapper .table.board_write_table tr#item_agree {
    background: transparent;
    padding: 0;
}

.form-inner .board_wrapper .table.board_write_table tr#item_agree th {
    display: none;
}

.form-inner .board_wrapper .table.board_write_table tr#item_agree td {}

.form-inner .board_wrapper .table.board_write_table tr#item_agree td .checkbox {}

.form-inner .board_wrapper .table.board_write_table tr#item_agree td .checkbox {}

.form-inner .board_wrapper .table.board_write_table tr#item_agree td label {}

.form-inner .board_wrapper .table.board_write_table tr#item_agree td label span {
    font-size: 16px;
}

.form-inner .board_wrapper .table.board_write_table tr#item_agree td label span a {}

.form-inner .board_wrapper .table.board_write_table tbody tr th {
    background: transparent;
    border: 0;
    width: 100px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.form-inner .board_wrapper .table.board_write_table tbody tr td {
    border: 0;
    padding: 0;
}

.form-inner .board_wrapper .table.board_write_table tbody input {
    width: 300px;
}

.form-inner .board_wrapper .table.board_write_table {
    border: 0;
}

.form-inner .board_wrapper .table.board_write_table tbody tr th>span.required_text {
    display: none;
}

.form-inner .text-muted {
    display: none;
}

.form-inner .board_wrapper .table.board_write_table tr#item_0 {
    display: none;
}

.form-inner .board_wrapper .table.board_write_table tr#item_captcha {
    background: transparent;
    padding: 0;
}

.form-inner .board_wrapper .table.board_write_table tr#item_captcha th {
    display: none;
}

.form-inner .board_wrapper .table.board_write_table tr#item_captcha td {
    display: flex;
    align-items: center;
    gap: 1px;
}

.form-inner .board_wrapper .table.board_write_table tr#item_captcha td img {
    height: 30px;
}

.form-inner .board_wrapper .table.board_write_table tr#item_captcha td input {
    margin: 0 !important;
    width: 150px;
    height: 30px;
    font-size: 12px;
}

.form-inner #list_btn {
    display: none;
}

.agree_wrap {}

.agree_wrap .agree-box {
    position: relative;
}

.agree_wrap .agree-box h6 {
    margin: 30px 0 20px;
    text-align: center;
    color: #222;
    font-size: 21px;
}

.agree_wrap .agree-box>a {
    position: absolute;
    right: 0;
    top: 0px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #666666;
    padding: 3px 4px 3px 12px;
    border-radius: 4px;
    gap: 5px;
    text-decoration: none;
}

.agree_wrap .agree-box a span {
    font-size: 20px;
}

.agree_wrap .tab_content {
    display: none;
}

.agree_wrap .tab_content .tab_item {}

.agree_wrap .tab_content .tab_item .inner {
    padding: 20px;
    border: 1px solid #ddd;
}

.agree_wrap .tab_content .tab_item p {
    color: #555;
    font-size: 17px;
    margin-bottom: 7px;
    font-weight: 500;
}

.agree_wrap .tab_content .tab_item p u {
    color: red;
    font-size: 19px;
    font-weight: 600;
}

.agree_wrap .tab_content .tab_item p span {
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 100px;
    background: #245396;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.navbar.navbar-inverse .container {}

.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 0 !important;
    height: auto;
}

.navbar-header .navbar-brand img {
    margin-top: 7px;
    display: inline-block;
    height: 4.5rem;
}

.nav.navbar-nav>li>a {
    display: block;
    height: 100%;
    padding: 4.1rem 1.2rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #222;
    line-height: 1;
    letter-spacing: -0.02em;
}

.nav.navbar-nav>li>a .caret {
    display: none;
}

.nav.navbar-nav>li:hover>a,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li:focus>a,
.nav.navbar-nav>li>a:hover,
.nav.navbar-nav>li>a:focus,
.nav.navbar-nav>li.open>a,
.nav.navbar-nav>li.open>a:hover,
.nav.navbar-nav>li.open>a:focus {
    color: var(--page-point-color-text);
    background: none;
}

.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 1.8rem 2rem;
    transform: translateX(-50%);
}

.nav.navbar-nav li .dropdown-menu li a {
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
}

.nav.navbar-nav li .dropdown-menu li a:hover {
    color: var(--page-point-color-text);
    background: transparent;
    text-decoration: underline;
    text-underline-position: under;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -2.5rem !important;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 2vw;
    }

    #site {}

    .navbar-header .navbar-brand {
        margin-top: 20px;
        margin-left: 15px !important;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 26px 15px;
        margin-left: 0;
    }

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

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

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

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100vh;
    }

    .nav.navbar-nav>li>a {
        padding: 1.9rem 1.4rem;
        font-size: 2.1rem;
        text-align: center;
    }

    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background: #f8f8f8;
    }

    .nav.navbar-nav li .dropdown-menu li a {
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #site {
        padding-top: 7.6rem;
    }

    .navbar-header .navbar-brand img {
        height: 3rem;
    }

    .nav.navbar-nav>li>a {
        padding: 3.1rem 0.6rem;
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #site {
        padding-top: 7.8rem;
    }

    .navbar-header .navbar-brand img {
        height: 3.6rem;
    }

    .nav.navbar-nav>li>a {
        padding: 3.2rem 1.2rem;
        font-size: 1.4rem;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: 70rem;
    height: calc(100vh - 10rem);
}

#mainCarousel .carousel-inner .item::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    opacity: 0.15;
    background: #000;
    height: 100%;
}

#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 114rem) / 2);
    right: calc((100% - 114rem) / 2);
    text-shadow: 2.1px 2.1px 8.2px rgba(0, 0, 0, 1);
    text-align: left;
    top: 68%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    transform: translateY(0);
    align-items: center;
    justify-content: center;
}

#mainCarousel .carousel-inner .item h1 {
    margin: 1rem 0 0;
    font-size: 9.2rem;
    font-weight: 700;
    line-height: 1.176;
    letter-spacing: -0.068rem;
}

#mainCarousel .carousel-inner .item h1>span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 400;
    font-style: italic;
    /* margin-bottom: 4rem; */
    margin-top: 2rem;
    padding-left: 2px;
}

#mainCarousel .carousel-inner .item h1>span b {
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    font-style: normal;
    vertical-align: text-bottom;
}

#mainCarousel .carousel-inner .item p {
    position: absolute;
    top: 10%;
    left: 20%;
    font-size: 4.5rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

#mainCarousel .carousel-control {
    display: none;
}

.carousel-indicators {
    text-align: center;
    bottom: 5.5rem;
}

#mainCarousel .carousel-indicators>li,
#mainCarousel .carousel-indicators>li.active {
    width: 6rem;
    height: 5px;
    border: none;
    background: rgb(255 255 255 / 70%);
    border-radius: 0;
    margin: 0 5px 0 0;
}

#mainCarousel .carousel-indicators>li.active {
    background: #353535;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }

    #mainCarousel .carousel-inner .item h1 {
        font-size: 6.3rem;
    }

    #mainCarousel .carousel-inner .item p {
        top: 5%;
        left: 5%;
        font-size: 3.4rem;
    }

    #mainCarousel .carousel-indicators>li,
    #mainCarousel .carousel-indicators>li.active {
        width: 4rem;
        height: 3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 75rem) / 2);
        right: calc((100% - 75rem) / 2);
    }

    #mainCarousel .carousel-inner .item p {
        top: 5%;
        left: 5%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 97rem) / 2);
        right: calc((100% - 97rem) / 2);
    }

    #mainCarousel .carousel-inner .item p {
        left: 10%;
    }
}

/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-section {
    padding: 12rem 0;
}

.main-section#main01 {
    background: url("/public/img/main/main01-bg.jpg") no-repeat center / cover;
}

.main-section#main02 {
    padding-bottom: 4rem;
}

.main-section#main03 {
    padding-top: 0;
}

.main-section#main04 {
    background: var(--gray100);
}

.main-section h3 {
    margin: 0 0 8rem;
    font-size: 4.5rem;
    text-align: center;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.02em;
}

.main-section#main03 h3 {
    margin: 6rem 0;
}

.main-section#main01 p {
    margin: 0 0 8rem;
    font-size: 1.8rem;
    color: var(--text-body);
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.6;
    margin-top: -5rem;
}

.main-biz-wrap {
    display: flex;
    gap: 4.5rem;
}

.main-biz-wrap .main-biz {
    flex: 1;
    text-align: center;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
}

.main-biz-wrap .main-biz::after {
    content: "";
}

.main-biz-wrap .main-biz:hover {
    text-decoration: none;
}

.main-biz-wrap .main-biz:hover,
.main-biz-wrap .main-biz:focus {
    background: #fff;
    box-shadow: 0 12px 20px -2px rgb(45 88 119 / 16%);
}

.main-biz-wrap .main-biz img {
    transition: all 0.3s ease;
}

.main-biz-wrap .main-biz .caption {
    font-size: 2.2rem;
    display: block;
    color: #222;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 3rem;
}

.main-biz-wrap .main-biz:hover .caption,
.main-biz-wrap .main-biz:focus .caption {}

.main-bbs-wrap {
    margin: 0 -3rem;
}

.main-bbs-wrap>div {
    padding: 0 3rem;
}

.main-bbs-wrap>.col-xs-12 {}

.main-bbs-wrap [class^="board_box"] {}

.main-bbs-wrap [class^="board_box"] .page-header {
    padding: 2rem 0 0;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--gray500);
}

.main-bbs-wrap [class^="board_box"] .page-header h4 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
    color: #444;
    letter-spacing: -0.03em;
    font-size: 1.8rem;
    color: #fff;
    background: #3a3a3a;
    /* background: #3a3a3a; */
    width: 12rem;
    text-align: center;
    border-radius: 5rem;
    line-height: 3.5rem;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.main-bbs-wrap [class^="board_box"] .page-header a {
    font-size: 1.8rem;
    margin-top: 2px;
    color: var(--gray400);
    margin-right: 5px;
}

.main-bbs-wrap [class^="board_box"] .info .writer,
.main-bbs-wrap [class^="board_box"] .info .hits {
    display: none;
}

.main-bbs-wrap .board_box_blog {
    padding: 0;
}

.main-bbs-wrap .board_box_blog .type_blog_a {}

.main-bbs-wrap .board_box_blog .type_blog_a>dd {
    border: 0;
    padding: 0;
    background: transparent;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .title a:hover {
    text-decoration: underline;
    color: inherit;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .left {
    width: 40rem;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .left a {
    background: #000;
    overflow: hidden;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .left a:hover .thumb {
    transform: scale(1.14);
    opacity: 0.7;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .left a span {
    width: auto;
    height: 25rem;
    transition: all 0.35s ease;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .left a img {}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right {
    width: calc(100% - 40rem);
    padding-left: 5rem;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right .title {
    margin: 4rem 0 3.5rem;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right .title a {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right .title a span {}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right .info {}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right .text {}

.main-bbs-wrap .board_box_blog .type_blog_a>dd .right .text p {}

.main-bbs-wrap .board_box_video,
.main-bbs-wrap .board_box_blog2 {
    /* margin: 0 !important; */
    padding: 0;
}

.main-bbs-wrap .board_box_video .type_video,
.main-bbs-wrap .board_box_blog2 .type_blog_b {}

.main-bbs-wrap .board_box_video .type_video>div,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div {
    width: 100%;
    float: none;
}

.main-bbs-wrap .board_box_video .type_video>div .inner,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner {
    margin: 0;
    border: none;
}

.main-bbs-wrap .board_box_video .type_video>div .inner .top,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .top {}

.main-bbs-wrap .board_box_video .type_video>div .inner .top a,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .top a {
    background: #000;
}

.type_video .inner:hover .top a:before {
    z-index: 1;
}

.main-bbs-wrap .board_box_video .type_video>div .inner .top a:hover .thumb,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .top a:hover .thumb {
    opacity: 0.75;
    transform: scale(1.14);
}

.main-bbs-wrap .board_box_video .type_video>div .inner .top a span,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .top a span {
    height: 28rem;
    transition: all 0.35s ease;
}

.main-bbs-wrap .board_box_video .type_video>div .inner .top a img,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .top a img {}

.main-bbs-wrap .board_box_video .type_video>div .inner .bottom,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .bottom {
    padding: 2.6rem 0 0;
    position: relative;
}

.main-bbs-wrap .board_box_video .type_video>div .inner .bottom .title,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .bottom .title {
    padding: 0;
    margin: 0;
}

.main-bbs-wrap .board_box_video .type_video>div .inner .bottom .title a,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .bottom .title a {
    display: block;
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    letter-spacing: -0.03em;
}

.main-bbs-wrap .board_box_video .type_video>div .inner .bottom .title a span,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .bottom .title a span {}

.main-bbs-wrap .board_box_video .type_video>div .inner .bottom .info,
.main-bbs-wrap .board_box_blog2 .type_blog_b>div .inner .bottom .info {
    margin-top: 1rem;
}

.type_thumb .bottom .info span {
    padding: 0 10px 0 0;
}

.main-section#main03 .main-perform {
    padding: 4.5rem 5rem;
    position: relative;
    /* background: #47b8b3; */
    background: #3a3a3a;
}

.main-section#main03 .main-perform.perform2 {
    /* background: var(--page-point-color); */
    background: var(--page-point-color-text-b);
}

.main-section#main03 .main-perform::after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-section#main03 .main-perform.perform1::after {
    /* background: #47b8b3; */
    background: #3a3a3a;
}

.main-section#main03 .main-perform.perform2::after {
    /* background: var(--page-point-color) url(/public/img/main/main-perform-bg.jpg) no-repeat right bottom / cover; */
    background: var(--page-point-color-text-b);
}

#main03 .main-perform>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

#main03 .main-perform>.container::before,
#main03 .main-perform>.container::after {
    display: none;
}

.main-section#main03 .main-perform h4 {
    margin: 0;
    font-size: 4.9rem;
    font-weight: 500;
    color: #fff;
    width: 36%;
    line-height: 1.25;
    letter-spacing: -0.01em;
    padding-right: 5rem;
}

.main-section#main03 .main-perform ul {
    display: flex;
    gap: 4rem;
    width: 57%;
}

.main-section#main03 .main-perform ul+a {
    display: flex;
    width: 55px;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main-section#main03 .main-perform ul+a span {
    color: var(--page-point-color);
}

.main-section#main03 .main-perform ul li {
    flex: 1;
    text-align: left;
}

.main-section#main03 .main-perform ul .tit {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    letter-spacing: -0.02em;
    color: #fff;
    border-bottom: 1px solid;
}

.main-section#main03 .main-perform ul .des {
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em;
}

.main-section#main03 .main-perform ul .des .count {
    font-size: 6.5rem;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
}

.main-perform-list {}

.main-perform-list .nav-tabs {
    display: flex;
    width: 63%;
    border-bottom: none;
    margin: 0 auto 7.5rem;
}

.main-perform-list .nav-tabs>li {
    float: none;
    margin: 0;
    flex: 1;
}

.main-perform-list .nav-tabs>li a {
    padding: 2.3rem 1.5rem;
    color: #9f9f9f;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 !important;
    border: none;
    border-bottom: 4px solid #eee;
    transition: all 0.2s ease;
}

.main-perform-list .nav-tabs>li a:hover,
.main-perform-list .nav-tabs>li a:focus {
    border-color: var(--page-point-color-text);
    background: none;
    color: #000;
    /* color: #000; */
}

.main-perform-list .nav-tabs>li.active a {
    background: transparent;
    border: none;
    border-bottom: 4px solid var(--page-point-color-text);
    color: #000;
    font-weight: 600;
    /* color: #000; */
}

.main-perform-list .tab-content {}

.main-perform-list .tab-content .tab-pane {
    padding-top: 2rem;
}

.main-perform-list .tab-content .tab-pane>a {
    display: flex;
    width: 290px;
    gap: 10px;
    height: 57px;
    border: 5px solid #353535;
    border-radius: 500px;
    align-items: center;
    justify-content: center;
    color: #272727;
    font-weight: 600;
    font-size: 21px;
}

.main-perform-list .tab-content .tab-pane>a span {
    color: #353535;
    font-size: 32px;
    --wght: 480;
}

.main-perform-list .tab-content #main-perform02>a {
    border-color: #353535;
}

.main-perform-list .tab-content #main-perform02>a span {
    color: #353535;
}

.main-perform-list .tab-content .tab-pane>a:hover {
    text-decoration: none;
}

.main-perform-list .tab-content .tab-pane .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 3rem;
}

.main-perform-list .tab-content .page-header {
    display: none;
}

.main-perform-list .tab-content .board_box_goods {
    padding: 0;
}

.main-perform-list .type_thumb .bottom .pd_preview {
    display: none;
}

.type_goods span.thumb {
    /* background-size: 150%; */
    transition: all 0.3s ease;
    background-size: cover;
}

.main-perform-list .type_thumb .inner:hover {
    text-decoration: none;
}

.main-perform-list .type_thumb .inner:hover span.thumb {
    /* background-size: 180%; */
    transform: scale(1.05);
}

.main-perform-list .type_thumb .inner a:hover {
    text-decoration: none;
}

.main-perform-list .type_goods .top a {}

/* .main-perform-list .type_goods .top a::after{
    content: '';
    display: block;
    background: url(/public/img/main/logo-icon.png) no-repeat center / contain;
    filter: grayscale(1);
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
} */

.main-perform-list .tab-content .tab-pane .box {
    position: relative;
}

.main-perform-list .tab-content .tab-pane .box .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 4rem;
    opacity: 0.9;
    z-index: 1;
}

.main-perform-list .tab-content .tab-pane .box .icon img {
    width: 100%;
    filter: grayscale(1);
}

.main-perform-list .tab-content .tab-pane .box .image {
    overflow: hidden;
}

.main-perform-list .tab-content .tab-pane .box .image>img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.main-perform-list .tab-content .tab-pane .box:hover .image>img {
    transform: scale(1.05);
}

.main-perform-list .tab-content .tab-pane .box .caption {
    font-size: 2rem;
    margin: 1.5rem 0 0;
    position: relative;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.main-section#main04 h3 {}

.main-contact {
    max-width: 75rem;
    margin: 0 auto;
}

.main-contact+.main-contact {
    border-top: 1px solid var(--gray400);
    padding-top: 4rem;
    margin-top: 4rem;
}

.main-contact dt {
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding-left: 15.5rem;
    padding-top: 1.6rem;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    position: absolute;
}

.main-contact dt .material-symbols-outlined {
    font-size: 5.5rem;
    width: 11.5rem;
    aspect-ratio: 1;
    text-align: center;
    /* background: var(--page-point-color); */
    background: var(--page-point-color-text-b);
    color: #fff;
    border-radius: 50%;
    font-variation-settings: var(--gms-wght-300-out);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

.main-contact+.main-contact .material-symbols-outlined {
    /* background: var(--page-point-color-third); */
    background: var(--page-point-color-text-b2);
}

.main-contact dt .text {
    font-weight: 700;
    color: #444;
    font-size: 3.2rem;
}

.main-contact dd {
    display: flex;
    justify-content: space-between;
    padding-left: 15.5rem;
    height: 10rem;
    padding-top: 6.1rem;
}

.main-contact .btn-link {
    display: inline-flex;
    width: 18rem;
    height: 6rem;
    background: #fff;
    border: 1px solid var(--gray500);
    color: var(--text-second);
    font-size: 1.7rem;
    letter-spacing: -0.03em;
    font-weight: 500;
    border-radius: 10rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem 0 3rem;
    transition: all 0.1s ease;
    margin-top: -4.5rem;
}

.btn-link:hover {
    background: #d96c5557;
    border-color: #d96c5557;
    color: var(--page-point-color-text);
}

.main-contact .btn-link:hover {
    text-decoration: none;
}

.main-contact .btn-link::after {
    content: "\e941";
    font-family: var(--gms);
    font-size: 2.8rem;
    font-variation-settings: var(--gms-wght-300-out);
}

.main-contact dd p {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #444;
    letter-spacing: -0.02em;
}

.main-contact dd p.time small {
    display: block;
    font-size: 78%;
    color: var(--text-second);
}

.main-contact dd .call-list {
    margin-top: -5.5rem;
}

.main-contact dd ul li {
    font-size: 1.8rem;
    margin-top: 0.1rem;
    font-weight: 700;
    color: #555;
    letter-spacing: -0.03em;
}

.main-contact dd ul li span {
    font-size: 2.4rem;
    color: #6eb127;
    color: var(--page-point-color);
    font-weight: 400;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}

.main-contact dd ul li.time {
    margin-top: 0;
    font-size: 2.6rem;
    font-weight: 600;
}

.main-contact dd ul li.time small {
    font-weight: 300;
    font-size: 1.7rem;
}

.floating {
    position: fixed;
    top: 53%;
    right: 3rem;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    border: 1px solid var(--gray400);
    box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 0 1.6rem 2rem;
}

.floating>h5 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin: 0 0 2rem;
    padding: 2rem 0 1.4rem;
    border-bottom: 1px solid var(--gray200);
}

.floating ul {}

.floating ul li {}

.floating ul li+li {
    margin-top: 2rem;
}

.floating ul li a {
    display: block;
    text-align: center;
}

.floating ul li a:hover {
    text-decoration: none;
}

.floating ul li a:hover,
.floating ul li a:focus {}

.floating ul li .material-symbols-outlined {
    display: block;
    font-size: 2.4rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    margin: 0 auto 0.5rem;
    background: var(--page-point-color);
    border-radius: 50%;
    color: #fff;
    font-variation-settings: var(--gms-wght-400-out);
}

.floating ul li:nth-child(2) .material-symbols-outlined {
    background: var(--page-point-color-third);
}

.floating ul li:nth-child(3) .material-symbols-outlined {
    background: #44bbb5;
}

@media (min-width:768px) {
    .floating ul li:last-child {
        padding-top: 22px;
        border-top: 1px solid #ddd;
    }
}

.floating ul li:last-child .material-symbols-outlined {
    background: #0670f9;
}

.floating ul li img {
    /* background: #fbe300; */
    /* padding: 0.5rem; */
    width: 4rem;
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.floating ul li .caption {
    display: block;
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.floating ul li a:hover .caption,
.floating ul li a:focus .caption {}

@media (max-width: 767px) {
    .main-biz-wrap {
        gap: 1rem;
    }

    .main-biz-wrap .main-biz .caption {
        font-size: 1.7rem;
        padding: 2rem 0;
    }

    .main-bbs-wrap {
        margin: 0 -1.5rem;
    }

    .main-bbs-wrap>div {
        padding: 0 1.5rem;
    }

    .main-bbs-wrap .board_box_blog .type_blog_a>dd .left {
        width: 100%;
    }

    .main-bbs-wrap .board_box_blog .type_blog_a>dd .left a {
        background: #000;
        overflow: hidden;
        display: block;
    }

    .main-bbs-wrap .board_box_blog .type_blog_a>dd .right {
        width: 100%;
        padding-left: 0;
    }

    .main-section h3 {
        font-size: 3.7rem;
    }

    #main03 .main-perform>.container {
        display: block;
    }

    .main-perform-list .nav-tabs {
        display: flex;
        width: 100%;
    }

    .main-perform-list .nav-tabs>li a {
        padding: 1rem 0.6rem;
        font-size: 1.8rem;
    }

    .main-section#main03 .main-perform h4 {
        margin: 0 0 1.7rem;
        font-size: 3.4rem;
        padding-right: 0;
        width: auto;
    }

    .main-section#main03 .main-perform ul {
        display: block;
        gap: 4rem;
        width: 100%;
    }

    .main-section#main03 .main-perform ul li {
        margin-top: 3.3rem;
    }

    .main-perform-list .tab-content .tab-pane .wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
    }

    .main-perform-list .tab-content .tab-pane .box .caption {
        font-size: 1.6rem;
    }

    .main-contact dd {
        display: block;
        height: auto;
    }

    .main-contact .btn-link {
        margin-top: 1rem;
    }

    .main-contact dd .call-list {
        margin-top: 0.5rem;
    }

    .main-perform-list .tab-content .board_box_goods .col-xs-6 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-section#main03 .main-perform {
        padding: 4.5rem 0rem;
    }

    .main-section#main03 .main-perform h4 {
        margin: 0;
        font-size: 3.7rem;
    }

    .main-section#main03 .main-perform ul .des .count {
        font-size: 3.9rem;
    }

    .main-perform-list .nav-tabs {
        display: flex;
        width: 77%;
    }

    .main-perform-list .tab-content .tab-pane .box .caption {
        font-size: 1.6rem;
    }

    .main-perform-list .tab-content .tab-pane .wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 1rem;
    }

    .main-bbs-wrap {
        margin: 0 -1.5rem;
    }

    .main-bbs-wrap>div {
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-bbs-wrap {
        margin: 0 -1.5rem;
    }

    .main-bbs-wrap>div {
        padding: 0 1.5rem;
    }

    .main-section#main03 .main-perform {
        padding: 4.5rem 0rem;
    }

    .main-section#main03 .main-perform h4 {
        margin: 0;
        font-size: 4.1rem;
    }

    .main-section#main03 .main-perform ul {
        display: flex;
        gap: 4rem;
        width: 63%;
    }
}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 30rem;
    /* background-image: url(/public/img/sub/sub_title.jpg); */
    background-image: url(/public/img/sub/sub-top-odd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

:is([id*="product"], [id*="performance"], [id*="news"], [id*="docs"], [id*="sitemap"], #about03) .subHeader {
    background-image: url(/public/img/sub/sub-top-even.jpg);
}

.subHeader .container {
    position: relative;
    height: 100%;
}

.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 5rem;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.subHeader .container .breadcrumb {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    padding: 0;
    margin: 0;
    background: none;
    text-align: center;
}

.breadcrumb>li:first-child>a::before {
    content: "\e88a";
    font-family: var(--gms);
    font-variation-settings: var(--gms-wght-300-fill);
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: -2px;
}

.breadcrumb>li:first-child>a {
    color: transparent !important;
    display: inline-block;
    width: 15px;
}

.subHeader .container .breadcrumb>li>a,
.subHeader .container .breadcrumb>li.active {
    color: #fff;
    display: inline-block;
}

.subHeader .container .breadcrumb>li.active {
    font-weight: 600;
}

.breadcrumb>li+li:before {
    content: "\e5cc";
    font-family: var(--gms);
    color: #fff;
    opacity: 0.8;
    font-size: 1.7rem;
    font-variation-settings: var(--gms-wght-300-fill);
    line-height: 1;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}

.subMenu {
    border-bottom: 1px solid var(--gray200);
}

.subMenu .nav {
    display: flex;
    justify-content: center;
    gap: 0;
    gap: 0 7rem;
}

.subMenu .nav>li {
    margin: 0;
}

.subMenu .nav>li>a {
    background: #fff;
    padding: 0;
    color: var(--text-second);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-width: 18rem; */
    height: 7rem;
    border-radius: 0;
}

.subMenu .nav>li>a:hover,
.subMenu .nav>li>a:focus {
    color: #000;
}

.subMenu .nav>li>a:hover::after,
.subMenu .nav>li>a:focus::after {
    width: 100%;
}

.subMenu .nav>li.active>a {
    color: #000;
    background: transparent;
    font-weight: 600;
}

.subMenu .nav>li>a::after {
    content: "";
    width: 0;
    height: 4px;
    background: var(--page-point-color);
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.subMenu .nav>li.active>a::after {
    width: 100%;
}

.subContent {
    padding-top: 10rem;
    padding-bottom: 6rem;
}

.subContent_title {}

.subContent_title h3 {
    margin: 0 0 9.5rem;
    text-align: center;
    font-size: 4rem;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.subContent .content,
.bbs-section {
    padding-bottom: 9rem;
}

.subContent .content {
    color: var(--text-body);
    font-size: 1.6rem;
    letter-spacing: -0.02em;
}

.subContent .content p {
    letter-spacing: -0.02em;
}

.bbs-area .board_wrapper {
    margin-top: 0;
}

.subContent .content h4 {
    font-size: 3rem;
    color: #222;
    font-weight: 500;
    padding-left: 3.7rem;
    position: relative;
    margin: 0 0 3rem;
    letter-spacing: -0.025em;
}

.subContent .content p.note {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
}

.subContent .content h4 small {
    display: inline-block;
    margin-left: 0.8rem;
    font-size: 70%;
    color: var(--gray500);
    letter-spacing: 0;
}

.subContent .content h4::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: rgb(245 48 4);
    position: absolute;
    top: 5px;
    left: 0;
    box-shadow: 7px 7px rgb(64 64 64);
}

.greeting {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
    margin-bottom: 3rem;
    margin-top: 5rem;
}

.greeting .text {
    width: 65%;
    padding-right: 15rem;
}

.greeting .text p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 2.5rem;
}

.greeting .text p.intro {
    font-size: 3.2rem;
    font-weight: 500;
    color: #eb7907;
}

.greeting .text p:last-child {
    margin: 0;
}

.greeting .image {
    width: 35%;
    position: relative;
    padding-bottom: 2rem;
    flex: 1;
}

.greeting .image img {
    width: 100%;
}

.greeting .image::after {
    content: "";
    width: 9rem;
    aspect-ratio: 1;
    border: 8px solid var(--page-point-color);
    position: absolute;
    right: -2rem;
    bottom: 0;
    z-index: -1;
    opacity: 0.8;
}

.company {
    /* display: flex;
    align-items: start;
    gap: 13rem;
    flex-flow: row-reverse; */
}

.company .text {
    /* width: 65%; */
}

.company .table-company {
    width: 100%;
}

.company .table-company tr {
    border-top: 1px solid var(--gray200);
}

.company .table-company tr th,
.company .table-company tr td {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
    vertical-align: top;
}

.company .table-company tr th {
    border-top: 1px solid var(--page-point-color);
    padding-left: 0;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--page-point-color-text);
}

.company .table-company tr th::before {
    content: "";
}

.company .table-company tr td {
    line-height: 1.5;
}

.history {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.history::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--page-point-color);
    position: absolute;
    left: 26%;
    top: 25px;
    margin-left: -0.8rem;
}

.history .timeline {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10rem;
}

.history .timeline .year {
    margin: 0;
    font-size: 6rem;
    font-weight: 600;
    color: var(--page-point-color-text);
    width: 26%;
    line-height: 1;
    position: relative;
}

.history .timeline .year::after {
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    border: 3px solid var(--page-point-color);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 23px;
    background: #fff;
}

.history .timeline .issue {
    flex: 1;
    width: 76%;
    padding-left: 10%;
    position: relative;
    padding-top: 0.5rem;
}

.history .timeline .issue::before {
    content: "";
    width: 12%;
    height: 1px;
    /* background: #ddd; */
    position: absolute;
    left: 0;
    top: 32px;
}

.history .timeline .issue li {
    position: relative;
    font-size: 1.7rem;
    margin-top: 1.3rem;
}

.history .timeline .issue li .date {
    font-weight: 600;
    color: var(--text-default);
    margin-right: 2.5rem;
}

.history .timeline .issue li .des {
    letter-spacing: -0.02em;
}
.ci-h5{
    color: var(--page-point-color);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}
.ci-h5 small{
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
    font-weight: 400;
    color: var(--page-point-color);
}
.ci{}
.ci p{
    margin: 0;
    font-size: 20px;
    color: #363636;
    line-height: 1.6;
}
.ci-box{
    max-width: 850px;
    margin: 0 auto;
    margin-top: 75px;
}
.con5 .ci-box{
    max-width: 1000px;
}
.con1 .ci-box img{
    padding: 0 80px;
}
.ci-btn{
    display: flex;
    gap: 70px;
    justify-content: center;
    margin-top: 65px;
}
.ci-btn a{
    width: 220px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background: #524b46;
    transition: all 0.2s ease;
}
.ci-btn a:hover{
    background: var(--page-point-color);
    text-decoration: none;
}
.ci-box .ci-sub-t{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #585656;
}
.ci-box .ci-sub-t img{}
.ci-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-top: 60px;
}
.ci-wrap .ci-logo{
    grid-column: span 2;
}
.ci-wrap .ci-logo.sec{
    grid-column: span 1;
}
.ci-wrap .ci-logo .ci-tit{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    display: block;
}
.ci-wrap .ci-logo img{
    padding: 0 55px;
}
.cert-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.cert-wrap .cert {
    background: var(--gray100);
    padding: 0 5rem 5rem;
}

.cert-wrap .cert .caption {
    text-align: center;
    margin: 0;
    padding: 3rem 0 2.5rem;
    color: var(--text-default);
}

.cert-wrap .cert .caption .tit {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
}

.cert-wrap .cert .caption small {
    font-size: 1.3rem;
}

.cert-wrap .cert img {
    box-shadow: 6px 8px 20px -1px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.subContent .table-sge {
    margin-bottom: 3rem;
    border-top: 2px solid #333;
    width: 100%;
    border-right: 3px solid #fff;
}

.subContent .table-sge {}

.subContent .note {
    margin-top: -1rem;
    margin-bottom: 0;
}

.subContent .table-sge tr {
    border-bottom: 1px solid var(--gray200);
}

.subContent .table-sge tr th,
.subContent .table-sge tr td {
    padding: 1.6rem 1.5rem;
    vertical-align: middle;
    border-right: 1px solid var(--gray200);
}

#product06 .subContent .table-sge tr :is(th, td) {
    text-align: center;
}

.subContent .table-sge tr td {
    font-size: 1.6rem;
}

.subContent .table-sge tr.emp td {
    font-size: 1.8rem;
    color: var(--page-point-color-text);
    font-weight: 600;
    background: #f4fbff;
}

.subContent .table-sge tr td .li-table {}

.subContent .table-sge tr td .li-table>li {
    text-align: left;
    margin-top: 0.3rem;
    padding-left: 1.2rem;
    position: relative;
    font-size: 1.5rem;
}

.subContent .table-sge tr td .li-table>li:before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0.9rem;
    left: 0;
}

.subContent .table-sge tr td img {
    max-width: 16rem;
}

#product01 .subContent .table-sge tr th,
#product01 .subContent .table-sge tr td,
#product02 .subContent .table-sge tr th,
#product02 .subContent .table-sge tr td {
    text-align: center;
}

#product02 .subContent .table-sge tr:nth-child(1) th {
    width: 12rem;
}

#product02 .subContent .table-sge tr:nth-child(1) th:nth-child(1) {
    width: auto;
}

.subContent .table-sge tr th {
    background: var(--gray100);
    color: var(--text-default);
    font-size: 1.6rem;
    font-weight: 600;
}

.subContent .table-sgetbody tr th.num {
    background: #fff;
}

.prod-img {
    border: 1px solid var(--gray300);
    margin: 0 0 3rem;
}

.prod-img img {
    padding: 4rem 7rem;
}

.prod-img .caption {
    background: var(--gray100);
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-default);
}

#product01 .thumbnail {
    background: #fff;
    padding: 3rem;
    min-height: 19rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 3rem;
}

#product01 .thumbnail:after {
    content: "";
    display: block;
    clear: both;
}

#product01 .thumbnail img {
    float: left;
    width: 25%;
    border-radius: 50%;
}

#product01 .thumbnail .caption {
    float: left;
    width: 75%;
    padding: 0.5rem 0 0 2.5rem;
}

#product01 .thumbnail .caption h5 {
    margin: 0 0 1rem;
    letter-spacing: -0.03em;
    font-size: 1.7rem;
}

#product01 .thumbnail .caption .list-inner {
    padding: 0;
    margin: 0;
}

#product01 .thumbnail .caption .list-inner>li {
    font-weight: 400;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
    font-size: 1.4rem;
}

#product01 .thumbnail .caption .list-inner>li::before {
    content: "-";
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 0rem;
}

#product01 .con4 .prod-process {}

#product01 .con4 .prod-process .process-box {
    position: relative;
    border: 1px solid var(--gray300);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.07);
}

#product01 .con4 .prod-process .process-box .fas {
    position: absolute;
    top: 50%;
    right: -2.3rem;
    font-size: 2.6rem;
    color: var(--gray500);
    margin-top: -1.4rem;
}

#product01 .con4 .prod-process .process-box h5 {
    font-size: 2rem;
    margin: 0;
    text-align: center;
    /* background: #333; */
    padding: 2rem 0;
    color: var(--text-default);
    font-weight: 600;
}

#product01 .con4 .prod-process .process-box .process-by {
    display: block;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 0.8rem 0;
    background: #20588d;
    color: #fff;
}

#product01 .con4 .prod-process .process-box .process-by.man {
    background: var(--page-point-color-hover);
}

#product01 .con4 .prod-process .process-box .caption {
    padding: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    font-size: 1.5rem;
    line-height: 1.3;
}

.prod-box {
    display: flex;
    align-items: center;
    gap: 0 6rem;
    margin-bottom: 5rem;
    border: 1px solid var(--gray300);
    padding: 5rem;
}

.prod-box+.prod-box {}

.prod-box:last-child {}

.prod-box .image {
    width: 32rem;
}

.prod-box .image img {}

.prod-box .text {
    flex: 1;
}

.prod-box .text h5 {
    font-size: 3rem;
    color: #222;
    margin: 0 0 3rem;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding-left: 1.5rem;
    position: relative;
}

.prod-box .text h5::before {
    content: "";
    width: 5px;
    height: 28px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    top: 3px;
}

.prod-box .text p {
    font-size: 1.7rem;
    margin: 0 0 2rem;
}

.prod-box .text .added {
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    color: var(--page-point-color-text);
}

.prod-box .text .added::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 0.1rem;
    background: #fff;
    position: absolute;
    top: 2.6rem;
    left: 0;
}

#product01 .con1 .col-sm-4 {
    padding: 0 7.5rem 0 2rem;
}

#product02 .con1 .nano {
    border: 1px solid #aaa;
}

#product02 .con1 .nano h5 {
    padding: 1.5rem;
    background: #f8f8f8;
    margin: 0;
}

#product02 .con1 .nano dl {
    margin: 1.5rem 0 0;
    padding: 0 1.5rem;
}

#product02 .con1 .row>.col-xs-12:nth-child(1) .nano dl,
#product02 .con1 .row>.col-xs-12:nth-child(3) .nano dl {
    height: 22.6rem;
}

#product02 .con1 .nano dl dt {
    height: 3rem;
    font-size: 1.8rem;
}

#product02 .con1 .nano dl dt span {
    font-weight: 400;
    margin-left: 0.5rem;
    font-size: 1.6rem;
}

#product02 .con1 .nano dl dd {
    position: relative;
    padding-left: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

#product02 .con1 .nano dl dd::before {
    content: "";
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #c0e0a0;
    top: 1.1rem;
    left: 0;
    border-radius: 50%;
}

#product02 .con1 .nano .nano-img {
    margin-top: 0.5rem;
    position: relative;
}

#product02 .con1 .nano .nano-img .badge {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #87c14d;
}

#product02 .con2 .li_feature {
    padding: 0;
    margin: 0;
}

#product02 .con2 .li_feature::after {
    content: "";
    display: table;
    clear: both;
}

#product02 .con2 .li_feature>li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    float: left;
    width: 33.3333333%;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}

#product02 .con2 .li_feature>li::before {
    content: "";
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #50b1ea;
    border-radius: 50%;
    top: 1.5rem;
    left: 0rem;
}

#product02 .con4 .inner {
    margin-bottom: 3rem;
}

#product02 .con4 .inner h5 small {
    margin-left: 1rem;
}

#product02 .con4 .inner .table {
    margin-bottom: 0;
}

#product02 .con4 .inner .note {
    font-size: 1.3rem;
    line-height: 1;
    padding: 1rem 0;
}

#Prod04 .con4 .inner .star {
    color: #f00;
}

.dl_bipv {
    padding: 0 0 0 0rem;
    margin: 0 0px 3.5rem;
}

.dl_bipv dt {
    font-size: 2.2rem;
    margin: 0 0 1.4rem;
    padding-bottom: 6px;
    position: relative;
    color: var(--text-default);
    font-weight: 700;
    letter-spacing: -0.02em;
    border-bottom: 1px solid var(--gray200);
}

.dl_bipv dt:after {
    content: "";
    display: block;
    width: 24rem;
    height: 1px;
    background: var(--page-point-color);
    position: absolute;
    bottom: -1px;
}

.dl_bipv dd {
    padding-left: 1.4rem;
    position: relative;
    font-size: 1.7rem;
}

.dl_bipv dd+dd {
    margin-top: 5px;
}

.dl_bipv dd::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--page-point-color);
    position: absolute;
    top: 0.9rem;
    left: 0;
}

.pr01_bipv dd span+span {
    padding-left: 64px;
    margin-top: -24px;
    display: block;
}

.pr01_bipv dd:nth-child(2) span+span {
    padding-left: 83px;
}

.be-paint-wrap+.be-paint-wrap {
    margin-top: 12rem;
}

.be-paint-wrap .be-paint {
    display: flex;
}

.be-paint-wrap .be-paint+.be-paint {
    border-top: 1px solid var(--gray200);
    padding-top: 5rem;
    margin-top: 5rem;
}

.be-paint-wrap .table-responsive {
    margin-top: 7rem;
}

.be-paint-wrap .be-paint .text {
    display: flex;
    width: 75%;
    align-items: center;
}

.be-paint-wrap .be-paint .text .left {
    width: 30%;
}

.be-paint-wrap .be-paint .text .left img {
    border-radius: 50%;
    box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.1);
}

.be-paint-wrap .be-paint .text .right {
    width: 75%;
    padding-left: 5rem;
}

.be-paint-wrap .be-paint .text .right h5 {
    position: relative;
    font-size: 3rem;
    color: #222;
    font-weight: 500;
    margin: 0 0 2.5rem;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    letter-spacing: -0.025em;
    padding-left: 1.5rem;
}

.be-paint-wrap .be-paint .text .right h5::before {
    content: "";
    width: 5px;
    height: 28px;
    background: var(--page-point-color);
    position: absolute;
    left: 0;
    top: 3px;
}

.be-paint-wrap .be-paint .text .right h5 small {
    display: inline-block;
    margin-left: 0.8rem;
    font-size: 70%;
    color: var(--gray500);
    letter-spacing: 0;
}

.be-paint-wrap .be-paint .text .right .li-dot {}

.be-paint-wrap .be-paint .text .right .li-dot>li {
    margin-top: 0.5rem;
    padding-left: 1.4rem;
    position: relative;
}

.be-paint-wrap .be-paint .text .right .li-dot>li::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--page-point-color);
    position: absolute;
    top: 0.9rem;
    left: 0;
}

.be-paint-wrap .be-paint.reversed {
    /* flex-direction: row-reverse; */
}

.be-paint-wrap .be-paint.reversed .text {
    /* flex-direction: row-reverse; */
}

.be-paint-wrap .be-paint.reversed .text .right {}

.be-paint-wrap .be-paint.reversed .text .right h5 {}

.be-paint-wrap .be-paint.reversed .text .right h5::before {}

.be-paint-wrap .be-paint.reversed .text .right .li-dot {}

.be-paint-wrap .be-paint.reversed .text .right .li-dot>li {
    /* text-align: right; */
    /* padding-left: 0; */
    /* padding-right: 1.2rem; */
}

.be-paint-wrap .be-paint.reversed .text .right .li-dot>li::before {
    /* left: auto; */
    /* right: 0; */
}

.be-paint-wrap .be-paint .image {
    width: 25%;
    display: flex;
    align-items: center;
}

.color_point {
    display: flex;
    padding: 1.5rem 3rem;
    border: 1px solid var(--gray300);
    justify-content: space-evenly;
    align-items: center;
    margin: 0 0 3rem;
    height: 24rem;
}

.color_point img {
    width: 10rem;
    height: 10rem;
}

.color_point dl {
    width: calc(100% - 10rem);
    padding-left: 3rem;
    margin: 0;
}

.color_point dl dt {
    color: var(--page-point-color-second);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.color_point dl dd {
    padding-left: 1.3rem;
    position: relative;
    margin-top: 0.4rem;
}

.color_point dl dd:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #4eacef;
    border-radius: 50%;
    position: absolute;
    top: 0.8rem;
    left: 0;
}

.color_option {
    margin: 0 0 3rem;
}

.color_option .caption {
    text-align: center;
    font-weight: 600;
    margin: 0.5rem 0;
}

.color_box {
    height: 15rem;
    background: #fafafa;
    margin: 0 auto;
    border-radius: 5px;
}

.color_box.red {
    background: #77332e;
    animation: #77332e;
}

.color_box.orange {
    background: #a45b4a;
}

.color_box.yellow {
    background: #8f7a37;
}

.color_box.y-green {
    background: #5a6f37;
}

.color_box.green {
    background: #24433b;
}

.color_box.s-blue {
    background: #6189ac;
}

.color_box.blue {
    background: #4f5e7b;
}

.color_box.brown {
    background: #412927;
}

.color_box.l-grey {
    background: #8f9396;
}

.color_box.grey {
    background: #636d77;
}

[id^="product"] .table_pd .inner .top a .thumb {
    /* background-size: 150%; */
    background-color: #fff;
}

[id^="product"] .table_pd .inner .bottom .pd_preview {
    display: none;
}

[id^="product"] .board_pd_view .pd_preview_wrap #pd_preview_text {
    white-space: normal;
    line-height: 1.45;
}

[id^="product"] #pd_preview_text .prod-info {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 1rem 0 0;
}

[id^="product"] #pd_preview_text .prod-info .tit {
    font-weight: 700;
    color: #000;
    width: 10rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

[id^="product"] #pd_preview_text .prod-info .tit::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.2rem;
    background: #000;
}

[id^="product"] #pd_preview_text .prod-info .des {
    flex: 1;
}

[id^="business"] .content h4+p {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
}

[id^="business"] .content p+.table-responsive {
    margin-top: 2.5rem;
}

#business01 .con2 table th,
#business01 .con2 table td {
    text-align: center;
}

#business01 .con2 table td b {
    font-size: 1.8rem;
    color: var(--page-point-color-text);
    font-weight: 600;
}

#business01 .con3 .process {
    display: flex;
    gap: 4.5rem;
    margin-top: 3.5rem;
}

#business01 .con3 .process .box::after {
    content: "\e5e1";
    font-family: var(--gms);
    color: var(--gray500);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    margin-right: -46px;
}

#business01 .con3 .process .box {
    position: relative;
    flex: 1;
    padding: 5rem 3.5rem;
    margin: 0;
    background: #fff;
    border: 1px solid var(--gray300);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.07);
}

#business01 .con3 .process .box:last-child {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
    color: #fff;
}

#business01 .con3 .process .box:last-child::after {
    content: none;
}

#business01 .con3 .process .box::before {
    font-size: 4rem;
    font-weight: 400;
    display: block;
    margin: 0 0 1.5rem;
    line-height: 1;
    color: var(--page-point-color);
}

#business01 .con3 .process .box:nth-child(1)::before {
    content: "01";
}

#business01 .con3 .process .box:nth-child(2)::before {
    content: "02";
}

#business01 .con3 .process .box:nth-child(3)::before {
    content: "03";
}

#business01 .con3 .process .box:nth-child(4)::before {
    content: "04";
    color: #fff;
}

#business01 .con3 .process .box dt {
    font-size: 2.4rem;
    margin-bottom: 8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-default);
}

#business01 .con3 .process .box:last-child dt {
    color: #fff;
}

#business01 .con3 .process .box dd {
    font-size: 1.7rem;
    letter-spacing: -0.015em;
}

#business01 .con3 .process .box dd::before {
    content: "";
}

.about-zeb {
    display: flex;
    gap: 0 0rem;
    margin: 6rem 0 0;
    background: #f8f8f8;
    padding: 5rem;
}

.about-zeb .box {
    flex: 1;
}

.about-zeb .icon {
    padding-top: 8rem;
}

.about-zeb .icon span {
    font-size: 5rem;
    color: var(--gray400);
    font-weight: 700;
}

.about-zeb .box>p:not(.tit) {
    text-align: center;
    border: 1px solid var(--gray400);
    height: 13rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
    margin: 0;
    border-radius: 0.8rem;
    background: #fff;
}

.about-zeb .box:last-child>p:not(.tit) {
    border-color: var(--gray500);
}

.about-zeb .box>p br {
    display: none;
}

.about-zeb .box .tit {
    height: 20rem;
    width: 20rem;
    border-radius: 50%;
    margin: 0 auto 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 10px solid #48a6df;
    background: #fff;
    position: relative;
}

.about-zeb .box:last-child .tit {
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #33a5e9 30%, #82cb25 100%);
}

.about-zeb .box:last-child .tit .kr {
    color: #fff;
}

.about-zeb .box:nth-child(3) .tit {
    border-color: var(--page-point-color-third);
}

.about-zeb .box:nth-child(3) .tit .en {
    color: #6fb327;
}

.about-zeb .box .tit .kr {
    display: block;
    font-size: 2.2rem;
    font-weight: 600;
    color: #222;
}

.about-zeb .box .tit .en {
    display: block;
    color: var(--page-point-color-text);
    font-size: 2.2rem;
}

.zeb-cert-wrap {}

.zeb-cert-wrap .zeb-cert {}

.zeb-cert-wrap .zeb-cert h5 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    position: relative;
    color: var(--text-default);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

.zeb-cert-wrap .zeb-cert .zeb-standard {
    display: flex;
    gap: 0 2.5rem;
    margin-bottom: 5rem;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box {
    flex: 1;
    border: 1px solid var(--gray300);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .left {
    display: flex;
    flex-direction: column;
    padding: 3rem 2rem;
    align-items: center;
    background: #e8f6ff;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box:nth-child(1) .left {}

.zeb-cert-wrap .zeb-cert .zeb-standard .box:nth-child(2) .left {}

.zeb-cert-wrap .zeb-cert .zeb-standard .box:nth-child(3) .left {}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .left .num {
    display: block;
    font-weight: 600;
    background: var(--page-point-color-text);
    line-height: 1;
    border-radius: 5rem;
    color: #fff;
    font-size: 1.6rem;
    padding: 0.8rem 2rem;
    letter-spacing: 0;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box:nth-child(1) .left .num {}

.zeb-cert-wrap .zeb-cert .zeb-standard .box:nth-child(2) .left .num {}

.zeb-cert-wrap .zeb-cert .zeb-standard .box:nth-child(3) .left .num {}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .left h6 {
    font-size: 2rem;
    margin: 1.7rem 0 0;
    color: var(--page-point-color-second);
    font-weight: 700;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .right {
    padding: 2.5rem 3.5rem;
    min-height: 12rem;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .right .dl-standard {
    margin: 0;
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .right .dl-standard dt {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--text-default);
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .right .dl-standard dd {
    position: relative;
    padding-left: 1.7rem;
    margin-top: 0.3rem;
    font-size: 1.6rem;
    color: var(--text-second);
}

.zeb-cert-wrap .zeb-cert .zeb-standard .box .right .dl-standard dd::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--page-point-color);
    position: absolute;
    top: 0.8rem;
    left: 2px;
}

.zeb-cert-wrap .table-wrap {
    flex: 1;
}

.zeb-image {
    padding: 3rem 6rem;
    border: 1px solid #ddd;
}

.zeb-image img {}

#performance .subContent_title {
    display: none;
}

#performance .nav-tabs {
    display: flex;
    border: 0;
    margin-bottom: 6rem;
}

#performance .nav-tabs>li {
    float: none;
    flex: 1;
    margin: 0;
}

#performance .nav-tabs>li a {
    padding: 2.3rem 1.5rem;
    color: #9f9f9f;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 !important;
    border: none;
    border-bottom: 4px solid #eee;
    transition: all 0.2s ease;
}

#performance .nav-tabs>li a:hover,
#performance .nav-tabs>li a:focus {}

#performance .nav-tabs>li.active a,
#performance .nav-tabs>li a:hover {
    background: transparent;
    border: none;
    border-bottom: 4px solid var(--page-point-color-text);
    color: var(--page-point-color-text);
    font-weight: 600;
}

#performance .table-sge th,
#performance .table-sge td {
    text-align: center;
}

#performance .table-sge thead th:nth-child(1) {
    width: 14%;
}

#performance .table-sge thead th:nth-child(2) {
    width: 30%;
}

.rnd-intro {
    margin: 0 0 8rem;
    text-align: center;
    padding: 8.5rem 16rem 0;
    background: var(--gray100);
    background: linear-gradient(0deg, #fff, #f0f0f0);
    border-radius: 4rem 4rem 0 0;
}

.rnd-intro>p {
    font-size: 1.8rem;
    margin: 0 0 2.5rem;
    line-height: 1.6;
}

.rnd-intro>p:last-child {
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--page-point-color-text);
    margin-top: 4rem;
}

.rnd-field {
    display: flex;
    gap: 5rem;
    padding: 0 5rem;
}

.rnd-field .box {
    flex: 1;
    padding: 0 1rem;
}

.rnd-field .box img {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    box-shadow: 11px 16px 16px -6px rgba(0, 0, 0, 0.1);
    border: 15px solid #fff;
}

.rnd-field .box .dl-field {
    margin: 0;
    padding-bottom: 1rem;
    text-align: center;
}

.rnd-field .box .dl-field dt {
    color: #fff;
    font-size: 4.8rem;
    text-align: center;
    font-weight: 700;
    padding: 4rem 0 1.5rem;
    letter-spacing: -0.015em;
}

.rnd-field .box:nth-child(1) .dl-field dt {
    color: var(--page-point-color-third);
}

.rnd-field .box:nth-child(2) .dl-field dt {
    color: var(--page-point-color);
}

.rnd-field .box:nth-child(3) .dl-field dt {
    color: #4ab8ad;
}

.rnd-field .box .dl-field dd {
    font-size: 1.8rem;
    margin-top: 0.7rem;
    position: relative;
    color: var(--text-default);
    font-weight: 500;
}

.contact-box {
    background: var(--gray100);
    padding: 3rem 4.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-box .dl-addr {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.contact-box .dl-addr dt {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    font-size: 2rem;
    color: #fff;
    background: var(--page-point-color-text);
    width: 12rem;
    text-align: center;
    border-radius: 5rem;
    line-height: 5rem;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.contact-box .dl-addr dd {
    line-height: 3.6rem;
    font-size: 1.8rem;
    color: var(--text-default);
    font-weight: 500;
    line-height: 1.65;
}

.contact-box .li-contact {
    display: flex;
    gap: 0 3rem;
}

.contact-box .li-contact>li {
    display: flex;
    align-items: center;
    gap: 0 1rem;
}

.contact-box .li-contact>li .material-symbols-outlined {
    display: block;
    width: 3.5rem;
    line-height: 3.5rem;
    background: #777;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 2.2rem;
}

.contact-box .li-contact>li .des {
    font-size: 1.7rem;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    border-bottom: 1px solid var(--gray200);
    padding: 1.6rem 1.5rem;
}

.table.table_default tr td {
    color: var(--text-second);
}

.table.table_default thead th {
    background: var(--gray100);
    color: var(--text-default);
    font-size: 1.6rem;
    font-weight: 600;
}

.table.table_default tbody .subject a {
    color: var(--text-default);
    font-size: 1.7rem;
}

.table.table_default tbody .text-muted {
    margin-left: 0.8rem;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.board_data_view .header_wrap .title {
    font-size: 2.8rem;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #222;
}

.board_data_view .header_wrap .info {
    margin-top: 2rem;
}

.board_data_view .header_wrap {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--gray200);
}

.table_blog .left span.thumb {
    height: 150px;
}

.table_blog .right {
    padding-left: 2rem;
}

.table_blog .right .text p {
    line-height: 1.5;
    font-size: 1.5rem;
    width: 100%;
    height: 7rem;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.table_blog .right .title a {
    font-size: 2.4rem;
    font-weight: 600;
}

.table_blog .right .title a:where(:hover, :focus) {
    color: inherit;
}

.table_blog,
.board_data_view {
    border-top: 1px solid #333;
}

:where(.table_video, .table_blog2) dd {
    margin-bottom: 6rem;
}

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

:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 2.6rem 0 0;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.03em;
}

:where(.table_video, .table_blog2) .inner .bottom .title {
    padding: 0;
    margin-bottom: 10px;
}

:where(.table_video, .table_blog2, .table_pd) .bottom .info span {
    padding: 0 10px 0 0;
}

#letter01 :where(.table_video, .table_blog2, .table_pd) .inner {
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

#letter01 :where(.table_video, .table_blog2, .table_pd) .inner:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

#letter01 :where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-wrap: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#letter01 :where(.table_video, .table_blog2, .table_pd) .inner .top a:hover .thumb {
    opacity: 1;
    transform: none;
}

#letter01 :where(.table_video, .table_blog2, .table_pd) .bottom .info span {}

#letter01 :where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 2rem;
}

#letter01 :where(.table_video, .table_blog2, .table_pd) .bottom .info span.writer {
    display: none;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a {
    background: #000;
}

.table_video .top a:before {
    z-index: 1;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a .thumb {
    transition: all 0.35s ease;
}

:where(.table_video, .table_blog2, .table_pd) .inner .top a:hover .thumb {
    transform: scale(1.05);
    opacity: 0.7;
}

:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: var(--page-point-color-text);
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a):hover {
    color: var(--page-point-color-text);
}

.contents_inner {
    font-size: 1.6rem;
}

.form-control {
    font-size: 1.5rem;
    height: 4rem;
}

#recruit01 .con1 p.text-center {
    font-size: 2.4rem;
    margin: -1.5rem 0 8rem;
    line-height: 1.58;
    color: var(--text-default);
}

.recruit01-inner {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    padding: 6rem 0;
    border-top: 1px solid var(--gray200);
}

.recruit01-inner h5 {
    font-size: 3.4rem;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.025em;
    margin: 0;
    width: 20%;
    line-height: 1.2;
}

.recruit01-inner>*:not(h5) {
    flex: 1;
}

.recruit01-inner .vision-wrap {
    display: flex;
    gap: 3rem;
}

.recruit01-inner .vision-wrap>.dl-vision:nth-child(2) dt {
    background: #2a84d7;
}

.recruit01-inner .vision-wrap>.dl-vision:nth-child(3) dt {
    background: var(--page-point-color-third);
}

.recruit01-inner .vision-wrap .dl-vision {
    flex: 1;
    margin: 0;
}

.recruit01-inner .vision-wrap .dl-vision dt {
    text-align: center;
    color: #fff;
    margin: 0 auto 3rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: #4faee7;
    box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.1);
    gap: 0.2rem;
}

.recruit01-inner .vision-wrap .dl-vision dt .kr {
    display: block;
    font-size: 3.2rem;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: 0;
}

.recruit01-inner .vision-wrap .dl-vision dt .en {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
}

.recruit01-inner .vision-wrap .dl-vision dd {
    text-align: center;
    color: #111;
}

.recruit01-inner .mission-wrap {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.recruit01-inner .mission-wrap .mission {
    position: relative;
    padding-left: 6rem;
    padding-top: 0.1rem;
    border: 1px solid var(--gray300);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 4rem;
}

.recruit01-inner .mission-wrap .mission .num {
    /* position: absolute; */
    top: 0;
    left: 0;
    font-size: 1.8rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    border-radius: 50%;
    color: #4eace5;
    font-weight: 700;
    font-size: 4rem;
    font-weight: 400;
    display: block;
    margin: 0 0 3rem;
    line-height: 1;
    color: var(--page-point-color);
}

.recruit01-inner .mission-wrap .mission .tit {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--text-default);
    margin-bottom: 1.5rem;
}

.recruit01-inner .mission-wrap .mission .des {
    margin: 0;
}

.recruit01-inner .strategy-wrap {
    display: fl;
}

.recruit01-inner .strategy-wrap .strategy {
    background: var(--gray100);
    padding: 3.5rem 4.5rem;
}

.recruit01-inner .strategy-wrap .strategy:last-child {
    margin-top: 2rem;
}

.recruit01-inner .strategy-wrap .strategy .tit {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    display: flex;
    color: var(--text-default);
}

.recruit01-inner .strategy-wrap .strategy .des {
    font-size: 1.6rem;
    margin: 0;
    display: flex;
    align-items: center;
    /* padding: 0 0 0 3rem; */
}

.recruit01-inner .strategy-wrap .strategy .li-strategy {
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* padding: 0 0 0 3rem; */
}

.recruit01-inner .strategy-wrap .strategy .li-strategy>li {
    padding-left: 1.7rem;
    position: relative;
    margin-top: 0.3rem;
}

.recruit01-inner .strategy-wrap .strategy .li-strategy>li::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--page-point-color);
    position: absolute;
    top: 0.8rem;
    left: 2px;
}

.welfare-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.welfare-wrap .welfare {
    position: relative;
    padding: 2.5rem 4.6rem;
    background: var(--gray100);
    display: flex;
    gap: 2rem;
    align-items: center;
    min-height: 13rem;
    overflow: hidden;
}

.welfare-wrap .welfare .num {
    font-size: 1.4rem;
    color: #39a4e5;
    font-weight: 500;
    /* opacity: 0.1; */
    font-style: italic;
    position: absolute;
    left: 1.7rem;
    top: 1.6rem;
    letter-spacing: 0px;
    display: none;
}

.welfare-wrap .welfare .icon {
    /* margin: 0 0 1.5rem; */
}

.welfare-wrap .welfare .icon .material-symbols-outlined {
    width: 7rem;
    line-height: 7rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 3.5rem;
    color: #f74b1c;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.05);
}

.welfare-wrap .welfare .text {}

.welfare-wrap .welfare .text p {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--text-default);
    margin: 0;
}

.welfare-wrap .welfare .text p small {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--text-second);
}

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

.sitemap-wrap .sitemap {
    padding: 0 0 6rem 3rem;
    border-left: 1px solid var(--gray200);
}

.sitemap-wrap .sitemap .tit {
    position: relative;
    font-size: 2.6rem;
    font-weight: 600;
    color: #f74e1f;
    margin: 0 0 2rem;
    display: inline-block;
    line-height: 1;
}

.sitemap-wrap .sitemap .tit::before {
    content: "";
    display: block;
    width: 5px;
    height: 3rem;
    background: #eb330082;
    position: absolute;
    top: -2px;
    left: -3.1rem;
}

.sitemap-wrap .sitemap .tit:hover,
.sitemap-wrap .sitemap .tit:focus {
    text-decoration: none;
    color: var(--page-point-color);
}

.sitemap-wrap .sitemap .li-sitemap {}

.sitemap-wrap .sitemap .li-sitemap>li {
    margin-top: 0.5rem;
    position: relative;
    padding-left: 1.2rem;
}

.sitemap-wrap .sitemap .li-sitemap>li::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 1rem;
}

.sitemap-wrap .sitemap .li-sitemap>li a {
    color: #000;
    line-height: 1;
    display: inline-block;
    opacity: 0.8;
}

.sitemap-wrap .sitemap .li-sitemap>li a:hover,
.sitemap-wrap .sitemap .li-sitemap>li a:focus {
    opacity: 1;
}

#form_contact #list_btn {
    display: none;
}

@media (max-width: 767px) {
    .subHeader {
        height: 19rem;
    }

    .subHeader .container h2 {
        font-size: 4.1rem;
    }

    .subMenu {
        display: none;
    }

    .greeting {
        display: flex;
        flex-direction: column-reverse;
    }

    .greeting .text {
        width: 100%;
        padding-right: 0;
    }

    .greeting .image {
        width: auto;
        margin-right: 3rem;
    }

    .greeting .text p {
        font-size: 2rem;
    }

    .company .table-responsive {
        border: 0;
    }

    .history {
        position: relative;
        width: 100%;
    }

    .history::before {
        left: 0;
    }

    .history .timeline {
        display: block;
    }

    .history .timeline .year {
        margin: 0 0 1rem;
        font-size: 5rem;
        width: auto;
        padding-left: 10%;
    }

    .history .timeline .year::after {
        right: auto;
        left: -12px;
        top: 23px;
    }

    .cert-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .cert-wrap .cert {
        padding: 0 2rem 2rem;
    }

    .cert-wrap .cert .caption {
        padding: 1.5rem 0 1.5rem;
    }

    #product01 .con1 .col-sm-4 {
        padding: 0 15px 0;
        margin: 0 0 3rem;
    }

    .be-paint-wrap .be-paint {
        display: block;
    }

    .be-paint-wrap .be-paint .text {
        display: block;
        width: 100%;
    }

    .be-paint-wrap .be-paint .text .right {
        width: 100%;
        padding-left: 0rem;
        margin: 3rem 0;
    }

    .be-paint-wrap .be-paint .image {
        width: 100%;
    }

    .subContent .table-sge tr th,
    .subContent .table-sge tr td {
        padding: 1rem 0.6rem;
    }

    .prod-box {
        gap: 3rem;
        flex-direction: column;
    }

    #business01 .con3 .process {
        gap: 4.5rem;
        flex-direction: column;
    }

    #business01 .con3 .process .box::after {
        content: "\e5e1";
        font-family: var(--gms);
        color: var(--gray500);
        position: absolute;
        right: auto;
        top: auto;
        left: 50%;
        bottom: -6rem;
        transform: translateX(-50%) rotate(90deg);
    }

    .about-zeb {
        display: flex;
        gap: 0 0rem;
        margin: 6rem 0 0;
        background: #f8f8f8;
        padding: 5rem;
        flex-direction: column;
    }

    .about-zeb .icon {
        padding-top: 4rem;
        padding-bottom: 4rem;
        text-align: center;
    }

    .about-zeb .icon span {
        transform: rotate(90deg);
    }

    .zeb-cert-wrap .zeb-cert .zeb-standard {
        display: block;
    }

    .zeb-image {
        padding: 1.5rem 1.5rem;
    }

    #performance .nav-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

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

    .rnd-intro {
        margin: 0 0 8rem;
        text-align: center;
        padding: 4.5rem 4rem 0;
    }

    .rnd-field {
        display: block;
    }

    .rnd-field .box {
        margin: 3rem 0 0;
    }

    .table_blog2 dd,
    .table_video dd {
        width: 100%;
    }

    .contact-box {
        display: block;
    }

    .contact-box .dl-addr {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 0 0 1rem;
        align-items: flex-start;
    }

    .contact-box .dl-addr dt {
        line-height: 3.8rem;
    }

    .contact-box .li-contact {
        flex-direction: column;
        gap: 1rem 0;
    }

    .recruit01-inner {
        display: block;
    }

    .recruit01-inner .vision-wrap {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }

    .recruit01-inner h5 {
        font-size: 3.4rem;
        margin: 0 0 1rem;
        width: 100%;
    }

    .welfare-wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .sitemap-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .table_pd dd {
        width: 100%;
    }

    .table.table_default tr .writer,
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        display: none;
    }

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    #list_btn {
        display: none;
    }

    #write_btn {
        margin: 0;
    }

    .pr01_bipv dd span+span,
    .pr01_bipv dd:nth-child(2) span+span {
        display: inline;
        padding-left: 0;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .greeting {
        display: flex;
        flex-direction: column-reverse;
    }

    .greeting .text {
        width: 100%;
        padding-right: 0;
    }

    .greeting .image {
        width: auto;
        margin-right: 3rem;
    }

    .history {
        width: 100%;
    }

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

    .cert-wrap .cert {
        background: var(--gray100);
        padding: 0 3rem 3rem;
    }

    .color_point {
        height: 36rem;
    }

    #business01 .con3 .process .box {
        position: relative;
        flex: 1;
        padding: 1.8rem 1.7rem;
    }

    #business01 .con3 .process .box dt {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .about-zeb {
        padding: 3rem;
    }

    .about-zeb .box .tit {
        height: 15rem;
        width: 15rem;
    }

    .about-zeb .box .tit .kr {
        display: block;
        font-size: 1.9rem;
    }

    .about-zeb .box .tit .en {
        font-size: 1.9rem;
    }

    .about-zeb .box>p:not(.tit) {
        height: 17rem;
        font-size: 1.4rem;
        padding: 0 2rem;
        margin: 0;
    }

    .rnd-field {
        display: flex;
        gap: 1rem;
        padding: 0 0rem;
    }

    .rnd-field .box {
        flex: auto;
        padding: 0 1rem;
        width: calc(100% / 3);
    }

    .rnd-field .box .dl-field dt {
        color: #fff;
        font-size: 3.4rem;
    }

    .contact-box {
        display: block;
    }

    .contact-box .dl-addr {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 0 0 1rem;
        align-items: flex-start;
    }

    .contact-box .dl-addr dt {
        line-height: 3.8rem;
    }

    .contact-box .li-contact {
        flex-direction: column;
        gap: 1rem 0;
    }

    .recruit01-inner .vision-wrap .dl-vision dt {
        width: 16rem;
        height: 16rem;
    }

    #recruit01 .con1 p.text-center {
        font-size: 2rem;
    }

    .welfare-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .greeting .text {
        width: 65%;
        padding-right: 10rem;
    }

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

    #business01 .con3 .process .box {
        position: relative;
        flex: 1;
        padding: 4rem 3rem;
    }

    .about-zeb .box>p:not(.tit) {
        text-align: center;
        border: 1px solid var(--gray400);
        height: 13rem;
        font-size: 1.4rem;
    }

    .rnd-field .box .dl-field dt {
        color: #fff;
        font-size: 4rem;
    }

    .contact-box .li-contact {
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
}

/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 6rem 0;
    background: #1b1b1b;
    color: var(--gray500);
}

footer .footer-logo {
    /* width: 17%; */
    width: 15%;
}

footer .footer-logo h1 {
    margin: 0;
}

footer .footer-logo h1>a {
    display: block;
    opacity: 0.6;
}

footer .footer-logo h1>a>img {
    display: block;
    width: 100%;
    filter: brightness(0) invert(1);
    color: #fff;
}

footer .footer-text {
    width: 83%;
    padding-left: 4.5rem;
    position: relative;
}

footer .footer-text p {
    margin-bottom: 0.5rem;
}

footer .footer-text p strong {
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--gray200);
}

footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}

footer .footer-text ul li {
    float: left;
    margin-right: 1.5rem;
    line-height: 1.4;
    font-size: 1.3rem;
}

footer .footer-text ul.addr-f li {
    display: block;
    float: none;
}

footer .footer-text ul.addr-f {
    margin-top: 1rem;
}

footer .footer-text ul li span {
    color: var(--gray400);
    font-weight: 500;
    display: inline-block;
    width: 5.4rem;
}

footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}

footer .footer-text .copyrights {
    float: right;
    margin-top: -2rem;
    opacity: 0.8;
    font-size: 1.2rem;
}

footer .footer-text #loginBtn {
    position: absolute;
    top: 0;
    right: 15px;
    border: 1px solid;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    padding: 0.7rem 0.7rem;
    background: transparent;
    color: #aaa;
    line-height: 1;
    border-radius: 0;
    border: 1px solid #aaa;
    border-radius: 0.35rem;
    font-size: clamp(11px, 2vw, 13px);
    margin-left: auto;
    font-weight: 500;
}

footer .footer-text #loginBtn:hover,
footer .footer-text #loginBtn:focus {
    background: #fff;
    color: #000;
    border-color: var(--backgorund-color);
    font-weight: 500;
}

footer .footer-text #loginBtn .material-symbols-outlined {
    font-size: 1.7rem;
    margin-right: 7px;
    font-variation-settings: var(--gms-500-out);
    color: #fff;
}

footer .footer-text #loginBtn:hover .material-symbols-outlined,
footer .footer-text #loginBtn:focus .material-symbols-outlined {
    color: #000;
}

@media (max-width: 767px) {
    .navbar-header .navbar-brand img {
        height: 2rem;
    }
    .subContent #bbsTop{
        scroll-margin-top: 100px;
    }
    .main-section#main03 .main-perform {
        position: relative;
    }

    .main-section#main03 .main-perform ul+a {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 3.5rem;
    }
    .main-section#main03 .main-perform ul+a span{
        font-size: 12px;
    }
    #main_wrapper+footer {
        margin-bottom: 9rem;
    }

    footer .footer-logo {
        width: 40%;
    }

    footer .footer-text {
        width: 100%;
        padding-left: 15px;
    }

    footer .footer-text p strong {
        font-weight: 500;
        font-size: 1.9rem;
    }

    footer .footer-text ul li {
        float: left;
        margin-right: 1.5rem;
        line-height: 1.4;
        font-size: 1.5rem;
    }

    footer .footer-text .copyrights {
        float: none;
    }

    .floating {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(0);
        display: flex;
        align-items: center;
        gap: 3rem;
        padding: 1.4rem 4.4rem 1rem;
        justify-content: space-between;
        border-radius: 0;
        border-top: 1px solid #ddd;
        z-index: 1;
    }

    .floating>h5 {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .floating ul {
        display: flex;
        align-items: center;
        gap: 3rem;
    }

    .floating ul li {}

    .floating ul li+li {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .floating {
        position: fixed;
        top: 80%;
        right: 2rem;
        transform: translateY(-50%);
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        border: 1px solid var(--gray400);
        box-shadow: 4px 4px 10px -3px rgba(0, 0, 0, 0.08);
        text-align: center;
        padding: 0 0.8rem 0.9rem;
        z-index: 1;
    }

    footer .footer-text .copyrights {
        float: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .floating {
        top: 76%;
    }
}

/* //푸터 */

.maintenance {
    margin-top: 0;
    padding: 6rem 2.5rem;
    text-align: center;
    background: var(--gray100);
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 6.4rem;
    margin-bottom: 1rem;
}

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

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

.member_wrapper {
    max-width: 117rem;
}

.main_popup_contents {
    padding: 0;
}

@media (max-width: 576px) {
    .main_popup_contents img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .form-box .tab a {
        padding: 9px 10px;
        font-size: 15px;
    }

    .form-inner .txt-box h6 {
        font-size: 22px;
        margin: 0 0 15px 0;
    }

    .form-inner .txt-box p {
        font-size: 16px;
    }

    .form-inner .board_wrapper .table.board_write_table tr {
        display: flex !important;
        align-items: center;
        margin-bottom: 10px;
    }

    .form-inner .board_wrapper .table.board_write_table tbody tr th {
        font-size: 14px;
        width: 100px !important;
        padding: 0 !important;
    }

    .form-inner .board_wrapper .table.board_write_table tr {
        padding: 10px 15px;
    }

    .form-inner .board_wrapper .table.board_write_table tbody input {
        height: 35px;
        font-size: 14px;
    }

    .agree_wrap .agree-box h6 {
        margin: 20px 0 15px;
        font-size: 16px;
    }

    .agree_wrap .agree-box>a {
        top: -3px;
        padding: 3px 4px 3px 8px;
        gap: 2px;
        font-size: 11px;
    }

    .agree_wrap .agree-box a span {
        font-size: 17px;
    }

    .form-inner .btn.btn-lg {
        font-size: 15px;
        font-weight: 500;
        padding: 10px;
    }

    .form-box {
        padding: 0px 25px 50px 25px;
        border: 5px solid #ddd;
    }

    .form-inner .board_wrapper .table.board_write_table tr#item_agree th,
    .form-inner .board_wrapper .table.board_write_table tr#item_captcha th {
        display: none !important;
    }

    .form-inner .board_wrapper .table.board_write_table tr#item_captcha td {
        display: flex !important;
    }
}

.tab-content>.active {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}