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

@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';
}
:root{
    /* color */
    --page-point-color: #14a83b;
    --page-point-color-on: #077d26;
    /* google-material-symbols */
    --gms:
    'Material Symbols Outlined';
    --gradLow:
    'GRAD'-25;
    --gradZero:
    'GRAD'0;
    --gradHigh:
    'GRAD'200;
    --opsz:
    'opsz'48;
    /* fill icon */
    --gms100_Fill:
    'FILL'1, 'wght'100, var(--opsz);
    --gms200_Fill:
    'FILL'1, 'wght'200, var(--opsz);
    --gms300_Fill:
    'FILL'1, 'wght'300, var(--opsz);
    --gms400_Fill:
    'FILL'1, 'wght'400, var(--opsz);
    --gms500_Fill:
    'FILL'1, 'wght'500, var(--opsz);
    --gms600_Fill:
    'FILL'1, 'wght'600, var(--opsz);
    --gms700_Fill:
    'FILL'1, 'wght'700, var(--opsz);
    /* outlined icon */
    --gms100_Out:
    'FILL'0, 'wght'100, var(--opsz);
    --gms200_Out:
    'FILL'0, 'wght'200, var(--opsz);
    --gms300_Out:
    'FILL'0, 'wght'300, var(--opsz);
    --gms400_Out:
    'FILL'0, 'wght'400, var(--opsz);
    --gms500_Out:
    'FILL'0, 'wght'500, var(--opsz);
    --gms600_Out:
    'FILL'0, 'wght'600, var(--opsz);
    --gms700_Out:
    'FILL'0, 'wght'700, var(--opsz);
}

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

/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family:'Pretendard', 'notokr', sans-serif;}
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%;}
}
@media (min-width: 1280px){
    .container{
      width: 1230px
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{background-color: #fff;border-bottom: 0;box-shadow: 0 0 25px rgba(0,0,0,0.08);}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 29px;margin-left: 0 !important;height: auto;width: 220px;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 40px 30px;font-size: 19px;color: #333;font-weight: 500;}
.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: #14a83b;background: none;}
.nav.navbar-nav li .dropdown-menu{
  top: calc(50% + 38px);
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border-radius: 3px;
    border: 1px solid #eaeaea;
    padding: 20px 0;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li a{
  text-align: center;
  color: #333;
  padding: 12px 32px;
  line-height: 1;
  font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    color: #14a83b;
  text-decoration: underline;
  text-underline-position: under;
  background: transparent;
}


@media (min-width: 768px){
  .navbar-right {
      margin-right: -30px;
  }
}
@media (max-width: 767px){
    #site{
        padding-top: 54px;
    }
    #site.prodMenuOn{
        overflow: hidden;
    }

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

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 11px 15px 11px 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 {
        padding: 15px 15px;
        font-size: 17px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translate(0%, 0);
        border: 0;
        background-color: #f6f6f6;
        padding: 5px 0;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        padding-top: 94px;
    }
    .navbar-header .navbar-brand {
        margin-top: 29px;
        width: 190px;
    }
    .nav.navbar-nav > li > a{
        padding: 37px 21px;
        font-size: 17px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
}

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

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

/* 바꾼 슬라이드에서만 적용 */
#mainCarousel .carousel-inner .item::after{
  content:'';
  width: 100%;
  height: 100%;
  position:absolute;
  left:0;
  top:0;
  background: #000;
  background:linear-gradient(to right, #000, transparent);
  opacity: 0.5;
}

#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 1200px) / 2);right: calc((100% - 1200px) / 2);text-shadow: 2px 2px 4px rgb(0 0 0 / 48%);text-align: left;z-index: 999;}
#mainCarousel .carousel-inner .item h1{
    font-size: 66px;
    font-weight: 700;
    margin: 0 0 60px;
    line-height: 1.28;
}
#mainCarousel .carousel-inner .item p{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 70%);
}
#mainCarousel .carousel-inner .item p a{
    display: block;
    font-size: 16px;
    margin-top: 129px;
    width: 185px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1px;
    position: relative;
}

#mainCarousel .carousel-inner .item p a::before {
    content: '';
    width: 65px;
    height: 1px;
    background: rgb(255 255 255 / 0.7);
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
#mainCarousel .carousel-inner .item p a::after{
    content: '';
    width: 0px;
    height: 4px;
    background: #1bd74c;
    position:absolute;
    left:0;
    top:10px;
  transition: all 0.2s
}
#mainCarousel .carousel-inner .item p a:hover{
    color: #fff;
    text-decoration: none;
}
#mainCarousel .carousel-inner .item p a:hover::after{
  width:65px;
  
}
.carousel-control{
  background: transparent !important;
  display: none;
}
.carousel-indicators{
  bottom: 160px;
  left: auto;
  right: calc((100% - 1200px) / 2);
  text-shadow: none;
  text-align: right;
  margin-left: 0;
  width: 30%;
}

.carousel-indicators li,
.carousel-indicators li.active{
  width: 50px;
  height: 9px;
  margin: 0 1px;
  border-color: rgba(255,255,255,0.6);
  border: 2px solid #fff;
}
@media (max-width: 767px){
    .carousel-indicators {
        left: 15px;
        right: 15px;
        width: auto;
        bottom: 40px;
    }
    #mainCarousel .carousel-inner .item {
        height: 480px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: 20px;right: 20px;top: 32%;}
    #mainCarousel .carousel-inner .item h1 {
        font-size: 29px;
        margin: 0 0 15px;
    }
    #mainCarousel .carousel-inner .item p {
        font-size: 15px;
    }
    #mainCarousel .carousel-inner .item p a {
        display: block;
        font-size: 12px;
        margin-top: 40px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .carousel-indicators {right: calc((100% - 720px) / 2);}
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 750px) / 2);right: calc((100% - 750px) / 2);}
    #mainCarousel .carousel-inner .item h1 {
        font-size: 48px;
        margin: 0 0 30px;
    }
    #mainCarousel .carousel-inner .item p{
        font-size: 18px;
    }
    #mainCarousel .carousel-inner .item p a {
        display: block;
        font-size: 14px;
        margin-top: 25px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .carousel-indicators {
        right: calc((100% - 940px) / 2);
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 970px) / 2);right: calc((100% - 970px) / 2);}
    #mainCarousel .carousel-inner .item h1{
        font-size: 58px;
        margin: 0 0 40px;
    }
    #mainCarousel .carousel-inner .item p{
        font-size: 20px;
    }
    #mainCarousel .carousel-inner .item p a {
        margin-top: 90px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{padding: 150px 0;}
#main_wrapper > section .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 120px;
}
#main_wrapper > section .title h3{
    font-size: 52px;
    font-weight: 600;
    margin: 0;
}

#main_wrapper > section .title h3 span {
    font-size: 24px;
    margin-left: 15px;
    opacity: 0.9;
    font-weight: 300;
}
#main_wrapper > section .title a{
    font-size: 13px;
    color: #fff;
    background: #14a83b;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

#main_wrapper > section .title a:hover, #main_wrapper > section .title a:focus {
    text-decoration: none;
    background: #222;
    color: #fff;
}

#main_wrapper > section .title a span {
    font-variation-settings: var(--gms300_Out), var(--gradHigh);
    font-size: 40px;
}
#main_wrapper > section .title a:hover{
    opacity: 1;
}
#main_wrapper > section.main-biz{}
.main-biz-link{
    display: block;
    overflow: hidden;
}

.main-biz-link:hover, .main-biz-link:focus {
    text-decoration: none;
}

.main-biz-link img {transition: all 0.4s ease;}

.main-biz-link .main-biz-img-wrap {
    background: #000;
    overflow: hidden;
    border-radius: 10px;
}

.main-biz-link:hover .main-biz-img-wrap img {
    opacity: 0.65;
    transform: scale(1.14);
}
.main-biz-link:hover{}
.main-biz .row{margin: 0 -30px;}

.main-biz .row > div {
    padding: 0 30px;
}
.main-biz-link .caption{
    display: block;
    margin-top: 40px;
    padding-left: 3px;
}
.main-biz-link .tit{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
}
.main-biz-link .des{
    font-size: 18px;
    color: #666;
    line-height: 1.4;
}

#main_wrapper > section.main-prod{
    background: #fafafa;
    background: url('/public/img/main/main-prod-bg.jpg') no-repeat center / cover;
    padding: 150px 0 180px;
}
#main_wrapper > section.main-prod .main-prod-slick{
    padding: 0;
    margin: 0 -15px;
}
.main-prod-slick .item{
    padding: 0 15px;
}
.main-prod-slick .item .main-prod-link{
    display: block;
    overflow: hidden;
    position: relative;
}

.main-prod-slick .item .main-prod-link .slick-img-wrap {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.main-prod-slick .item .main-prod-link:hover {
    text-decoration: none;
}
.main-prod-slick .item .main-prod-link:hover{}
.main-prod-slick .item .main-prod-link img{
    background: #b5b5b5;
    transition: all 0.4s ease;
}

.main-prod-slick .item .main-prod-link:hover img {
    transform: scale(1.14);
    opacity: 0.65;
}
.main-prod-slick .item .main-prod-link .caption{
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 0;
    /* color: #fff; */
    /* background: rgba(0,0,0,0.6); */
    color: #333;
}
.main-prod-slick .slick-dots{
  bottom: -70px;
}
.main-prod-slick .slick-arrow{}

.main-prod-slick .slick-arrow.slick-prev:before,
.main-prod-slick .slick-arrow.slick-next:before{
    content: '\e5e0';
    font-family: 'Material Symbols Outlined';
    font-size: 70px;
    color:#333;
    font-weight: 100;
}
.main-prod-slick .slick-arrow.slick-prev{
  left: -60px;
  width: 70px;
  height: 84px;
  margin-top: -20px;
}
.main-prod-slick .slick-arrow.slick-prev:before{
}
.main-prod-slick .slick-arrow.slick-next{
    right: -80px;
    width: 70px;
    height: 84px;
    margin-top: -20px;
}
.main-prod-slick .slick-arrow.slick-next:before{
    content: '\e5e1';
}
.slick-dots li{
  margin:0;
}
.slick-dots li button:before{
  
}


#main_wrapper > section.main-support{
    padding-bottom: 100px;
}

#main_wrapper > section.main-support > .container > .row {
    margin: 0 -20px;
}

#main_wrapper > section.main-support > .container > .row > div {
    padding: 0 20px;
}

#main_wrapper > section.main-support .title {margin: 0 0 70px;}
.main-support .board_box_list{
    background: #f3f3f3;
    border-radius: 10px;
    min-height: 280px;
    padding: 45px 45px 30px;
}

.main-support .main-bbs {
    margin: 0;
}
.main-support .board_box_list .page-header{
    border-bottom: none;
    margin: 0 0 25px;
    padding-bottom: 0;
}
.main-support .board_box_list .page-header h4{
    margin: 0;
    font-size: 28px;
}
.main-support .board_box_list .page-header a{
    font-size: 15px;
    margin-top: 5px;
}
.main-support .board_box_list ul{}
.main-support .board_box_list ul > li{
    /* border-bottom: 1px solid #eee; */
    padding: 6px 0;
}
.main-support .board_box_list ul > li a{
    font-size: 16px;
}
.main-support .board_box_list ul > li .writer,
.main-support .board_box_list ul > li .hits{
    display: none;
}
.main-support .board_box_list ul > li .regdate{
    font-size: 13px;
}
.main-inquiry{
    display: block;
    background: #000;
    border-radius: 10px;
    height: 280px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.main-inquiry:hover .inquiry-img {transform: scale(1.14);opacity: 0.65;}

.main-inquiry .inquiry-img {
    background: url(/public/img/main/main-inquiry-bg.jpg) no-repeat center / cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.main-inquiry img {
    width: 100%;
}
.main-inquiry:hover{
    text-decoration: none;
}
.main-inquiry .caption{position: absolute;top: 45px;left: 45px;}
.main-inquiry .caption .material-icons{
    display: block;
    color: #fff;
    font-size: 60px;
    /* background: #999; */
    /* border-radius: 50%; */
    /* margin: 0 0 15px; */
    /* display: none; */
    font-variation-settings: var(--gms700_Fill);
    display: none;
}
.main-inquiry .caption .tit{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px){
    #main_wrapper > section {
        padding: 60px 0 !important;
    }
    #main_wrapper > section .title, #main_wrapper > section.main-support .title{
        margin-bottom: 30px;
    }
    #main_wrapper > section .title h3 {
        font-size: 30px;
    }
    #main_wrapper > section .title h3 span {
        font-size: 18px;
    }
    #main_wrapper > section .title a{
        width: 35px;
        height: 35px;
    }
    #main_wrapper > section .title a span{
        font-size: 27px;
    }
    
    .main-biz-link{margin: 0 0 45px;}
    .main-biz .row {margin: 0 -15px;}
    .main-biz .row > div{padding: 0 15px;}
    .main-biz-link .caption {
        display: block;
        margin-top: 15px;
        padding-left: 0px;
    }
    .main-biz-link .tit {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .main-biz-link .des {
        font-size: 15px;
    }

    #main_wrapper > section.main-prod {padding: 80px 0 110px;}
    #main_wrapper > section.main-prod .main-prod-slick {
        padding: 0px 0;
        margin: 0;
    }
  .main-prod-slick .item{
    padding: 0;
  }
    .main-prod-slick .slick-dots{display: none;}
    .main-prod-slick .slick-arrow {z-index: 1;}
    .main-prod-slick .slick-arrow.slick-prev, .main-prod-slick .slick-arrow.slick-next{
        width: 35px;
        height: 35px;
    }
    .main-prod-slick .slick-arrow.slick-prev {left: 15px;}
    .main-prod-slick .slick-arrow.slick-next {right: 10px;}
    .main-prod-slick .slick-arrow.slick-prev:before, .main-prod-slick .slick-arrow.slick-next:before {
        font-size: 35px;
        color: #fff;
        text-align: center;
        display: block;
        opacity: 1;
    }

    #main_wrapper > section.main-support > .container > .row{margin: 0 -15px;}
    #main_wrapper > section.main-support > .container > .row > div{padding: 0 15px;}
    .main-support .board_box_list {
        background: #f3f3f3;
        border-radius: 10px;
        min-height: 205px;
        padding: 30px 25px;
        margin: 0 0 10px !important;
    }

.main-support .board_box_list ul > li {
    padding: 4px 0;
}

.main-support .board_box_list .page-header h4, .main-inquiry .caption .tit {
    font-size: 20px;
}

.main-support .board_box_list .page-header {
    margin-bottom: 10px;
}
    .main-support .board_box_list ul > li a {
        font-size: 14px;
    }
    .main-support .board_box_list ul > li .regdate {
        font-size: 11px;
    }
    .main-inquiry {
        height: 100px;
    }
    .main-inquiry .caption {
        position: absolute;
        top: 38px;
        left: 30px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #main_wrapper > section .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 60px;
    }
    .main-support .board_box_list {
        background: #f3f3f3;
        border-radius: 10px;
        min-height: 280px;
        padding: 45px 20px 30px;
    }
    .main-support .board_box_list ul > li a {
        font-size: 14px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}

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

/* 서브페이지 */

.subHeader {height: 370px;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;background-color: #333;}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 56px;font-weight: 700;margin: 10px 0 0;position: absolute;left: 15px;top: 50%;transform: translateY(-50%);}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;position: absolute;bottom: 10px;right: 15px;display: none;}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff; opacity: 0.7;}

.subMenu{
    border-bottom: 1px solid #eee;
}

#business .subMenu {
    display: none;
}
.subMenu .nav{}
.subMenu .nav > li{
    margin: 0;
}
.subMenu .nav > li+li{
    margin-left: 60px;
}
.subMenu .nav > li > a{
    position: relative;
    background: none;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 700;
    color: #a0a0a0;
    border-radius: 0;
}
.subMenu .nav > li > a:hover{
    background: none;
    color: #666;
}
.subMenu .nav > li.active > a{
    border-color: #14a83b;
    color: #14a83b;
}

.subMenu .nav > li.active > a::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #14a83b;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.subContent{
}
.subContent_title{display: none;}

.prodbody .subContent_title {
    display: block;
}
.subContent_title h3{
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 30px;
}
.subContent .content, .bbs-section{padding-bottom: 150px;}

.bbs-section {
    padding-top: 100px;
}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    font-size: 46px;
    font-weight: 600;
    margin: 0 0 70px;
    position: relative;
    letter-spacing: -0.015em;
}
/* .subContent .content h4::before{
  content: '';
  display: block;
  width: 13px;
  height: 5px;
  background: #14a83b;
  border-radius: 50%;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;left: 0;
} */

#about01 .subContent .content.con1{
    /* padding-bottom: 0; */
    /* position: relative; */
}

.subContent .content.con1 {
    padding-top: 100px;
}

#about01 .subContent .content.con2::before {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(151deg, #f9f9f9, #e3e3e3);
    z-index: -1;
}
#about01 .con1 img{border-radius: 10px;}
.greeting{
    padding-left: 80px;
    padding-right: 110px;
}
.greeting p{
    font-size: 17px;
    line-height: 1.65;
    margin: 0px 0 30px;
    /* color: #555; */
    letter-spacing: -0.015em;
}
.greeting p.intro{
    font-size: 36px;
    font-weight: 600;
    margin: 60px 0 51px;
    color: #14a83b;
    line-height: 1.45;
}
.greeting p.epil{
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    margin-top: 66px;
    /* text-align: right; */
}

#about01 .subContent .content.con2{padding-top: 50px;position: relative;}
#about01 .subContent .content.con2 .row{}
#about01 .subContent .content.con2 .row > div{/* padding: 0; */}
#about01 .con2 img{border-radius: 10px;object-fit: cover;height: 360px;}

#about01 .con2 .root_daum_roughmap {
    border-radius: 10px;
    border: 1px solid #ddd;
}

.root_daum_roughmap :is(.border1,.border2,.border3,.border4) {display:none;}
.location{margin-bottom: 35px;}
.root_daum_roughmap{width: 100% !important; margin-bottom: 30px !important;}
.location h5{
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.location h5 .color {
    /* color: #14a83b; */
}
.location ul{
    padding-top: 5px;
}
.location ul li{
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 55px;
    display: inline-block;
    margin-right: 50px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.location ul li span.material-symbols-outlined {font-variation-settings: var(--gms400_Fill);color: #14a83b;font-size: 30px;position: absolute;left: 0;top: -3px;}
.location ul li b{width: 50px;margin-right: 10px;}
.location ul li.addr{display: block;font-size: 20px;}
.location ul li.addr b{}
.location ul li.addr small{
    font-size: 13px;
    font-weight: 300;
    display: block;
    padding-left: 50px;
    color: #777;
}

.history{
    position: relative;
    /* border-top: 1px solid #aaa; */
}
.history:before{
    content: '';
    width: 1px;
    height: 100%;
    /* background: #ccc; */
    position: absolute;
    top: 0;
    left: 152px;
}
.history .timeline{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 0;
}

.history .timeline::before {
    content: '';
    width: 20%;
    position: absolute;
    left: 0;
    top: -1px;
    background: #14a83b;
}
.history .timeline .year{
    margin: 0;
    width: 20%;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;
    color: #444;
    padding-left: 0;
    position:relative;
}
.history .timeline .issue{
    width: 80%;
    border-top: 1px solid #999;
}
.history .timeline .issue > li{
    position: relative;
    padding: 13px 15px 13px 75px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
}
.history .timeline .issue > li > span{
    position: absolute;
    left: 20px;
    top: 11px;
    font-weight: 700;
    color: #444;
    font-size: 18px;
}
.history .timeline .year::after{
    content: '';
    display: inline-block;
    width: 10px;
    aspect-ratio: 1;
    background: #14a83b;
    border-radius: 50%;
    margin-left: 10px;
}
/* .history .timeline .issue > li::after{
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 11px;
    left: -45px;
} */

#about02 .organization-box{
  background: #f6f6f6;
  border-radius: 10px;
  padding: 60px 0
}


.biz-intro{
    margin: 0 0 60px;
}
.biz-intro .text{
    padding-left: 230px;
    position: relative;
    margin: 0 0 75px;
}
.biz-intro .text::before{
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 12px;
    left: 0;
}
.biz-intro .text p{
    font-size: 18px;
    margin: 0px 0 23px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.biz-intro .text p.point{
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}
.biz-intro .text p.point b{
    color: #14a83b;
}
.biz-intro .image{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#business #biz02{
  background: #f7f7f7;
  padding-top: 140px;
  /* padding-bottom: 130px; */
}

#business #biz01 {
}
#biz01 .biz-intro .image img{
    width: calc((100% / 2) - 10px);
    border-radius: 10px;
}
#biz02 .biz-intro .image img{
    width: calc((100% / 3) - 10px);
    border-radius: 10px;
}
.biz-overview{
  
}
.biz-overview h5{
    font-size: 20px;
    font-weight: 700;
    padding-left: 23px;
    position: relative;
    margin: 0 0 20px;
    letter-spacing: -0.015em;
}
.biz-overview h5::before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #14a83b;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}
.biz-overview > img{border: 1px solid #ddd;border-radius: 10px;}


.prodbody{
    padding-top: 45px;
}
.prodbody > .container > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.prodbody > .container > .row > div{}
.prodbody > .container > .row > div:nth-child(1){
    width: 25%;
}
.prodbody > .container > .row > div:nth-child(2){
    width: 75%;
}
.prodMenu{/* box-shadow: 10px 0 25px rgba(0,0,0,0.05); */padding-top: 35px;padding-bottom: 100px;background: linear-gradient(-90deg, #eee, transparent);border-radius: 0 15px 0 0;height: 100%;}
.prodMenu .nav{}
.prodMenu .nav > li{
    margin-top: 13px;
}
.prodMenu .nav > li > a{
    color: #888;
    padding: 0;
    display: inline-block;
    position: relative;
    letter-spacing: -0.015em;
    font-weight: 400;
}

.prodMenu .nav > li > a::before {
    content: '';
    width: 0;
    height: 1px;
    background: #888;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.prodMenu .nav > li > a:hover::before, .prodMenu .nav > li.active > a::before {
    width: 100%;
}
.prodMenu .nav > li > a .num{
    font-size: 11px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.prodMenu .nav > li > a .txt{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.prodMenu .nav > li > a:hover,
.prodMenu .nav > li > a:focus{
    color: #333;
    background: none;
}
.prodMenu .nav > li.active > a{
    color: #333;
    font-weight: 700;
}

.prodMenu .nav > li.active > a .num {
    color: #14a83b;
}
.prodbody .subContent{
    padding: 45px 0 120px 90px;
}
.prodbody .subContent h3{
    font-weight: 700;
    position: relative;
    font-size: 36px;
    margin: 0 0 50px;
    letter-spacing: -0.015em;
}
.prodbody .subContent h3 .num{
    position: absolute;
    left: -60px;
    top: 0px;
    font-size: 18px;
    color: #fff;
    background: #14a83b;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}
.prodbody .subContent h3 .en{
    display: block;
    font-size: 20px;
    margin: 10px 0 0;
    color: #14a83b;
    font-weight: 600;
    letter-spacing: 0;
}
.prodbody .subContent .content{
    padding: 0;
}

.prod-info{}
.prod-info > p{
    font-size: 18px;
    margin: 0 0 60px;
    line-height: 1.65;
    letter-spacing: -0.01em;
}
.prod-info .prod-img-wrap{
    margin-bottom: 80px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    gap: 5px;
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: repeat(2, 1fr);
}

#product26 .prod-info .prod-img-wrap {
    grid-template-columns: 21% 21% 51%;
}

#product26 .prod-info .prod-img-wrap img:nth-child(3) {
    grid-row: auto;
    grid-column: auto;
}

.prod-info .prod-img-wrap.one {
    grid-template-columns: 1fr;
}

.prod-info .prod-img-wrap:not(.one) img {
    /* width: calc(50% - 3px); */
}

.prod-info .prod-img-wrap.img2 img {
}
.prod-info .prod-img-wrap img{
    background: #eee;
    margin: 0;
    border-radius: 10px;
}

.prod-info .prod-img-wrap 
img:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
.prod-info .prod-char{
    position: relative;
    padding-left: 130px;
    margin: 0 0 50px;
}
.prod-info .prod-char h5{
    margin: 0;
    position: absolute;
    top: -2px;
    left: 12px;
    font-size: 24px;
    font-weight: 700;
}

.prod-info .prod-char h5::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background: #14a83b;
    border-radius: 20px;
    position: absolute;
    top: 2px;
    left: -11px;
}
.prod-info .prod-char .li-prod{}
.prod-info .prod-char .li-prod > li{
    font-size: 16px;
    line-height: 1;
    margin-top: 12px;
    padding-left: 12px;
    position: relative;
}
.prod-info .prod-char .li-prod > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}
.process-wrap{
    border-top: 2px dotted #ddd;
    padding: 50px 0 0;
    margin: 65px 0 0;
}
.process-wrap > p{line-height: 1.6;}
.process-wrap .process{
    margin-bottom: 30px;
}
.process-wrap .process h5{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: -0.015em;
    display: inline-block;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
}
.process-wrap .process .li-proc{}
.process-wrap .process .li-proc li{
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}
.process-wrap .process .li-proc li .num{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    border: 1px solid;
    color: #008523;
    line-height: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-weight: 700;
    border-radius: 20px;
}
.process-img{}
.process-img{border: 1px solid #ddd;border-radius: 10px;padding: 35px 0;}


.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tbody .subject a:hover {text-decoration: underline;}

.table.table_default tr :is(th, td) {
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
}

.table.table_default thead th {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr td {
    color: #777;
    font-size: 15px;
}

.table.table_default tr td:only-child {
    display: table-cell;
}

.text-muted {
    margin-top: 8px !important;
    font-size: 14px;
}

.board_data_view {
    border-top: 1px solid #333;
}

.board_data_view .header_wrap {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 42px 0;
}

.board_data_view .header_wrap .title {
    font-weight: 700;
    letter-spacing: -0.015em;
    font-size: 28px;
}

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

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    background: #fff;
    padding-top: 24px;
}
.board_wrapper .table.board_write_table>:where(tbody,tfoot,thead)>tr>:where(th,td) {
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
}
.board_wrapper .table.board_write_table tbody tr td {
    padding: 15px 15px;
}
.form-control {
    height: 42px;
    letter-spacing: -0.01em;
    font-size: 15px;
}
.custom_checkbox+span {
    font-size: 15px;
    letter-spacing: -0.01em;
}
.custom_checkbox+span a {
    color: #05a12e;
}
.checkbox {
    margin-top: 7px;
}

#form_contact #list_btn{display: none;}
@media (max-width: 767px){
    .subHeader {
        height: 160px;
    }
    .subHeader .container h2 {
        text-align: center;
        color: #fff;
        font-size: 34px;
        margin: 0;
    }
    .subMenu .nav > li+li {
        margin-left: 30px;
    }
    .subMenu .nav > li > a {
        position: relative;
        background: none;
        padding: 13px 0;
        font-size: 14px;
    }
    .subContent .content.con1 {
        padding-top: 40px;
    }

#business #biz02 {
    padding-top: 50px;
}

.subContent .content, .bbs-section {
    padding-bottom: 80px;
}

.board_data_view .header_wrap .title {
    font-size: 20px;
}

.bbs-section {
    padding-top: 40px;
}
    .subContent .content h4 {
        font-size: 34px;
        font-weight: 600;
        margin: 0 0 40px;
    }

#about01 .con2 .root_daum_roughmap {
    margin-bottom: 20px !important;
}

#about01 .subContent .content.con2 {
    background: #f8f8f8;
}

.location h5 {
    font-size: 26px;
    margin-bottom: 20px;
}
    .greeting {
        padding-left: 0;
        padding-right: 0;
    }
    .greeting p.intro {
        font-size: 26px;
        font-weight: 600;
        margin: 30px 0 21px;
        color: #14a83b;
        line-height: 1.45;
    }

#about01 .con1 img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}
    .greeting p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0px 0 20px;
    }
    .greeting p.epil {
        font-size: 16px;
        margin-top: 26px;
    }
    .location ul li {
        font-size: 14px;
        margin-bottom: 15px;
        position: relative;
        padding-left: 30px;
        display: block;
        margin-right: 0;
    }
    .location ul li span.material-symbols-outlined {
        font-variation-settings: var(--gms400_Fill);
        color: #14a83b;
        font-size: 21px;
        position: absolute;
        left: 0;
        top: 1px;
    }
    .location ul li.addr {
        display: block;
        font-size: 16px;
    }
    .location ul li.addr b {
        display: block;
    }
    .location ul li.addr small {
        font-size: 13px;
        padding-left: 0;
        line-height: 1.3;
        margin-top: 7px;
    }

    .history .timeline {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 18px 0;
        flex-direction: column;
    }
    .history .timeline::before{}
    .history .timeline .year {
        margin: 0 0 10px;
        width: 100%;
        font-size: 34px;
    }
    .history .timeline .issue {
        width: 100%;
        border-top: 1px solid #999;
    }
    .history .timeline .issue > li {
        padding: 13px 15px 13px 40px;
        font-size: 14px;
    }
    .history .timeline .issue > li > span {
        position: absolute;
        left: 8px;
        top: 13px;
        font-weight: 700;
        color: #444;
        font-size: 15px;
    }
    #about02 .organization-box {
        padding: 40px 30px;
    }
    .biz-intro .text {
        padding-left: 0;
        position: relative;
        margin: 0 0 60px;
    }
    .biz-intro .text::before{
        display: none;
    }
    .biz-intro .text p {
        font-size: 14px;
    }
    .biz-intro .text p.point {
        font-size: 15px;
    }
    .prodbody > .container > .row > div:nth-child(1) {
        width: 100%;
    }
    .prodbody > .container > .row > div:nth-child(2) {
        width: 100%;
    }
    .prodMenu{
        position: fixed;
        top: 54px;
        left: 100%;
        width: 100%;
        height: calc(100vh - 54px);
        z-index: 1;
        background: #fafafa;
        transition: all .3s ease;
        padding: 10px 20px;
        border-radius: 0;
        overflow-y: scroll;
    }
    .prodMenu.on{
        left: 0;
    }
    .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;
    }
    .prodMenu .nav > li {
        margin-top: 7px;
    }
    .prodbody .subContent {
        padding: 0px 0 45px;
    }
    .prodbody .subContent h3 {
        font-weight: 700;
        position: relative;
        font-size: 26px;
        margin: 0;
    }
    .prodbody .subContent h3 .en {
        display: block;
        font-size: 14px;
    }
    .prodbody .subContent h3 .num {
        position: static;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        text-align: left;
        width: 30px;
        height: 30px;
        border-radius: 0;
        display: block;
        border-radius: 50%;
        margin-bottom: 15px;
        text-align: center;
    }
    .prod-info > p {
        font-size: 15px;
        margin-bottom: 30px;
    }

.prod-info .prod-img-wrap {
    margin-bottom: 60px;
}

.subWrapper .prodbody .con1 {
    padding-top: 30px;
}
    .prod-info .prod-char {
        position: relative;
        padding-left: 0;
        margin: 0 0 30px;
    }
    .prod-info .prod-char h5 {
        margin: 0 0 15px;
        position: static;
        font-size: 20px;
        font-weight: 700;
        padding-left: 13px;
    }
    .prod-info .prod-char h5::before {
        left: 0;
        height: 17px;
    }
    .prod-info .prod-char .li-prod > li {
        font-size: 14px;
        margin-top: 10px;
    }


    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .writer,
    .table.table_default tr .hits{display: none;}
    .table.table_default tbody .subject a {
        font-size: 15px;
        color: #333;
    }
    .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){
    .subContent .content h4 {
        font-size: 41px;
        margin: 0 0 60px;
    }
    .greeting {
        padding-left: 30px;
        padding-right: 0;
    }
    .greeting p {
        font-size: 15px;
        line-height: 1.65;
        margin: 0px 0 10px;
        /* color: #555; */
        letter-spacing: -0.015em;
    }
    .greeting p.intro {
        font-size: 26px;
        font-weight: 600;
        margin: 30px 0 21px;
        color: #14a83b;
        line-height: 1.45;
    }
    .location h5 {
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 5px;
    }
    .history .timeline .year {
        font-size: 38px;
    }
    .biz-intro .text {
        padding-left: 180px;
        position: relative;
        margin: 0 0 75px;
    }
    .biz-intro .text::before {
        width: 110px;
    }
    .prodbody > .container > .row > div:nth-child(1) {
        width: 35%;
    }
    .prodbody > .container > .row > div:nth-child(2) {
        width: 65%;
    }
    .prodbody .subContent {
        padding: 45px 0 120px 60px;
    }
    .prodbody .subContent h3 {
        font-weight: 700;
        position: relative;
        font-size: 28px;
    }
    .prodbody .subContent h3 .num {
        position: absolute;
        left: -60px;
        top: -5px
    }
    .prodbody .subContent h3 .en {
        display: block;
        font-size: 18px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .prodbody > .container > .row > div:nth-child(1) {
        width: 27%;
    }
    .prodbody > .container > .row > div:nth-child(2) {
        width: 73%;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 57px 0;background: #262626;color: #999;font-size: 13px;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;opacity: 0.9;}
footer .footer-logo h1 > a > img{display: block;}
footer .footer-text{
    padding-top: 7px;
    padding-left: 35px;
}
footer .footer-text p{
    margin: 0 0 7px;
}
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;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 12px;margin-top: -17px;float: right;opacity: 0.7;}

@media (max-width: 767px){
    footer .footer-logo h1 {
        margin: 0;
        width: 50%;
    }
    footer .footer-text{
        padding: 25px 15px 0; 
    }
}
@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;}