@import url('https://fonts.googleapis.ceom/css2?family=Noto+Sans+KR:wght@100;300;400;500;600;700&display=swap');

/* font-family: 'Noto Sans KR', sans-serif;*/



#main{
    color:#496100;
}
#main .container{
    width:1400px;
    margin:0 auto;
}
/* #main hr{
    display:block;
    border:none;
    width:100%;
    height:35px;
    margin:0;
} */
#main .tt_box{
    text-align:center;
}
#main .tt_box .sub_tt{
    margin-bottom:10px;
}
#main .tt_box .part_tt{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:40px;
    letter-spacing:-0.05em;
    margin-bottom:30px;
}
#main .tt_box .part_tt span{
    color: #85B400;
}
#main .tt_box span.line{
    width:100px;
    height:3px;
    background: #496100;
    display:inline-block;
    margin-bottom:30px;
}
#main .tt_box .tt_desc{
	font-family: 'PB_B';
	font-weight: bold;    
    font-size:20px;
    letter-spacing:-0.05em;
    color:#496100;
    word-break:keep-all;
}
#main .tt_box .tt_desc br{
    display:none;
}
/* ----------------------------- BANNER ---------------------------- */
#main #banner{
    margin-top:130px;
    position:relative;
}
#main #banner .slide{
    width:100%;
    height:100vh;
    display:flex !important;
    align-items:center;
}
#main #banner .slide .text_wrap{
    padding-left:14%;
    margin-top:-150px;
}
#main #banner .slide.pink{
    background:url(../img/main/banner01.png) no-repeat 30% center /cover;
}
#main #banner .slide.white{
    background:url(../img/main/banner02.png) no-repeat 10% center /cover;
}
#main #banner .slide.third{
    background:url(../img/main/banner03.png) no-repeat 10% center /cover;
}
#main #banner .slide .big{
    margin-bottom:50px;
}
#main #banner .slide .big p{
    font-size:30px;
    font-weight:600;
    letter-spacing:-0.07em;
    line-height:1.3;
    color:#496100;
    word-break:keep-all;
}
#main #banner .slide.white .big p{
    color:#496100;
}
#main #banner .slide .big p span{
    font-weight:600;
    color: #85B400;
    font-size: 60px;
}
#main #banner .slide .big p span.thin{
    font-weight:600;
}
#main #banner .slide .small p{
	font-family: 'PB_R';
	font-weight: normal;
    font-size:18px;    
    letter-spacing:-0.005em;
    line-height:1.5;
    color:#496100;
    word-break:keep-all;
}
#main #banner .slide.white .small p{
    color:#496100;
}
#main #banner .slick-dots{
    position:absolute;
    bottom:280px;
    left:14%;
    display:flex;
    width:300px;
    height:3px;
    background:#85B400;
}
#main #banner .slick-dots button{
    display:block;
    border:none;
    height:3px;
    text-indent:-9999em;
    background:transparent;
}
#main #banner .slick-dots li:first-child button{
    background:#85B400;
}
#main #banner .text_pager{
    position:absolute;
    font-family: 'PB_B';
	font-weight: bold;
    bottom:300px;
    left:14%;
    font-size:18px;
    color:#85B400;
}

/* ----------------------------- COMPANY ---------------------------- */

#main #company .top{
    position:relative;
    padding:150px 0 150px;
    background:#F9F9F9;
}

#main #company.custom .top{
    position:relative;
    padding:150px 0 150px;
    background:#ffffff;
}
#main h3.sub_tt{
	font-family: 'PB_B';
	font-weight: bold;    
    font-size:16px;
    color: #496100;
    margin-bottom:10px;
    text-transform:uppercase;
}
#main #company .top .ttbox .big{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:45px;
    letter-spacing:-0.07em;
    line-height:1.3;
    margin-bottom:50px;
}
#main #company .top .ttbox .big span{
    font-family: 'PB_B';
	font-weight: bold;
    color: #85B400;
}
#main #company .top .ttbox .small{
    font-family: 'PB_R';
	font-weight: normal;
    font-size:20px;
    line-height:1.3;
    margin-bottom:50px;
    word-break:keep-all;
    letter-spacing:-0.03em;
}
#main #company .top .ttbox .small br.res{
    display:none;
}
#main a.more{
    display:block;
    width:165px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:1px solid #85B400;
    font-size:16px;
    font-weight:500;
    letter-spacing:-0.003em;
    color:#85B400;
    text-transform:uppercase;
    position:relative;
    z-index:1;
    transition:.5s;
}
#main a.more::before{
    content:'';
    width:0;
    height:100%;
    background:#496100;
    position:absolute;
    top:0;
    left:0;
    transition:.5s;
    z-index:-1;
}
#main a.more:hover{
    color:#fff;
}
#main a.more:hover::before{
    width:100%;
}
#main #company .top .img_wrap{
    position:absolute;
    bottom:150px;
    right:150px;
}

#main #company .bottom{
    background:url(../img/main/company_bg.png) no-repeat center center/cover;
    padding:150px 0;
    text-align:center;
    color:#ffffff;
}
#main #company .bottom .company_list{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:55px;
}
#main #company .bottom .company_list li{
    width:550px;
    height:106px;
    border-radius:53px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background: rgba(133, 180, 0, 0.50);
    margin:0 -53px;
    position:relative;
}
#main #company .bottom .company_list li + li::before{
    font-family: 'PB_B';
	font-weight: bold;
    content:'+';
    font-size:40px;
    position:absolute;
    top:50%;
    left:40px;
    transform:translateY(-50%);
}
#main #company .bottom .company_list li p{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:22px;
    letter-spacing:-0.005em;
    color:#496100;
}
#main #company .bottom .company_list li p.small{
    font-family: 'PB_B';
	font-weight: bold;
    font-size:18px;
    color:#496100;
}
#main #company .bottom .text{
	font-family: 'PB_R';
	font-weight: normal;
    font-size:20px;
    letter-spacing:-0.005em;
    line-height:1.3;
    color: #496100;
}
#main #company .bottom .text .name {
    font-family: 'PB_B';
	font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
}
#main #company .bottom .text p{
    word-break:keep-all;
}
/* #main #company .bottom .text p br{
    display:none;
} */
#main hr.yellow_line{
    background:#121212;
}
/* ----------------------------- PRODUCT ---------------------------- */
/* #main #product{
    padding-top:150px;
    text-align:center;
}
#main #product .tt_box{
    margin-bottom:50px;
}
#main #product .product_slide{
    width:1170px;
    margin:0 auto 90px;
    position:relative;
}
#main #product .product_slide img{
    margin-bottom:20px;
}
#main #product .product_slide .name{
    font-size:20px;
    font-weight:500;
    letter-spacing:-0.005em;
    margin-bottom:15px;
    word-break:keep-all;
}
#main #product .product_slide .desc p{
    font-size:16px;
    letter-spacing:-0.005em;
    color:#797979;
    line-height:1.2;
    word-break:keep-all;
}
#main #product .product_slide .slick-arrow{
    width:19px;
    height:35px;
    background:no-repeat;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    border:none;
    text-indent:-9999em;
}
#main #product .product_slide .slick-prev{
    background-image:url(../img/main/product_prev.png);
    left:-100px;
}
#main #product .product_slide .slick-next{
    background-image:url(../img/main/product_next.png);
    right:-100px;
}
#main #product .more{
    background:#121212;
    color:#fff;
    margin:0 auto;
}
#main #product .more::before{
    background:#fff;
}
#main #product .more:hover{
    color:#121212;
} */
/* ----------------------------- KEYPOINT ---------------------------- */
#main #keypoint{
    background:#F9F9F9;
    padding:150px 0;
}
#main #keypoint .tt_box{
    margin-bottom:50px;
}
#main #keypoint .point_list{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:50px;
}
#main #keypoint .point_list li{
	font-family: 'PB_M';
	font-weight: normal;
    width:205px;
    height:205px;
    border-radius:50%;
    background: #85B400;
    border: 10px solid #496100;
    font-size:18px;
    color:#fff;
    line-height:1.8;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    text-transform:uppercase;
    box-sizing:border-box;
}
/* #main #keypoint .point_list li span{
	font-family: 'PB_B';
	font-weight: bold;
    font-size: 20px;
} */
/* ----------------------------- CONTACT ---------------------------- */
/* #main #contact{
    padding:150px 0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:100px;
    background:#FFFDFA;
}
#main #contact .tt_box{
    text-align:left;
    margin-bottom:50px;
}
#main #contact .contact_list li{
    margin-bottom:30px;
}
#main #contact .contact_list li .method{
    font-size:20px;
    font-weight:500;
    letter-spacing:-0.005em;
    margin-bottom:5px;
}
#main #contact .contact_list li .info{
    font-size:16px;
    font-weight:400;
    letter-spacing:-0.005em;
    color:#797979;
}
#main #contact .contact_list li br{
    display:none;
}
#main #contact .root_daum_roughmap{
    box-shadow:-29px -29px 0 0 #4e4e4e;
    width:675px;
    height:415px;
}
#main #contact .root_daum_roughmap .wrap_map{
    height:100%;
}
#main #contact .root_daum_roughmap .wrap_map > span{
    display:none;
}
#main #contact .root_daum_roughmap .wrap_controllers{
    display:none;
} */

/* ----------------------------- RESPONSIVE ---------------------------- */
@media (max-width:1650px){
    #main .container{
        width:72%;
    }
    #main #company .top .img_wrap{
        width:45%;
    }
    #main #company .top .img_wrap img{
        width:100%;
    }
    #main #company .bottom .company_list li {
        width: 500px;
    }
}
@media (max-width:1430px){
    #main #company .top .ttbox .small br.res{
        display:block;
    }
    #main #company .top .img_wrap{
        width:600px;
    }
    #main #company .top .img_wrap img{
        width:100%;
    }
    #main #company .bottom .company_list li {
        width: 440px;
        height:90px;
        border-radius:45px;
        margin:0 -45px;
    }
    #main #company .bottom .company_list li + li::before{
        left:34px;
    }
    #main #product .product_slide{
        width:85%;
    }
    #main #product .product_slide .slick-prev{
        left:-50px;
    }
    #main #product .product_slide .slick-next{
        right:-50px;
    }
    #main #product .product_slide .slick-slide{
        margin:0 5px;
    }
    #main #product .product_slide img{
        width:100%;
    }
    #main #product .product_slide .name {
        font-size: 18px;
    }
    #main #product .product_slide .desc p {
        font-size: 15px;
    }
}
@media (max-width:1300px){
    #main #keypoint .point_list{
        gap:30px;
    }
}
@media (max-width:1200px){
    #main #company .top .ttbox{
        margin-bottom:80px;
    }
    #main #company .top .ttbox .small br.res{
        display:none;
    }
    #main #company .top .img_wrap {
        position:static;
        width:auto;
        text-align:center;
    }
    #main #company .top .img_wrap img{
        width:auto;
    }
    #main #company .bottom .company_list li{
        width:385px;
    }
    #main #company .bottom .company_list li:nth-child(1) p{
        margin-left:-60px;
    }
    #main #company .bottom .company_list li:nth-child(3) p{
        margin-right:-60px;
    }
    #main #product .product_slide{
        width:800px;
    }
    #main #product .product_slide img{
        width:auto;
    }
    #main #product .product_slide .name {
        font-size: 17px;
    }
    #main #keypoint .point_list{
        gap:20px;
    }
    #main #keypoint .point_list li {
        width: 170px;
        height: 170px;
    }
    /* #main #contact{
        gap:50px;
    }
    #main #contact .root_daum_roughmap {
        width: 570px;
        height: 360px;
    } */
}
@media (max-width:1000px){
    #main #company .bottom .company_list{
        flex-direction:column;
        gap:50px;
    }
    #main #company .bottom .company_list li:nth-child(1) p,
    #main #company .bottom .company_list li:nth-child(3) p{
        margin:0;
    }
    #main #company .bottom .company_list li + li::before{
        left:50%;
        top:-55px;
        transform:translateX(-50%);
    }
    #main #company .bottom .text p br{
        display:block;
    }
    #main #product .product_slide{
        width:85%;
    }
    #main #product .product_slide img{
        width:100%;
    }
    #main #keypoint .point_list{
        width:700px;
        margin:0 auto;
        flex-wrap:wrap;
    }
    #main #keypoint .point_list{
        gap:35px;
    }
    #main #keypoint .point_list li {
        width: 205px;
        height: 205px;
    }
    /* #main #contact{
        flex-direction:column;
    }
    #main #contact .left{
        width:80%;
        margin:0 auto 50px;
        text-align:left;
    }
    #main #contact .root_daum_roughmap {
        width:80%;
    } */
}
@media (max-width:768px){
    #main #banner{
        margin-top:60px;
    }
    #main #banner .slide .big {
        margin-bottom:30px;
    }
    #main #banner .slide .big p {
        font-size: 40px;
    }
    #main #banner .slide .small p {
        font-size: 16px;
    }
    #main #company .top .ttbox .big {
        font-size: 34px;
        margin-bottom:30px;
    }
    #main #company .top .ttbox .small {
        font-size: 16px;
    }
    #main #company .top .img_wrap{
        width:90%;
        margin: 0 auto;
    }
    #main #company .top .img_wrap img{
        width:100%;
    }
    #main #company .bottom .company_list li {
        width: 320px;
        height:80px;
        border-radius:40px;
        margin:0;
    }
    #main #company .bottom .company_list li p {
        font-size: 18px;
    }
    #main #company .bottom .company_list li p.small {
        font-size: 16px;
    }
    #main #company .bottom .text {
        font-size: 16px;
    }
    #main #product .product_slide{
        width:385px;
    }
    #main #product .product_slide .slick-slide{
        margin:0;
    }
    #main #product .product_slide img{
        width:auto;
        margin:0 auto 20px;
    }
    #main .tt_box .part_tt{
        font-size:32px;
        margin-bottom:20px;
    }
    #main .tt_box .sub_tt {
        margin-bottom: 10px;
    }
    #main .tt_box .tt_desc {
        font-size: 16px;
    }
    #main #keypoint .point_list{
        width:550px;
        gap:20px;
    }
    #main #keypoint .point_list li {
        width: 170px;
        height: 170px;
        font-size:18px;
    }
}
@media (max-width:600px){
    #main #keypoint .point_list{
        width:410px;
        gap:10px;
    }
    #main #keypoint .point_list li {
        width: 130px;
        height: 130px;
        font-size: 15px;
        border-width:10px;
    }
}
@media (max-width:500px){
    #main .container {
        width: 90%;
    }

    #main #banner .slide .text_wrap{
        width:90%;
        margin:-100px auto 0;
        padding:0;
    }
    #main #banner .slide .big p {
        font-size: 30px;
        width:80%;
    }
    #main #banner .slide .small p br{
        display:none;
    }
    #main #banner .slick-dots{
        width:60%;
        left:5%;
        bottom: 180px
    }
    #main #banner .text_pager{
        left:5%;
        bottom: 200px;
    }
    #main #company .top{
        padding:80px 0;
    }
    #main #company .top .ttbox .big {
        font-size: 26px;
        word-break:keep-all;
    }
    #main #company .top .ttbox .small br{
        display:none;
    }
    /* #main #company .top .img_wrap img {
        box-shadow: -19px -19px 0 0 #ffd67e;
    } */
    #main #company .bottom{
        padding:80px 0;
    }
    #main #company .bottom .text{
        width:90%;
        margin:0 auto;
    }
    #main #company .bottom .text p br {
        display: none;
    }
    #main #product{
        padding-top:80px;
    }
    #main #product .tt_box {
        margin-bottom: 50px;
    }
    #main #product .product_slide{
        width:80%;
        margin-bottom:30px;
    }
    #main #product .product_slide img{
        width:100%;
    }
    #main #product .product_slide .slick-prev{
        left:-30px;
    }
    #main #product .product_slide .slick-next {
        right:-30px;
    }
    #main .tt_box .tt_desc br{
        display:block;
    }
    #main #product .more{
        margin-bottom:100px;
    }
    #main #keypoint{
        padding:80px 0;
    }
    #main #keypoint .point_list{
        width:auto;
    }
    #main #keypoint .point_list li {
        width: 130px;
        height: 130px;
        font-size: 12px;
        line-height: 1.5;
    }
    /* #main #contact{
        padding:80px 0;
        gap:0;
    }
    #main #contact .tt_box{
        margin-bottom:60px;
    }
    #main #contact .contact_list li {
        margin-bottom: 25px;
    }
    #main #contact .contact_list li .method {
        font-size: 17px;
    }
    #main #contact .contact_list li .info {
        font-size: 14px;
    }
    #main #contact .contact_list li br{
        display:block;
    }
    #main #contact .contact_list li span{
        display:none;
    } */
    /* #main #contact .root_daum_roughmap { */
        /* box-shadow: -18px -18px 0 0 #ffd67e; */
        
    /* } */
}
@media (max-width:450px){
    #main #company .bottom .text p{
        width:80%;
        margin:0 auto;
    }
}
@media (max-width:350px){
    #main #banner .slide .big p {
        font-size: 26px;
    }
    #main #banner .slide .small p {
        font-size: 14px;
    }
    #main #company .top .ttbox .big br{
        display:none;
    }
    #main #company .bottom .company_list li{
        width:90%;
    }
    #main #company .bottom .company_list li p.small {
        font-size: 14px;
    }
    #main #company .bottom .text p{
        width:90%;
    }
}

/* sec_plus_01 */
#sec_plus_01 {
  width: 100%;
  height: auto;
  background: #F9F9F9;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

#sec_plus_01 h2 {
  font-size: 30px;
  color: #85B400;
  margin-bottom: 50px;
}

#sec_plus_01 a {
  font-family: 'PB_B';
  font-weight: bold;    
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #85B400;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
}

#sec_plus_01 .box {
  width: auto;
  height: auto;
  position: absolute;
  top: -70px;
  left: 100px;
}

#sec_plus_01 .box img {
  width: auto;
  height: auto;
}

#sec_plus_01 .box img.item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#sec_plus_01 .box img.circle {
  animation: circle 30s infinite linear;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(365deg);    
  }
}

@media (max-width: 1400px) {
  #sec_plus_01 .box img.circle {
    width: 80%;
  }

  #sec_plus_01 .box img.item {
    width: 40%;
  }

  #sec_plus_01 .box {
    top: -15%;
    left: 1%;
  }

  #sec_plus_01 h2 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  #sec_plus_01 {
    padding: 200px 0;
  }
}

@media (max-width: 700px) {
  #sec_plus_01 .box img.circle {
    width: 60%;
  }

  #sec_plus_01 .box img.item {
    width: 25%;
  }

  #sec_plus_01 .box {
    top: -10%;
  }

  #sec_plus_01 h2 {
    font-size: 18px;
  }

  #sec_plus_01 a {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }

  #sec_plus_01 {
    padding: 150px 0;
  }
}

@media (max-width: 500px) {
  #sec_plus_01 .box {
    left: -15%;
  }

  #sec_plus_01 h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }

  #sec_plus_01 a {
    width: 120px;
    height: 30px;
    font-size: 14px;
  }

  #sec_plus_01 .box img.item {
    width: 20%;
  }

  #sec_plus_01 .box img.circle {
    width: 40%;
  }

  #sec_plus_01 {
    padding: 100px 0;
  }
  #main #company .bottom .text .name{
    font-size: 20px;
  }
  #main #company .bottom .text p{
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #sec_plus_01 h2 {
    font-size: 12px;
  }

  #sec_plus_01 .box {
    left: -20%;
  }
}