@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

#site {
    padding-top: 0px;
}

/* 폰트 설정 */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
.subPage,
#site {
    font-family: 'Roboto','notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.board_wrapper {
    margin-top: 0;
}

.search_wrap {
    margin-bottom: 0;
}

* {
    word-break: keep-all
}

a:hover {
    text-decoration: none
}

.li-dash>li,
.li-dot>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    content: '·';
}

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

.subContent ul {
    padding: 0
}

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

.navbar.bg-colored {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.navbar-inverse .navbar-brand {
    position: relative;
    margin-top: 18px;
    margin-left: 0 !important;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    padding: 35px 30px;
    letter-spacing: 0;
    line-height: 1;
    position:relative;
    width: 145px;
    text-align: center;
}
.navbar-inverse .navbar-nav>li>a i{
    line-height:0;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #000;
}
.navbar-inverse .navbar-nav>li:hover>a:after,
.navbar-inverse .navbar-nav>li:focus>a:after{
    content:"";
    width:7px;
    height:7px;
    background:#f9bc0a;
    border-radius:50%;
    position:absolute;
    left:50%;
    bottom:17px;
    margin-left:-4px;
} 
.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 {
    background: none;
    color: #000;
}

.navbar.bg-colored .navbar-nav>li>a {
    color: #222;
}

.navbar.bg-colored .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-colored .navbar-nav .dropdown.open:focus .dropdown-toggle {
    color: #2f37ad !important;
}

/*
.navbar.bg-colored .navbar-brand::before{
    color:#2f37ad
}
*/
@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 17px 15px 17px 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: #000080;
    }

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

    .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-brand {
        position: relative;
        margin-top: 10px;
        margin-left: 15px !important;
        padding: 0;
    }
    .navbar-inverse .navbar-nav>li>a{
        width: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        padding: 5px 15px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav>li:hover>a:after, .navbar-inverse .navbar-nav>li:focus>a:after {
        content: "";
        width: 7px;
        height: 7px;
        background: #f9bc0a;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -4px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: none;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        animation-fill-mode: both;
        animation-duration: .4s;
        animation-name: fadeIn;
        min-width: 140px;
        min-height: 240px;
        background: rgb(0 0 0 / 0.85);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 13px 0;
        color: #fff;
        letter-spacing: -0.035em;
        font-weight: 400;
        text-align: center;
        font-size: 15px;
        /* background: rgb(0 0 0 / 0.85); */
        width: 145px;
        margin: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #f5bb12;
        color: #000;
        font-weight:400;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .navbar-right {
        float: right!important;
        margin-right: 0;
    }
    .navbar-inverse .navbar-nav>li>a{
        width: auto;
        padding: 35px 29px;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -25px;
        
    }
    .navbar-inverse .navbar-nav .dropdown-menu{
        width: 120px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{
        font-size: 14px;
    }
}

/* 하단 카피라이트 설정 시작*/
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #a5a5a5;
}

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

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

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 13px;
    line-height: 20px;
}
#site footer .footer-info ul li strong{
    font-size: 14px;
    font-weight:500;
    color: #d0d0d0;
    letter-spacing: -0.015em;
}
#site footer .footer-info ul li:last-child{
    font-size: 11px;
    letter-spacing:0.3px;
    opacity:0.7;
    margin-top: 10px;
}
/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
    display: none;
}

.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{
    bottom:30px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 80px;
    height: 8px;
    background-color:rgba(0,0,0,0);
    border: 1px solid #fff;
    margin: 0 -2px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
}

#mainCarousel .carousel-inner .item {
    height: 780px;
}

.carousel-caption {
    text-shadow: 0 0 20px rgba(0,0,0,0.2);
    color: #fff;
    padding: 0;
    top: 51%;
}
.carousel-caption h1{
    font-size: 74px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 0;
}
.carousel-caption p {
    font-size: 32px;
    margin-top: 30px;
    font-weight: 300;
}

/*main*/
.main01 {
    padding: 85px 0 110px;
    /* padding: 105px 0 110px; */
    background: #fff;
}
.main_area .col-md-12{text-align: center;}
.main_area h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 70px;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0;
    color: #222;
    line-height: 1;
    text-align: left;
}
.main_area h2:after{
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background: #ffca2d;
    transform: translateX(-50%);
}

.main_area h2+a.btn {
    position: relative;
    width: 200px;
    display: block;
    margin: 0 auto 60px;
    padding: 9px 10px 9px 40px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0em;
    border-radius: 3px;
    background: #f9af00;
}
.main_area h2+a.btn img {
    top: 15px;
    left: 30px;
    position: absolute;
}
.main_area h2+a.btn:hover,
.main_area h2+a.btn:focus {
    background: #e6ab14;
}

@media(min-width:768px){
    .main01 .row{
        margin:0 -10px
    }
    .main01 .row > div{    padding: 0;
        border-right: 1px solid #fff;
    }
    .main01 .col-md-3 {
        width: 20%;
        
    }

}

.main01 h2 {
    margin: 0 0 50px;
}

.main01 .box-prod a {
    display: block;
    transition: all ease .3s;
    position: relative;
    background: #000;
}

.main01 .box-prod a:before {
    /* content: ""; */
    width: 35px;
    height: 35px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    box-shadow: -5px 4px 7px rgb(0 0 0 / 10%);
}
.main01 .box-prod a img{    opacity: 0.6;transition: all ease .3s;}
.main_more{
    position: absolute;
    width: 100%;
    top: 46%;
    text-align: center;
    transform: translateY(-50%);
    }
.main01 .box-prod a p {    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    position: relative;
    transition: all ease .3s;
}
.main01 .box-prod a span{    color: #fff;
    display: block;
    position: absolute;
    padding: 7px 20px;
    top: 40px;
    border: 1px solid;
    left: 50%;
    transform: translateX(-50%);
transition: all ease .3s;}
.main01 .box-prod a:hover p{    opacity: 0;}
.main01 .box-prod a:hover span{top: 15px;}
.main01 .box-prod a:hover img{opacity: 0.2;}
/* .main01 .box-prod a:hover {
    transform: translateY(-15px);
} */

.main02 {
    padding: 105px 0 120px;
    background: #eee;
}

.main02 a {
    display: block;
    background: #fff;
    transition: all ease .3s;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.main02 a p {
    margin: 0;
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.045em;
}

.main02 a:hover {
    transform: scale(1.05);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 10%);
}

/*sub*/
.subTop {
    height: 260px;
    width: 100%;
    background: url(/public/img/sub/subTop.jpg)no-repeat center bottom/ cover;
    position: relative;
}

.subTop_inner {
    position: absolute;
    left: 20%;
    right: 20%;
    text-align: center;
    top: 54%;
    transform: translateY(-50%);
    color: #222;
}

.subTop_inner h2 {
    font-size: 56px;
    max-width: 1140px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.breadcrumb {
    display: none;
    font-size: 12px;
    background-color: transparent;
    margin-top: 8px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb>li+li:before {
    color: #ccc;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 11px;
    padding: 0 9px;
    opacity: 0.65;
}

.breadcrumb .active {
    font-weight: 400;
    color: #fff;
}

.subContent {
    padding: 90px 0 150px;
}

.subTitle h3 {
    text-align: center;
    margin: 0 0 80px;
    font-size: 38px;
    color: #222;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.subContent p,
.subContent li,
.subContent dd {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    margin-bottom: 15px;
}

.subContent li,
.subContent dd {
    margin-bottom: 5px;
}

.subContent .con {
    margin-bottom: 105px;
}

.subContent .con:last-child,
.subContent p:last-child,
.subContent li:last-child,
.subContent dd:last-child {
    margin-bottom: 0;
}

.subContent h4 {
    font-size: 28px;
    margin: 0 0 25px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.045em;
    color: #2c2c2c;
}

.snb {
    border-bottom: 1px solid #ddd;
}

.snb .nav {
    text-align: center;
}

.snb .nav>li {
    margin: 0;
    float: left;
    min-width: 60px;
    width: calc(100% / 3);
}
[id^="product"] .snb .nav>li{
    width: calc(100% / 5);
}
[id^="recruit"] .snb .nav>li{
    width: calc(100% / 2);
}
[id^="contact"] .snb .nav>li{
    width: calc(100% / 2);
}
.snb .nav::after{
    content:"";
    display: block;
    clear: both;
}
.snb .nav>li>a {
    text-align: center;
    border-radius: 0;
    color: #757575;
    font-weight: 500;
    display: block;
    font-size: 17px;
    padding: 16px 0;
    letter-spacing: -0.04em;
}

.snb .nav>li.active>a {
    position: relative;
    font-weight: 600;
    color: #222;
    background: rgba(0, 0, 0, 0);
}

.snb .nav>li.active>a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #f9c62f;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
    color: #000;
}

/*about*/
#about01 .con1 p {
    line-height: 1.8;
    font-size: 17px;
    color: #505050;
    /* letter-spacing: -0.028em; */
}
#about01 .con1 p .top{
    display:block;
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 500;
    color: #383838;
}
#about01 .con1 p .top span{
    color: #558c31;
    font-weight:600;
}
#about01 .con1 .col-md-5{
    padding-left:50px;
}
.wrap-history {
    position: relative;
}

.wrap-history::before {
    content: '';
    top: 24px;
    left: 24.4%;
    height: 99.2%;
    position: absolute;
    border-left: 10px solid #f5f5f5;
}

.history-block {
    margin-bottom: 35px;
}

.history-block:last-child {
    margin-bottom: 0;
}

.history-block>.year {
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    font-size: 55px;
    font-weight: 600;
    color: #f9af00;
    letter-spacing: 0;
    line-height: 1;
}

.history-block>.year::before,
.history-block>.year::after {
    content: '';
    position: absolute;
}

.history-block>.year::before {
    top: 30px;
    right: 0;
    width: 85px;
    background: none;
    border-top: 1px solid #d8d8d8;
    height: 1px;
    left: auto;
}

.history-block>.year::after {
    top: 23px;
    right: -6px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #f9af00;
    border-radius: 20px;
}

.history-block>.detail {
    width: 75%;
    display: inline-block;
    padding: 20px 0 0 55px;
}

.history-block ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    word-break: keep-all;
    line-height: 1.6;
}

.history-block ul>li .month {
    position: absolute;
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.history-block ul>li p {
    margin: 0;
    padding-left: 60px;
    font-size: 16px;
    color: #585858;
}


#about02 .con1 > div:nth-child(3) .about02_box{
    background: #e6ab14;
}
.about02_box {
    padding: 30px;
    background: #628e1b;
    overflow: hidden;
    position:relative;
}
.about02_box:after{
    content:"";
    position:absolute;
    width:calc(100% - 12px);
    height:calc(100% - 12px);
    left:6px;
    top:6px;
    border:1px solid #fff;
    opacity:0.35
}
.about02_img {
    display: none;
}

.about02_img img {
    width: 120px;
}

.about02_txt {
    text-align: center;
}

.about02_txt p {
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.045em;
}

#about02 .con2 p {
    position: relative;
    text-align: center;
    padding: 50px 45px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.035em;
    background: #F5F5F5;
    color: #3a4037;
}
#about02 .con2 p:before{
    content:"";
    position:absolute;
    width:calc(100% - 12px);
    height:calc(100% - 12px);
    left:6px;
    top:6px;
    border:1px solid #b3b3b3;
    opacity:0.35
}
#about02 .con2 p span {
    display: block;
    font-size: 40px;
    color: #558c31;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 3px;
}

#about02 .con3 img {
    margin-top: 40px;
}

#about02 .con3 dl {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

#about02 .con3 dl dt {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #5c9e30;
}
#about02 .con3 dl dd{
    line-height: 1.58;
    font-weight: 500;
    color:#666;
    font-size: 15px;
}
/*product*/
.product .txt_area {
    padding-left: 45px;
    margin-top: 45px;
}

.product .txt_area p {
    line-height: 1.8;
    font-size: 17px;
    color: #505050;
}

.product .con .best {
    margin: 30px 0 0 45px;
    font-weight: 500;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.015em;
}

.product .con .best span:first-child {
    font-size: 20px;
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: -0.04em;
}

.product .con .best span:not(:first-child) {
    border: 1px solid #b2d09e;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 2px;
    border-radius: 4px;
    color: #4d8429;
}

/*RND*/
.rnd .con1 p {line-height: 1.75;font-size: 19px;color: #505050;}
.rnd .con1 p + p{
    margin-top: 35px;
}
#rnd01 .con2 dl {
    position: relative;
    text-align: center;
    padding: 0 50px;
} 

#rnd01 .con2 dl:after{
    content:"";
    width:100%;
    height:5px;
    background:#e8e8e8;
    position:absolute;
    top:120px;
    z-index:-1;
}
#rnd01 .con2 > div:last-child dl:after{
    content:none;
}
#rnd01 .con2 dl dt {
    position:relative;
    max-width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto 25px;
    background: #558c31;
    text-align: center;
    font-size: 25px;
    padding-top: 92px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.35;
}

#rnd01 .con2 dl dt:after{
    content:"";
    position:absolute;
    width:calc(100% - 12px);
    height:calc(100% - 12px);
    left:6px;
    top:6px;
    border:1px solid #fff;
    opacity:0.45;
    border-radius:50%;
}
#rnd01 .con2 > div:nth-child(2) dl dt{
    background:#78af20
}
#rnd01 .con2 > div:nth-child(3) dl dt{
    background:#17ab8f
}
#rnd01 .con2 dl dd{
    line-height: 1.58;
    color: #333;
    padding: 0 15px;
}

#rnd02 .con img, #rnd03 .con img {    margin-top: 60px;}
#rnd03 .con1{text-align: center;}

#rnd03 .con1 ul{
    max-width: 800px;
    margin: 50px auto 0;
    overflow: hidden;
    }
#rnd03 .con1 ul li{
    width: calc(33.333% - 30px);
    float: left;
    margin: 0 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    }
#rnd03 .con1 ul li span{
    position: relative;
    max-width: 226px;
    height: 226px;
    border-radius: 50%;
    margin: 0 auto 25px;
    background: #558c31;
    text-align: center;
    font-size: 20px;
    padding-top: 87px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.35;
    display: block;
}
#rnd03 .con1 ul li:nth-child(2) span{
    background: #78af20;
}
#rnd03 .con1 ul li:nth-child(3) span{
    background: #17ab8f;
}
#rnd03 .con1 ul li span:after {
    content: "";
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
    top: 6px;
    border: 1px solid #fff;
    opacity: 0.45;
    border-radius: 50%;
}

/*contact*/
#contact01 .con ul {
    overflow: hidden;
    margin-top: 30px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}

#contact01 .con ul li {
    width: 50%;
    float: left;
    padding: 35px;
    padding-left: 125px;
    font-size: 18px;
    margin: 0;
    position:relative;
}

#contact01 .con ul li span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.035em;
}

#contact01 .con ul li::before{
    content:"\f3c5";
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    left:30px;
    top:32px;
    width:65px;
    height:65px;
    border-radius:50%;
    background:#639641;
    text-align:center;
    color:#fff;
    font-size:26px;
    line-height:65px;

}
#contact01 .con ul li:last-child::before {
    content: "\f879";
}

.li_location {
    border-top: 2px solid #333;
    overflow: hidden;
}

.li_location>li {
    padding: 22px 15px;
    font-size: 18px;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: -0.03em;
    width: 50%;
    float: left;
    margin: 0;
}

.li_location>li>span {
    display: inline-block;
    background: #7faf5a;
    margin-right: 12px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

/*recruit*/
#recruit01 .con .recruit_box {
    position:relative;
    background:#F5F5F5;
    padding: 80px 40px;
}
#recruit01 .con .recruit_box::after{
    content: "";
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
    top: 6px;
    border: 1px solid #b3b3b3;
    opacity: 0.35;
}
#recruit01 .con .recruit_box dl {
    margin: 20px 20px 0;
}
    
#recruit01 .con .recruit_box dl {
    margin: 45px 20px 0;
    text-align: center;
}

#recruit01 .con .recruit_box dl dt {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}

#recruit02 .con .recruit_box02 {
    padding: 40px 30px;
}

#recruit02 .con .recruit_box02 ul {
    margin: 0;
}

#recruit02 .con .recruit_box02 ul li {
    margin-bottom: 35px;
    position: relative;
    padding-left: 21%;
    font-size: 17px;
    color: #505050;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}

#recruit02 .con .recruit_box02 ul li:last-child {
    margin-bottom: 0;
}

#recruit02 .con .recruit_box02 ul li span {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    font-weight: 500;
    color: #558c31;
    border-top: 1px solid #558c31;
    min-width: 20%;
    padding-top: 15px;
    letter-spacing: -0.045em;
}

#recruit01 .con .recruit_box dl dt {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

#recruit02 .con .recruit_box02 {
    padding: 40px 30px;
}

#recruit02 .con .recruit_box02 ul {
    margin: 0;
}

#recruit02 .con .recruit_box02 ul li {
    margin-bottom: 35px;
    position: relative;
    padding-left: 21%;
    font-size: 17px;
    color: #505050;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}

#recruit02 .con .recruit_box02 ul li:last-child {
    margin-bottom: 0;
}

#recruit02 .con .recruit_box02 ul li span {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    font-weight: 500;
    color: #558c31;
    border-top: 1px solid #558c31;
    min-width: 20%;
    padding-top: 15px;
    letter-spacing: -0.045em;
}

.btn.btn-primary {
	background: #f9c62f;
	border-color: #f9c62f;
    color:#111
}

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

.btn.btn-dark {
	background: #404040;
	border-color: #404040;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background: #333;
	border-color: #333;
}

.form-control:focus{
    border-color:#444 !important
}
.best_pro{    padding: 40px 50px;
    background: #f8f8f8;
    margin-bottom: 40px;
    border: 1px solid #ddd;}
.best_pro:last-child{margin-bottom: 0;}
.best_pro dl dt{font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: #f9c62f;
    padding: 5px 20px;
    border-radius: 50px;}
.best_pro dl dt ul{    margin: 0;
    overflow: hidden;
    float: right;
    width: 60%;
    text-align: right;}
.best_pro dl dt ul li{display: inline-block;
    font-weight: 500;
    text-align: center;
    background: #f9c62f;
    margin: 0 10px;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    color: #000;}
.best_pro p{font-weight: 500;margin-top: 10px}
.best_pro p span{display: block;text-align: right;margin-top: 5px;font-size: 13px;font-weight: 400;}
#product03 .best_pro dl dt ul{    float: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;}
#product03 .best_pro dl dt ul li{    margin: 0 10px 5px 0;}
#product04.product .txt_area, #product05.product .txt_area{margin-top: 0;}
.main03 {position:relative;}
.main03 .map01{
    height: 400px;
    overflow: hidden;
    }
.main03 .info {
    background: #ffca2d;
    box-sizing: border-box;
    padding: 40px 70px 0 70px;
    top: 0;
    height: 400px;
    }
.main03 .info h3 {
    font-size: 34px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
    border-bottom: 1px solid rgb(33 33 33);
    padding-bottom: 15px;
    }
.main03 .info .area {margin-top: 25px;}
.main03 .info .area::after{content:'';display: table;clear: both;}
.main03 .info .area .box {font-size:0;}
.main03 .info .area .box ~ .box {margin-top:22px;}
.main03 .info .area .box > * {float: left;}
.main03 .info .area .box img {
    width: 41px;
}
.main03 .info .area .box dl {width:calc(100% - 66px);padding-left: 30px;box-sizing:border-box;color: #000;margin-bottom: 25px;}
.main03 .info .area .box dl dt {font-size: 16px;font-weight: 700;color: #000;}
.main03 .info .area .box dl dd {font-size:15px;margin-top: 5px;/* font-weight:300; */}
.main03 .row {margin: 0;}
.main03 .row > div{padding: 0;}

/* 팝업 */
#main_popup_1 {
    width: 480px;
    border: 5px solid #ddd;
    border-radius: 0;
}
#main_popup_1 > .main_popup_contents {
    padding: 50px 30px;
    text-align: center;
}
#main_popup_1 > .main_popup_contents .notice {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
    background: #f9c62f;
    border-radius: 50px;
    padding: 7px 28px 5px;
    line-height: 1em;
}
#main_popup_1 > .main_popup_contents h3 {
    margin: 0 0 30px;
    font-size: 23px;
    font-weight: 800;
    color: #111;
}
#main_popup_1 > .main_popup_contents p {
    margin: 0 0 20px;
    font-size: 15px;
    color: #111;
}
#main_popup_1 > .main_popup_contents p:last-child {
    margin-bottom: 0;
}
#main_popup_1 > .main_popup_contents a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: #558c31;
}

@media all and (max-width:1000px){
	.main03 .map01 {height:250px !important;}
	.main03 .info {position:relative;left:0;top:0;height:auto;padding:20px 15px;width:auto;}
	.main03 .info h3 {font-size:24px;}
	.main03 .info .area {margin-top:15px;}
	.main03 .info .area .box ~ .box {margin-top:10px;}
	.main03 .info .area .box .img {width:40px;}
	.main03 .info .area .box dl {width:calc(100% - 40px);padding-left:10px;}
	.main03 .info .area .box dl dt {font-size:14px;}
	.main03 .info .area .box dl dd {font-size:13px;margin-top:5px;line-height:1.4em;}
}
.main02 img{width: 100%;}
@media(min-width:1400px){
    .main_area .container{width: 1400px;}
}


@media (max-width: 767px){
    #mainCarousel .carousel-inner .item{
        height: 590px;
    }
    .carousel-caption h1 {
        font-size: 8.5vw;
    }
    .carousel-caption p {
        font-size: 5.5vw;
    }
    .carousel-indicators li, .carousel-indicators li {
        width: 55px !important;
    }
    #site footer .footer-info img{
        margin-bottom: 30px;
    }
    .subTop {
        height: 115px;
    }
    .subTop_inner h2 {
        font-size: 10vw;
    }
    .snb{
        display: none;
    }
    .subContent {
        padding: 40px 0 150px;
    }
    .subTitle h3{
        font-size: 8vw;
        margin-bottom: 30px;
    }
    #about01 .con1 p .top {
        font-size: 20px;
    }
    #about01 .con1 .col-md-5 {
        padding-left: 15px;
    }
    .wrap-history::before {
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        border-left: 10px solid #f5f5f5;
    }
    .history-block>.year::after {
        top: 23px;
        right: auto;
        left: -2px;
    }
    .history-block>.year::before {
        top: 30px;
        right: auto;
        left: 0px;
        width: 40px;
    }
    .history-block>.year, .history-block>.detail{
        float: none;
        display: block;
        width: auto;
        padding-left: 50px;
    }
    #about02 .con2 p {
        font-size: 5vw;
    }
    #about02 .con2 p span {
        font-size: 7vw;
    }
    .product .txt_area {
        padding-left: 0;
        margin-top: 20px;
    }
    .best_pro {
        padding: 20px 25px;
    }
    .best_pro img{
        width: 100%
    }
    .best_pro p {
        font-weight: 600;
        font-size: 14px;
    }
    .best_pro p span {
        text-align: center;
    }
    .product .con .best {
        margin: 30px 0 0 0px;
    }
    .product .con .best span:not(:first-child) {
        border: 1px solid #b2d09e;
        display: inline-block;
        padding: 4px 10px;
        margin-right: 2px;
        margin-bottom: 4px;
        border-radius: 4px;
        color: #4d8429;
        font-size: 12px;
    }
    #rnd01 .con2 dl dt {
        font-size: 19px;
        padding-top: 111px;
    }
    #rnd01 .con2 dl:after{
        display: none;
    }
    .rnd .con1 p {
        font-size: 16px;
    }
    #rnd03 .con1 ul li {
        width: 100%;
        float: left;
        margin: 0 auto 30px;
    }
    #rnd03 .con1 ul li span {
        margin: 0 auto 15px;
    }
    #recruit01 .subContent h4{
        text-align: center;
    }
    #recruit01 .con .recruit_box {
        margin-bottom: 30px;
        padding: 40px;
    }
    #recruit02 .con .recruit_box02 ul li {
        padding-left: 0;
        padding-top: 50px;
    }
    #contact01 .con ul li, .li_location>li{
        width: 100%;
    }

    /* 팝업 */
    #main_popup_1 {
        width: calc(100% - 30px);
    }
    #main_popup_1 > .main_popup_contents {
        padding: 30px 15px;
    }
    #main_popup_1 > .main_popup_contents .notice {
        font-size: 14px;
    }
    #main_popup_1 > .main_popup_contents h3 {
        margin: 0 0 20px;
        font-size: 21px;
    }
    #main_popup_1 > .main_popup_contents p {
        margin: 0 0 15px;
        font-size: 14px;
    }
    #main_popup_1 > .main_popup_contents a {
        font-size: 15px;
    }
}
@media (min-width:768px) and (max-width: 991px){
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    .carousel-caption h1 {
        font-size: 52px;
    }
    .carousel-caption p {
        font-size: 19px;
    }
    .main01 .row > div {
        padding: 0;
        border-right: 1px solid #fff;
    }
    #about01 .con1 .col-md-5{
        padding-top: 30px;
    }
    .main01 .col-md-3 {
        float: left;
    }
    .main01 .box-prod a p {
        margin: 0;
        font-size: 15px;
    }
    .main01 .box-prod a span {
        font-size: 11px;
    }
    .snb .nav>li>a {
        font-size: 15px;
    }
    .best_pro img{
        width: 100%;
    }
    #rnd01 .con2 dl:after{
        display: none;
    }
    .rnd .con1 p {
        font-size: 17px;
    }
}
@media (min-width:992px) and (max-width: 1199px){
    #mainCarousel .carousel-inner .item {
        height: 580px;
    }
    .carousel-caption h1 {
        font-size: 61px;
    }
    .main03 .info h3{
        margin-top: 0;
    }
    .main03 .info .area .box::after{
        content: '';
        display: table;
        clear: both;
    }
    .main03 .info .area .box dl{
        margin-bottom: 0;
    }
    .main03 .info {
        padding: 22px 15px;
    }
    .best_pro img{
        width: 100%;
    }
    #rnd01 .con2 dl {
        position: relative;
        text-align: center;
        padding: 0 15px;
    }
}
@media (min-width: 1199px){
    .navbar-inverse .navbar-nav>li>a {
        width: 145px;
        padding: 35px 29px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        width: 145px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        font-size: 15px;
    }
}