@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  font-size: 65px;
  position: relative;
  z-index: 1;
}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 88px;}
#site > .container{width: 100%;padding: 0;}

:root {
  --page-point-color: #0077bd;
  --page-point-color-thick: #005a97;
}

/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Roboto','notokr', sans-serif;font-size: 16px;}


/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol, ul{padding: 0;margin: 0;list-style: none;list-style-position: inside;}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

@media (min-width: 768px){
    .col-sm-20{width: 20%;}
    .col-sm-40{width: 40%;}
    .col-sm-60{width: 60%;}
    .col-sm-80{width: 80%;}
}
@media (min-width: 992px){
    .col-md-20{width: 20%;}
    .col-md-40{width: 40%;}
    .col-md-60{width: 60%;}
    .col-md-80{width: 80%;}
}
@media (min-width: 1200px){
    .col-lg-20{width: 20%;}
    .col-lg-40{width: 40%;}
    .col-lg-60{width: 60%;}
    .col-lg-80{width: 80%;}
}

/* 상단 네비게이션 */
#langBtn {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /* width: 90px; */
    height: 100%;
    /* align-items: center; */
    align-self: center;
    padding: 32px 0 35px 60px;
}

#langBtn::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 15px;
    background: #ccc;
}

#langBtn button.lang {
    padding: 0;
    font-size: 12px;
    letter-spacing: .3px;
    border: 0;
    background: transparent;
    color: #777;
    font-weight: 700;
    font-size: 20px;
    color: #333;
}

#langBtn button.lang+button {
    margin-left: 10px;
    margin-left: 12px;
}

#langBtn button.lang.active {
    color: #00a0d2;
    font-weight: 900;
    /* background: #2a79b0; */
}

#langBtn button.lang:hover {
    text-decoration: underline;
}

#langBtn button.lang.active:hover {
    text-decoration: inherit;
}
.navbar.navbar-inverse{background-color: #fff;border-bottom: 1px solid #eee;}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 18px;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 0px 20px;font-size: 17px;font-weight: 700;text-transform: uppercase;padding: 38px 30px;color: #333;letter-spacing: 0;}
.nav.navbar-nav > li > a .caret{display: none;}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{color: #0077bd;background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translateX(-50%);background: rgba(0,0,0,0.8);}
.nav.navbar-nav li .dropdown-menu li a{padding: 12px 15px;color: #fff;text-align: center;font-size: 14px;font-weight: 400;}
.nav.navbar-nav li#gnb_59 .dropdown-menu li a{text-transform: uppercase;}
.nav.navbar-nav li .dropdown-menu li + li a{
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: #0077bd;
}


@media (max-width: 767px){
    #site{padding-top: 83px;}
    #site.prodMenuOn{
        overflow: hidden;
    }
    #langBtn::before{display: none;}
    #langBtn {
        padding: 0;
    }
    #langBtn button.lang {
        font-size: 14px;
        padding: 2px 5px;
    }
    #langBtn button.lang+button {
        margin-left: 0;
    }

    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
        width: 146px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 13px 15px 13px 0;
    }

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

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

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

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

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

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .nav.navbar-nav > li > a {
        text-align: center;
        font-size: 15px;
        padding: 15px 0;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .navbar-header .navbar-brand{
        margin-top: 25px;
        width: 150px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 0px 20px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 38px 15px;
    }
    #langBtn {
        padding: 37px 0 35px 14px;
    }
    #langBtn button.lang {
        font-size: 13px;
    }
    #langBtn::before {
        left: 0;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        font-size: 12px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
    .nav.navbar-nav > li > a {
        padding: 38px 18px;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: calc(100vh - 88px);
}

#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1140px) / 2);right: calc((100% - 1140px) / 2);text-align: left;text-shadow: 3px 3px 35px rgb(0 0 0 / 15%);top: 36%;}
#mainCarousel .carousel-inner .item h1{
    margin: 0 0 55px;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.045em;
    margin-bottom: 39px;
}

#mainCarousel .carousel-inner .item h1 span {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-left: 6px;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
#mainCarousel .carousel-inner .item P{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
}

#mainCarousel .carousel-control{display: none;}
.carousel-indicators{
  bottom: 50px;
}
#mainCarousel .carousel-indicators > li,
#mainCarousel .carousel-indicators > li.active{
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin: 0 2px;
}
#mainCarousel .carousel-indicators > li.active{}
@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1 {
        margin: 0 0 55px;
        font-size: 26px;
        margin-bottom: 17px;
    }
    #mainCarousel .carousel-inner .item h1 span{
        margin-left: 0;
        margin-bottom: 12px;
        font-size: 18px;
        margin-bottom: 7px;
    }
    #mainCarousel .carousel-inner .item P {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.55;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 750px) / 2);right: calc((100% - 750px) / 2);}
    #mainCarousel .carousel-inner .item h1 {
        font-size: 41px;
        margin-bottom: 29px;
    }
    #mainCarousel .carousel-inner .item h1 span {
        font-size: 29px;
        margin-bottom: 13px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 970px) / 2);right: calc((100% - 970px) / 2);}
    #mainCarousel .carousel-inner .item h1{
        font-size: 46px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{padding: 110px 0;}

.main-section h3{
    text-align: center;
    font-size: 42px;
    margin: 0 0 52px;
    font-weight: 700;
    letter-spacing: 0;
    color: #222;
}

#main01 .row {
    margin: 0 -20px;
}

#main01 .row > div {}

.main-prod{
  position: relative;
  display: block;
  margin: 0 0 30px;
  border: 1px solid #ddd;
  transition: all 0.35s;
  overflow: hidden;
}

.main-prod::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  transition: all 0.25s;
  position:absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index:1;
}

.main-prod:hover {
  text-decoration: none;
}

.main-prod:hover::before{
  opacity:0.4
}

.main-prod img{
  transition: all 0.35s;
}
.main-prod .caption{
    color: #fff;
    background: #262626;
    display: block;
    padding: 9px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin: -35px 0 0 0;
    z-index: 1;
    position: relative;
    transition: all 0.25s;
    letter-spacing: -0.023em;
    text-transform: uppercase;
}

.main-prod:hover img{
  transform: scale(1.15)
}

#main_wrapper > section#main02{
    background: #f6f6f6;
}
.main-service{
    display: block;
    /* border: 1px solid #ddd; */
    overflow: hidden;
    transition: all 0.25s;
  box-shadow: 0 4px 15px rgb(0 0 0 / 4%);
}

.main-service:hover {
    box-shadow: 0 5px 18px -2px rgb(0 0 0 / 15%);
}

.main-service:hover img {
    transform: scale(1.15);
}

.main-service img {
    transition: all 0.35s;
}
.main-service img{}
.main-service .caption{
    background: #fff;
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px;
    border-top: 1px solid #eee;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.25s;
}

.main-service:hover .caption {
    background: #0077bd;
    color: #fff;
    border-color: #0077bd;
}
.main-service:hover{text-decoration: none;}

@media (max-width: 767px){
    #main_wrapper > section {
        padding: 40px 0;
    }
    .main-section h3{
        font-size: 31px;
        margin: 0 0 34px;
    }
    #main01 .row {
        margin: 0 -5px;
    }
    #main01 .row > div {
        width: 50%;
        padding: 0 5px;
    }
    .main-prod {
        margin: 0 0 10px;
    }
    .main-prod .caption {
        padding: 9px 5px;
        font-size: 12px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-prod .caption {
        font-size: 12px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-prod .caption {
        font-size: 12px;
    }
}

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

/* 서브페이지 */

.subHeader {height: 320px;background-image: url(/public/img/sub/sub_title01.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
/* [id^="company"] .subHeader{background-image: url(/public/img/sub/sub_title01.jpg);}
[id^="product"] .subHeader{background-image: url(/public/img/sub/sub_title02.jpg);}
[id^="inquiry"] .subHeader{background-image: url(/public/img/sub/sub_title03.jpg);} */
.subHeader .container{/* position: absolute; *//* top: 50%; *//* left: 50%; *//* transform: translate(-50%, -50%); */text-align: center;height: 100%;position: relative;}
.subHeader .container h2{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;font-size: 52px;margin: 0;font-weight: 700;letter-spacing: 1px;}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;position: absolute;top: 20px;left: 20px;}

.breadcrumb>li+li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    opacity: 0.6;
    padding: 0 7px;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff;font-weight: 300;font-size: 13px;}

[id^="company"] .subMenu{
    margin-top: -55px;
    position: relative;
}
[id^="company"] .subMenu .nav{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 5px 18px -2px rgb(0 0 0 / 10%);
}
[id^="company"] .subMenu .nav > li{
    margin: 0;
    flex: 1;
}
[id^="company"] .subMenu .nav > li > a{
    text-align: center;
    padding: 20px 0;
    background: #0077bd;
    border-radius: 0;
    font-size: 15px;
    color: #d9e6f1;
    text-transform: uppercase;
    line-height: 1;
}
[id^="company"] .subMenu .nav > li.active > a{
    font-weight: 500;
    color: #024685;
    background: #fff;
}

.prodBody{
    /* padding: 120px 0; */
}
.prodBody > .container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

[id^="product"] .subMenu{
    width: 19%;
    margin-top: -52px;
    position: relative;
}
[id^="product"] .subMenu::before{
    background: #0077bd;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 46px 13px 41px;
    text-align: center;
    letter-spacing: 0;
}
[lang="kr"] [id^="product"] .subMenu::before{content: '판매 제품';}
[lang="en"] [id^="product"] .subMenu::before{content: 'Sales Product';}
[lang="cn"] [id^="product"] .subMenu::before{content: '产品介绍';}

[id^="product"] .subMenu .nav{
    box-shadow: 0 5px 18px -2px rgb(0 0 0 / 10%);
}
[id^="product"] .subMenu .nav > li{
    margin: 0;
    float: none;
}
[id^="product"] .subMenu .nav > li > a{
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    color: #808080;
    font-size: 15px;
    background: none;
    font-weight: 500;
    letter-spacing: 0;
    padding: 14px 15px;
    text-transform: uppercase;
}

[id^="product"] .subMenu .nav > li > a:hover {
    background: #f0f6f9;
    color: #4980a1;
}

[id^="product"] .subMenu .nav > li  + li > a {
    /* border-top: none; */
}
[id^="product"] .subMenu .nav > li.active > a{
    background: #004483;
    border-color: #004483;
    color: #fff;
}

.subContent{padding-top: 95px;}
.prodBody .subContent{
    width: 81%;
    padding-top: 80px;
    padding-left: 70px;
    padding-bottom: 100px;
}

.prodBody .subContent img + img {
    margin-top: 40px;
}

.prodBody .subContent img {
    margin-left: 0;
    margin-right: 0;
}

#product06 .prodBody .subContent img + img {
    margin-top: 100px;
}

#product06 .prodBody .subContent img {
    max-width: 759px;
}

#product09 .prodBody img{
  margin-left: auto;
  margin-right: auto;
}

#product09 .img-wrap {
  margin: -5px;
  padding: 50px 70px;
}

#product09 .img-wrap > div{
  padding: 5px;
}
.prodBody .subContent .sec-m {
    margin-top: 100px;
}

.prodBody .subContent .subContent_title {
    text-align: left;
    position: relative;
}

.prodBody .subContent .subCotent_title {
    text-align: left;
}
.subContent_title{
    text-align: center;
    margin-bottom: 75px;
    position: relative;
}
.subContent_title h3{
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.01em;
    /* border-bottom: 1px solid #e3e3e3; */
    padding-bottom: 25px;
}
 .subContent_title h3::after{
    content: '';
    width: 50px;
    height: 3px;
    background: #bac118;
    position:absolute;
    left: 50%;
    bottom: -1px;
   margin-left: -25px;
}

[id^='product'] .subContent_title h3::after {
    left: 0;
    margin-left: 0;
}
.subContent .content, .bbs-section{padding-bottom: 120px;}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    /* letter-spacing: -0.065em; */
    margin-bottom: 40px;
    position: relative;
}
.subContent .content h4::before{
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    /* background: hsl(208deg 100% 34% / 13%); */
    transform: rotate(45deg);
    z-index: -1;
    left: 6px;
    top: -1px;
}

.greeting h4 {
    display: inline-block;
}

.greeting .wrap-title {
    text-align: center;
    padding-right: 30px;
}

.greeting .top {
    text-align: center;
    font-size: 34px;
    color: #333;
    letter-spacing: -.04em;
    margin-bottom: 50px;
    font-weight: 500;
    line-height: 1.55;
}

.greeting {}

.greeting .top span {
    color: #0581c5;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.greeting p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -.035em;
    color: #666;
}

.greeting p+p {
    margin-top: 25px;
}

.greeting .name {
    margin-bottom: 0;
    color: #111;
    font-weight: 600;
}

.sub-con-wrap>.left {
    width: 30%;
}

.sub-con-wrap>.right {
    width: 70%;
    padding-left: 60px;
}

img.logo-about+* {
    margin-top: 45px;
}

.table-about {
    margin-top: 40px;
}

.table-about tbody tr {
    border-bottom: 1px solid #ccc;
}

.table-about tbody tr:first-child th,
.table-about tbody tr:first-child td {
    border-top: 2px solid #0077bd;
}

.table-about tbody tr th,
.table-about tbody tr td {
    font-size: 15px;
    padding: 15px 5px;
}

.table-about tbody tr th {
    /* color: #0066b3; */
}

.table-about tbody tr td {
    color: #666;
}

.history{}
.history .timeline{
    line-height: 1;
    /* border-bottom: 1px solid #ddd; */
    font-size: 16px;
}
.history .timeline .date{
    font-weight: 500;
    color: #004483;
    margin-right: 30px;
    display: inline-block;
    width: 170px;
    border-right: 1px solid #d7dde1;
    padding: 20px 0;
    position: relative;
    font-size: 26px;
    font-style: italic;
    letter-spacing: -0.02em;
}

.history .timeline .date::after {
    content: '';
    width: 11px;
    height: 11px;
    background: #fff;
    border: 2px solid #0077bd;
    position: absolute;
    border-radius: 50%;
    right: -6px;
    top: 29px;
}
.history .timeline .issue{}

p.address{
    display: flex;
    align-items: center;
    font-size: 17px;
    margin: 18px 0 0;
}
p.address >span{
    margin-right: 10px;
    color: #0077bd;
    font-size: 30px;
}

p.manufacturer{
    text-align: right;
    margin: 45px 0 0;
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: 600;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
}

table.table-sinba{
    margin-top: 30px;
    border-top: 1px solid #0068c9;
    border-right: 2px solid #fff;
}
table.table-sinba tr{
    border-bottom: 1px solid #ddd;
}
table.table-sinba tr th,
table.table-sinba tr td{
    border-top: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}
table.table-sinba tr th{}
table.table-sinba tr th.model{
    width: 20%;
}
table.table-sinba tr td{
    border-right: 1px solid #e0e0e0;
}
table.table-sinba thead tr th{border-bottom: 0;background: #e9f4fb;width: 10%;color: #0d4c87;border-right: 1px solid #cedeed;}
table.table-sinba tbody tr th{
    background: #f8f8f8;
    border-right: 1px solid #e0e0e0;
}
table.table-sinba tr td{}


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

.board_wrapper .table.board_write_table {
    border-top: 2px solid #0077bd;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
    letter-spacing: -0.034em;
    background: #f6f6f6;
}

.board_wrapper .table.board_write_table>:where(tbody,tfoot,thead)>tr>:where(th,td) {
    border-top: 1px solid #e0e0e0;
}

.board_wrapper .table.board_write_table tbody tr :where(th,td) {
    padding: 15px 15px;
}

#form_Inquiry .text-muted {
    font-size: 14px;
    letter-spacing: -0.025em;
    display: block;
    margin-top: 9px !important;
}

#form_Inquiry #item_agree .checkbox {
    font-size: 14px;
    letter-spacing: -0.025em;
    margin-top: 4px;
}

#form_Inquiry #item_agree .checkbox label {
    margin-top: 0 !important;
}

/* #form_contact #list_btn, */
/* #inquiry #list_btn{display: none;} */

.member_wrapper h1{
    font-size: 40px;
}
@media (max-width: 767px){
    .subHeader {
        height: 120px;
    }
    .subHeader .container .breadcrumb {
        top: 5px;
        left: 10px;
    }
    .subHeader .container h2 {
        font-size: 30px;
        width: 100%;
    }
    [id^="company"] .subMenu{display: none;}
    .subContent {
        padding-top: 35px;
    }
    .subContent_title{
        margin-bottom: 30px;
    }
    .subContent_title h3{
        font-size: 28px;
        padding-bottom: 15px;
        text-align: center;
    }
    .subContent_title h3::after,
    [id^='product'] .subContent_title h3::after {
        content: '';
        width: 30px;
        height: 2px;
        left: 50%;
        margin-left: 0;
        transform: translateX(-50%);
    }
    .greeting .top {
        text-align: center;
        font-size: 21px;
    }
    .greeting .top br{display: block !important;}
    .greeting .top span {
        color: #0581c5;
        font-size: 23px;
        word-break: keep-all;
    }
    [lang="cn"] .greeting p{word-break: break-all;}
    .sub-con-wrap>.left {
        width: 100%;
    }
    .sub-con-wrap>.right{
        width: 100%;
        padding-left: 15px;
    }
    img.logo-about+* {
        margin-top: 25px;
    }
    .table-about {
        margin-top: 40px;
        width: 100%;
    }
    .table-about tbody tr th, .table-about tbody tr td {
        font-size: 13px;
        padding: 15px 5px;
    }
    [lang="cn"] .table-about th,
    [lang="cn"] .table-about td{word-break: break-all;}
    .history .timeline {
        font-size: 14px;
        border-left: 1px solid #d7dde1;
        padding: 10px 0;
        padding-left: 15px;
    }
    .history .timeline .date {
        margin-right: 0px;
        width: 100%;
        border-right: 0;
        padding: 0px 0 10px;
        font-size: 21px;
    }
    .history .timeline .date::after {
        right: auto;
        left: -21px;
        top: 6px;
    }
    .subContent .content h4 {
        margin-bottom: 20px;
        font-size: 23px;
    }
    p.address {
        display: flex;
        font-size: 13px;
        margin: 10px 0 0;
    }
    p.address >span {
        font-size: 20px;
    }
    .subContent .content, .bbs-section {
        padding-bottom: 40px;
    }

    
    [id^="product"] .subMenu{
        position: fixed;
        top: 135px;
        left: 100%;
        width: 100%;
        height: calc(100vh - 83px);
        z-index: 1;
        background: #fafafa;
        transition: all .3s ease;
        padding: 10px 20px;
        border-radius: 0;
        overflow-y: scroll;
    }
    [id^="product"] .subMenu.on{
        left: 0;
    }
    [id^="product"] .subMenu::before{display: none;}
    .prod-menu-btn{
        position: fixed;
        top: 112px;
        right: 0;
        border: 0;
        line-height: 1;
        font-size: 15px;
        font-weight: 500;
        background: rgb(18 18 18 / 75%);
        color: #fff;
        padding: 13px 10px 13px 17px;
        box-shadow: -5px 5px 10px -5px rgba(0,0,0,0.2);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        z-index: 100;
    }
    [id^="product"] .subMenu .nav > li {
        margin-top: 7px;
    }
    .prodBody .subContent {
        width: 100%;
        padding-top: 30px;
        padding-left: 15px;
        padding-bottom: 30px;
    }
    [id^="product"] .table-responsive{margin-top: 30px}
    table.table-sinba {
        margin-top: 0;
    }
    .swipe-side{display: none !important;}

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits{display: none;}

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}

    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .subHeader {
        height: 226px;
    }
    .subHeader .container h2{
        font-size: 42px;
    }
    .subContent_title h3 {
        margin: 0;
        position: relative;
        font-size: 34px;
    }
    [id^="company"] .subMenu {
        margin-top: -39px;
    }
    [id^="company"] .subMenu .nav > li > a {
        padding: 13px 0;
        font-size: 13px;
    }
    .greeting .top {
        text-align: center;
        font-size: 27px;
    }
    .greeting .top span {
        color: #0581c5;
        font-size: 30px;
    }
    .sub-con-wrap>.left {
        width: 15%;
    }
    .sub-con-wrap>.right {
        width: 85%;
        padding-left: 30px;
    }
    .history .timeline {
        line-height: 1;
        /* border-bottom: 1px solid #ddd; */
        font-size: 14px;
    }
    p.address {
        font-size: 15px;
    }
    [id^="product"] .subMenu::before {
        font-size: 17px;
        padding: 14px 13px 14px;
        letter-spacing: 0;
    }
    [id^="product"] .subMenu {
        width: 25%;
    }
    [id^="product"] .subMenu .nav > li > a {
        font-size: 12px;
        padding: 9px 8px;
    }
    .prodBody .subContent {
        width: 75%;
        padding-top: 50px;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .subContent_title {
        margin-bottom: 35px;
    }
    .swipe-side{display: none !important;}
}
@media (min-width: 992px) and  (max-width: 1199px){
    [id^="product"] .subMenu::before {
        font-size: 22px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 45px 0;background: #262626;color: #aaa;font-size: 13px;font-size: 18px;padding: 60px 0 55px;letter-spacing: -0.01em;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;}
footer .footer-logo h1 > a > img{display: block;opacity: 0.9;}
footer .footer-text{
    padding-left: 30px;
}
footer .footer-text p{
    margin-bottom: 5px;
    color: #bbb;
}
footer .footer-text ul{padding-left: 0;margin-bottom: 0;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 15px;line-height: 1.4;line-height: 1.5;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;line-height: 1.5;}
footer .footer-text .copyrights{display: block;font-size: 11px;margin-top: 12px;letter-spacing: 1px;opacity: 0.6;font-size: 14px;letter-spacing: 0.5px;margin-top: 15px;}

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


.maintenance {margin-top: 5px;border: 7px solid #E5E5E5;padding: 50px 25px;text-align: center;}
.maintenance .icon {display: block;line-height: 1;font-size: 64px;margin-bottom: 10px;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 22px;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 20px;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 14px;letter-spacing: -0.03em;color: #818181;margin-bottom: 20px;}
.member_wrapper {max-width: 1170px;}