html{height:100%;}
ol,li{list-style:none;}
body {
  color: #333;
  font-family:sans-serif,"Nanum Gothic";
  line-height: 1.8;
  height: 100%;
  font-size:14px;
}
  
  h1{background:url(../imgs/logo.png) no-repeat 50% 50%;background-size:100%;width:624px;height:463px;margin:0 auto;position: relative;top:calc(30% - 120px);}
  h1 span{visibility: hidden}
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: #f4511e;
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
     background: #fafafa;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #000;
      opacity:0.8;
      z-index: 9999;
      border: 0;
      font-size: 16px !important;
      font-weight:bold;
      border-radius: 0;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
      opacity:1 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color:greenyellow !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }



/* 20181202 */
.navbar-nav{float: none;margin: 0 auto;text-align: center;}
.navbar-nav>li{float: none;display: inline-block;}
.navbar-nav>li>a{line-height:32px;}
#home{width:100%;height:100%;background:url('../imgs/mainBg.jpg') no-repeat 50% 50%;background-size:cover;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background: none;}
.mainFooter{width:100%;position:absolute;bottom:0px;text-align: center;margin: 0 auto;padding:60px 0 30px;background-image: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0));}
.mainFooter p{font-family:Nanum Gothic;font-size:13px;color:#f4f4f4;line-height:1.4;text-shadow: #111 1px 1px 2px;opacity:0.8}
.jumbotron{margin-bottom:0 !important;padding-bottom:0 !important}
.container-fluid{padding: 0 !important;}
.submainPic{width:100%;height:200px;text-align: center;}
.aboutPic{background:url('../imgs/sub1_mainpic.jpg') no-repeat 50% 0;background-size:cover;width:100%;height:400px;}
.farmPic{background:url('../imgs/sub2_mainpic.jpg') no-repeat 50% 0;background-size:cover;width:100%;height:400px;}
.contactPic{background:url('../imgs/sub4_mainpic.jpg') no-repeat 50% 0;background-size:cover;width:100%;height:400px;}
.subContainer{width:100%;background:#fafafa url('../imgs/subBg.jpg') no-repeat 50% 0;background-size:cover;text-align: center;}
.subBox{max-width:920px;margin:0 auto;min-height:450px;}
.subContents{color:#000;line-height:1.6;padding:50px 0;font-size:16px;font-weight:600;}
.farmPhoto{padding:20px 0}
.farmPhoto li{display: inline-block;}
.farmPhoto li img{width:270px;height:270px;margin: 0 10px}
.farmLocation{width:100%;height:550px;background:#fff;border:1px solid #dedede;margin:30px 0 80px;}
.productWrap{color:#111;line-height:1.4;padding: 30px 0}
.productWrap ul{margin:15px 0 25px;overflow: hidden;}
.productWrap li{width:48%;text-align: center;display: inline-block;float:right;}
.productWrap li:first-child{float:left;}
.productWrap li img{width:100%;padding-bottom:10px;}
.productWrap li p{width: 70%;text-align: left;float:left;color:#111;font-weight:bold;letter-spacing:-0.03em;line-height:16px;}
.productWrap li span{color:#666;font-weight: normal;display:block;font-size:13px; }
.productWrap li button{width:30%;border-radius:6px;line-height:24px;padding: 5px 0;background-image: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0));text-align: center;color:#222;font-weight: bold;}
.productWrap li button:hover{background-image: linear-gradient(to top, rgba(0,0,0,0.14), rgba(0,0,0,0));}
.productEtc{padding:12px 0 60px 40px;text-align: left;color:#222;font-size:16px;line-height:160%}

.floatLeft{float: left;}
.padR30{padding-right:30px;}
.padB30{padding-bottom:30px;}
.padB180{padding-bottom:180px;}
.padT120{padding-top:120px;}

#about,#farm,#contact{background: url('../imgs/subBg.jpg') no-repeat;background-size:cover;min-height:100%}
#contact{position: relative;}
#contact .subContents{text-align: center;}
.namecard{margin:50px auto;width:52%;}
#contact .subContents p img{width:30%}
#contact footer{font-size:14px;line-height:20px;margin-bottom:20px;background:none;width:100%;padding-bottom:10px;margin-top:50px;}
#contact footer p.copy{font-size:12px;color:#666;}

.modal{top:25%;}
.modal-dialog{width:500px !important;}
.modal-header{border-bottom:0;height:58px;background: #660000;border-radius:5px 5px 0 0}
.modal-header h5{color:#fff;font-weight: bold;font-size:18px;}
.modal-header .close{margin-top: -31px !important;}
.close{font-size:38px !important;opacity:.3 !important;}
.modal-body{padding: 30px 0 20px !important;font-size:24px;font-weight: 600;color:#222;background: #fafafa}
.modal-body p{font-weight: normal;padding-top: 5px;font-size:18px;color:#444}
.modal-body span{color:#3374ff;padding-right:6px;}
.modal-footer{text-align: center;border-top:1px solid #eee;font-size:22px;padding: 35px 0 30px}
.modal-footer img{padding-right:10px;margin-top:-2px}