@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap");
@font-face {
    font-family: "Handletter";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 0;
}

#site > .container {
    width: 100%;
    padding: 0;
}

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Noto Sans KR", "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: #089ae7;
    --page-point-color-hover: #063e98;
    --page-danger-color: #f34825;
    --page-danger-color-hover: #ce4825;
    --page-dark-color: #4f5356;
    --page-dark-color-hover: #232527;
    --page-grey-color: #d5d5d5;
    --page-grey-color-hover: #c4c4c4;

    /* 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-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

@media (min-width: 1280px) {
    .container {
        /* width: 1230px; */
    }
}

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

/* 상단 네비게이션 */

#navbar-bg {
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 0px;
}
.on #navbar-bg {
    border-color: #eee;
}

#navbar-bg::before {
}

.navbar.navbar-inverse {
    background-color: transparent;
    border-bottom: none;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.navbar.navbar-inverse.on {
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 2rem;
    margin-top: 1.8rem;
    margin-left: 0 !important;
    height: auto;
    width: 12rem;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
}

.navbar-inverse.on .navbar-brand img {
    filter: none;
}

.navbar-inverse .navbar-brand img {
    filter: grayscale(1) brightness(10);
}

.nav.navbar-nav {
    display: flex;
    align-items: center;
    /* gap: 0 14rem; */
    width: calc(100% - 12rem);
    padding-left: 7%;
    padding-right: 15rem;
    justify-content: center;
}

.nav.navbar-nav::before,
.nav.navbar-nav::after {
    display: none;
}
.nav.navbar-nav::before,
.nav.navbar-nav::after {
    display: none;
}
.nav.navbar-nav > li {
    flex: 1 0 18rem;
    transition: all 0.25s;
}
.nav.navbar-nav > li:hover {
    background: #063e98;
}

.nav.navbar-nav > li:hover > a {
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    padding: 3.9rem 0;
    margin: 0;
    text-align: center;
    letter-spacing: -0.02em;
}
.on .nav.navbar-nav > li > a {
    color: #222;
}
.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); */
    color: #fff;
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 1.8rem 0;
    transform: translateX(-50%);
    box-shadow: none;
    background: none;
    height: 17.3rem;
    width: 100%;
    /* border-right: 1px solid rgba(0,0,0,0.07); */
    transition: all 0.25s;
}

.nav.navbar-nav li:first-child .dropdown-menu::before {
    content: "";
    width: 1px;
    height: 100%;
    /* background: rgba(0,0,0,0.07); */
    position: absolute;
    left: 0;
    top: 0;
}
.nav.navbar-nav li:hover .dropdown-menu {
    background: #f7f7f7;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 0.7rem 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 450;
    letter-spacing: -0.05em;
    color: #777;
}
.nav.navbar-nav li:hover .dropdown-menu li a {
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    text-decoration: none;
    color: #0248a3;
    font-weight: 700;
    background: transparent;
}

[lang="en"] .nav.navbar-nav {
    /* width: calc(100% - 12rem); */
    padding-left: 1rem;
    padding-right: 19rem;
}
[lang="en"] .nav.navbar-nav li .dropdown-menu li a {
    font-size: 1.3rem;
    letter-spacing: -0.025em;
    /* white-space: normal; */
}
[lang="en"] #gnbauth {
    flex: 1 0 10rem;
}

.nav-top {
    position: absolute;
    top: 3.2rem;
    right: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.nav-top .lang-wrap {
    position: fixed;
    margin-left: -7.5rem;
}
.nav-top .lang-wrap > .lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.5rem 0.7rem 1.2rem;
    gap: 0.4rem;
    border-radius: 5rem;
    border: 1px solid rgb(255 255 255 / 75%);
    background: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

.nav-top .lang-wrap .material-symbols-outlined {
    font-size: 18px;
}
.on .nav-top .lang-wrap > .lang-btn {
    border-color: #d0d0d0;
    background: #fff;
    color: #333;
}
.nav-top .lang-wrap > .lang-btn:hover,
.nav-top .lang-wrap > .lang-btn:focus {
}
.nav-top .lang-wrap > .lang-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0.7rem;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 0;
    box-shadow: 0px 3px 25px -10px;
}
.nav-top .lang-wrap.on > .lang-dropdown {
    display: block;
}
.nav-top .lang-wrap > .lang-dropdown > .lang-change-btn {
    display: block;
    width: 100%;
    background: none;
    border: 0;
    padding: 0;
    font-size: 1.2rem;
    color: #333;
    padding: 0.5rem 0.4rem;
    font-weight: 500;
}
.nav-top .lang-wrap > .lang-dropdown > .lang-change-btn:hover,
.nav-top .lang-wrap > .lang-dropdown > .lang-change-btn:focus {
    color: var(--page-point-color);
}

.nav-top > a {
}
.nav-top > a:hover {
    text-decoration: none;
}
.nav-top > .phone {
    background: rgb(0 0 0 / 25%);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 5rem;
    padding: 0.6rem 1.6rem;
}

.on .nav-top > .phone {
    color: #2455a3;
    background: #f7f7f7;
}

.on .nav-top > .phone .tit {
    color: #777;
    font-weight: 600;
}
.nav-top > .phone .tit {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

[lang="en"] .nav-top > .phone .tit {
    font-size: 1.1rem;
    text-align: right;
    width: 8rem;
    line-height: 1.05;
}
.nav-top > .phone .num {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
    vertical-align: middle;
    display: block;
    margin-bottom: 3px;
}
.nav-top > .kakao {
    border-radius: 50%;
    overflow: hidden;
    background: #fbe201;
    padding: 0.6rem;
    width: 3.7rem;
}

.nav-top .lang-box {
    display: flex;
    gap: 5px;
}
.nav-top .lang-box button {
    all: unset;
    cursor: pointer;
    color: #fff;
}
.nav-top .lang-box button {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1;
    letter-spacing: -0.025em;
    opacity: 0.6;
}
.nav-top .lang-box button u {
    text-decoration: none !important;
}
.on .nav-top .lang-box button {
    color: #222;
    border-color: #888;
}
.nav-top .lang-box button:hover {
    opacity: 1;
}
.nav-top .lang-box button:disabled {
    /* opacity: 0.8; */
    /* background-color: #fff; */
    pointer-events: none;
    opacity: 1;
}
.on .nav-top .lang-box button:disabled {
    /* background-color: var(--page-point-color); */
    /* color: var(--page-point-color-hover); */
}
@media (max-width: 767px) {
    .nav-top .lang-box u {
        display: none;
    }
    .nav-top .lang-box button {
        border-color: #999;
    }
    html {
        font-size: 2vw;
    }
    #site {
    }

    .navbar.navbar-inverse {
        background: #fff;
    }
    .navbar-inverse .navbar-brand img {
        filter: none;
    }
    .navbar-header .navbar-brand {
        margin-top: 8px;
        margin-left: 15px !important;
        width: 90px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 15px 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;
    }

    .nav.navbar-nav {
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .nav.navbar-nav > li {
        width: 100%;
        flex: 1;
    }
    .nav.navbar-nav > li:hover {
        background: none;
    }
    .nav.navbar-nav > li > a {
        font-size: 2rem;
        color: #000;
        padding: 3rem 0;
    }

    .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);
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
    }
    .nav.navbar-nav li .dropdown-menu li a {
        font-size: 1.8rem;
    }

    .nav-top {
        position: relative;
        top: 0;
        left: auto;
        right: 0; /* top: 1.8rem; */ /* left: 58%; */ /* right: auto; */
        transform: translate(0%); /* width: 100%; */
        gap: 1.5rem;
        justify-content: flex-end;
        padding: 0.9rem 1.5rem 0;
    }
    .nav-top > a {
    }
    .nav-top > .phone {
        color: #2455a3;
        background: #f7f7f7;
    }

    .on .nav-top > .phone {
        color: #2455a3;
        background: #f7f7f7;
    }

    .on .nav-top > .phone .tit {
    }
    .nav-top > .phone .tit {
    }
    .nav-top > .phone .num {
    }
    .nav-top > .kakao {
    }

    .nav-top .lang-wrap {
        left: 15px;
        right: auto;
        margin: 0;
    }
    .nav-top .lang-wrap .lang-btn {
        border-color: #d0d0d0;
        background: #fff;
        color: #333;
        display: none;
    }
    .nav-top .lang-wrap > .lang-dropdown {
        position: static;
        width: auto;
        display: flex;
        transform: translate(0);
        box-shadow: none;
    }
    .nav-top .lang-wrap > .lang-dropdown > .lang-change-btn {
        font-size: 1.3rem;
        padding: 0rem 1rem;
    }
    .nav-top .lang-wrap > .lang-dropdown > .lang-change-btn.active {
        color: var(--page-point-color);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {
    }
    .nav-top {
        position: fixed;
        top: auto;
        bottom: 11%;
        right: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {
    }
    .nav.navbar-nav > li {
        flex: 1 0 14rem;
        transition: all 0.25s;
    }
    .nav-top {
        position: fixed;
        top: auto;
        bottom: 11%;
        right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .nav-top {
        position: fixed;
        top: auto;
        bottom: 11%;
        right: 30px;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 3.8rem);
    height: 100vh;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 114rem) / 2);
    right: calc((100% - 114rem) / 2);
    text-shadow: none;
    top: 49%;
}
#mainCarousel .carousel-inner .item h1 {
    margin: 0;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: -0.025em;
}
#mainCarousel .carousel-inner .item:nth-child(1) h1 {
    font-size: 6.8rem;
    letter-spacing: -0.03em;
}
#mainCarousel .carousel-inner .item:nth-child(2) .carousel-caption {
    top: 28%;
}
#mainCarousel .carousel-inner .item:nth-child(2) h1 {
    text-align: left;
    font-size: 5.5rem;
    line-height: 1.5;
}

[lang="en"] #mainCarousel .carousel-inner .item:nth-child(2) h1 {
    line-height: 1.2;
}
[lang="en"] #mainCarousel .carousel-inner .item:nth-child(2) h1 span {
    margin-top: 2rem;
}
#mainCarousel .carousel-inner .item:nth-child(2) h1 span {
    font-size: 3.2rem;
    display: block;
    padding-left: 4px;
    letter-spacing: -0.01em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}
#mainCarousel .carousel-inner .item p {
}
#mainCarousel .carousel-control {
    display: none;
}
#mainCarousel .carousel-indicators {
    bottom: 4rem;
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active {
    width: 6rem;
    height: 1rem;
    margin: 0.2rem;
    border: 1px solid #fff;
}
#mainCarousel .carousel-indicators li.active {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item:nth-child(1) h1 {
        font-size: 3.7rem;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) h1 {
        text-align: left;
        font-size: 3.9rem;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) h1 span {
        font-size: 1.9rem;
    }
}
@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:nth-child(1) h1 {
        font-size: 4rem;
    }
    #mainCarousel .carousel-inner .item:nth-child(2) h1 {
        font-size: 5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 97rem) / 2);
        right: calc((100% - 97rem) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

section.main-section {
    padding: 13rem 0;
}
section.main-section#main01 {
}
section.main-section#main01 h3 {
    font-size: 3.8rem;
    font-weight: 700;
    margin: 0 0 5rem;
    letter-spacing: -0.04em;
    color: #222;
}

section.main-section#main01 h3::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #333;
    display: block;
    margin: 2rem 0 0;
}
.main-biz-wrap {
    display: flex;
    gap: 3rem;
}
.main-biz-wrap .main-biz {
    position: relative;
    overflow: hidden;
    background: #000;
}
.main-biz-wrap .main-biz img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.5/1;
    transition: all 0.3s ease;
}
.main-biz-wrap .main-biz .caption {
    text-align: center;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    transition: all 0.25s;
    color: #333;
    padding: 2.3rem 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.main-biz-wrap .main-biz:hover {
    text-decoration: none;
}
.main-biz-wrap .main-biz:hover img {
    transform: scale(1.12);
    opacity: 0.8;
}
.main-biz-wrap .main-biz:hover .caption {
}

section.main-section#main02 {
    background: url("/public/img/main/main02-bg.jpg") no-repeat center / cover;
    padding: 8rem 0;
}
section.main-section#main02 .container {
    display: flex;
    gap: 6rem;
    align-items: center;
}
section.main-section#main02 .container:before,
section.main-section#main02 .container:after {
    display: none;
}
section.main-section#main02 .main-contact {
    width: 30%;
}
section.main-section#main02 .main-contact .text {
}
section.main-section#main02 .main-contact .text h4 {
    font-size: 3.6rem;
    color: var(--page-point-color-hover);
    font-weight: 700;
    margin: 0 0 3rem;
    letter-spacing: -0.045em;
    line-height: 1.35;
}
section.main-section#main02 .main-contact .text h4::after {
    content: "";
    width: 60px;
    height: 1px;
    background: var(--page-point-color-hover);
    display: block;
    margin: 2.5rem 0 0;
}
section.main-section#main02 .main-contact .text p {
    font-size: 1.7rem;
    margin: 0;
    letter-spacing: -0.034em;
    line-height: 1.6;
    padding-right: 6rem;
}
#main02 .main-contact .btn-wrap {
    margin-top: 5rem;
}
#main02 .main-contact .btn-link {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    background: var(--page-point-color);
    padding: 1.3rem 5rem;
    text-decoration: none;
    font-weight: 500;
}
section.main-section#main02 .main-video {
    flex: 1;
    box-shadow: 15px 15px 25px rgb(0 28 73 / 34%);
}

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

@media (max-width: 767px) {
    .main-biz-wrap {
        flex-direction: column;
    }
    section.main-section#main02 .container {
        display: block;
    }
    section.main-section#main02 .main-contact {
        width: 100%;
        margin-bottom: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-biz-wrap {
        display: flex;
        gap: 0rem;
        /* flex-direction: column; */
    }
    section.main-section#main02 .main-contact {
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}

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

/* 서브페이지 */

.color-o {
    color: #ff8634;
    font-weight: 700;
}

#product02 .prodHeader .txt1 {
    font-size: 136%;
}

#product02 .prodHeader p strong {
    font-size: 125%;
}

#product02 .prodHeader .txt2 {
    font-size: 108%;
}
.color-y {
    color: #ffd966;
    font-weight: 700;
}

.subBody {
}
.subBody .container {
    display: flex;
    position: relative;
}
.subBody .container::before,
.subBody .container::after {
    display: none;
}

.subHeader {
    display: flex;
    height: 44rem;
    background: url(/public/img/sub/sub_title.jpg) no-repeat center / cover;
    justify-content: center;
    align-items: center;
    position: relative;
}

.subHeader::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, black, transparent);
    opacity: 0.4;
}
.subHeader .container::before,
.subHeader .container::after {
    display: none;
}
.subHeader .container {
    z-index: 1;
}
.subHeader .container h2 {
    /* text-align: center; */
    color: #fff;
    font-size: 4.8rem;
    margin: 9rem 0 0;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    display: none;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active {
    color: #fff;
    opacity: 0.7;
}

.subMenu {
    position: relative;
    margin-top: -2.8rem;
}
.subMenu .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    background: rgb(0 40 135 / 80%);
    backdrop-filter: blur(20px);
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.1);
}
.subMenu .nav::before,
.subMenu .nav::after {
    display: none;
}
.subMenu .nav > li {
    margin: 0;
    width: 100%;
    text-align: center;
}
.subMenu .nav > li > a {
    padding: 0;
    background: none;
    color: #c4dbff;
    font-size: 1.7rem;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 0;
    padding: 1.6rem 0;
    position: relative;
    transition: all 0.2s ease;
    height: 5.8rem;
    letter-spacing: -0.03em;
}
.subMenu .nav > li > a::after {
    content: "";
    width: 1px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    opacity: 0.2;
}
.subMenu .nav > li:last-child > a::after {
    content: none;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus {
    color: #fff;
}
.subMenu .nav > li.active > a {
    font-weight: 700;
    background: #fff;
    color: #333;
}

[id^="product"] .subMenu {
    width: 24rem;
    position: absolute;
    left: calc(((100% - 114rem) / 2) - 24rem);
    margin-top: 4rem;
    padding-right: 4rem;
}
[id^="product"] .subMenu.fixed {
    position: fixed;
    top: 100px;
}
[id^="product"] .subMenu > .nav {
    flex-direction: column;
    /* box-shadow: none; */
    box-shadow: 5px 10px 28px rgba(0, 0, 0, 0.08);
}
[id^="product"] .subMenu > .nav > li {
}
[id^="product"] .subMenu > .nav > li > a {
    text-align: left;
    padding: 1.5rem 1.2rem;
    height: auto;
    font-size: 1.5rem;
    letter-spacing: -0.06em;
    border-bottom: 1px solid rgb(255 255 255 / 24%);
    font-weight: 500;
}

[id^="product"] .subMenu > .nav > li:last-child > a {
    /* border-bottom: none; */
}

[id^="product"] .subMenu > .nav > li.active > a {
    font-weight: 600;
    border: 1px solid #4178cf !important;
    color: var(--page-point-color-hover);
    z-index: 1;
}
[id^="product"] .subMenu > .nav > li > a:is(:hover, :focus) {
}

.subContent {
    padding-top: 11rem;
}
[id^="product"] .subContent {
    flex: 1;
}
.subContent p,
.subContent li {
    font-size: 1.6rem;
}
.subContent p,
.subContent li,
.subContent dd,
.subContent dt,
.subContent td,
.subContent th {
    font-size: 1.6rem;
    letter-spacing: -0.035em;
}
.subContent_title {
}
.subContent_title h3 {
    text-align: center;
    font-size: 3.7rem;
    font-weight: 700;
    margin: 0 0 10rem;
    letter-spacing: -0.04em;
    color: #222;
}

.subContent_title h3::after {
    /* content: ''; */
    width: 6rem;
    height: 1px;
    background: #333;
    display: block;
    margin: 2.5rem auto 0;
}
.subContent .content,
.bbs-section {
    padding-bottom: 12rem;
}

.subContent .content:last-child {
    padding-bottom: 12rem;
}
.bbs-area .board_wrapper {
    margin-top: 0;
}
.subContent .content h4 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 3rem;
    position: relative;
    letter-spacing: -0.03em;
}
.compare-wrap .box > p,
.subContent .content h4 + p {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 10px;
}
.greeting {
    display: flex;
    gap: 15rem;
    padding: 0 3rem;
    align-items: center;
}
.greeting .image {
    width: 30rem;
}
.greeting .text {
    flex: 1;
    position: relative;
}
.greeting .text::before {
    content: "";
    width: 80px;
    height: 1px;
    background: var(--page-point-color-hover);
    display: block;
    margin-bottom: 45px;
}
.greeting .text p {
    font-size: 1.7rem;
    margin: 0 0 3rem;
    line-height: 1.65;
}
.greeting .text p.intro {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6;
    color: var(--page-point-color-hover);
}
.greeting .text p.epil {
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    gap: 1rem;
    align-items: baseline;
    font-weight: 600;
}
.greeting .text p.epil .position {
}
.greeting .text p.epil strong {
    font-size: 1.8rem;
    font-weight: inherit;
    font-family: "Handletter", "Noto Sans KR", sans-serif;
    font-size: 3.8rem;
}

.history {
    position: relative;
}
.history::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #eee 95%, #fff 99%);
    position: absolute;
    top: 3.5rem;
    left: 0.7rem;
}
.history .timeline {
    display: flex;
    align-items: flex-start;
    gap: 7rem;
    padding: 1.5rem 0;
}
.history .timeline .year {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.07rem;
    color: var(--page-point-color-hover);
    margin: 0;
    padding-left: 6rem;
    position: relative;
}

.history .timeline .year::before {
    content: "";
    width: 1.9rem;
    aspect-ratio: 1;
    position: absolute;
    left: 0;
    top: 0.7rem;
    background: #3c7add;
    border: 4px solid #d6eaff;
    border-radius: 50%;
}
.history .timeline .issue {
    flex: 1;
}
.history .timeline .issue > li {
    font-size: 1.6rem;
    margin-top: 0.5rem;
    position: relative;
    letter-spacing: -0.034em;
    padding-left: 1.3rem;
    line-height: 1.5;
}
.history .timeline .issue > li::before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
}

.department {
    display: flex;
    gap: 2rem;
    margin: 7rem 0 0;
}
.department .dl-department {
    flex: 1 0 0;
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.department .dl-department dt {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 1.6rem 0;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.department .dl-department dd {
    font-size: 1.6rem;
    padding: 2rem 5.5rem;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.7;
    color: #666;
}

.cert-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6rem 4.5rem;
}
.cert-wrap .cert {
}
.cert-wrap .cert img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 5px;
}
.cert-wrap .cert .caption {
    margin: 1.5rem 0 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

.cs-service {
    display: flex;
    align-items: center;
    gap: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
}

#about05 .cs-service h4 {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 900;
}

.cs-service .cont {
    display: flex;
    align-items: center;
    gap: 4rem;
    flex: 1;
    justify-content: center;
    padding-right: 3rem;
}
.cs-service .icon {
    width: 12rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #0ca1ef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cs-service .icon .material-symbols-outlined {
    font-size: 7rem;
    line-height: 1;
    font-variation-settings: var(--gms-300-out);
    margin-top: -6px;
}
.cs-service .text {
}
.cs-service .text h5 {
    margin: 0 0 0.7rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.cs-service .text p {
}
.cs-service .text p.phone {
    display: inline-block;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    line-height: 1;
    color: var(--page-point-color-hover);
}
.cs-service .text p.mail {
    font-size: 2rem;
    color: #333;
    letter-spacing: 0;
    margin: 1rem 0 0;
}
.cs-service .text p.mail a {
    color: inherit;
}
.cs-service .text p.mail a:is(:hover, :focus) {
    text-decoration: none;
}
.cs-service .text p.time {
    font-size: 1.3rem;
    color: #777;
    font-weight: 400;
    margin-top: 1.5rem;
}

#about05 .content.con3 {
    padding: 5rem 0rem;
    position: relative;
}

/* #about05 .content.con3::before {
    content: '';
    width: 22%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #fff, transparent);
    z-index: 1;
}
#about05 .content.con3::after{
    content: '';
    width: 22%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 1;
} */
.partner-slick {
}
.partner-slick .item {
    width: 22rem !important;
}
.partner-slick .item img {
    width: 18rem;
}

/* page-location */
.location .map {
}
.location .text {
    display: flex;
    justify-content: space-between;
}
.location iframe {
    margin-bottom: -6px;
    background-color: #e5e3df;
    height: clamp(260px, 40vw, 400px);
}
.location p.addr {
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin: 3rem 0 3rem;
    font-weight: 600;
}
.li-location {
    display: flex;
    gap: clamp(20px, 3vw, 40px);
}
.li-location li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #444;
    font-size: clamp(14px, 3vw, 16px);
}
.li-location strong {
    color: inherit;
}
.li-location li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(26px, 3vw, 30px);
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: var(--page-point-color);
    font-variation-settings: var(--gms-400-fill);
    font-family: var(--gms);
    color: #fff;
}
.li-location li.tel::before {
    content: "\e0b0";
}
.li-location li.fax::before {
    content: "\ead8";
}
.li-location li.mail::before {
    content: "\e158";
}

.business-wrap {
    display: flex;
    gap: 5rem;
    padding: 0 5rem;
}
.business-wrap .business {
    flex: 1;
}
.business-wrap .business h5 {
    aspect-ratio: 1;
    width: 24rem;
    margin: 0 auto 3rem;
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    text-align: center;
    background: linear-gradient(180deg, #0c306d, #267fcd);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    line-height: 1.3;
    letter-spacing: -0.025em;
    position: relative;
    border: 1.2rem solid #abc9ed;
}

.business-wrap .business p {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.prodHeader {
    height: calc(93vh - 9.8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aaa;
    position: relative;
    padding-bottom: 6rem;
}
#product01 .prodHeader {
    background: url(/public/img/sub/prod_title01.jpg) no-repeat;
}

#product01 .prodHeader::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.05;
}
#product02 .prodHeader {
    background: url(/public/img/sub/prod_title02.jpg) no-repeat center;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
#product03 .prodHeader {
    background: url(/public/img/sub/prod_title03.jpg) no-repeat;
}
.prodHeader .container {
    /* text-align: center; */
    z-index: 1;
}
.prodHeader .container::before,
.prodHeader .container::after {
    display: none;
}
.prodHeader h2 {
    margin: 11rem 0 2rem;
    font-size: 6.4rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.045em;
}

#product03 .prodHeader h2 {
    font-size: 5.8rem;
}
#product02 .prodHeader h2 .color-o.tit {
    font-size: 10.5rem;
    line-height: 1;
}

#product02 .prodHeader h2 .color-o.sub-tit {
}

#product02 .prodHeader h2 {
    font-size: 7.2rem;
    font-weight: 600;
    text-align: center;
}
.prodHeader h2 .color-y {
    font-size: 5rem;
}

.prodHeader h2 .color-y.sub-tit {
    display: block;
    letter-spacing: 0;
    margin-top: 2rem;
}
.prodHeader p {
    font-size: 2.4rem;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    line-height: 1.55;
}

#product02 .prodHeader p {
    font-size: 2.8rem;
    color: #fff;
    margin: 0;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    line-height: 1.55;
}

.prodMenu {
    /* margin: 7rem 0 0; */
    box-shadow: none;
    background: #fff;
}
.prodMenu > .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
    box-shadow: none;
    background: #fff;
}
.prodMenu > .nav::before,
.prodMenu > .nav::after {
    display: none;
}
.prodMenu > .nav > li {
    /* flex: 0 0 25%; */
    /* margin: 0 -1px -1px 0; */
}

.prodMenu > .nav > li:last-child > a {
    padding-bottom: 1.1rem;
}
.prodMenu > .nav > li > a {
    border-radius: 0;
    font-size: 1.2rem;
    padding: 0.7rem 1.2rem;
    padding-left: 2.8rem;
    background: none;
    line-height: 1;
    color: #888;
    letter-spacing: -0.03em;
    line-height: 1.5;
    background: #fff;
    font-weight: 400;
    height: auto;
    text-align: left;
}

.prodMenu > .nav > li:first-child a {
}
.prodMenu > .nav > li > a:hover,
.prodMenu > .nav > li > a:focus {
    background: #f3f3f3;
    color: #333;
}
.prodMenu > .nav > li > a .prod-name {
    font-weight: 600;
    display: block;
    font-size: 1.1em;
}
.prodMenu > .nav > li.active > a {
    background: #e8eeff;
    color: var(--page-point-color-hover);
    z-index: 1;
    font-weight: 500;
    padding-left: 2.8rem;
}
.prodMenu > .nav > li > a::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 1.6rem;
    font-size: 2rem;
    line-height: 1;
    width: 5px;
    height: 2px;
    background: #cfcfcf;
}
.prodMenu > .nav > li.active > a::before {
    background: #0045b5;
}

.prod-header {
    display: flex;
    align-items: center;
    margin-bottom: 8rem;
    flex-flow: row-reverse;
    gap: 5rem;
    padding-left: 2rem;
}

#product02 .prod-header {
    /* padding: 0 0rem; */
    flex-flow: row-reverse;
}
.prod-header .text {
    flex: 1;
}
.prod-header .text h5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem 0;
    margin: 0 0 3.5rem;
}
.prod-header .text h5 .txt {
    font-size: 5.2rem;
    font-weight: 600;
    letter-spacing: -0.034em;
    color: #002b91;
    display: inline-block;
    line-height: 1;
}

#product02 .prod-header .text h5 .txt {
    color: #bf9000;
    font-weight: 400;
    font-size: 5.6rem;
}
.prod-header .text h5 .txt small {
    margin-left: 1.5rem;
    color: inherit;
    letter-spacing: -0.08em;
    display: inline-block;
    line-height: 1;
    transform: translateY(-3px);
    color: #ed7d31;
    font-weight: 600;
    font-size: 65%;
}
.prod-header .text h5 .badge {
    background: var(--page-point-color);
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1;
    padding: 0.6rem 1.2rem;
}

#product02 .prod-header .text h5 .badge {
    background: transparent;
    color: #ed7d31;
    font-size: 2rem;
    padding: 0;
    margin: 2.8rem 0 -1rem;
}
.prod-header .text p {
    font-weight: 500;
    font-size: 2.2rem;
    color: #1d48af;
    margin-bottom: 2rem;
    margin-top: -1rem;
}
.prod-header .text .li-prod {
    font-size: 1.8rem;
    letter-spacing: -0.034em;
    line-height: 1.6;
}
.prod-header .text .li-prod > li {
    position: relative;
    font-size: 1.7rem;
    padding-left: 3.4rem;
    padding-left: 2rem;
    margin-top: 0.3rem;
}

.prod-header .text .li-prod > li b {
    font-weight: 700;
    color: #222;
}

.prod-header .text .li-prod > li b.txt3 {
    color: #2e75b6;
}

.prod-header .text .li-prod > li .color-r {
    color: red;
}

.prod-header .text .li-prod > li strong {
    color: red;
    font-family: "Roboto Condensed", "Noto Sans KR", "notokr", sans-serif;
    font-size: 115%;
    font-weight: 700;
}

#product02 .prod-header .text .li-prod > li .txt1 {
    font-size: 2rem;
    font-weight: 700;
    color: #2a3ea2;
}

#product02 .prod-header .text .li-prod > li {
    /* font-size: 1.8rem; */
}

#product02 .prod-header .text .li-prod > li .txt2 {
    color: red;
    font-weight: 700;
}

.prod-header .text .li-prod > li::before {
    /* content: '\e5ca';
    font-family: var(--gms);
    font-variation-settings: var(--gms-700-out); */
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    color: #0f459b;
    position: absolute;
    top: 1.3rem;
    left: 0.5rem;
    font-size: 2rem;
}
.prod-header .image {
    width: 40rem;
    text-align: center;
}
#product02 .prod-header .image {
    width: 30rem;
}
.prod-header .image img {
}

#product02 .prod-header .image {
    width: 50rem;
}
.prod-header .image .caption {
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
    color: #111;
}
.prod-header .image .caption b {
    font-weight: 700;
}
.prod-body {
    padding: 4rem 4rem;
    border: 1px solid #ddd;
}
.prod-body h5 {
    margin: 0 0 4rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.035em;
    position: relative;
    padding-left: 1.2rem;
    color: #222;
}

.prod-body h5::before {
    content: "";
    width: 0.3rem;
    height: 1.9rem;
    background: #008cd6;
    position: absolute;
    left: 0;
    top: 1px;
}
.prod-body .prod-image {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}
.prod-body .prod-image .item {
}
.prod-body .prod-image .item.circle {
    overflow: hidden;
    border-radius: 50%;
}
#product01.product01_7 .prod-body .prod-image .item {
}
#product01.product01_7 .prod-body .prod-image .item.circle {
    width: 24%;
}
#product02 .prod-body .prod-image .item {
    width: 20%;
}
.prod-body .prod-image img {
    margin: 0;
}
.prod-body .prod-image .circle img {
    aspect-ratio: 1;
}

.ear-prod-wrap {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 7rem 5rem;
}
.ear-prod {
    /* padding: 3rem; */
    /* border: 1px solid #ddd; */
}
.ear-prod h6 {
    margin: 0 0 2rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.035em;
    position: relative;
    padding-left: 1.2rem;
    color: #222;
}

.ear-prod h6::before {
    content: "";
    width: 0.3rem;
    height: 1.9rem;
    background: #008cd6;
    position: absolute;
    left: 0;
    top: 1px;
}
.ear-prod .image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    border: 1px solid #ddd;
    padding: 1.5rem;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .ear-prod .image {
        grid-template-columns: repeat(2, 1fr);
    }
}
.ear-prod .image .item {
    overflow: hidden;
}
.ear-prod .image .item img {
}
.ear-prod .image .item p{
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}
.table-style {
    width: 100%;
    border-top: 1px solid #333;
}
.table-style tr {
    border-bottom: 1px solid #ddd;
}
.table-style tr th,
.table-style tr td {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
    border-left: 1px solid #ddd;
    letter-spacing: -0.02em;
}
.table-style tr th:last-child,
.table-style tr td:last-child {
    border-right: 1px solid #ddd;
}
.table-style tr th {
}
.table-style thead tr th {
    background: #f8f8f8;
    font-size: 1.6rem;
}
.table-style tbody tr th {
    background: #f3f3f3;
}

.compare-wrap {
    display: flex;
    gap: 5rem;
}
.compare-wrap .box {
    flex: 1;
}
.product01_9 .con3 .compare-wrap{
    flex-direction: column;
}
.product01_9 .con4 .compare-wrap{
    flex-direction: column;
}
.product01_9 .con5 .compare-wrap{
    flex-direction: column;
}
.product01_9 .info-box p{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.8;
}
.product01_9 .info-box .red-p{
    color: red;
}
.dot-list{}
.dot-list li{
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    padding-left: 17px;
}
.dot-list li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    width: 8px;
    height: 1px;
    background: #000;
}
.compare-wrap {
    display: flex;
    gap: 3rem;
    /* margin: 0 0 6rem; */
    /* align-items: flex-start; */
    /* background: #f7f7f7; */
    /* padding: 3rem; */
    margin-top: 5rem;
}
.compare-wrap .box {
    flex: 1;
    background: #fff;
}
.compare-wrap .box .table-style {
    opacity: 0.8;
    border: 2px solid #ccc;
}

.compare-wrap .box .table-style.tectyl {
    opacity: 1;
    border: 2px solid #2062cb;
}

.compare-wrap .box .table-style.tectyl thead tr th {
    background: var(--page-point-color-hover);
    color: #fff;
    border-color: #3469bd;
}

.compare-wrap .box .table-style.tectyl tbody tr th {
    background: #f6faff;
    color: var(--page-point-color-hover);
}

.compare-result {
    display: flex;
    flex-flow: column;
    gap: 3.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 75rem;
    margin: 6rem auto 0;
    padding-top: 2.5rem;
    border: 1px solid #d5d5d5;
    padding: 4rem 4rem 5rem;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.04);
}
.compare-result h5 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0;
    text-align: center;
    letter-spacing: -0.034em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #ccc;
    color: var(--page-point-color-hover);
}
.compare-result .li-num {
    border-top: 1px solid #e3e3e3;
    padding-top: 3rem;
}
.compare-result .li-num > li {
    position: relative;
    font-size: 1.7rem;
    padding-left: 3.9rem;
    margin-top: 1.5rem;
    font-weight: 500;
}
.compare-result .li-num > li:first-child {
    margin: 0;
}
.compare-result .li-num > li .num {
    position: absolute;
    left: 0;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    border-radius: 50%;
    background: #1555bb;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    aspect-ratio: 1;
    font-size: 1.4rem;
}

.compare-wrap .box .table-style .point {
    font-weight: 700;
    border-inline: 2px solid #3469bd;
}
.compare-wrap .box .table-style tbody tr:last-child .point {
    border-bottom: 2px solid #3469bd;
}
.compare-wrap .box .table-style tfoot td {
    font-size: 1.5rem;
}
.bearing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.bearing-grid.grid-3 {
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.bearing-grid .item {
}
.bearing-grid.grid-3 .item {
    flex: 1;
    max-width: 30rem;
}

.bearing-grid .item img {
    border: 1px solid #ddd;
}
.bearing-grid .item .dl-bearing {
    flex: 1;
    margin: 0;
}

.bearing-grid .item:nth-child(1) .dl-bearing,
.bearing-grid .item:nth-child(3) .dl-bearing {
    /* border-color: #aec9ed; */
}
.bearing-grid .item .dl-bearing dt {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--page-point-color-hover);
    margin: 4rem 0 2.5rem;
    text-align: center;
}
.bearing-grid .item .dl-bearing dd {
    position: relative;
    padding-left: 1rem;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}
.bearing-grid .item .dl-bearing dd::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #235fbf;
    border-radius: 50%;
}

.bearing-image {
    display: flex;
    gap: 2rem;
    margin-top: 5rem;
}
.bearing-image img {
}

.table.table_default tr th,
.table.table_default tr td {
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    padding: 1.8rem 1.5rem;
    border-color: #e3e3e3;
}

.table.table_default thead tr th {
    background: #fafafa;
    color: #222;
}
.table.table_default tr td {
    font-size: 1.5rem;
    color: #777;
}
.table.table_default tr td.subject {
    font-size: 1.7rem;
    color: #333;
}

.table_default {
    border-top: 1px solid #333;
}
:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    background: var(--page-point-color);
    border-radius: 2px;
}

.board_data_view {
    border-top: 1px solid #333;
}
.board_data_view .header_wrap .title {
    font-weight: 700;
    letter-spacing: -0.03em;
}
.board_data_view .header_wrap {
    padding: 4rem 0;
    border-bottom: 1px solid #e3e3e3;
}
.board_data_view .header_wrap .info {
    margin-top: 20px;
}

#form_contact #list_btn {
    display: none;
}
@media (max-width: 767px) {
    .greeting {
        gap: 5rem;
        flex-direction: column;
    }
    .history .timeline {
        flex-direction: column;
        gap: 1.5rem;
    }
    .history .timeline .issue {
        flex: 1;
        padding-left: 5rem;
    }
    .cert-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .location .text {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .cs-service {
        flex-direction: column;
    }
    .cs-service .cont {
        display: flex;
        align-items: center;
        gap: 4rem;
        flex: 1;
        justify-content: center;
        padding-right: 3rem;
        padding: 3rem 0;
    }

    .cs-service img {
        width: 100%;
    }

    .prod-header {
        flex-direction: column;
        padding: 0;
    }
    .prod-header .text h5 .txt {
        font-size: 3.5rem;
    }
    .prodHeader {
        background-position: center !important;
    }
    .prod-body {
        padding: 1.5rem 1.5rem;
    }
    .prod-body .prod-image {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    .subBody .container {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    [id^="product"] .subMenu {
        width: auto;
        position: relative;
        left: 0;
        right: 0;
        margin-top: 4rem;
        padding-right: 0;
        z-index: 1;
    }
    #product02 .prod-header {
        /* padding: 0 0rem; */
        flex-flow: column;
    }
    .ear-prod-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .bearing-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    .bearing-grid.grid-3 {
        display: flex;
        justify-content: center;
        gap: 3rem;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .bearing-grid.grid-3 .item {
        flex: 1;
        max-width: none;
    }
    .bearing-grid .item .dl-bearing dt {
        text-align: left;
    }
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits,
    .table.table_default tr .writer {
        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;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .greeting {
        display: flex;
        gap: 4rem;
        padding: 0 3rem;
        align-items: center;
    }
    .greeting .image {
        width: 20rem;
    }
    .cert-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .cs-service .text p.phone {
        display: inline-block;
        font-size: 2.7rem;
    }
    .prod-header {
        display: flex;
        align-items: center;
        margin-bottom: 8rem;
        flex-flow: row-reverse;
        gap: 1rem;
    }
    [id^="product"] .subMenu {
        width: auto;
        position: relative !important;
        left: 0;
        right: 0;
        margin-top: 4rem;
        padding-right: 0;
        z-index: 1;
    }
    .subBody .container {
        display: flex;
        position: relative;
        flex-direction: column;
    }
    #product02 .prod-header {
        /* padding: 0 0rem; */
        flex-flow: column;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 4rem 0;
    background: #f9f9f9;
    color: #777;
    letter-spacing: -0.02em;
}
footer li.clearfix {
    width: 100%;
}
footer .footer-logo {
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
    height: 5.8rem;
    filter: grayscale(1);
    margin-left: 2rem;
    opacity: 0.6;
}
footer .footer-text {
    padding-top: 1.4rem;
}
footer .footer-text p {
}
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: 2rem;
    line-height: 1.4;
    font-size: 1.3rem;
}

footer .footer-text ul li.company {
    font-size: 1.4rem;
    font-weight: 600;
    color: #666;
    line-height: 1.2;
}

footer .footer-text ul li b {
    font-weight: 600;
    display: inline-block;
    margin-right: 0.7rem;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.6rem;
    opacity: 0.7;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 15px;
    display: none;
    font-size: 1.1rem;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    background: #0a4ab1;
    background: #fff;
    color: #333;
    font-weight: 700;
    border: 1px solid #eee;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}
#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}
#scrolltop .inner i {
    font-size: 15px;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.maintenance {
    margin-top: 0.5rem;
    border: 7px solid #e5e5e5;
    padding: 5rem 2.5rem;
    text-align: center;
}
.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;
}

html[lang="cn"] .product01_8 .content.con2 {
    /* display: none; */
}
.vs-wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.vs-wrap + p{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.7;
}
.vs-wrap + p span{
    font-weight: 700;
}
.vs-list{}
.vs-list li{
    font-size: 19px;
    line-height: 1.7;
}
.vs-list li span{
    font-weight: 700;
}
.vs-wrap .vs-box{
    border: 1px solid #333;
}
.vs-wrap .vs-box img{
    /* border: 1px solid #333; */
    border-top: 1px solid #333;
    border-bottom: 0;
}
.vs-wrap .vs-box p{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 5px 10px;
    background: #f2f2f2;
}
.vs-wrap .vs-box p.point{
    color: var(--page-point-color-hover);
}
table.gt{}
table.gt th{
    color: #000;
    background: #f2f2f2;
}
table.gt td{
    color: #111;
    font-weight: 500;
}
table.gt td,
table.gt th{
    padding: 15px 10px;
    border: 1px solid #ccc;
}