@charset "utf-8";
/*서브snb 공통*/
header {
    position: relative;
}
.snb {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    z-index:1;
}
.snbBg{
    position:absolute;
    width:100%;
    height:80px;
    bottom:0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}
.brandVisual .snb {
    margin-left: -150px;
}
.contactVisual .snb {
    margin-left: -150px;
}
.snb li {
    float: left;
    width: 300px;
    line-height: 80px;
    text-align: center;
}
.snbActive {
    background-color: #fff;
}
.snb .snbActive a {
    color: #000;
}
.snb a {
    color: #f4f4f4;
    font-size: 17px;
    font-weight: 600;
    display: block;
}
/*회사소개 메인비주얼*/
.sub1Visual {
    position: relative;
    height: 600px;
    background: url(../images/sub/overviewmainvisual.png) no-repeat center;
}
.sub1Visual h1 {
    font-size: 70px;
    color: #f4f4f4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -121px;
}
/*회사소개 메인컨텐츠*/
.mainCon01 {
    text-align: center;
    padding: 100px 0;
}
.mainCon01 h1 {
    font-size: 70px;
    color: #f4f4f4;
}
.mainCon01 h2 {
    font-size: 50px;
    padding-bottom: 30px;
}
.mainCon01 h3 {
    font-size: 25px;
    line-height: 35px;
}
.mainCon01 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.mainCon01 span {
    font-weight: bold;
}
.paddingBox {
    height: 40px;
}
.paddingBox2 {
    height: 30px;
}
.wideBox {
    width: 75%;
    margin: 100px auto;
    line-height: 320px;
    background: url(../images/sub/banner.png) no-repeat center;
    border-radius: 30px;
    transition: 1s;
    background-attachment: fixed;
}
.con01Box li {
    float: left;
    width: 460px;
    text-align: left;
}
#card {
    opacity: 0;
    transition: 1s;
}
#card2 {
    opacity: 0;
    transition: 1s;
}
.con01Box li:last-child {
    width: 980px;
    text-align: left;
    padding-left: 40px;
    padding-top: 60px;
    box-sizing: border-box;
}
.overviewR{
    opacity:0;
}
/*CEO 메세지*/
/*회사 비전*/
.visionCon01 .wideBox {
    background: url(../images/sub/banner2.png) no-repeat bottom;
    background-attachment: fixed;
}
.visionCon01 .con01Box li {
    width: 50%;
    padding-right: 50px;
}
.visionCon01 .con01Box li:last-child {
    padding: 0;
}
.visionCon01 p {
    margin-bottom: 30px;
}
.visionCon01 .magin0{margin:0}
/*CI*/
#ci {
    opacity: 0;
}
/*사업영역*/
/*작물재배업*/
.businessVisual {
    background: url(../images/sub/businessmainvisiual.png) no-repeat center;
}
.cultmainCon01 .wideBox {
    background: url(../images/sub/banner3.png) no-repeat center;
    background-attachment: fixed;
}
/*농산물유통*/
.circmainCon01 .wideBox {
    background: url(../images/sub/banner4.png) no-repeat center;
    background-attachment: fixed;
}
/*식품제조업*/
.foodCon01 .wideBox {
    background: url(../images/sub/banner5.png) no-repeat center;
    background-attachment: fixed;
}
/*스마트팜*/
.smartCon01 .wideBox {
    background: url(../images/sub/banner6.png) no-repeat center;
    background-attachment: fixed;
}
/*브랜드*/
.brandVisual {
    background: url(../images/sub/brandvisual.png) no-repeat center;
}
.brandCon01 .wideBox {
    background: url(../images/sub/banner7.png) no-repeat center;
    background-attachment: fixed;
}
.brandCon01 .con01Box li {
    float: right;
}
.brandCon01 .con01Box img {
    margin-left: 60px;
}
/*컨텍트*/
.contactVisual {
    background: url(../images/sub/contactvisual.png) no-repeat center;
}
.contactCon01 .con01Box li {
    float: right;
    padding-right: 0;
    text-align: center;
}
/*공통*/
.opacity0{
    opacity:0;
}