/* 공통 */
* {list-style: none; color: #1E1E1E;}
h5, p {text-wrap: balance; word-break: keep-all;}
.contTitle {font-size: 3.75rem; font-weight: bold;}
.contSubTitle {font-size: 1.25rem; color: #616161; margin-top: 12px;}
/* .dropdown-item {display: none;}
.dropdown-item:nth-child(8) {display: block;} */

/* 네비 */
header.navbar {width: 100%; position: fixed; z-index: 20; border-bottom: 1px solid #E6E6E6;}
.nav-item { padding: 8px 16px;}
.nav-item a,.nav-item.active a, .nav-item.active:hover {color: #1E1E1E;}
.nav-item .navUnderline {width: 0; height: 4px; background-color: #0079E9; transition: width 0.3s;}
.nav-item.active .navUnderline {width: 100%; }
.nav-link {padding: 0;}

/* 배너 */
.slideWrap h5 {text-align: left; font-size: 5rem; font-weight: bold;}
.slideWrap p {text-align: left; font-size: 2.5rem; color: #fff;}
.slideText {width: 100%; bottom: 36%; left : 13%;  padding: 0;}

/* 회사소개 */
.companys {width: 100%; margin-top: 193px; position: relative; }
.companyIcon {display: flex; margin-top: 52px; justify-content: center;}
.companyIconBox {width: 50%; height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.companyIconBox span {color: #616161; font-size: 3.75rem;}
.companyIconBox:first-child {border-right: 1px solid #ddd;}
.companyIconText {margin-bottom: 0; font-size: 1.25rem; font-weight: bold; color: #616161;}
.companyNumWarp {display: flex; align-items: baseline; font-weight: bold;}
.companyNumCont {font-size: 3.875rem; color: #2F80ED;}
.companyNumText {font-size: 1.25rem; color: #2F80ED; margin-left: 5px;}
.backgroundLogo {width: 100%; height: 100%; position: absolute; top: 65%; left: -72%; z-index: -10; transform: rotate(-40deg);}

/* 구축사례 */
.cases {width: 100%; height: 570px; margin-top: 207px; overflow: hidden; position: relative;}
.casesBox {width: 360px; height: 450px; text-align: center; padding: 0px 55px;  background-color: #fff; box-shadow: 2px 6px 20px 0px rgba(0,0,0,0.1); margin: 20px 10px; position: relative; z-index: 100;}
.casesImg {height: 210px; display: flex; justify-content: center; align-items: center; padding: 36px 0;}
.casesImg img {max-width: 100%; max-height: 100%; width: auto; height: auto;}
.casesBoxTitle {font-size: 1.5rem; margin-bottom: 32px; font-weight: 600;}
.casesBoxText {display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; color: #616161;}
.casesBoxText p:last-child{margin-left: 20px;}
.slickSlide{width: 100%; height: 170px; position: absolute; left: 635px;}
.casesIconBox {display: flex; align-items: center; cursor: pointer; margin-top: 244px;}
.casesLeft, .casesRight {width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border: 2px solid #ddd;}
.casesRight {margin-left: -2px;}
.casesLeft span, .casesRight span {font-size: 1.5rem; color: #ddd;}
.whiteBar {width: 100%; height: 320px; background-color: #fff; position: absolute; bottom: 0; z-index: -10;}
.adminButton {display: flex; border: none; background: none; color: #616161;}
.adminButton span {color: #616161;}

/* 사업소개 */
.business {margin-top: 64px; margin-bottom :100px;}
.businessWrap {display: flex; justify-content: space-between; align-items: center; margin-top: 52px;}
.smartFactory, .smartHaccp, .smartFarm {width: 30%; position: relative;}
.businessBox {position: relative; width: 100%; height: 400px; background: #fff; box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.25); overflow: hidden; padding: 28px 44px 0px 44px;}
.businessBox ul {padding-left: 0;}
.businessSubTitle {display: flex; align-items: center; font-size: 1.5rem; font-weight: bold;}
.businessSubTitle span {font-size: 0.75rem; font-weight: 600; margin-left: 12px; }
.businessSubTitle span.businessIcon {position: absolute; top: 28px; right: 44px; font-size: 1.5rem; cursor: pointer; z-index: 10;}
.businessTitle {font-size: 1.375rem;}
.businessTitle span {color: #2F80ED; font-weight: bold;}
.businessCont {color: #616161;}
.businessImg {position: absolute; bottom: 0; left: 0;}
.priceTitle {font-size: 1.5rem; font-weight: bold; color: #2F80ED; padding: 28px 44px; border-bottom: 1px solid #E6E6E6; margin-bottom: 0; display: flex; align-items: center;}
.priceTitle span {font-size: 0.75rem; color: #1E1E1E; margin-left: 20px;}
.priceTitle span.priceIcon {font-size: 1.5rem; margin-left: auto; cursor: pointer; color: #616161;}
.priceContWrap {padding: 24px 44px;}
.priceCont {display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px;}
.priceCont:last-child {margin-bottom: 0;}
.priceText {width: 50%;}
.priceText p {margin-bottom: 0;}
.priceText p:first-child {color: #616161; margin-bottom: 12px;}
.smartFarm .priceBox {display: flex; flex-direction: column; align-items: center; justify-content: center; }
.smartFarm .priceBox span {color: #616161;}
.smartFarm .priceBox span:first-child {font-size: 4rem; margin-bottom: 32px;}
.smartFactory .priceBox, .smartHaccp .priceBox, .smartFarm .priceBox {position: absolute; left: 0; top: 0; width: 100%; height: 400px; background: #fff; visibility: hidden; opacity: 0; transition: opacity 0.5s ease;}
.priceBox.show {visibility: visible; opacity: 1; }
.smartFactory .businessImg {width: 100%; height: 120px; background-image: url('/img/business/factory.jpg');  background-position: center center; background-size: cover;}
.smartHaccp .businessImg {width: 100%; height: 120px; background-image: url('/img/business/haccp.jpg'); background-position: center center; background-size: cover;}
.smartFarm .businessImg {width: 100%; height: 120px; background-image: url('/img/business/farm.jpg'); background-position: bottom center; background-size: cover;}

/* 문의하기 */
.contact {margin-top: 310px; position: relative; }
.contactCont {width: 100%; height: 520px; background-image: url('/img/contact.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; align-items: center; justify-content: center; margin: 52px 0px 65px 0px; position: relative;}
.contactCont::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.contactContLeft, .contactContRight {position: relative;}
.contactContLeft {margin-right: 160px;}
.contactIconWrap {display: flex; align-items: center; margin-bottom: 76px;}
.contactIconWrap:last-child {margin-bottom: 0;}
.contactIcon {margin-right: 24px;}
.contactIcon span {color: #fff; font-size: 3rem;}
.contactText p {color: #fff; margin: 0;}
.contactText p:last-child {margin-top: 12px;}
.contactContRight {width: 500px; height: 420px; background-color: #fff; display: flex; flex-wrap: wrap;  justify-content: center; padding: 36px 36px;}
.contactContRight input{width: 100%; height: 40px; border: none; border-bottom: 1px solid #ddd; margin-bottom: 8px; padding-left: 10px;}
.contactContRight textarea {width: 100%; height: 80px; border: none; border-bottom: 1px solid #ddd; margin-bottom: 8px; padding-left: 10px;}
.contactContRight .agreementBox {display: flex; margin-bottom: 8px; padding-left: 5px;}
.contactContRight .agreementBox input {margin-right: 10px;}
.contactContRight .agreementBox label {cursor: pointer; text-decoration: underline;}
.sumbitBox {display: flex; width: 100%;}
.sumbitBox input {margin-top: 8px;}
.contactContRight input::placeholder, .contactContRight textarea::placeholder {color: #ddd;}
.contactContRight input.submit {border: none; background: #2F80ED; color: #fff; }
.contactContRight .checkBox {width: 20px; height: 20px;}
.contactBack {position: absolute; top: -258px; right: -200px; z-index: -10;}

/* 푸터 */
.footermenu li {color: #96969E; margin-bottom: 20px;}
.footermenu li:last-child {margin-bottom: 0px;}

/* 반응형 */
@media (max-width:1400px) {
    .slideWrap h5 {font-size: 3rem;}
    .slideWrap p {font-size: 1.5rem;}
    
    /* 구축사례 */
    .slickSlide {left: 460px;}

    /* 사업소개 */
    .businessBox {height: 350px;}
    .businessSubTitle {font-size: 1rem;}
    .businessTitle {font-size: 1rem;}
    .businessCont {font-size: .8rem;}
    .smartFactory .priceBox, .smartHaccp .priceBox, .smartFarm .priceBox  {height: 350px;}
    .priceTitle {font-size: 1.2rem;}
    .priceCont {margin-bottom: 20px;}

    /* 문의하기 */
    .contactBack {display: none;}
}

@media (max-width:1200px) {
    /* 배너 */
    .slideWrap h5 {font-size: 2rem;}
    .slideWrap p {font-size: 1rem;}
    .slideText {bottom: 30%;}

    /* 회사소개 */
    .contTitle {font-size: 2.75rem;}
    .contSubTitle {font-size: 1rem;}
    .companyIconBox span {font-size: 2.75rem;}
    .companyNumCont {font-size: 2.875rem;}
    .backgroundLogo {width: 80%; height: 80%;}

    /* 구축사례 */
    .slickSlide {left: 360px;}

    /* 사업소개 */
    .businessBox {padding: 20px 30px; }
    .businessSubTitle span.businessIcon {top: 20px; right: 30px;}
    .priceTitle {font-size: 1rem; padding: 20px 30px;}
    .priceTitle span {margin-left: 10px;}
    .priceContWrap {padding: 20px 30px;}

    /* 문의하기 */
    .contactContLeft {display: none;}
}
@media (max-width: 992px) {

}
@media (max-width: 992px) {
    /* 사업소개 */
    .businessWrap {flex-direction: column;}
    .smartFactory, .smartHaccp, .smartFarm {width: 100%; margin-bottom: 40px;}
    .smartFarm {margin-bottom: 0;}

    /* 푸터 */
    .footerLogo {height: 26px;}
    ul#sub-menu.mb-0.footermenu {padding: 0;}
   
}

@media (max-width:768px) {
    /* 회사소개 */
    .contTitle {font-size: 1.75rem;}
    .companys {margin-top: 80px;}

    /* 구축사례 */
    .cases {height: 780px; margin-top: 80px;}

    /* 문의하기 */
    .contactContRight {width: 460px;}
    .modal-content {width: 90% !important;}
    .slickSlide {left: 8%; top: 200px;}
    
    .contact {margin-top: 80px;}
}

@media (max-width:680px) {
    /* 네비 */
    ul.nav {display: none;}

    /* 배너 */
    .slideText {bottom: 20%;}
    
    /* 회사소개 */
    .companyIcon {display: none;}
    .backgroundLogo {display: none;}

    /* 구축사례 */
    .casesIconBox {margin-top: 0;}
}

@media (max-width:480px) {
    /* 배너 */
    .slideText {bottom: 12%;}
    .slideWrap h5 {font-size: 1rem;}
    .slideWrap p {font-size: 0.75rem;}

    /* 구축사례 */
    .casesBox {width: 330px; padding: 0 32px;}

    /* 문의하기 */
    .contactContRight {width: 320px; padding: 36px 20px;} 
}

@media (max-width: 375px) {
    /* 배너 */
    .slideText {bottom: 0;}
}