@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: keep-all;
}

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

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

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

.clearfix {
    width: 100%;
}

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

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 30px;
}

:root {
    /* --page-point-color:; */
}

/* 상단 메뉴 */
.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    transition: all 0.4s ease-in-out;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    background: rgba(0, 0, 0, 0.3);
}

.navbar-inverse.active {
    background: #fff;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09);
}

.navbar-inverse.active .navbar-nav>li>a {
    color: #000;
}

.navbar-inverse.active .navbar-nav>li>a:focus {
    color: #000;
}

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

.navbar-header {
    padding: 30px 0;
}

.navbar-inverse .navbar-nav {}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {
    padding: 0;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 35px clamp(20px, 1.91vw, 35px);
}

.navbar-inverse.active .navbar-nav>li>a:focus,
.navbar-inverse.active .navbar-nav>li>a:hover {
    color: #000;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse.active .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
    color: #086bbe;
}

.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
    color: #fff;
}

.navbar-brand {
    height: 30px;
    padding: 0;
}

.navbar-right {}

/* 슬라이드 공통 */
.main_swiper_widget .swiper-slide {
    height: 100vh;
    min-height: 450px;
}

.main_swiper_widget .swiper-slide::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 10;
    opacity: 0.45;
}

.main_swiper_widget .swiper-bg img {
    object-position: top;
}

.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: 10%;
    height: 100%;
}

.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"].swiper-button-prev {
    left: 0;
}

.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"].swiper-button-next {
    right: 0;
}

.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"]::before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    right: auto;
    top: 0;
    width: auto;
    line-height: 1;
    font-size: 42px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
}

.main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"]:hover::before {
    color: rgba(255, 255, 255, 1);
}

.main_swiper_widget:not([data-custom="on"]) .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    height: auto;
    line-height: 1;
    gap: 7px;
}

.main_swiper_widget:not([data-custom="on"]) .swiper-pagination span {
    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;
}

.main_swiper_widget:not([data-custom="on"]) .swiper-pagination span.swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.2s all;
}

.main_swiper_widget:not([data-custom="on"]) .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff;
    box-shadow: none;
}

.swiper-caption.container {
    top: -10%;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
    transform: none;
}

.swiper-caption.container h1 {
    font-size: clamp(38px, 4.1vw, 72px);
    font-weight: 700;
    margin-bottom: 30px;
}

.swiper-caption.container h1 span {}

.swiper-caption.container p {
    font-size: clamp(21px, 1.3vw, 24px);
    letter-spacing: -0.025em;
    font-weight: 500;
}

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

.mainPage section {
    padding: 80px 0 120px;
    display: none;
}

.mainTit {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}

.mainContent {
    padding-top: 50px;
}

.mainContent .col a {
    position: relative;
    display: block;
}

.mainContent .col a:hover {
    color: #333;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
}

.mainContent .col img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 20px;
}

.mainContent .col .colTit {
    margin: 20px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

/* 서브페이지 */
.subPage {
    padding-bottom: 150px;
}

[id^="product0"] {
    /* background: #fafafa; */
}

.subpageHeader {
    position: relative;
    align-items: center;
    display: flex;
    height: 420px;
}

.subpageHeader .bg {
    background: url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}

.subpageHeader .bg+.container {
    position: relative;
    width: 100%;
}

.subpageHeader .breadcrumb {
    right: 15px;
    bottom: -130px;
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
}

.subpageHeader .breadcrumb li {
    color: #999;
    font-size: 14px;
}

.subpageHeader .breadcrumb li a {
    color: #999;
}

.subpageHeader .breadcrumb li.active {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb>li+li:before {
    color: #999;
    padding: 0 1px;
}

.subpageHeader .bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.subpageHeader .subpageTit {
    text-align: center;
    font-size: clamp(45px, 3.01vw, 54px);
    position: relative;
    margin: 60px 0 0;
    color: #fff;
    font-weight: 700;
}

.subLink {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.subLink ul {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
}

.subLink ul li {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: transparent;
    transition: all 0.5s;
}

.subLink ul li.active {}

.subLink li.active a {
    color: #333;
    font-weight: 700;
}

.subLink li a {
    color: #999;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
    transition: all 0.4s;
    position: relative;
}

.subLink li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0%;
    height: 3px;
    background: #f06c2c;
    transition: all 0.4s;
    opacity: 0;
}

.subLink li a:hover::after,
.subLink li.active a::after {
    width: 100%;
    opacity: 1;
}

.subLink li a:hover {
    color: #000;
}

.subBox {}

.subBox section {
    padding-top: 80px;
}

.subBox .subTit {}

.subBox .subTit h3 {
    font-size: clamp(30px, 2.2vw, 38px);
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.025em;
}

#about03 .subBox .con01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}

#about03 .subBox .con01 .map:first-child {
    grid-column: span 2;
}
#about04 .img-box img{
}
.subBox .con {
    padding-top: 80px;
}

.greet {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.greet .imgBox {}

.con .greet .imgBox img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.greet .textBox {
    padding-left: 25%;
    position: relative;
}

.greet .textBox::before {
    content: '';
    display: block;
    width: 15%;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0;
    top: 10px;
}

.greet .textBox p {
    font-size: 16px;
    color: #222;
    margin: 0 0 25px;
    font-weight: 400;
    line-height: 1.8;
}

.history {
    position: relative;
    padding-left: 50px;
}

.history::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #ddd;
    top: 0;
    left: 38%;
}

.history .timeLine {
    display: grid;
    grid-template-columns: 35% 50%;
    gap: 8%;
    line-height: 1;
    padding-bottom: 50px;
}

.timeLine .year {
    text-align: right;
    position: relative;
    padding-right: 80px;
    font-size: 40px;
    font-weight: 700;
}

.timeLine .year::after {
    position: absolute;
    z-index: 2;
    content: "";
    right: -4px;
    top: 10px;
    width: 13px;
    height: 13px;
    background: #007dff;
    border-radius: 50%;
}

.timeLine .year span {
    color: #7cadd7;
}

.timeLine .work {
    margin-top: 1px;
}

.timeLine .work li {
    font-size: 18px;
    line-height: 1.6;
    padding-left: 30px;
    color: #333;
    position: relative;
    padding-top: 2px;
}

.timeLine .work li::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 55%;
    transform: translate(0, -50%);
    width: 8px;
    height: 3px;
    background: #333;
}

.con .map {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location {}

.location li {
    padding: 15px 0;
    font-size: 17px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 2px solid #eee;
    font-weight: 500;
    letter-spacing: -0.034em;
}

.location li>span {
    font-size: 15px;
    padding: 6px;
    border-radius: 50%;
    color: #eee;
    --wght: 300;
    background: #004f97;
}

.location li b {
    font-weight: 600;
    color: #004f97;
}

.con .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

#business03 .con .item {
    grid-template-columns: 1fr;
    gap: 30px;
}



.item>img {
    width: 200px;
}

.item .inner {}

.item .logoWrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

#business01 .item .logoWrap img {
    height: 60px;
    object-fit: cover;
}

.item .logoWrap img {
    height: 45px;
    object-fit: cover;
}

.item .logoWrap p {
    margin: 0;
    font-size: 24px;
    height: 40px;
    line-height: 1;
    position: relative;
    padding-left: 50px;
    align-content: space-evenly;
    font-weight: 500;
}

.item .logoWrap p::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url("/public/img/sub/business02_01_01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.item .logoWrap .desc {}

.item .logoWrap li {
    font-size: 18px;
    padding-left: 18px;
    position: relative;
    font-weight: 500;
}

.item .logoWrap li+li {
    margin-top: 5px;
}

.item .logoWrap li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 3px;
    background: #444;
    left: 0;
    top: 13px;
    transform: translate(0, -50%);
}

.item .imgWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.item .imgWrap img {
    height: 100%;
    object-fit: contain;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}

.item .imgWrap img:hover {
    /* transform: scale(1.1); */
    /* border-color:rgba(0,0,0,0.3); */
}

[id^=business]:not(#business01) .item .imgBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

#business01 .item .imgBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

[id^=business] .item+.item {
    padding-top: 100px;
}

.item .imgBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#business03 .item p {
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}

[id^="product0"] .con01 {
    padding-top: 30px;
}

.productWrap {
    margin: 0;
    box-shadow: 0px 4px 18.8px 1.2px rgba(0, 0, 0, .1);
    border-radius: 20px;
    background: #f8f8f8;
    border: 1px solid #e3e8eb;
}

.productWrap .imgBox {
    /* border: 1px solid #eee; */
    padding: 50px;
    background: #fff;
    border-radius: 20px;
}

.productWrap .imgBox img {
    height: 600px;
    object-fit: contain;
    max-height: 450px;
}

.productWrap .btnBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 50px 50px 80px;
}

.productWrap .btnBox .conTit {}

.productWrap .conTit h3 {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 60px;
}

.productWrap .btnWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
    max-width: fit-content;
}

.productWrap .btnWrap li {}

.productWrap .btnWrap a {
    display: flex;
    gap: 10px;
    padding: 12px 25px;
    transition: all 0.1s ease-in-out;
    font-size: 17px;
    border: 2px solid #2378c2;
    border-radius: 30px;
    color: #086bbe;
    font-weight: 600;
    letter-spacing: -0.034em;
    width: 195px;
}

.productWrap a span {
    transition: all 0.15s ease-in;
}

.productWrap a:hover span {
    transform: scale(1.1);
}

.productWrap a:hover {
    color: #fff;
    background: #005399;
    font-weight: 500;
    border-color: #005399;
}

/* 다국어 스크립트 */
.lang-wrap {
    position: absolute;
    top: 45px;
    right: 0;
    width: auto;
    background: none;
    border: 0;
    padding: 10px;
    transform: translateY(-50%);
}

.lang-change-btn {
    all: unset;
    padding: 0 7px;
    cursor: pointer;
    color: #fff;
    position: relative;
    line-height: 1;
    color: #999;
}

.lang-change-btn:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    right: -2px;
    height: 100%;
    background: #fff;
}

.lang-change-btn.active {
    color: #fff;
}

.navbar-inverse.active .lang-change-btn.active {
    color: #333;
}

.navbar-inverse.active .lang-change-btn:first-child::after {
    background: #333;
}

.navbar-inverse.active.lang-change-btn.active {
    color: rgba(255, 255, 255, 0.3);
}

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

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

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

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

#site footer .footer-info .logo img {
    height: 70px;
    opacity: 0.9;
}

#site footer .footer-info .info {
    padding-left: 20px;
}

#site footer .footer-info ul li:first-child {
    font-size: 15px;
    font-weight: 400;
    color: #ddd;
    letter-spacing: 0;
}

#site footer .footer-info ul li.copy {
    margin: 10px 0 0;
    font-size: 12px;
    color: #666;
}

/* 반응형 */

@media (max-width: 767px) {
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .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 {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        top: 75px;
        padding: 20px 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: none;
        color: #086bbe;
    }

    .navbar-right {
        display: flex;
        justify-content: center;
        float: none !important;
    }

    .navbar-right::after,
    .navbar-right::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

}

@media (max-width: 992px) {
    .navbar-inverse .navbar-nav>li>a {
        /* padding: 45px 15px; */
    }

}

/* 수정사항 추가 240829 */
.subTitImg {}

.subTitImg img {
    height: 55px;
    object-fit: contain;
}

.productLink {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    justify-content: center;
    width: fit-content;
    margin: 60px auto 0;
    background: #f2f2f2;
    border-radius: 50px;
}

[id^=uyeg] .productLink {
    grid-template-columns: repeat(2, 250px);
}

.productLink a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    position: relative;
    color: #999;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
}

.productLink a::after {
    content: "";
    background: #ddd;
    position: absolute;
    right: 0;
    width: 1px;
    height: 22px;
    top: 50%;
    transform: translate(0, -50%);
}

.productLink a:last-child:after {
    display: none;
}

.productLink a:hover {
    color: #333;
    text-decoration: underline;
}

.productLink a.active {
    font-weight: 700;
    color: #333;
}

.conTit {
    text-align: center;
    font-size: clamp(30px,2.2vw,38px);
    font-weight: 700;
    margin: 0 0 70px;
}

.con .imgBox {}

.con .imgBox img {
    width: 100%;
    object-fit: contain;
}

.imgDesc {
    margin-top: 10px;
    padding: 20px 0;
}

[id^="abb0"] .division+.imgBox,
#abb02 .division+.imgBox {
    padding: 50px;
    border: 1px solid #ddd;
}

[id^="abb0"] .division+.imgBox img,
#abb02 .division+.imgBox img {
    object-fit: inherit;
    height: 400px;
}

[id^="abb0"] .division+.imgBox+.imgDesc,
#abb02 .imgBox+.imgDesc,
#abb03 .imgBox+.imgDesc {
    margin-bottom: 20px;
}

[id^="abb0"] .division+.imgBox+.imgDesc p,
#abb02 .imgBox+.imgDesc p,
#abb03 .imgBox+.imgDesc p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

[id^="motortronics"] .division+.imgBox+.imgDesc {
    margin-bottom: 20px;
}

[id^="motortronics"] .imgBox+.imgDesc p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.division {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 80px;
    gap: 5px;
}

.division a {
    display: block;
    font-size: 17px;
    width: 120px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #ccc;
}

.division a:hover {
    font-weight: 800;
    color: var(--page-point-color);
    border-color: var(--page-point-color);
}

.division a.active {
    font-weight: 800;
    color: #fff;
    border: 0;
    background: var(--page-point-color);
}

.productTap {
    padding-top: 25px;
    margin-left: -25px;
    margin-right: -25px;
}

.productTap .product {
    padding: 40px 20px;
}

.productTap .product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* padding: 20px 0; */
    border: 1px solid #ddd;
}

/* .productTap .product:last-child img{
    background: #ddd;
    position: relative;
}
.productTap .product:last-child img::before{
    position: absolute;
    content: "이미지 준비중 입니다.";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
} */
.productTap .product img:hover {
    border: 1px solid #2554a5;
}

.productTap .product .productDesc {
    padding: 25px 2px 10px;
    min-height: 110px;
}

.productTap .product .productDesc p {
    margin: 0;
    font-size: 15px;
    word-wrap: break-word;
}

.productTap .product .productDesc p.descTit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.productTap .product .linkWrap {
    margin-top: 15px;
    display: flex;
    gap: 7px;
    justify-content: center;
}

.productTap .product .linkWrap a {
    display: flex;
    padding: 8px 15px;
    background: #eee;
    flex: 1 0 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
}

.productTap .product .linkWrap a:hover {
    background: #333;
    color: #fff;
}

#abb02 .con .imgBox {
    display: grid;
    gap: 15px;
}

#abb02 .con .imgBox img {
    object-fit: contain;
    border: 1px solid #ddd;
    height: 500px;
    width: auto;
    margin: 0 auto;
}

#abb02 .con .imgBox img:nth-child(2) {
    height: 100%;
}

.contact-wrap {
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 160px;
}

.contact-box {
    display: flex;
    flex-direction: column;
    width: 430px;
    gap: 10px;
}

.contact-box .front {
    display: flex;
    color: #000;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    font-weight: 600;
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px #fffbfb;
    cursor: pointer;
    position: relative;
}

.contact-box .front::after {
    content: "\e5cf";
    font-family: "material symbols outlined";
    font-size: 30px;
    margin-left: 60px;
}

.contact-box .front.on::after {
    transform: rotate(180deg);
}

.contact-box .front:hover {
    color: #fff;
    background: var(--page-point-color);
}

.contact-box .front p {
    margin: 0;
    font-size: 20px;
}

.contact-box .front span {
    font-size: 30px;
    --wght: 300;
}

.contact-box .front.on+.back {
    display: block;
}

.contact-box .back {
    display: none;
    position: relative;
}

.contact-box .back ul {
    position: relative;
    display: flex;
    justify-content: center;
    border: 2px solid #858585;
    border-radius: 15px;
    padding: 25px 10px;
}

.contact-box .back ul+button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.contact-box .back ul+button::before {
    content: "\e5cd";
    font-family: "material symbols outlined";
    font-size: 20px;
    cursor: pointer;
}

.contact-box .back li {
    display: flex;
    gap: 20px;
    font-size: 18px;
}
[lang="en"] .contact-box .back li{
    gap: 13px;
}
.contact-box .back b {}

.contact-box .back button {
    border: 0;
    background: #fff;
    color: var(--page-point-color);
    font-weight: 700;
}

.board_wrapper .table.board_write_table tbody tr th {
    display: none;
}

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    border: 0;
}

#inquiry01 .text-muted {
    display: none;
}

#inquiry01 .bbs-area tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#item_0 {
    grid-column: span 2;
}

#inquiry01 .bbs-area tbody tr {
    display: flex;
}

#inquiry01 .bbs-area tbody tr td {
    width: 100%;
}

#inquiry01 .bbs-area tbody tr td input {
    width: 100%;
    margin: 0 !important;
    height: 55px;
    border-radius: 6px;
}

#item_captcha td {
    display: flex;
    gap: 10px;
}

#item_captcha #captcha {
    height: 50px;
}

.board_wrapper .table.board_write_table {
    border: 0;
}

/* ------------ 준비중 ------------ */
.txt-area {
    padding: 62px 25px;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    background: #f4f4f4;
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--page-color);
    font-size: 58px;
    color: #a3c4eb;
}

.txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.txt-area p {
    color: #777;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}

.under-img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 70px;
}

.under-img-wrap .under-inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
}

.under-inner ul {}

.under-inner ul li {
    font-size: 15px;
    line-height: 1.8;
}

.under-inner ul li:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.under-inner img {}

#abb03 .con .imgBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#abb03 .con .imgBox img {
    height: 280px;
    width: 100%;
    object-fit: contain;
}

.inner-img p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

[id^=motortronics] .subTitImg img {
    height: 80px;
    object-fit: contain;
}

.tap-grid {}

[id^=uyeg] .tap-grid .pro-inner {
    margin-top: 50px;
}

.tap-grid .pro-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 50px;
    padding: 30px 40px;
    border: 1px solid #ddd;
    margin-top: 100px;
}

.tap-grid .pro-inner.big-img>img {
    height: 300px;
    object-fit: contain;
}

.tap-grid .pro-inner img {
    width: 100%;
    object-fit: cover;
}

.pro-inner .productDesc {}

.pro-inner .productDesc .descTit {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.pro-inner .productDesc p {
    font-size: 20px;
    margin: 0;
}

.tap-grid .pro-linkWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}

#uyeg01_02 .tap-grid .pro-linkWrap {
    margin-top: 30px;
}

.tap-grid .pro-linkWrap a {
    background: #eee;
    padding: 10px 15px;
    font-size: 18px;
    width: fit-content;
    text-align: center;
    min-width: 230px;
}

.tap-grid .pro-linkWrap a:hover {
    background: #333;
    color: #fff;
}

.tap-grid .pro-info {
    margin-top: 20px;
}

.tap-grid .pro-info p {
    font-size: 23px;
    font-weight: 700;
}

.tap-grid .pro-info ul {}

.tap-grid .pro-info ul li {
    font-size: 20px;
}

.tap-grid .banner-img {
    display: flex;
    align-items: center;
}

.tap-grid .banner-img img {
    height: 50px;
    width: auto;
}

#motortronics01_02 .con .imgBox img {
    height: 350px;
}

#motortronics02_01 .con .imgBox img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

#motortronics03_01 .tap-grid .banner-img>img {
    height: 250px;
}

#motortronics03_01 .tap-grid .pro-inner>img {
    object-fit: contain;
    height: 400px;
}

/* 모바일 */
@media (max-width:991px) {
    .contact-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .contact-box {
        width: 100%;
    }
    #about03 .subBox .con01 {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px 40px;
    }
    #about03 .subBox .con01 .map:first-child {
        grid-column: span 1;
    }
    [id^="motortronics"] .imgBox+.imgDesc p {
        font-size: 18px;
    }
    .tap-grid .pro-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px 50px;
        padding: 30px 40px;
        border: 1px solid #ddd;
        margin-top: 100px;
    }
    .productTap .product img {
        height: 250px;
        object-fit: contain;
        border: 0;
    }
    .timeLine .work li::before {
        left: 10px;
        top: 50%;
        height: 2px;
    }
    .timeLine .year {
        padding-right: 55px;
        font-size: 28px;
    }
    .timeLine .year::after {
        right: 2px;
        top: 10px;
    }
    .history{
        margin-top: 70px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 35px 10px;
    }

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

    .lang-wrap {
        top: 44px;
        right: 0px;
        padding: 0;
    }
    #about02 .con .imgBox img{
        height: 300px;
        object-fit: cover;
    }
}

@media (max-width:767px) {
    .contact-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        height: 160px;
    }
    .contact-box .front p {
        margin: 0;
        font-size: 16px;
    }
    .contact-box .front span {
        font-size: 25px;
    }
    .contact-box .front::after {
        font-size: 25px;
        margin-left: 40px;
    }
    .contact-box .back li {
        gap: 10px;
        font-size: 16px;
    }
    .pro-inner .productDesc p{
        font-size: 16px;
    }
    .tap-grid .pro-info p{
        font-size: 22px;
    }
    .tap-grid .pro-info ul li{
        font-size: 18px;
    }
    #abb03 .con .imgBox {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .under-img-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 70px;
    }
    .under-inner ul{
        text-align: center;
    }
    .under-img-wrap .under-inner {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .productLink a {
        padding: 15px 10px;
        font-size: 16px;
    }
    .productLink {
        grid-template-columns: repeat(3, 1fr);
    }
    .navbar-inverse .navbar-brand img {
        height: 100%;
        margin-left: 15px;
    }

    .lang-wrap {
        top: 25px;
    }

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

@media (max-width:576px) {
    #inquiry01 .board_wrapper {
        margin-top: 95px;
    }
    .contact-wrap {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .contact-box .front::after {
        font-size: 25px;
        margin-left: 0;
    }
    .root_daum_roughmap .wrap_map{
        height: 280px !important;
    }
    .location li {
        font-size: 13px;
        gap: 7px;
    }
    .productTap {
        margin-left: -15px;
        margin-right: -15px;
    }
    #uyeg01_01 .tap-grid .pro-inner img{
        height: 250px;
        object-fit: contain;
    }
    [id^=uyeg] .productLink {
        grid-template-columns: repeat(1, 1fr);
    }
    .subpageHeader .breadcrumb li {
        font-size: 11px;
    }
    .subpageHeader .subpageTit {
        font-size: 38px;
        margin: 0px 0 0;
    }
    #motortronics03_01 .tap-grid .pro-inner>img {
        height: 260px;
    }
    .tap-grid .banner-img{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .pro-inner .productDesc .descTit {
        font-size: 22px;
    }
    .tap-grid .pro-linkWrap a{
        font-size: 16px;
    }
    [id^="motortronics"] .imgBox+.imgDesc p{
        font-size: 16px;
    }
    .under-img-wrap {
        gap: 100px;
    }
    #motortronics01_02 .con .imgBox img {
        height: 201px;
    }
    #motortronics02_01 .con .imgBox img{
        height: 250px;
    }
    .tap-grid .pro-inner {
        padding: 30px 10px;
    }
    .tap-grid .banner-img img {
        height: 50px;
        width: 100%;
        object-fit: contain;
    }
    #abb03 .con .imgBox img {
        height: 200px;
        width: 100%;
        object-fit: contain;
    }
    [id^="abb0"] .division+.imgBox+.imgDesc p, #abb02 .imgBox+.imgDesc p, #abb03 .imgBox+.imgDesc p{
        font-size: 16px;
    }
    .under-inner img {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }
    .under-img-wrap .under-inner {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    #abb02 .con .imgBox img {
        border: 0;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .productLink a::after{
        display: none;
    }
    .productLink {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        border-radius: 15px;
        width: 100%;
    }
    .subLink ul {
        gap: 25px;
    }
    .productLink a {
        padding: 15px 7px;
        font-size: 14px;
    }
    [id^="abb0"] .division+.imgBox, #abb02 .division+.imgBox {
        padding: 15px;
        border: 1px solid #ddd;
    }
    [id^="abb0"] .division+.imgBox img, #abb02 .division+.imgBox img {
        object-fit: contain;
        height: 270px;
    }
    #abb01_mv .productTap .product{
        width: 100%;
    }
    .timeLine .work li::before {
        left: 10px;
        top: 13px;
        height: 2px;
        transform: translate(0, 0);
    }
    .timeLine .work li {
        font-size: 16px;
        line-height: 1.6;
        padding-left: 28px;
    }
    .history {
        position: relative;
        padding-left: 15px;
    }
    .history .timeLine {
        grid-template-columns: 120px 1fr;
        gap: 20px;
    }
    .timeLine .year {
        width: 120px;
    }
    .history::before {
        left: 125px;
    }
    .subpageHeader .breadcrumb {
        bottom: -105px;
    }
    .subpageHeader {
        height: 350px;
    }
    .subLink li a {
        padding: 15px 0;
        font-size: 15px;
    }
    .subLink ul li {
        font-size: 16px;
    }
    .con .greet .imgBox img {
        height: 200px;
    }

    .greet .textBox {
        padding: 0;
    }

    .greet .textBox::before {
        display: none;
    }

    .navbar-header {
        padding: 10px 0;
    }

    .navbar-inverse .navbar-brand img {
        margin-top: 9px;
        height: 22px;
    }

    .lang-wrap {
        top: 34px;
        right: 45px;
    }

    .swiper-caption.container {
        top: 0%;
    }

    .main_swiper_widget:not([data-custom="on"]) [class*="swiper-button"]::before {
        font-size: 20px;
    }

    .swiper-caption.container p {
        font-size: 16px;
    }

    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 7px;
    }

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