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

/* 주요색상 */
:root {
    --page-point-color: #eb6100;
    --page-point-color-hover: #d24402;
    --page-secondary-color: #254061;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Pretendard Variable', 'notokr', sans-serif;
    letter-spacing: -0.015em;
}

.btn {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a[href^="mailto"] {
    color: inherit;
}

p {
    line-height: 1.5em;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-hover);
    border-color: var(--page-point-color-hover);
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

/* 언어 전환 버튼 (다국어) */
/* .menu-top {
    position: relative;
    z-index: 999;
}
.menu-top .container {
    position: relative;
}
.ch-lang {
    top: 33px;
    right: 15px;
    position: absolute;
}
.menu-top ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    letter-spacing: 0;
}
.menu-top ul > li .lang {
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 500;
    background: #d5d5d5;
    line-height: 1;
    border: none;
    letter-spacing: 0.01em;
    color: #666;
}
.menu-top ul > li .lang.active {
    font-weight: 600;
    color: #fff;
    background: #d00b17;
    border: none;
}
.menu-top ul > li .lang:not(.active):hover {
    background: #ddd;
}
.menu-top ul > li .lang:focus {
    outline: none;
} */

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border:0;/* background: #000; */}

.navbar-inverse .navbar-brand {
    height: auto;
    position: relative;
    margin-top: 21px;
    padding: 0;
    margin-left: 0 !important;
}
.navbar-inverse .navbar-brand img {
    height: 50px;
}
.navbar-inverse .navbar-brand::after {
    content: '(주)지에스일렉트로닉';
    top: 14px;
    left: 100%;
    position: absolute;
    padding-left: 8px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    color: #000;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav > li > a{font-size: 18px;font-weight: 600;color: #111;}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{
    color: #ff842e;
    background: transparent;
}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 3px;
    position: absolute;
    background: #f16f14;
    transform: translateX(-50%);
    transition: width 0.3s;
}
   

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
    .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
    .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:var(--page-point-color);}
    .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:var(--page-point-color);}
    .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);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0,0,0,0.9);
        -webkit-box-shadow:0 4px 8px rgba(0,0,0,.125);
        box-shadow:0 4px 8px rgba(0,0,0,.125);
        animation-fill-mode:both;
        animation-duration:0.4s;
        animation-name:fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{position:relative;padding:12px 15px;text-align:center;color:#fff;letter-spacing:0;overflow:hidden;border-bottom:1px solid rgb(255 255 255 / 7%);}
    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {border-bottom:0;}
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: var(--page-point-color);color:#fff;}
    .navbar-inverse .navbar-nav>li>a:hover::before,
    .navbar-inverse .navbar-nav>li>a:focus::before,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::before,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::before,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::before {
        width: 160px;
    }
}
   
@media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li > a{padding: 37px 35px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .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 {
    text-align: left;
    padding-left: 5px;
    bottom: 10%;
}
.carousel-indicators li,
.carousel-indicators li.active{
    width: 70px;
    height: 6px;
    background-color: rgba(255,255,255,.5);
    border: none;
    margin: 0 1px;
    border-radius: 0;
    transition:ease-in-out .15s all;
}
.carousel-indicators li.active{background-color:#fff;}
.carousel-caption {text-shadow:none;}
.carousel-control{display: none;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators {
    right: 5%;
    left: 5%;
    width: 90%;
    margin-left: 0;
}
 .carousel-indicators li, .carousel-indicators li.active{width:45px;height:5px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #1e1e1e;color: #8f8f8f;}
#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;font-size: 13px;margin-right:15px;line-height: 20px;letter-spacing:0em;}
#site footer .footer-info ul li:first-child {
    font-weight: 700;
    font-size: 13px;
    color: #ccc;
}
#site footer .footer-info .logo img {
    height: 60px;
    opacity: 0.5;
}
#site footer .footer-info .info {
    padding-left: 20px;
}
#site footer .footer-info ul li .tit {
    padding-right: 4px;
    color: #cdcdcd;
    font-weight: 500;
}
#site footer .footer-info ul li.copy {
    margin-top: 7px;
    font-size: 11px;
    color: #606060;
    letter-spacing: 0;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height: 680px;background-position: center bottom;}
#mainCarousel .carousel-caption {
    top: 30%;
    padding: 0;
    text-align: left;
}
#mainCarousel .carousel-caption h1 {
    margin: 0px 0 30px;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}

#mainCarousel .item:nth-child(1) .carousel-caption h1,
#mainCarousel .item:nth-child(1) .carousel-caption p{
    color: #000;
    text-shadow: 0 0 5px #fff;
}
#mainCarousel .item:nth-child(1) .carousel-caption p{
    font-weight: 400;
}
#mainCarousel .carousel-caption p {
    font-size: 17px;
    font-weight: 300;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    #mainCarousel .carousel-caption {
        top: 42%;
        right: 5%;
        left: 5%;
    }
    #mainCarousel .carousel-caption h1 {
        margin: 0px 0 25px;
        font-size: 30px;
        line-height: 1.2em;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
    }
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

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

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 추가 스타일 */
/* 상단 사업영역·생산공정 */
.mainPage .wrap-main-link {
    margin: 0;
}
.mainPage .wrap-main-link > .con {
    padding: 135px 50px;
    overflow: hidden;
    border-right: 1px solid #e2e2e2;
}

.mainPage .wrap-main-link > .con-left {
    border-left: 1px solid #e2e2e2;
}

.mainPage .wrap-main-link .tit {
    font-size: 40px;
    letter-spacing: -0.03em;
    position: relative;
    margin: 0 0 85px;
    line-height: 1;
}
.mainPage .wrap-main-link a {
    width: 100%;
    display: inline-block;
}
.mainPage .wrap-main-link .text .tit {
    position: relative;
    margin: 0 0 60px;
    font-size: 38px;
    font-weight: 500;
    color: #111;
}
.mainPage .wrap-main-link .text .tit::before {
    content: '\e941';
    top: -4px;
    right: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 200;
    font-family: 'Material Symbols Outlined';
    background: var(--page-point-color);
    border-radius: 30px;
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
    color: #fff;
}
.mainPage .wrap-main-link .w_img {
    position: relative;
    overflow: hidden;
    background: #000;
}
.mainPage .wrap-main-link .w_img::before,
.mainPage .wrap-main-link .w_img::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.4s;
    z-index: 100;
}
.mainPage .wrap-main-link .w_img::before {
    top: 0;
    left: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
}
.mainPage .wrap-main-link .w_img::after {
    right: 0;
    bottom: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.mainPage .wrap-main-link a:hover .w_img::before,
.mainPage .wrap-main-link a:hover .w_img::after {
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, 0.5);
}
.mainPage .wrap-main-link .w_img img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}

.mainPage .wrap-main-link a:hover .text .tit::before {
    background: #000;
}
.mainPage .wrap-main-link a:hover .w_img img {
    transform: scale(1.1);
    opacity: 0.7;
}
/* 하단 제품문의 */
.mainPage #section2 {
    position: relative;
    padding: 38px;
    color: #fff;
    background-color: #464646;
    background-image: linear-gradient(90deg, #464646 82%, #313131 82%, #313131 100%);
    overflow: hidden;
}

.mainPage #section2::after {
    content: '';
    width: 130px;
    height: 130px;
    background: #464646;
    position: absolute;
    right: 15%;
    top: 0;
    transform: rotate(45deg);
}
.mainPage .box-inquiry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.mainPage .box-inquiry .text {
    display: flex;
    align-items: center;
    gap: 30px;
}
.mainPage .box-inquiry .text .tit {
    margin: 0;
    font-size: 30px;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.mainPage .box-inquiry .text p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.mainPage .box-inquiry .btn-view-more {
    position: relative;
    min-width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    overflow: hidden;
    transition: all ease .3s;
    letter-spacing: 0;
    border: 1px solid #fff;
    border-radius: 100px;
    z-index: 1;
}
.mainPage .box-inquiry .btn-view-more::after {
    content: '\e145';
    top: 30px;
    right: 30px;
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Material Symbols Outlined';
    color: #fff;
    transition: all ease .3s, opacity ease .15s;
    opacity: 0;
}
.mainPage .box-inquiry .btn-view-more:hover {
    padding-right: 35px;
    color: #fff;
    background: var(--page-point-color) !important;
    border-color: var(--page-point-color) !important;
}
.mainPage .box-inquiry .btn-view-more:hover::after {
    top: 10px;
    opacity: 1;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 290px;
    position: relative;
    color: #fff;
    background: #333 url('/public/img/sub/bg_subTop.jpg') no-repeat center / cover;
    z-index: -1;
}
.subPage > .pageTop::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: rgba(0,0,0,0.3);
    opacity: 1;
}
.subPage > .pageTop .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .inner {
    top: 43%;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    transform: translate(-50%,-50%);
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    margin: 10px 0 0;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
.subPage > .pageTop h1 {
    margin-top: 40px;
}

/* Link */
.subPage .link {
    margin-top: -55px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
}
.subPage .link ul {
    display: flex;
    justify-content: center;
}
.subPage .link ul li {
    flex: 1 1 0;
}
.subPage .link ul > li > a {
    height: 55px;
    padding: 15px 0 21px;
    font-size: 17px;
    font-weight: 300;
    color: #eee;
    letter-spacing: 0;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
    color: #fff;
    background: transparent;
}
.subPage .link ul > li.active > a {
    font-weight: 500;
    color: #fff;
    background: var(--page-point-color);
}

.subPage > .contents section {
    padding: 100px 0 130px;
}
.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 120px;
}
.subPage > .contents .row > .con+.con {
    margin-top: 50px;
}

.title-lv-1 {
    margin: 0 0 100px;
    font-size: 42px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 45px;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1;
}
.title-lv-2::before {
    content: '';
    top: 3px;
    left: 0;
    width: 4px;
    height: 24px;
    position: absolute;
    background: var(--page-point-color);
}
.title-lv-3 {
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-style-1 > li {
    padding-left: 15px;
}
.list-style-1 > li+li {
    margin-top: 5px;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 1px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 10px;
}
.list-dash > li {
    padding-left: 13px;
}
.list-dash > li+li {
    margin-top: 3px;
}
.list-dash > li::before {
    content: '-';
    top: 0;
    left: 0;
    position: absolute;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > thead > tr > td,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
table.tb-style-1 {
    border-top: 1px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 12px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    background: #f8f8f8;
}

/* 인사말 (페이지) */
.wrap-greet .text {
    max-width: 940px;
    margin: 75px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.wrap-greet .text .tit .en {
    font-size: 20px;
    font-weight: 700;
    color: #ef6e00;
    letter-spacing: 2.8px;
    padding-left: 1px;
}
.wrap-greet .text .tit h3 {
    margin: 8px 0 0;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #111;
}
.wrap-greet .text .detail {margin-top: 5px;}
.wrap-greet .text .detail p {
    margin-bottom: 25px;
    color: #555;
    word-break: break-all;
    line-height: 1.55;
}
.wrap-greet .text .detail .from {
    margin-top: 50px;
    font-weight: 500;
}
.wrap-greet .text .detail .from .name {
    padding-left: 6px;
    font-size: 120%;
    font-weight: 600;
}
.wrap-vision {
    margin-top: 100px;
    padding-top: 120px;
    border-top: 1px solid #ddd;
}

/* 기업연혁 (페이지) */
.wrap-history .top {
    text-align: center;
}

.wrap-history .top::after {
    content: '';
    width: 35px;
    height: 8px;
    border-bottom: 8px dotted #ccc;
    display: block;
    margin: 35px auto 0;
}
.wrap-history .top .tit {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.04em;
    color: var(--page-point-color);
    font-weight: 500;
}
.wrap-history .top .tit em {
    display: block;
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
    color: #111;
}
.box-history {
    max-width: 920px;
    margin: 0 auto;
}
.box-history > .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.box-history .tit-sub {
    display: flex;
    flex-flow: column;
    margin: 0;
    font-size: 40px;
    width: 40%;
}
.box-history .tit-sub h4 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #222;
    letter-spacing: -0.03em;
}
.box-history .tit-sub .period {
    display: block;
    padding-top: 14px;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.box-history .detail {position: relative;width: 44%;}

.box-history .detail::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 90px;
    top: 0;
    background: #e5e5e5;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}
.box-history .detail ul li {
    padding-left: 120px;
    font-size: 16px;
    letter-spacing: -0.034em;
    position: relative;
}

.box-history .detail ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #ffffff;
    border: 1px solid #aaa;
    border-radius: 50%;
    position: absolute;
    left: 87px;
    top: 8px;
}
.box-history .detail ul li+li {
    margin-top: 10px;
}
.box-history .detail ul li .date {
    top: 4px;
    left: 0;
    position: absolute;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.01em;
    color: #626262;
}
.box-history .detail ul li[class^='empha'] {
    font-weight: 700;
    color: #df5c00;
}
.box-history .detail ul li.empha1 .date {
    color: #df5c00;
    font-weight: 700;
}
.box-history .detail ul li.empha2 .date,
.box-history .detail ul li.empha2 {
    color: #111;
    font-weight: 700;
}
.box-history > .item1 {
    margin-top: 100px;
}
.box-history > .item2 .tit-sub {
    border-color: #b7b7b7;
}
.box-history > .item3 {
    margin-bottom: 0;
    border-bottom: none;
}

/* 인증현황 (페이지) */
.box-certifi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 70px;
    margin: 0 auto;
}
.box-certifi > .item {
    width: calc(33.333% - 47px);
}
.box-certifi > .item.full-width {
    flex-basis: 100%;
}
.box-certifi figure img {
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.box-certifi figure figcaption {
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

/* 오시는 길 (페이지) */
.box-loctaion .info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px;
    padding: 36px 0;
}
.box-loctaion .info ul > li {
    display: flex;
    padding-top: 5px;
    padding-left: 33px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    line-height: 1em;
}
.box-loctaion .info ul > li .tit {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
}
.box-loctaion .info ul > li.addr {
    width: 100%;
    padding-top: 0;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}
.box-loctaion .info ul > li::before {
    content: '';
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Material Symbols Outlined';
    font-variation-settings: 'FILL' 1;
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: 30px;
}
.box-loctaion .info ul > li.addr::before {
    content: '\e0c8';
    font-size: 32px;
    color: var(--page-point-color);
    background: transparent;
}
.box-loctaion .info ul > li.tel::before {
    content: '\e0b0';
}
.box-loctaion .info ul > li.fax::before {
    content: '\e873';
}

/* 사업영역 공통 스타일 */
.box-biz-area > .item+.item {
    margin-top: 80px;
}
.box-biz-area .name {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}
.box-biz-area .bottom {
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
    gap: 60px;
    padding: 40px 20px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}
.box-biz-area .image img {
    width: 100%;
    border: 1px solid #e3e3e3;
}
.box-biz-area .image img {
    border: 1px solid #e3e3e3;
}
.box-biz-area .image img+img {
    margin-top: 10px;
}
.box-biz-area .detail {
    font-size: 16px;
}
.box-biz-area .detail p a {
    color: #1864ab;
    text-decoration: underline;
}
.box-biz-area .detail > ul > li+li {
    margin-top: 40px;
}
.box-biz-area .detail ul li .tit {
    margin: 0 0 14px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color-hover);
    color: #333;
    letter-spacing: -0.03em;
}
.box-biz-area h4.tit::before {
    content: '';
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 2px;
}

/* 설비현황 (페이지) */
table.tb-facility {
    border-top: 2px solid #333;
}
table.tb-facility > thead > tr > th,
table.tb-facility > thead > tr > td,
table.tb-facility > tbody > tr > th,
table.tb-facility > tbody > tr > td {
    padding: 8px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}
table.tb-facility > thead > tr > th {
    font-size: 14px;
    background: #f8f8f8;
}
table.tb-facility > tbody > tr > th {
    font-weight: 500;
    background: #f8f8f8;
}
table.tb-facility > thead > tr > td {
    width: 11.5%;
}
table.tb-facility > tbody > tr.model > th,
table.tb-facility > tbody > tr.model > td {
    background: #ffebdf;
}
.box-facility {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.box-facility > .item {
    margin: -0.02em -0.03em;
    border: 1px solid #ddd;
}
.box-facility figure figcaption {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #f6f6f6;
}
.box-facility figure figcaption .tit-sub {
    display: block;
    margin-top: 5px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 500;
}
.box-facility figure .w_img {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.box-facility figure .w_img img {
    max-height: 190px;
}

/* 설비소개 (페이지) */
#production_process02 .box-facility {
    grid-template-columns: repeat(5, 1fr);
}
#production_process02 .box-facility figure .w_img {
    height: 200px;
}
#production_process02 #row2 .box-facility {
    grid-template-columns: repeat(5, 1fr);
}
#production_process02 #row2 .box-facility figure figcaption {
    padding-right: 0;
    padding-left: 0;
}
#production_process02 .box-facility > .item.full-width {
    grid-column: span 5;
}
#production_process02 .box-facility > .item.full-width figure .w_img {
    height: auto;
}
#production_process02 .box-facility > .item.full-width figure .w_img img {
    max-height: 213px;
}

/* 주요고객사 (페이지) */
.wrap-customer-logo .tit {
    position: relative;
    margin: 0 0 18px;
    padding-left: 22px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.03em;
}
.wrap-customer-logo .box-customer-logo+.tit {
    margin-top: 50px;
}
.wrap-customer-logo .tit::before {
    content: '';
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 2px;
}
.box-customer-logo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.box-customer-logo > .item {
    display: flex;
    padding: 22px 15px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
}
.box-customer-logo > .item img {
    max-width: 160px;
    max-height: 38px;
}
/* .box-customer-list {
    margin-top: 80px;
}
.box-customer-list .item+.item {
    margin-top: 50px;
}
.box-customer-list .name {
    position: relative;
    margin: 0 0 18px;
    padding-left: 22px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.box-customer-list .name::before {
    content: '';
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 2px;
}
.box-customer-list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}
.box-customer-list ul > li {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #e3e3e3;
} */

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.search_wrap {
  margin-top: 80px;
  margin-bottom: 0;
}
.board_wrapper .table.table_default {
  border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
  border-color: #e6e6e6;
  font-size: 16px;
}
.table.table_default tbody tr th.num {
    font-weight: 400;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    font-size: 15px;
    color: #777;
}
.table.table_default tr td.subject {
  position: relative;
  padding: 22px 15px;
  line-height: 1em;
}
.table.table_default thead th {
  font-weight: 600;
  color: #333;
  background: #fff;
  border-color: #ccc;
  padding: 17px;
}
.table.table_default tbody .subject .badge {
  top: 17px;
  position: absolute;
  padding: 5px 6px 2px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  background: #606060;
  border: none;
  border-radius: 1px;
  font-size: 13px;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
  padding-left: 65px;
}

.board_data_view {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}
.board_data_view .contents_wrap {
    padding: 50px 5px;
}
.board_data_view .header_wrap .title {
    padding: 40px 5px 38px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    border-bottom: 1px solid #eee;
    color: #333;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 11px 5px 11px;
}

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
  color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
  border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
  color: var(--page-point-color);
}

.board_wrapper .text-center {
  margin-bottom: 0;
}

#reply_list span {
  font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  font-size: 16px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 15px;
}
.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
  width: 220px;
  font-weight: 600;
  color: #333;
  background: #fff;
  font-size: 16px;
  padding: 23px 25px;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
  color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 6px 8px;
}
.form-control {
  font-size: 15px;
}
.checkbox{
    margin-top: 4px;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
  width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
  margin-top: 10px !important;
  font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
  font-weight: 500;
  color: var(--page-point-color);
  text-decoration: underline;
}
.form-control:not([readonly]):focus {
  border-color: #555;
}
input+#list_btn {
  display: none;
}
.board_wrapper .text-center {
  margin-bottom: 0;
}

/* 문의하기 (주문폼) */
.subPage .breadcrumb {
  bottom: 25px;
  display: none;
}

/* 로그인 */
.login_wrapper, #find_idpw {
    background: #f5f5f5;
}
.member_wrapper {
    padding: 180px 0 120px;
}
.login_wrapper .member_wrapper,
#find_idpw .member_wrapper {
    max-width: 600px;
    margin: 120px auto;
    padding: 45px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.10);
}
.login_wrapper .member_wrapper h1,
#find_idpw .member_wrapper h1 {
    padding-bottom: 0;
    border-bottom: none;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:66px;font-size:15px}
    p{line-height:1.5em}

    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand{margin:13px 0 0 15px !important}
    .navbar-inverse .navbar-brand::after{top:10px;padding-left:5px;font-size:17px}
    .navbar-inverse .navbar-brand img{height:40px}    
    .navbar-inverse .navbar-nav{display:block;margin:0 -15px !important}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li{float:left;width:100%}
    .navbar-inverse .navbar-nav > li > a{padding:12px 15px;font-size:16px;border-top:1px solid #eee;border-right:1px solid #eee}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{padding:15px;color:#fff !important;background:var(--page-point-color);border:var(--page-point-color);transition:padding ease .3s}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}
    .navbar .caret{display:block;border:none}
    .navbar .caret::after{content:'\f105';top:13px;right:20px;position:absolute;font-size:14px;font-family:'Fontawesome';transition:transform ease 0.3s}
    .navbar-inverse .navbar-nav .dropdown.open .caret::after{font-weight:300;transform:rotate(90deg)}
    .navbar-inverse .navbar-nav .dropdown-menu>li#snb_62>a{padding:8px 15px 8px 25px;font-size:16px;font-weight:600;color:#111}

    .mainPage .wrap-main-link{margin:30px 0}
    .mainPage .wrap-main-link>.con{padding:0;border:none}
    .mainPage .wrap-main-link>.con+.con{margin-top:15px}
    .mainPage .wrap-main-link a{padding:15px;border:1px solid #e2e2e2}
    .mainPage .wrap-main-link .text .tit{margin:10px 0 20px;font-size:23px;font-weight:600}
    .mainPage .wrap-main-link .text .tit::before{top:-1px;width:25px;height:25px;font-size:23px}
    .mainPage .wrap-main-link .w_img{height:120px}
    .mainPage .wrap-main-link .w_img img{top:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}
    .mainPage .wrap-main-link a:hover .w_img img{transform:scale(1.1) translate(-50%,-50%)}
    .mainPage #section2{min-height:200px;padding:40px 30px;background:#464646}
    .mainPage #section2::before{content:'';top:0;right:0;position:absolute;border-top:100px solid #313131;border-left:70px solid transparent}
    .mainPage #section2::after{content:'';top:50%;right:0;width:auto;height:auto;position:absolute;border-right:70px solid #313131;border-top:100px solid transparent;transform:none}
    .mainPage .box-inquiry{flex-direction:column;position:relative;padding:0;z-index:100}
    .mainPage .box-inquiry .text{flex-direction:column;gap:12px;margin-bottom:15px}
    .mainPage .box-inquiry .text .tit{font-size:26px}
    .mainPage .box-inquiry .text p{font-size:15px}
    .mainPage .box-inquiry .btn-view-more{min-width:135px;height:43px;padding-top:11px;font-size:13px}
    .mainPage .box-inquiry .btn-view-more:hover::after{top:8px;right:20px;font-size:18px}
    
    #site footer .footer-info{padding:25px 0}
    #site footer .footer-info .logo img{height:50px;margin-bottom:12px}
    #site footer .footer-info .info{padding-left:15px}
    #site footer .footer-info ul li{font-size:11px;margin-right:10px;line-height:17px}
    #site footer .footer-info ul li:first-child{top:-45px;left:57px;position:absolute}
    #site footer .footer-info ul li a{text-decoration:underline}
    #site footer .footer-info ul li.copy{margin-top:3px;font-size:10px}

    .subPage>.pageTop{height:140px}
    .subPage>.pageTop .inner{top:50%}
    .subPage>.pageTop h1,
    .subPage>.pageTop h2{margin:0;font-size:37px}
    .subPage .link{margin-top:15px;background:transparent}
    .subPage .link ul{flex-wrap:wrap;margin:-1px}
    .subPage .link ul li{flex:1 1 50%;padding:1px}
    .subPage .link ul>li>a{height:auto;padding:8px 3px;font-size:14px;font-weight:400;color:#333;background:#fff;border:1px solid #ddd}
    .subPage .link ul>li.active>a{border-color:var(--page-point-color)}
    .subPage .link ul>li>a:focus,
    .subPage .link ul>li>a:hover{color:#111}
    .subPage>.contents section{padding:50px 0 80px}
    .subPage>.contents .row:not(.page-title)+.row{margin-top:50px}
    .subPage>.contents .row>.con+.con{margin-top:30px}
    .title-lv-1{margin:0 0 45px;font-size:34px}
    .title-lv-2{margin:0 0 25px;padding-left:11px;font-size:26px}
    .title-lv-2::before{top:2px;width:3px;height:22px}
    .title-lv-3{margin:0 0 15px;font-size:21px}
    table.tb-default>tbody>tr>td,
    table.tb-default>tbody>tr>th,
    table.tb-default>thead>tr>td,
    table.tb-default>thead>tr>th{padding:12px}
    table.tb-facility>tbody>tr>td,
    table.tb-facility>tbody>tr>th,
    table.tb-facility>thead>tr>td,
    table.tb-facility>thead>tr>th{padding:5px;line-height:1.3}

    .wrap-greet .text{margin:40px auto 0;grid-template-columns:1fr}
    .wrap-greet .text .tit .en{font-size:15px;letter-spacing:2.6px}
    .wrap-greet .text .tit h3{margin:5px 0 0;font-size:30px}
    .wrap-greet .text .detail{margin-top:30px}
    .wrap-greet .text .detail p{margin-bottom:15px;line-height:1.45}
    .wrap-greet .text .detail .from{margin-top:30px}
    .wrap-greet .text .detail .from .name{padding-left:4px}
    .wrap-vision{padding-top:60px}
    .wrap-history .top::after{margin:20px auto 0}
    .wrap-history .top .tit{font-size:18px;line-height:1.5}
    .wrap-history .top .tit em{font-size:30px}
    .box-history>.item{flex-direction:column;padding-bottom:40px;margin-bottom:40px}
    .box-history>.item:last-child{margin-bottom:0;padding-bottom:0}
    .box-history>.item1{margin-top:50px}
    .box-history .tit-sub{width:100%}
    .box-history .tit-sub h4{margin:0 0 15px;font-size:28px}
    .box-history .tit-sub .period{display:inline-block;margin-left:4px;padding-top:8px;font-size:19px}
    .box-history .detail{width:100%;margin-top:30px}
    .box-history .detail::before{left:65px}
    .box-history .detail ul li{padding-left:80px;font-size:14px}
    .box-history .detail ul li+li{margin-top:8px}
    .box-history .detail ul li::before{left:62px}
    .box-history .detail ul li .date{top:3px;font-size:14px}
    .box-certifi{gap:30px 15px}
    .box-certifi>.item{width:calc(50% - 8px)}
    .box-certifi figure img{padding:10px}
    .box-certifi figure figcaption{margin-top:15px;font-size:14px;line-height:1.3em}
    .box-loctaion .map>*{height:300px}
    .box-loctaion .info ul{gap:10px 20px;padding:20px 0}
    .box-loctaion .info ul>li{padding-top:3px;padding-left:26px;font-size:15px}
    .box-loctaion .info ul>li::before{top:0;width:20px;height:20px;font-size:12px}
    .box-loctaion .info ul>li.addr{font-size:19px;line-height:1.2em}
    .box-loctaion .info ul>li.addr::before{top:1px;font-size:24px}
    .box-biz-area>.item+.item{margin-top:40px}
    .box-biz-area .name{margin:0 0 15px;font-size:20px;line-height:1.3em}
    .box-biz-area .bottom{grid-template-columns:1fr;gap:30px;padding:15px}
    .box-biz-area .detail{font-size:15px}
    .box-biz-area .detail p{line-height:1.4em}
    .box-biz-area .detail>ul>li+li{margin-top:20px}
    .box-biz-area .detail ul li .tit{margin:0 0 10px;padding-left:15px;font-size:19px}
    .box-biz-area h4.tit::before{top:4px;width:9px;height:9px}
    .box-facility{grid-template-columns:1fr !important}
    .box-facility figure .w_img{height:230px !important}
    .box-facility figure figcaption{padding:10px;font-size:15px}
    .box-facility figure figcaption .tit-sub{margin-top:0}
    #production_process02 .box-facility>.item.full-width{grid-column:auto}
    #production_process02 .box-facility>.item.full-width figure .w_img{height:auto !important;flex-direction:column;gap:5px}
    #production_process02 .box-facility>.item.full-width figure .w_img img{width:285px;max-height:none}
    .wrap-customer-logo .tit{margin:0 0 13px;padding-left:17px;font-size:18px}
    .wrap-customer-logo .box-customer-logo+.tit{margin-top:35px}
    .wrap-customer-logo .tit::before{top:5px;width:9px;height:9px}
    .box-customer-logo{grid-template-columns:repeat(2,1fr);gap:5px}
    .box-customer-logo>.item{padding:17px 10px}
    .box-customer-logo>.item img{max-width:130px;max-height:28px}

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:12px}
    .table.table_default tbody .subject .badge{top:9px;font-size:10px}
    .table.table_default tr td.subject a{font-size:13px}
    .table.table_default tbody .subject span > .badge + a{padding-left:54px}
    .board_data_view .header_wrap{padding:0}
    .board_data_view .header_wrap .title{padding:25px 5px 23px;font-size:20px}
    .board_data_view .header_wrap .info{padding:8px 0}
    .board_data_view .header_wrap .info span{font-size:11px}
    .board_data_view .contents_wrap{padding:40px 15px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
    .board_wrapper .table.board_write_table .files .fileInput input {width:100%;}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    #find_idpw .member_wrapper,
    .login_wrapper .member_wrapper{margin:15px auto;padding:30px 20px}
    #find_idpw .member_wrapper h1,
    .login_wrapper .member_wrapper h1{margin:10px 0 15px;font-size:32px}
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .navbar .container{width:100%;padding:0}
    .container > .navbar-header{width:100%;padding:20px 0 0;text-align:center}
    .navbar-inverse .navbar-brand{float:none;left:-80px;display:inline-block;margin:0 auto !important;padding:0 !important}
    .navbar-inverse .navbar-collapse{text-align:center;line-height:0}
    .navbar-inverse .navbar-right{width:100%;float:none !important;display:flex;margin-right:0}
    .navbar-inverse .navbar-nav > li {flex:1 1 0;}
    .navbar-inverse .navbar-nav > li > a{padding:30px 15px}
    .carousel-indicators{right:10%;left:10%;width:80%;margin-left:0}
    #mainCarousel .carousel-inner .item{height:calc(100vh - 157px)}
    #mainCarousel .carousel-caption{right:10%;left:10%}
    .mainPage .wrap-main-link>.con{padding-top:100px;padding-bottom:100px}
    .mainPage #section2{background-image:linear-gradient(90deg,#464646 90%,#313131 90%,#313131 100%)}
    .mainPage #section2::after{right:5%}
    #site footer .footer-info .logo img{height:auto}
    
}
/************ 모바일 최적화 끝 ************/