@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=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.01em;
    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.5;
}

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

/* 불필요 항목 삭제 */
.root_daum_roughmap .cont {
    display: none !important;
}

.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #233690;
    --page-point-color2: #c0172b;
    --icons: "material symbols outlined";
    --gms-opsz: "opsz" 48;
    --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);
    --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);
}

.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 {
    height: 55px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

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

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.navbar-inverse.on .navbar-brand img {
    height: 100%;
    object-fit: contain;
    filter: none;
}

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

/* 상단 메뉴 */
@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: transparent;
    position: fixed;
    margin-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
    border-color: transparent;
}

.navbar-inverse.on {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #eee;
}

.navbar-header {}

.navbar-inverse .navbar-nav {}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    display: none;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}

.navbar-inverse .navbar-nav li.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    transform-origin: top;
    animation: menuOpen 0.35s forwards;
    background: rgba(0, 0, 0, 0.85);
}

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: center;
    padding: 12px 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding: 40px 35px;
    letter-spacing: 0.025em;
}

.navbar-inverse.on .navbar-nav>li>a {
    color: #000;
    font-weight: 600;
}


.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: 100vh;
}

#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.3);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
    text-align: left;
    text-shadow: 0 1px 15px rgba(0, 0, 0, .3);
}

.carousel-caption h1 {
    position: relative;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    font-size: 74px;
    margin: 0;
}

.carousel-caption p {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: 0;
}

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

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

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

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

.mainpage #main01 {}

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

.main-tit h6 {
    font-weight: 600;
    font-size: 20px;
    color: #4056b7;
}

.main-tit h3 {
    font-size: 46px;
    font-weight: 700;
}

.main-value {}

.value-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.value-box .img-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.value-box .img-box img {
    width: 100%;
    height: 600px;
    background: #e0e0e0;
    transition: all 0.3s ease;
}

.value-box .img-box:hover img {
    transform: scale(1.05);
}

.value-box .value-txt {
    color: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 15px;
}

.value-box .value-txt span {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
}

.value-box .value-txt p {
    font-size: 19px;
    font-weight: 500;
}

.mainpage #main02 {
    background: #f0f2f5;
}

#main02 .main-tit {
    /* color: #fff; */
}

.intro-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.intro-box {
    transition: all 0.3s ease-in-out;
}

.intro-box:nth-child(even) {
    /* margin-top: 70px; */
}

.intro-box:hover {
    transform: translateY(-40px);
}

.intro-box .img-box {
    /* overflow: hidden; */
    border-radius: 10px;
    aspect-ratio: 1;
}

.intro-box .img-box img {
    width: 100%;
    height: 400px;
    background: #fff;
    object-fit: contain;
}

.intro-box p {
    /* color: #fff; */
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 450px;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.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: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 56px;
    color: #fff;
}

/* [ subpage-navbar ] */
#snbInner::before,
#snbInner::after {
    display: none;
}

.snb {
    position: relative;
    z-index: 10;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    margin-top: -35px;
    border-radius: 13px;
}

.snb li {
    flex: 0 1 20%;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.snb li+li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 10;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 25px 10px;
    color: #888;
    letter-spacing: 0.01em;
    background: #fff;
    font-weight: 600;
    height: 72px;
}

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

.snb li.active a {
    font-weight: 500;
    color: #fff;
    background-color: var(--page-point-color2);
}

.snb li.active a::after {}

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

.subpage-content .con {}

/* 회사개요 */
.title-h3 {
    margin-bottom: 100px;
}

.title-h3 h3 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.034em;
    text-align: center;
}

.company-wrap {
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 120px;
}

.company-wrap .img-box {}

.company-wrap .img-box img {
    width: 100%;
    /* height: 420px; */
    border-radius: 10px;
}

.company-wrap .txt-box {}

.company-wrap .txt-box .info-wrap {
    border-top: 1px solid #333;
}

.company-wrap .txt-box .info-box {
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
}

.company-wrap .txt-box .info-box h5 {
    font-weight: 700;
    flex-basis: 180px;
    font-size: 17px;
}

.company-wrap .txt-box .info-box p {
    font-size: 19px;
    line-height: 1.5;
}

.company-wrap .txt-box .info-box p span {
    font-size: 15px;
    font-weight: 600;
}

.table-responsive {}

.table-responsive {}

.table-style01 {
    width: 100%;
}

.table-style01 td,
.table-style01 th {
    border: 1px solid #ddd;
    font-size: 17px;
    color: #444;
    padding: 18px 10px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.5;
}

.table-style01 tbody th {
    font-weight: 500;
    color: #333;
    background: #f5f1f1;
}

.table-style01 tbody tr {}

.table-style01 tbody td {
    padding-left: 30px;
    padding-right: 30px;
}

.table-style01 tbody td.t-left {
    text-align: left;
}

/* 경영이념 */
.vision-wrap {}

.vision-wrap .img-box {}

.vision-wrap .img-box img {
    margin: 120px auto 0;
}

/* 연혁 */
.history-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: auto;
}

.history-wrap .walk-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    left: 0;
    top: 120px;
    margin-inline: 50px 0;
    margin-top: 25px;
}

.history-wrap .walk-box span {
    color: #4056b7;
    font-weight: 800;
    font-size: 76px;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.history-wrap .walk-box img {
    height: 90px;
    margin-top: 25px;
}

.history-wrap .walk-box p {
    color: #777;
    font-weight: 600;
    font-size: 22px;
}

.history-wrap .timeline-box {
    position: relative;
    padding-left: 80px;
}

.timeline-box::before {
    position: absolute;
    content: "";
    left: -3px;
    height: 100%;
    width: 4px;
    background: #eee;
}

.timeline-box .timeline {}

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

.timeline h5 {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    letter-spacing: -0.045em;
    line-height: 1.2;
}

.timeline h5::before {
    position: absolute;
    content: "";
    top: 22px;
    left: -89px;
    width: 18px;
    aspect-ratio: 1;
    background: #4056b7;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.timeline .inners {}

.timeline .inners .inner {
    display: flex;
    /* gap: 15px; */
    justify-content: left;
}

.timeline .inners .inner+.inner {
    margin-top: 30px;
}

.timeline span {
    display: block;
    width: 80px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    line-height: 1.5;
}

.bar-list {}

.bar-list li {
    position: relative;
    padding-left: 14px;
    font-size: 17px;
}

.bar-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 7px;
    height: 2px;
    line-height: 1.6;
    background: #212121;
}

.timeline ul {
    margin-top: 1px;
    width: calc(100% - 80px);
}

.timeline ul li {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

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

/* 찾아오시는 길 */
.map-wrap {}

.map-wrap .root_daum_roughmap_landing {}

.map-wrap .wrap_map {
    /* height: 400px !important; */
}

.map-info {
    margin-top: 50px;
    border-top: 1px solid #333;
}

.map-inner {
    padding: 26px 0;
    border-bottom: 1px solid #ddd;
    display: grid;
    grid-template-columns: 215px 1fr;
    align-items: flex-start;
}

.map-inner .map-tit {
    display: flex;
    gap: 17px;
    font-size: 21px;
    font-weight: 500;
    color: #000;
    align-items: center;
}

.map-inner .map-tit span {
    width: 36px;
    font-size: 22px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4056b7;
    color: #fff;
    --wght: 300;
}

.map-inner .map-tit p {
    font-size: 18px;
    font-weight: 600;
}

.map-inner .map-txt p {
    font-size: 19px;
    font-weight: 500;
}

.map-inner .map-come {
    display: flex;
    gap: 50px;
}

.map-inner .map-txt {
    margin-top: 5px;
}

.map-inner .map-txt+.map-txt {}

.map-inner .map-txt h6 {
    font-size: 19px;
    color: var(--page-point-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.dot-list {}

.dot-list li {
    font-size: 18px;
    padding-left: 11px;
}

.dot-list li+li {
    margin-top: 7px;
}

.dot-list li::before {
    width: 4px;
    aspect-ratio: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    border-radius: 50%;
    background: #333;
}

.map-inner .map-txt ul {}

.map-inner .map-txt ul li {
    font-size: 16px;
    line-height: 1.6;
}

.map-inner .map-txt ul li span {}

.map-inner .map-txt ul li::before {}

/* 사업분야 */
#busi01 {
    /* background: #f8f8f8; */
}

.area-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.area-box {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
}

.area-box h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    box-shadow: 2px 3px 15px rgba(15, 33, 85, 0.15);
    border-radius: 30px;
    background: var(--page-point-color);
    padding: 40px 40px;
    line-height: 1.3;
}

.area-box h4::after {
    content: "\ea4a";
    font-family: var(--icons);
    font-variation-settings: var(--gms-100-out);
    font-size: 76px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-align: center;
    color: #9dabff;
}

.area-box:nth-child(2) h4::after {
    content: "\f10a";
}

.area-box:nth-child(3) h4::after {
    content: "\e97a";
}

.area-type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 20px;
}

.area-type .type {
    padding: 35px 40px;
    box-shadow: 2px 3px 15px rgba(15, 33, 85, 0.15);
    background: #fff;
    border-radius: 25px;
    border: 1px solid #b4c1fd;
    min-height: 254px;
}

.area-type .type:nth-child(even) {
    /* transform: translateY(155px); */
}

.area-type img {
    width: 100%;
    height: 350px;
    background: #e0e0e0;
    border-radius: 12px;
    display: none;
}

.area-type .type-txt {}

.area-type .type-txt h5 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
    color: var(--page-point-color);
    letter-spacing: -0.034em;
}

.area-type .bar-list {}

.area-type .bar-list li {
    color: #333;
    padding-left: 12px;
}

.area-type .bar-list li+li {
    margin-top: 5px;
}

/* 특허 및 인증 */
.certi-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 30px;
}

.certi-box {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

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

.certi-box .certi-h {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    /* background: #e5e5e5; */
    background: rgba(28, 39, 97, 0.8);
    backdrop-filter: blur(3px);
    transition: all 0.3s ease;
}

.certi-box:hover .certi-h {
    opacity: 1;
}

.certi-box .certi-h p {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

.certi-box .certi-h span {
    text-align: end;
    color: #fff;
    font-size: 55px;
    --wght: 200;
}

.area-type .bar-list li::before {
    width: 5px;
    top: 10px;
    background: #6677e9;
}

/* 제품소개 */
.product-wrap {}

.product-box {}

.product-table.sepc-box .pro-img {
    grid-template-columns: repeat(6, 1fr);
}

.product-table.sepc-box .pro-img img {
    height: 240px;
}

.product-box+.product-box {
    margin-top: 125px;
}

.sub-h4 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.sub-h4::before {
    position: absolute;
    content: "";
    left: calc(50% - 11px);
    top: -18px;
    width: 9px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    box-shadow: 12px 0px 0 0 var(--page-point-color2);
    border-radius: 50%;
}

.pro-img {
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 80px 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-img .img-box {
    flex: 0 1 40%;
}

#pro01 .product-box+.product-box .pro-img .img-box {
    flex: 0 1 25%;
}

#pro02 .pro-img .img-box img {
    object-fit: scale-down;
    border: 0;
    border-radius: 2px;
}

.pro-img .img-box img {
    width: 100%;
    /* height: 315px; */
    object-fit: fill;
    border-radius: 10px;
    border: 1px solid #ddd;
    /* aspect-ratio: 1; */
}

.pro-img .img-box p {
    margin-top: 25px;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    text-align: center;
    letter-spacing: -0.034em;
}

#pro02 .product-wrap {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #333;
}

.product-table {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    padding: 30px 3px;
    border-bottom: 1px solid #ddd;
}

.product-table .sub-h4 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
}

.product-table .sub-h4::before {
    display: none;
}

.product-table .sub-h4 small {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #333;
}

.product-table .pro-img {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.product-table .pro-img .img-box {}

/* 블로그 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: 50px 20px;
}

#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 {}

#ab02 #bbsArea .table_blog2 .inner .top a span {
    aspect-ratio: 210/297;
    height: auto;
}

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

#bbsArea .table_blog2 .inner .bottom .title {
    padding: 0;
    margin: 0;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: wrap;
}

#bbsArea .table_blog2 .inner .bottom .title a {
    font-weight: 600;
    font-size: 17px;
}

#partner01 #bbsArea .table_blog2 .inner .bottom .title a {
    font-size: 16px;
}

#bbsArea .table_blog2 .inner .bottom .title a span {
    display: block;
    width: 100%;
}

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

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


/* 목록 게시판 */
#bbsArea .board_wrapper {
    margin-bottom: 0;
}

#bbsArea .board_list_list table {}

#bbsArea .board_list_list col.num_col {}

#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 th {}

#bbsArea .board_list_list tbody tr {}

#bbsArea .board_list_list tbody tr.notice {
    /* background: #dedede; */
}

#notice01 #bbsArea tbody tr.notice {
    /* background: #dedede; */
}

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .board_list_list tbody td span.badge {}

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

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {}

/* 주문폼 */
#contact01 .snb {
    display: none;
}

#contact01 #bbsArea {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 20px;
    width: 1200px;
    margin: auto;
}

.contact-info {
    background: #f5f5f9;
    padding: 30px 50px;
    border-radius: 30px;
}

.contact-info h5 {
    font-size: 32px;
    font-weight: 800;
    color: var(--page-point-color);
    margin: 30px 0 80px;
    /* text-align: center; */
}

.contact-info h5 img {
    width: 260px;
}

.contact-info h5 span {
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 20px;
}

.contact-info ul {}

.contact-info ul li {
    font-size: 19px;
    color: #333;
    padding-bottom: 40px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.4;
}

.contact-info ul li span {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    position: relative;
    margin-bottom: 12px;
}

.contact-info ul li span::before {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    height: 1px;
    background: #999;
    top: 0;
}

#bbsArea .board_wrapper {}

#bbsArea form {
    padding: 55px 60px;
    box-shadow: 2px 3px 15px rgba(15, 33, 85, 0.15);
    background: #fff;
    border-radius: 25px;
    border: 1px solid #95a0d3;
}

#bbsArea form table {
    border: 0;
    margin-bottom: 60px;
}

#bbsArea form table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
}

#bbsArea form table #item_0 {
    grid-row: span 2;
}

#bbsArea form table tr {
    display: flex;
    flex-direction: column;
}

#bbsArea form table th {
    font-size: 17px;
    font-weight: 700;
    color: var(--page-point-color);
    border: 0;
    padding: 0 15px 10px;
    background: #fff;
    letter-spacing: -0.034em;
    padding-left: 0;
}

#bbsArea form table th span {}

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

#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);
}

#bbsArea form table+.text-center {
    text-align: right;
}

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

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

img#captcha {
    height: 40px;
    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: 100%;
}

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

#login_btn {
    width: 100%;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #000;
    border-color: #000;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #36383b;
    color: #999;
}

#site footer .footer-wrap {
    display: grid;
    padding: 50px 0;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 38px;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    position: relative;
    gap: 0px 15px;
}

.footer-info li:first-child {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #bbb;
}

.footer-info li.address {
    margin-bottom: 5px;
    font-weight: 500;
}

.footer-info li {
    font-size: 15px;
    font-weight: 400;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 200;
}

.footer-info li.login {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.footer-info li.login a {
    display: block;
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 300;
}

.footer-info li.login a:hover {
    background: #fff;
    color: #333;
    font-weight: 600;
}

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

/* 푸터 - 대학교형 */
/* #site footer {
    margin-top: 0;
}

#site footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr;
    letter-spacing: -0.03em;
    background: #fff;
}

@media (min-width: 1440px) {
    #site footer .container {
        width: 1440px;
    }
}

#site .footer-wrap .footer-link {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

footer .footer-link ul {
    display: flex;
    gap: 50px;
}

footer .footer-link li {}


footer .footer-link li:hover::before {
    width: 100%;
}

footer .footer-link li a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
}

footer .footer-link li.privacy a {}

footer .footer-link li a:hover {
    color: #000;
}

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

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

.footer-info li:first-child {
    font-size: 16px;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    color: #111;
    font-weight: 500;
}

.footer-info li {
    font-size: 16px;
    margin-right: 20px;
    color: #666;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #333;
    color: #333;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
} */
/* 반응형 */

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

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

    #mainCarousel .carousel-caption p {
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
    }
    .navbar-inverse.on .navbar-toggle:hover .icon-bar,
    .navbar-inverse.on .navbar-toggle .icon-bar,
    .navbar-inverse.open.on .navbar-toggle .icon-bar{
        background: #000;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        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: #fff;
    }
    .navbar-inverse.open.on .navbar-toggle:focus .icon-bar, 
    .navbar-inverse.open.on .navbar-toggle:hover .icon-bar{
        background: #000;
    }
    .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 {
        min-width: 180px;
        border: 0;
        width: 150px;
        left: 50%;
        top: 100%;
        right: auto;
        background: #fff;
        transform: translate(-50%, 0);
        border-radius: 7px;
        overflow: hidden;
        padding: 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
    }

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

/* 로그인 페이지  */
.navbar-inverse.mem .navbar-brand img {
    filter: none !important;
}

.navbar-inverse.mem {
    background: #fff !important;
}

.navbar-inverse.mem .navbar-brand p {
    color: #111;
}

.navbar-inverse.mem .navbar-nav>li>a {
    color: #222;
}

.login_wrapper {
    background: #f5f5f5;
}

.member_wrapper {
    margin: 170px 0;
    padding: 70px 0;
    background: #fff;
    border-radius: 68px;
}

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

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
}

#login_form .form-group {}

#login_btn {
    margin: 0 auto;
    width: 100%;
    height: 55px;
}

.login_extra {}

.login_extra ul {}

.login_extra ul li {}

.login_extra ul li a {}

#find_btn {
    width: 100%;
}

@media (max-width:576px) {
    #login_btn {
        margin: 0 auto;
        width: 129px;
        font-size: 15px;
        height: 45px;
    }

    .member_wrapper {
        margin: 120px 0;
        padding: 50px 31px;
        background: #fff;
        border-radius: 35px;
    }

    .member_wrapper h1+p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .member_wrapper h1 {
        font-size: 18px;
        margin-bottom: 17px;
    }
}

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

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

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

.txt-area p+p {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
}

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

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    #contact01 #bbsArea{
        width: 100%;
    }
    #pro02 .product-wrap {
        width: 100%;
    }
    .product-table {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 3px;
    }
}
@media (max-width:991px) {
    #bbsArea form table th {
        font-size: 15px;
        padding: 0px 9px 5px;
    }
    .contact-info ul li {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .contact-info ul li span {
        padding-top: 5px;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .contact-info h5 img {
        width: 200px;
    }
    .contact-info h5 {
        margin: 10px 0 35px;
    }
    .contact-info {
        padding: 25px;
    }
    #contact01 #bbsArea {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    #bbsArea form {
        padding: 25px 25px;
        box-shadow: 2px 3px 15px rgba(15, 33, 85, 0.15);
        background: #fff;
        border-radius: 25px;
        border: 1px solid #95a0d3;
    }
    .pro-img .img-box p {
        margin-top: 10px;
        font-size: 17px;
    }
    .sub-h4 {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .certi-box .certi-h span {
        font-size: 40px;
        --wght: 200;
    }
    .certi-box .certi-h p {
        font-size: 25px;
    }
    .certi-box .certi-h {
        padding: 30px;
    }
    .certi-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }
    .area-box h4::after {
        font-size: 50px;
    }
    .area-box h4 {
        font-size: 25px;
        padding: 25px 20px;
    }
    .area-type .bar-list li {
        padding-left: 10px;
        font-size: 15px;
    }
    .area-type .type-txt h5 {
        margin: 0px 0 10px;
        font-size: 20px;
    }
    .area-type .type {
        padding: 20px 20px;
    }
    .area-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .map-inner .map-txt ul li::before {
        width: 3px;
        top: 8px;
    }
    .map-inner .map-txt ul li {
        font-size: 14px;
    }
    .map-inner .map-txt h6 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .map-inner .map-come {
        flex-direction: column;
        gap: 20px;
    }
    .map-inner .map-tit span {
        width: 30px;
        font-size: 18px;
    }
    .map-inner .map-tit p {
        font-size: 16px;
    }
    .map-inner .map-txt p {
        font-size: 16px;
    }
    .map-inner {
        padding: 12px 0;
        grid-template-columns: 155px 1fr;
        align-items: flex-start;
    }
    .root_daum_roughmap .wrap_map{
        height: 350px !important;
    }
    .timeline ul {
        margin-top: 1px;
        width: 100%;
    }
    .timeline .inners .inner+.inner {
        margin-top: 15px;
    }
    .history-wrap .walk-box {
        gap: 15px;
    }
    .timeline-box .timeline+.timeline {
        margin-top: 35px;
    }
    .timeline-box::before {
        left: -3px;
        width: 3px;
    }
    .timeline h5::before {
        top: 9px;
        left: -33px;
        width: 13px;
    }
    .history-wrap .timeline-box {
        padding-left: 25px;
    }
    .bar-list li::before {
        left: 0;
        top: 9px;
        width: 7px;
        height: 1px;
    }
    .timeline ul li {
        padding-left: 10px;
        font-size: 14px;
    }
    .timeline span {
        width: 60px;
        font-size: 16px;
    }
    .timeline h5 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .history-wrap .walk-box p {
        font-size: 14px;
    }
    .history-wrap .walk-box span {
        font-size: 30px;
    }
    .history-wrap .walk-box img {
        height: 45px;
        margin-top: 0;
    }
    .snb li {
        flex: 0 1 25%;
    }
    .snb ul {
        margin-top: -26px;
    }
    .subpage-header {
        height: 310px;
    }
    .snb a {
        font-size: 14px;
        padding: 15px 5px;
        height: 45px;
    }
    .subpage-header {
        height: 350px;
    }
    .subpage-title h2 {
        font-size: 40px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 30px 20px;
    }
    .navbar-brand {
        height: 40px;
    }
    .carousel-caption h1 {
        line-height: 1.4;
        font-size: 45px;
    }
    .carousel-caption p {
        margin-bottom: 15px;
        font-size: 20px;
    }
    #mainCarousel .carousel-inner .item {
        height: 700px;
    }
    .mainpage section {
        padding: 80px 0 100px;
    }
    .main-tit {
        margin-bottom: 60px;
    }
    .vision-wrap .img-box img {
        margin: 60px auto 0;
    }
    .main-tit h3 {
        font-size: 35px;
    }
    .main-tit h6 {
        font-size: 18px;
    }
    .intro-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .intro-box .img-box img {
        height: 320px;
    }
    .intro-box .img-box {
        aspect-ratio: unset;
    }
    .intro-box p {
        font-size: 17px;
        margin-top: 13px;
    }
    #site footer .footer-wrap {
        padding: 30px 0;
    }
    .subpage-content {
        padding: 80px 0 100px;
    }
    .title-h3 h3 {
        font-size: 35px;
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    .company-wrap {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .company-wrap .img-box img {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .company-wrap .txt-box .info-box {
        padding: 15px 0;
    }
    .company-wrap .txt-box .info-box p {
        font-size: 15px;
    }
    .company-wrap .txt-box .info-box h5 {
        flex-basis: 150px;
        font-size: 15px;
    }
    .footer-info li {
        font-size: 13px;
    }
    .footer-info li:first-child {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
@media (max-width:767px) {
    .product-table {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px 3px;
    }
    .product-table .sub-h4 small {
        margin-top: 2px;
        font-size: 16px;
    }
    .product-table .sub-h4 {
        font-size: 20px;
    }
    .sub-h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .navbar-inverse {
        padding: 15px 0;
    }
    .navbar-brand{
        margin-left: 15px !important;
    }
    #mainCarousel .carousel-inner .item {
        height: 460px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 12px 20px;
        color: #000;
        font-weight: 600;
    }
    .navbar-inverse .navbar-nav {
        background: #fff;
        margin-top: 10px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 10px 20px;
        font-size: 14px;
        text-align: left;
    }
    .carousel-caption p {
        margin-bottom: 9px;
        font-size: 18px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .mainpage section {
        padding: 60px 0 80px;
    }
    .main-tit h3 {
        font-size: 30px;
    }
    .main-tit h3 {
        font-size: 30px;
    }
    .intro-wrap {
        gap: 30px;
    }
    .intro-box .img-box img {
        height: 250px;
    }
}
@media (max-width:576px) {
    .intro-box .img-box {
        width: 80%;
        margin: 0 auto;
    }
    .mainpage section {
        padding: 30px 0 35px;
    }
    .subpage-header {
        border-radius: 0 0 20px 20px;
    }
    .product-table .sub-h4 small {
        margin-top: 2px;
        font-size: 14px;
    }
    .product-table .sub-h4 {
        font-size: 18px;
    }
    .product-table.sepc-box .pro-img {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-table .pro-img {
        grid-template-columns: repeat(2, 1fr);
    }
    .pro-img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    .pro-img .img-box p {
        margin-top: 8px;
        font-size: 14px;
    }
    .sub-h4::before {
        top: -11px;
        width: 6px;
    }
    .txt-area {
        height: 350px;
    }
    .txt-area p+p {
        font-size: 15px;
        margin-top: 5px;
    }
    .txt-area p {
        font-size: 20px;
    }
    .certi-box .certi-h p {
        font-size: 18px;
    }
    .certi-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
    .area-type .bar-list li::before {
        width: 4px;
        top: 7px;
    }
    .area-type .bar-list li {
        padding-left: 8px;
        font-size: 13px;
    }
    .area-type .type-txt h5 {
        margin: 0px 0 5px;
        font-size: 16px;
    }
    .area-type .type {
        padding: 10px 15px;
        border-radius: 15px;
    }
    .area-box h4::after {
        font-size: 32px;
    }
    .area-box h4 {
        border-radius: 15px;
        font-size: 18px;
        padding: 20px 10px;
    }
    .area-type .type {
        min-height: auto;
    }
    .area-type {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-left: 0;
    }
    .map-inner {
        padding: 10px 0;
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: flex-start;
    }
    .timeline h5::before {
        top: 6px;
    }
    .history-wrap{
        grid-template-columns: 1fr;
    }
    .history-wrap .walk-box p br{
        display: none;
    }
    .timeline .inners .inner+.inner {
        margin-top: 20px;
    }
    .bar-list li::before {
        left: 0;
        top: 8px;
        width: 6px;
        height: 1px;
    }
    .timeline ul li {
        font-size: 12px;
    }
    .timeline span {
        width: 60px;
        font-size: 14px;
    }
    .timeline h5 {
        font-size: 23px;
        margin-bottom: 12px;
    }
    .history-wrap .walk-box p {
        font-size: 12px;
    }
    .history-wrap .walk-box img {
        height: 35px;
        margin-top: 0;
    }
    .history-wrap .walk-box span {
        font-size: 22px;
    }
    .history-wrap .walk-box {
        gap: 15px;
        margin: 0 15px 50px;
    }
    .timeline .inners .inner {
        flex-direction: column;
        gap: 5px;
    }
    .company-wrap .txt-box .info-box p span {
        font-size: 12px;
        font-weight: 600;
    }
    .company-wrap .txt-box .info-box p {
        font-size: 13px;
    }
    .company-wrap .txt-box .info-box h5 {
        flex-basis: 140px;
        font-size: 14px;
    }
    .company-wrap .txt-box .info-box {
        padding: 12px 0;
        display: grid;
        grid-template-columns: 120px 1fr;
    }
    .company-wrap .img-box img {
        height: 250px;
    }
    .title-h3 {
        margin-bottom: 45px;
    }
    .title-h3 h3 {
        font-size: 25px;
    }
    .subpage-content {
        padding: 65px 0 75px;
    }
    .snb ul {
        margin-top: -31px;
    }
    .snb a {
        font-size: 11px;
        padding: 4px 3px;
        height: 35px;
    }
    .subpage-title h2 {
        font-size: 28px;
        margin: 0;
    }
    .subpage-header {
        height: 250px;
    }
    .intro-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .intro-box p {
        font-size: 14px;
        margin-top: 10px;
    }
    .navbar-brand {
        height: 30px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 8px 20px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 5px 20px;
        font-size: 12px;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption p {
        margin-bottom: 5px;
        font-size: 16px;
    }
    #mainCarousel .carousel-inner .item {
        height: 360px;
    }
    .main-tit h3 {
        font-size: 22px;
    }
    .main-tit h6 {
        font-size: 14px;
    }
    .intro-box:hover{
        transform: translateY(-15px);
    }
    .main-tit {
        margin-bottom: 40px;
    }
    .vision-wrap .img-box img {
        margin: 40px auto 0;
    }
    .carousel-caption h1 br{
        display: none;
    }
}