@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

:root {
    /* --page-point-color: #db1288; */
    --page-point-color: #ed0909;
    /* --page-point-color-hover: #b60074; */
    --page-point-color-hover: #c72b2b;
    --icons: "material symbols outlined";
    --font-family-t: "S-CoreDream", "Onemt", "Pretendard Variable", sans-serif;
    --input-height: 48px;
}

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

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

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

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

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.form-control {
    height: var(--input-height);
    font-size: 15px;
    line-height: 1;
}

.btn {
    transition: all 0.15s;
    min-height: var(--input-height);
    padding: 0;
}

[class*=_view] .btn {
    min-height: unset;
    padding: 6px;
}

.board_list_view .btn {
    min-height: unset;
    padding: 7px 5px;
}

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

/* 불필요 항목 삭제 */
.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}


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

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 상단 로고*/
.navbar-brand {
    padding: 0 0 3px;
    margin-left: 0 !important;
    height: auto;
}

.navbar-brand>span {
    display: grid;
    gap: 15px;
    align-items: center;
    text-align: center;
    gap: 3px 3px;
    grid-template-columns: 1fr 1fr;
}
.navbar-brand>span p{
    margin: 4px 0 0;
    font-size: 26px;
    color: #000;
    font-weight: 800;
    text-align: left;
}
.navbar-brand>span  small{
    grid-column: span 2;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding-bottom: 2px;
}
.navbar-brand p {
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 49px;
}


/* 상단 메뉴 */
@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    font-size: 15px;
    color: #222;
    padding: 7px 10px;
    border-radius: 6px;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    color: #111;
    padding: 40px clamp(20px,2.2vw,45px);
    font-family: var(--font-family-t);
    letter-spacing: 0;
    font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a i {
    line-height: 0;
}


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

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 700px;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.25); */
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    left: 15%;
    right: 15%;
}

.carousel-caption h1 {
    margin-bottom: 40px;
    position: relative;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    font-size: 67px;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    /* font-family: var(--font-family-t); */
    text-align: left;
    letter-spacing: -0.015em;
    text-shadow: none;
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.5;
    /* font-family: var(--font-family-t); */
    letter-spacing: 0;
    text-align: left;
}

.carousel-caption p a {
    display: flex;
    width: 200px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    margin-top: 75px;
}

.carousel-caption p a:hover {
    background: #fff;
    color: #000;
}

.carousel-caption p span {
    /* font-size: 50px; */
    /* font-weight: 700; */
    /* color: #fff; */
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
    width: 5%;
    background: transparent !important;
}

.carousel-control.left .glyphicon::before,
.carousel-control.right .glyphicon::before {
    font-family: var(--icons);
    font-size: 70px;
    font-variation-settings: 'wght' 200;
    margin: 0;
}

.carousel-control.left .glyphicon::before {
    content: '\e5cb';
}

.carousel-control.right .glyphicon::before {
    content: '\e5cc';
}

.carousel-control.left .glyphicon,
.carousel-control.right .glyphicon {
    /* display: block; */
    /* right: 50%; */
    /* transform: translateX(-50%); */
    /* margin-right: -50px; */
    width: 70px;
    height: 84px;
    display: block;
}

.carousel-control.right .glyphicon {
    left: auto;
    right: 40%;
}

.carousel-control.left .glyphicon {
    /* margin-right: -20px; */
    left: 30%;
    right: auto;
}

.carousel-control .glyphicon {
    margin: 0;
    margin-top: -40px;
}

.carousel-control.left.glyphicon {
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    height: 7px;
    border: 1px solid rgb(255 255 255 / 60%);
    margin: 0 1px;
    border-radius: 0;
    transition: ease 0.15s all;
}

.carousel-indicators li.active {

    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
}

.carousel-indicators {
    bottom: 40px;
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 120px 0 140px;
}

.main-product {}

.main-tit {
    text-align: center;
    margin-bottom: 80px;
}

.main-tit h3 {
    font-size: 42px;
    font-weight: 600;
    color: #111;
    font-family: var(--font-family-t);
    letter-spacing: -0.05em;
    line-height: 1;
}

.main-product h3::before {
    content: 'Product';
    font-size: 24px;
    letter-spacing: -0.025rem;
    /* color: #ed2b9d; */
    color: var(--page-point-color);
    display: block;
    margin-bottom: 40px;
}

.main-tit p {
    margin-top: 58px;
    font-size: 26px;
    color: #111;
    font-family: var(--font-family-t);
    letter-spacing: -0.05em;
    font-weight: 400;
    width: fit-content;
    margin: 58px auto 0;
}

.main-tit p span {
    /* background: red; */
    color: red;
    display: inline-block;
    padding: 0 3px;
    font-weight: 800;
    position: relative;
    /* color: #111; */
}

.main-tit p span::before {
    content: '';
    width: 100%;
    height: 30px;
    /* background: #fff900; */
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;
    /* opacity: 0.3; */
}

.main-product .main-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.main-product .main-inner .inner {
    display: block;
    position: relative;
    padding: 35px;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 5px 0px 20px rgb(0 0 0 / 9%);
    transition: all 0.3s;
}

.main-product .main-inner .inner .img-box {
    position: relative;
    mix-blend-mode: multiply;
}

.main-product .main-inner .inner:hover {
    border-color: #111;
    color: #111;
}

.main-product .main-inner .inner p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 45px;
    text-align: center;
    font-family: var(--font-family-t);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.main-product .main-inner .inner p::after {
    content: '\e145';
    font-family: var(--icons);
    font-weight: 200;
    width: 33px;
    aspect-ratio: 1;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.main-product .main-inner .inner:hover p::after {
    background: var(--page-point-color);
    border-color: var(--page-point-color);
    color: #fff;
}

.main-product .main-inner .inner::before {
    content: '';
    width: 100%;
    aspect-ratio: 429/260;
    position: absolute;
    left: 0;
    top: 40px;
    /* background: url('/public/img/main/pro_item_bg.png') no-repeat center; */
    opacity: 0;
    transition: all 0.3s;
}

.main-product .main-inner .inner:hover::before {
    opacity: 0.8;
}

.main-product .main-inner img {
    width: 100%;
    height: 280px;
    object-fit: contain;
}

.pro-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-product .main-inner .inner .pro-link p {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #fff;
    display: none;
}


.pro-link p.hover-p span {
    font-size: 50px;
    --wght: 200;
    line-height: 1;
}

.mainpage .main-banner {
    padding: 60px 0 70px;
    background: #f2f2f2 url('/public/img/main/main_banner_bg.jpg') no-repeat center / cover;
    font-family: var(--font-family-t);
    color: #fff;
}

.main-banner .banner-tit {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-banner .banner-tit p {
    font-size: 21px;
    margin-bottom: 6px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.05em;
}

.main-banner .banner-tit h4 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    font-family: 'roboto';
    margin-bottom: 10px;
}

.main-banner .banner-tit a.btn {
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    font-size: 15px;
    border: 1px solid #fff;
    color: #fff;
}

.main-banner .banner-tit a.btn:hover {
    background: #fff;
    color: #000;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 440px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    font-weight: 600;
    font-size: 55px;
    font-family: var(--font-family-t);
    color: #fff;
    letter-spacing: -0.03em;
}

.subpage-title h2::after {
    content: 'VICSTOP Safety Always comes first.';
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin-top: 25px;
    opacity: 0.85;
    letter-spacing: 0;
}

.sub-h4 {
    font-size: 36px;
    font-weight: 600;
    font-family: var(--font-family-t);
    color: #111;
    margin-bottom: 50px;
    margin-top: 8px;
    letter-spacing: -0.03em;
}

#ab01 .snb,
#cert01 .snb {
    display: none !important;
}

[id^=product0] .title-h3 {
    /* display: none ; */
}

.title-h3 {
    margin-bottom: 70px;
    display: none;
}

.title-h3 h3 {
    font-size: 40px;
    font-weight: 600;
    color: #212121;
    text-align: center;
}

/* [ subpage-navbar ] */
.snb {
    position: sticky;
    z-index: 10;
    border-bottom: 0;
    top: 160px;
    left: 0;
    height: 400px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    /* padding: 25px; */
}

.bbs-wrap .snb {
    display: none;
}

.snb ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    border-top: 2px solid #333;
}

.snb li {}

.snb a {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 17px;
    height: unset;
    color: #555;
    letter-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 10px;
    letter-spacing: -0.02em;
    font-weight: 400;
    transition: all 0.15s;
}

.snb a:hover {
    font-weight: 700;
}

.snb a:hover {
    color: #000;
}

.snb li.active a {
    font-weight: 700;
    color: #111;
}

.snb li a::after {
    content: '\e5e1';
    font-family: var(--icons);
    position: absolute;
    right: 14px;
    color: #ccc;
    font-size: 11px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 3px;
    font-weight: 500;
    background: #dbdbdb;
    color: #fff;
    transition: all 0.15s;
}

.snb li a:hover::after,
.snb li.active a::after {
    background: #111;
    color: #fff;
    border-color: #222;
}

.subpage-content {
    padding: 110px 0 150px;
}

.subpage-content .con {}

/* 회사소개 */
.intro-wrap {}

.intro-wrap .greet {
    display: flex;
    gap: 170px;
}

.intro-wrap .greet .txt-box h5 {
    font-size: 52px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.005em;
    margin-bottom: 45px;
    margin-top: 20px;
}

.intro-wrap .greet .txt-box h5 span {
    color: var(--page-point-color);
}

.intro-wrap .greet .img-box {
    flex: 1 0 50%;
}

.intro-wrap .greet img {
    width: 100%;
    object-fit: cover;
}

.intro-wrap .greet p {
    font-size: 18px;
    line-height: 1.63;
    color: #333;
}

.intro-wrap .greet p+p {
    margin-top: 30px;
}

.intro-wrap .txt-area {
    padding: 40px 30px 0;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    gap: 24px;
}

.intro-wrap .txt-area i {
    font-size: 70px;
    color: #999;
}

.intro-wrap .txt-area p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.03em;
}

.intro-wrap .txt-area p:last-child {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
}

.intro-inner+.intro-inner {
    margin-top: 130px;
}

.timeline-wrap {}

.timeline-wrap .img-box {}

.timeline-wrap .img-box img {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
}

.timeline-box {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 65px; */
    /* position: relative; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #8e8e8e;
    margin-left: 10px;
}

.timeline-box+.timeline-box {
    margin-top: 70px;
}

.timeline-box::before {
    position: absolute;
    /* content: ""; */
    left: 136px;
    top: 0;
    height: 100%;
    width: 5px;
    background: #111;
}

.timeline-box .timeline {
    /* display: flex; */
    /* gap: 62px; */
    /* align-items: baseline; */
    /* padding-left: 30px; */
    position: relative;
}

.timeline-box .timeline:nth-child(odd) {}

.timeline-box .timeline:nth-child(even) {}

.timeline-box .timeline h6 {
    border-left: 1px dotted #c5c5c5;
    font-size: 32px;
    font-weight: 600;
    color: #282828;
    font-family: var(--font-family-t);
    letter-spacing: -0.05em;
    margin-bottom: 32px;
    padding-top: 58px;
    padding-left: 25px;
    line-height: 0.8;
}

.timeline-box ul {
    position: relative;
    padding-left: 26px;
}


.timeline-box ul li {
    display: grid;
    /* grid-template-columns: 75px 1fr; */
    gap: 5px;
    align-items: center;
    font-size: 15px;
    position: relative;
    padding-left: 0;
    color: #666;
    line-height: 1.4;
}

.timeline-box .timeline::before {
    position: absolute;
    content: "";
    left: -4px;
    top: -6px;
    width: 10px;
    background: var(--page-point-color);
    aspect-ratio: 1;
    border-radius: 50%;
    /* box-shadow: 0 3px 7px rgba(0,0,0,0.3); */
    z-index: 1;
}

.timeline-box .timeline::after {
    /* content: ''; */
    width: 1px;
    height: 160px;
    border-left: 1px dashed #ccc;
    position: absolute;
    left: 6px;
    top: 0;
    z-index: -1;
}

.timeline-box ul li+li {
    margin-top: 18px;
}

.timeline-box ul li span {
    display: block;
    font-weight: 600;
    color: #333;
}

/* 제품안내 */
.product-wrap {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 75px;
}

[id^=product0] #snbInner,
[id^=support] #snbInner {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.snb p {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-family-t);
    color: #111;
    margin-bottom: 25px;
    margin-top: 8px;
    letter-spacing: -0.03em;
}

.pro-inner {
    overflow: hidden;
}

.pro-inner .pro+.pro {
    margin-top: 110px;
}

.pro-inner .inner-tit {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
    font-family: var(--font-family-t);
    align-items: center;
    color: #111;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 20px;
}

.pro-inner .inner-tit h4 {}

.pro-inner .inner-tit h4 span {
    color: var(--page-point-color);
    margin-right: 15px;
}

.pro-inner .inner-tit p {}

.pro-inner .pro {}

.pro-inner .pro01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 40px; */
    /* background: #f5f5f5; */
    align-items: center;
    /* border-radius: 16px; */
    /* padding: 40px; */
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

.pro-inner .pro01 .img-box {
    background: #fff;
    /* padding: 30px 0; */
    /* border-radius: 16px; */
}

.pro-inner .pro01 .img-box img {
    width: 100%;
    height: 370px;
    object-fit: contain;
}

.pro-text {
    background: #f5f5f5 url('/public/img/sub/spec_bg02.png') no-repeat right bottom;
    border-radius: 20px;
    padding: 55px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.pro-text h6 {
    font-size: 20px;
    font-family: var(--font-family-t);
    color: #222;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-weight: 600;
    padding-left: 20px;
}

.pro-text h6::before {
    content: '';
    width: 11px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: var(--page-point-color);
    position: absolute;
    left: revert-layer;
    top: 7px;
    left: 0;
}

.pro-text table {
    width: 100%;
    /* border-top: 2px solid #444; */
    /* border-bottom: 1px solid #ccc; */
}

.pro-text tr {}

.pro-text td,
.pro-text th {
    padding: 13px 20px 12px;
    font-size: 15px;
    color: #444;
    letter-spacing: -0.02em;
    background: #fff;
    border-bottom: 5px solid transparent;
}

.pro-text td {
    border-radius: 0 10px 10px 0;
}

.pro-text td span {
    letter-spacing: inherit;
}

.pro-text th {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 12px 0 0 12px;
    color: #222;
}

.pro-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pro-slide .img-box {}

.pro-slide .img-box img {
    width: 100%;
    object-fit: contain;
    height: 400px;
}

.pro-detail {
    grid-column: span 2;
    margin-top: 50px;
    position: relative;
}

.pro-detail::before {
    content: '\e86c';
    font-family: var(--icons);
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    font-variation-settings: 'FILL' 1, 'WGTH' 500;
    font-size: 60px;
    color: #f773c1;
    border: 2px solid #ffd0ec;
    border-radius: 100%;
    aspect-ratio: 1;
    line-height: 1;
}

.pro-detail p {
    font-size: 16px;
    border: 1px solid #e3e3e3;
    padding: 40px;
    line-height: 1.58;
    border-radius: 20px;
    color: #666;
    padding-left: 130px;
}

.pro-detail p span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
}

.pro02>img {
    margin: 0 auto;
}

/* 슬라이드 버튼  */
#product07 .pro03 .type-slide:last-child .slick-dots {
    display: none;
}

#product07 .slick-dots {
    bottom: 17px;
}

#product07 .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 4px;
}

#product07 .slick-dots li.slick-active {
    background: #000;
    border-radius: 50%;
}

#product07 .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#product07 .slick-dots li.slick-active button:before {
    background: #000;
}

#product07 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    border-radius: 50%;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sub-h5 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 34px;
    font-family: var(--font-family-t);
    letter-spacing: -0.05em;
    color: #222;
}

.sub-h5::before {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--page-point-color);
    display: block;
    margin: 0 auto 12px;
}

.type-wrap {
    display: grid;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
    gap: 50px;
}

.type-wrap .type {}

#product07 .pro03 .type-wrap .type {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 20px;
}

#product07 .pro03 h6 {
    margin-bottom: 40px;
}

.type-wrap .type h6 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--font-family-t);
}

.type-wrap .type table {
    border: 1px solid #333;
    width: 100%;
}

.type-wrap .type table th {
    background: #333;
    font-weight: 600;
    border-color: #555 !important;
    color: #fff;
    letter-spacing: 0;
}

.type-wrap .type table td {}

.type-wrap .type table th,
.type-wrap .type table td {
    text-align: center;
    font-size: 15px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.pro03 .type-wrap .type h6 {}

.type-slide {}

.type-slide .img-wrap {
    margin-bottom: 15px;
}

.type-slide .img-wrap .img-box {
    padding: 50px;
    background: #fff;
}

.type-slide .slick-arrow {
    display: none !important;
}

.type-slide .img-wrap .img-box img {
    width: 100%;
    height: 310px;
    object-fit: contain;
}

.type-slide p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
    text-align: center;
    letter-spacing: 0;
}

.type-slide+.type-slide {
    margin-top: 50px;
}

.type-slide .slick-list {
    border: 1px solid #e3e3e3;
    border-radius: 20px;
}

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

.cert-box {
    background: #f5f5f5;
    padding: 60px 60px 40px;
    border-radius: 20px;
}

.cert-box:hover {
    cursor: pointer;
}

.cert-box .img-box {
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.07);
    padding: 10px;
    background: #fff;
    margin-bottom: 30px;
    display: block;
}

.cert-box img {
    width: 100%;
    object-fit: contain;
}

.cert-box p {
    font-weight: 600;
    color: #222;
    font-size: 18px;
    text-align: center;
}

.modal-body .cert-box img {
    width: 100%;
    height: 720px;
    object-fit: contain;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 11px;
}

.modal-header .close span {
    font-size: 25px;
    width: 25px;
    height: 25px;
}

.modal-header .close:hover,
.modal-header .close:focus {
    color: var(--page-point-color);
}

.modal .modal-title {
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 21px;
    font-weight: 600;
}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 40px;
}

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

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

#bbsArea .table_blog2 dd {}

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

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 5 / 7;
    width: 100%;
    height: auto;
}

#bbsArea .table_blog2 .inner .bottom {
    padding: 20px 0 0 0;
}

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    text-align: center;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    color: #222;
    font-size: 18px;
    text-align: center;
}

#bbsArea .table_blog2 .inner .bottom .title a span {}

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

#bbsArea .table_blog2 .inner .bottom .info span {}

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

#bbsArea.board_list_list table {}

#bbsArea .board_list_list col.num_col {
    width: 120px;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list thead tr {}

#bbsArea .board_list_list thead tr td {}

#bbsArea .board_list_list tbody tr {
    transition: all 0.15s;
}

#bbsArea .board_list_list tbody tr:hover {
    background: #f9f9f9;
}

#bbsArea .board_list_listtbody tr.notice {
    background: #d9d9d8;
}

#bbsArea .board_list_list tbody th.num {
    font-weight: normal;
}

#bbsArea .board_list_listtbody td {}

#bbsArea .board_list_list tbody td span.badge {
    background: var(--page-point-color);
}

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

#bbsArea .board_list_list th,
#bbsArea .board_list_list tbody td {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 25px;
}

#bbsArea .table.table_default thead th {
    background: transparent;
    font-weight: 600;
    color: #222;
    font-size: 16px;
}

.table.table_default .notice {
    background: #fafafa;
}

#bbsArea .table.table_default tr td {
    color: #888;
}

#bbsArea .board_list_list tbody td.subject a {
    /* font-weight: 500; */
    font-size: 16px;
    color: #222;
}

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

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

.board_data_view .header_wrap .title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
}

.board_data_view .header_wrap .info {
    margin-top: 22px;
    opacity: 0.9;
}

/* 주문폼 */
#bbsArea .search_wrap {
    margin-top: 80px;
}

#bbsArea form {}

#bbsArea form table {}

#bbsArea form table tr {}

#bbsArea form table th {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f9f9f9;
    border-color: #e5e5e5;
}

#bbsArea form table th span {}

#bbsArea form table td {
    border-color: #e5e5e5;
    font-size: 15px;
    padding: 18px;
}

#bbsArea form table tr#item_captcha {}

#bbsArea form .custom_radio+span::before {
    vertical-align: middle;
}

#bbsArea form .custom_radio:checked+span::before {
    color: var(--page-point-color);
}

.search_wrap #search_query {
    vertical-align: top;
}

.search_wrap #search_btn {
    vertical-align: top;
}

img#captcha {
    height: var(--input-height);
    vertical-align: bottom;
}

img#captcha+br {
    display: none;
}

#wr_captcha {
    margin: 0 !important;
}

label.radio-inline {
    margin-top: 0 !important;
}

.radio-inline+.radio-inline {
    margin-left: 25px !important;
}

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

.board_write_table p.text-muted.form-caption {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
}

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.btn.btn-lg {
    width: 200px;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
}

#site footer .footer-wrap {
    display: grid;
    margin: 70px 0;
    grid-template-columns: 230px 1fr 0.6fr;
    gap: 10px;
    position: relative;
    align-items: flex-start;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 55px;
    /* filter: grayscale(1); */
    /* opacity: 0.5; */
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: unset;
}

.footer-info li:first-child {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #444;
    margin-top: 5px;
}

.footer-info li {
    font-size: 14px;
    margin-right: 15px;
    color: #888;
    line-height: 1.6;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  z-index: 9999
}

.footer-info li.login a {
    display: block;
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #eee;
    color: #999;
}

.footer-info li.login a:hover {
    background: #eee;
}

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

footer .contact-footer {}

footer .contact-footer h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}


footer .contact-footer span {
    display: block;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--page-point-color);
    font-family: var(--font-family-t);
    letter-spacing: -0.04em;
}

footer .contact-footer p {
    font-size: 14px;
    letter-spacing: 0;
    color: #666;
    opacity: 0.9;
    line-height: 1.6;
}

/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        box-sizing: border-box;
        z-index: 5;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 90%;
        transform: translateX(-50%);
        display: none;
        flex-direction: column;
        border-radius: 6px;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
        margin-top: 0px;
        padding: 10px 15px;
        min-width: 150px;
        opacity: 0;
        transform-origin: center top;
        text-align: center;
    }

    .navbar-inverse .navbar-nav li.open .dropdown-menu {
        display: flex;
        animation: menuOpen 0.25s forwards;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: var(--page-point-color);
    }
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0.5;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}

/* 페이지 준비중 */
.txt-area {
    padding: 40px 25px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    flex-direction: column;
    gap: 14px;
    border-radius: 30px;
}

.txt-area i {
    font-size: 45px;
}

.txt-area p {
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
}
@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 40px 20px;
    }
    .navbar-brand>span p {
        margin: 3px 0 0;
        font-size: 20px;
    }
    .navbar-inverse .navbar-brand img {
        height: 40px;
    }
    .navbar-brand>span small {
        font-size: 12px;
    }
    .navbar-brand>span {
        gap: 3px 3px;
        grid-template-columns: 1fr;
    }
}
@media (max-width:991px) {
    #support01{
        overflow-x: auto;
    }
    #bbsArea .board_list_list col.subject_col{
        width: 280px !important;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 80px 40px;
    }
    .cert-box {
        padding: 35px 35px 30px;
    }
    .cert-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .pro-detail p span {
        display: block;
        margin-bottom: 4px;
        font-weight: 600;
        color: #222;
        font-size: 15px;
    }
    .pro-detail::before {
        left: 30px;
        top: 50%;
        font-size: 45px;
    }
    .pro-detail p {
        font-size: 14px;
        padding: 25px;
        padding-left: 95px;
    }
    .pro-detail {
        grid-column: span 1;
        margin-top: 50px;
        position: relative;
    }
    .pro-text td, .pro-text th {
        padding: 10px 10px 10px;
        font-size: 13px;
    }
    .pro-inner .pro01 {
        grid-template-columns: 1fr;
    }
    .pro-text th {
        font-size: 13px;
    }
    .snb a {
        font-size: 15px;
        padding: 15px 5px;
    }
    .product-wrap {
        grid-template-columns: 175px 1fr;
        gap: 70px;
    }
    .snb p {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .pro-text {
        padding: 25px;
    }
    .pro-inner .inner-tit {
        margin-bottom: 40px;
        font-size: 30px;
    }
    .timeline-box ul li {
        font-size: 14px;
    }
    .timeline-box ul {
        position: relative;
        padding-left: 10px;
    }
    .timeline-box .timeline h6 {
        font-size: 25px;
        margin-bottom: 25px;
        padding-top: 39px;
        padding-left: 10px;
        line-height: 0.8;
    }
    .intro-wrap .greet p+p {
        margin-top: 20px;
    }
    .intro-wrap .greet p {
        font-size: 16px;
    }
    .intro-wrap .greet .txt-box h5 {
        font-size: 35px;
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .sub-h4 {
        font-size: 30px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .intro-wrap .greet {
        gap: 100px;
    }
    .subpage-content {
        padding: 90px 0 110px;
    }
    .subpage-header {
        height: 350px;
    }
    .subpage-title h2::after {
        font-size: 16px;
        margin-top: 20px;
    }
    .subpage-title h2 {
        font-size: 40px;
    }
    .navbar-brand>span p {
        margin: 3px 0 0;
        font-size: 15px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 40px 13px;
    }
    .navbar-brand>span p {
        font-size: 15px;
    }
    .navbar-inverse .navbar-brand img {
        height: 35px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        padding: 3px 10px;
        min-width: 120px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: center;
        font-size: 14px;
        color: #222;
        padding: 5px 5px;
        border-radius: 6px;
    }
    .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 50px;
    }
    #mainCarousel .carousel-inner .item {
        height: 570px;
    }
    .carousel-caption p a {
        width: 155px;
        height: 40px;
        font-size: 16px;
        margin-top: 55px;
    }
    .carousel-caption p {
        font-size: 19px;
    }
    .mainpage section {
        padding: 90px 0 110px;
    }
    .main-product h3::before {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .main-tit h3 {
        font-size: 32px;
    }
    .main-tit p {
        font-size: 22px;
        margin: 25px auto 0;
    }
    .main-product .main-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .main-tit {
        text-align: center;
        margin-bottom: 60px;
    }
    .main-product .main-inner .inner {
        padding: 20px;
    }
    .main-product .main-inner .inner p {
        font-size: 22px;
        margin-top: 30px;
    }
    .main-product .main-inner .inner p::after {
        width: 27px;
        height: 27px;
    }
    .main-banner .banner-tit p {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .main-banner .banner-tit h4 {
        font-size: 45px;
        margin-bottom: 8px;
    }
    .main-banner .banner-tit a.btn {
        width: 170px;
        height: 40px;
        margin: 25px auto 0;
        font-size: 15px;
    }
    #site footer .footer-wrap {
        margin: 70px 0;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
    }
    #site footer .footer-logo{
        grid-column: span 2;
    }
    #site footer .footer-wrap {
        margin: 35px 0;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
    }
    .footer-info {
        margin-left: 12px;
    }
    footer .contact-footer span {
        font-size: 20px;
    }
    .footer-info li:first-child {
        font-size: 17px;
        margin-bottom: 7px;
    }
}
@media (max-width:767px) {
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .timeline-box .timeline::before {
        position: absolute;
        content: "";
        left: -5px;
        top: -3px;
        width: 10px;
        background: var(--page-point-color);
        aspect-ratio: 1;
        border-radius: 50%;
        /* box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); */
        z-index: 1;
    }
    .timeline-box .timeline h6 {
        font-size: 25px;
        margin-bottom: 18px;
        padding-top: 15px;
        padding-left: 10px;
        line-height: 0.8;
        border-top: 1px dotted #c5c5c5;
        border-left: 0;
    }
    .timeline-box {
        border-top: 0;
        border-left: 1px solid #8e8e8e;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .intro-wrap .greet img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }
    .intro-wrap .greet {
        flex-direction: column;
        gap: 60px;
    }
    #mainCarousel .carousel-inner .item {
        height: 420px;
    }
    .carousel-control.left .glyphicon::before, .carousel-control.right .glyphicon::before {
        font-size: 45px;
    }
    .carousel-caption p a {
        width: 130px;
        height: 40px;
        font-size: 15px;
        margin-top: 40px;
        min-height: 40px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
    }
    .carousel-caption h1 {
        margin-bottom: 25px;
        font-size: 35px;
    }
    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
        margin-left: 15px !important;
    }
    
    .navbar-header {
        padding: 10px 0;
    }
    #site {
        padding-top: 79px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 12px 0;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 10px 13px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
        background-color: transparent;
    }
}
@media (max-width:576px) {
    #support02 .btn.btn-lg {
        min-width: unset !important;
        width: 127px !important;
        height: 35px;
        min-height: 35px;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 400;
    }
    .radio-inline+.radio-inline{
        margin: 0 !important;
    }
    #support02 #item_0 td{
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {
        width: 250px;
    }
    label.radio-inline {
        margin: 0 !important;
        margin-bottom: 13px;
    }
    label.radio-inline:last-child{
        margin: 0 !important;
    }
    .board_write_table p.text-muted.form-caption {
        font-size: 12px;
    }
    .form-control {
        height: 35px;
        font-size: 13px;
        line-height: 1;
    }
    #bbsArea form table th {
        font-size: 14px;
    }
    :where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
        padding: 5px 7px 5px;
        margin-right: 3px !important;
        font-size: 10px;
        border-radius: 1px;
        font-weight: 500;
    }
    #bbsArea .board_list_list tbody td.subject a {
        font-size: 14px;
    }
    #bbsArea .board_list_list col.num_col{
        width: 70px !important;
    }
    #bbsArea .board_list_list col.writer_col,
    #bbsArea .board_list_list col.regdate_col{
        width: 120px !important;
    }
    #bbsArea .table.table_default tr td {
        color: #888;
        font-size: 13px;
    }
    #bbsArea .table.table_default thead th {
        font-size: 14px;
    }
    #bbsArea .board_list_list th, #bbsArea .board_list_list tbody td {
        border-bottom: 1px solid #e5e5e5;
        padding: 12px 10px;
    }
    #bbsArea .table_blog2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .modal-header .close span {
        font-size: 20px;
        width: 25px;
        height: 25px;
    }
    .modal-header .close {
        position: absolute;
        right: 14px;
        top: 5px;
    }
    .modal-header {
        padding: 15px 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .modal .modal-title {
        font-size: 16px;
    }
    .cert-box {
        padding: 20px 20px 20px;
    }
    .cert-box .img-box {
        margin-bottom: 15px;
    }
    .cert-box p {
        font-size: 15px;
    }
    .modal-dialog {
        position: relative;
        width: 80%;
        margin: auto;
        top: 130px;
    }
    .modal .modal-content {
        border-radius: 0;
        border: 0;
    }
    .cert-box .modal-body img{
        height: 380px;
        object-fit: contain;
    }
    .cert-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pro-inner .pro01 .img-box img {
        height: 280px;
    }
    .type-wrap {
        display: grid
    ;
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
        gap: 30px;
    }
    .type-slide .img-wrap .img-box img {
        height: 150px;
    }
    .type-slide .img-wrap .img-box {
        padding: 10px 10px 30px 10px;
        background: #fff;
    }
    #product07 .pro03 .type-wrap .type {
        background: #f5f5f5;
        padding: 15px;
        border-radius: 20px;
    }
    .pro-detail p span {
        margin-bottom: 3px;
        font-size: 14px;
    }
    .pro-detail p {
        font-size: 13px;
        padding: 20px;
        padding-left: 65px;
    }
    .pro-detail::before {
        left: 15px;
        top: 50%;
        font-size: 30px;
    }
    .intro-wrap .greet {
        flex-direction: column;
        gap: 40px;
    }
    .intro-wrap .greet img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }
    .intro-wrap .greet p {
        font-size: 14px;
    }
    .intro-wrap .greet .txt-box h5 {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .sub-h4 {
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .subpage-content {
        padding: 65px 0 85px;
    }
    .subpage-title h2::after {
        font-size: 13px;
        margin-top: 15px;
    }
    .subpage-title h2 {
        font-size: 28px;
    }
    .subpage-header {
        height: 280px;
    }
    .carousel-caption h1 {
        margin-bottom: 16px;
        font-size: 25px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 13px;
    }
    .carousel-control.left .glyphicon::before, .carousel-control.right .glyphicon::before {
        font-size: 36px;
    }
    .carousel-caption p a {
        width: 100px;
        height: 30px;
        font-size: 13px;
        margin-top: 30px;
        min-height: 31px;
    }
    #mainCarousel .carousel-inner .item {
        height: 315px;
    }
    .mainpage section {
        padding: 60px 0 80px;
    }
    .main-product h3::before {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .main-tit h3 {
        font-size: 24px;
    }
    .main-tit p {
        font-size: 16px;
        margin: 19px auto 0;
    }
    .main-product .main-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .main-product .main-inner .inner p {
        font-size: 17px;
        margin-top: 20px;
    }
    .main-product .main-inner .inner p::after {
        width: 20px;
        height: 20px;
    }
    .main-product .main-inner img {
        width: 100%;
        height: 230px;
        object-fit: contain;
    }
    .main-banner .banner-tit p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .main-banner .banner-tit h4 {
        font-size: 30px;
    }
    .main-banner .banner-tit a.btn {
        width: 130px;
        height: 30px;
        margin: 25px auto 0;
        font-size: 14px;
        min-height: 30px;
    }
    #site footer .footer-wrap {
        margin: 35px 0;
        grid-template-columns: 1fr;
    }
    #site footer .footer-logo {
        grid-column: span 1;
        order: 1;
    }
    footer .contact-footer{
        margin-left: 9px;
        order: 2;
    }
    .footer-info {
        margin-left: 9px;
        order: 3;
    }
    footer .contact-footer h6 {
        font-size: 16px;
    }
    footer .contact-footer span {
        font-size: 15px;
    }
    footer .contact-footer p {
        font-size: 13px;
        line-height: 1.8;
    }
    .footer-info li:first-child {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .footer-info li {
        font-size: 13px;
        margin-right: 10px;
        color: #888;
        line-height: 1.8;
    }
    .mainpage .main-banner {
        padding: 35px 0 40px;
    }
    .footer-logo img {
        height: 35px;
    }
    .product-wrap {
        grid-template-columns: 1fr;
        gap: 70px;
    }
    .snb {
        position: relative;
        top: 0;
        left: 0;
        height: unset;
    }
    .pro-inner .pro+.pro {
        margin-top: 60px;
    }
    .pro-inner .inner-tit {
        margin-bottom: 35px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .pro-slide {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .pro-text h6 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .pro-text h6::before {
        width: 9px;
        top: 7px;
        left: 0;
    }
    .type-wrap .type h6 {
        font-size: 16px;
    }
    #product07 .pro03 h6 {
        margin-bottom: 23px;
    }
    .type-slide p {
        font-size: 15px;
        margin-top: 8px;
    }
}