@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap'); /*¿µ¹® ÇÊ±âÃ¼*/

@font-face {
  font-family: "S-CoreDream-7ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansB';
  src: url(./GmarketSansTTFBold.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansM';
  src: url(./GmarketSansTTFMedium.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansL';
  src: url(./GmarketSansTTFLight.woff) format('woff');
}
body, div, span,
h1, h2, h3, p,
a,
img, strong,
ol, ul, li {
    margin: 0;
    padding: 0;
    outline: none;
    color: #000;
    list-style: none;
    text-decoration: none;
}

img {
    border: 0;
    outline: 0;
}

#whatpage {
    display: none
}

.hide {
    position: absolute;
    left: -9999px;
}

body {
    min-width: 1600px;
    font-family: 'Noto Sans KR', 'Roboto', Arial, sans-serif;
    position: relative;
}

header {
    position: relative;
    width: 100%;
    height: 940px;
    margin: 0 auto;
    padding: 0;
    border: 0px solid red;
    overflow: hidden;
}


/*Navi*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100px;
    transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

#header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0.8);
    transition: background 0.3s;
    content: '';
}

#header:before {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    content: '';
}

#header .header_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 1450px;
    margin: 0 auto;
    height: 100px;
    left: 0%;
    border: 0px solid red;
}

#header .header_inner h1 {
    position: absolute;
    top: 28px;
    left: 50px;
}

#header .header_inner h1 a {
    display: block;
    overflow: hidden;
    width: 147px;
    height: 62px;
    text-indent: -999px;
    background: url('../img/farmstore.png') no-repeat;
    background-size: contain;
}

#header .header_inner .top_util {
    position: absolute;
    top: 42px;
    right: 20px;
}

#header .header_inner .top_util:after {
    content: '';
    display: block;
    clear: both;
}

#header .header_inner .top_util li {
    position: relative;
    float: left;
}

#header .header_inner .top_util li:first-child {
    margin-right: 20px;
}

/*#header .header_inner .top_util li+li:before {
	position:absolute;
	top:50%; left:0;
	width:1px;
	height:10px;
	background:#ffffff;
	content:'';
	}*/
#header .header_inner .top_util li a {
    color: #2e2a2a;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 0 8px;
    text-decoration: none;
}

#header .header_inner .top_util li a:hover {
    text-decoration: underline;
}

#header.open {
    height: 200px;
}

#header.open:after {
    background: #fff;
}

#header.open .header_inner {
}

#header.open h1 a {
    background-image: url('../img/farmstore.png');
}

#header.open li + li:before {
    background: #292929
}

#header.open .header_inner .top_util li a {
    color: #000;
}

#gnb {
    margin-left: 280px;
    text-align: center;
    font-weight: 400;
    border: 0px solid red;
}

#gnb > ul {
    display: inline-block;
    width: 100%;
}

#gnb > ul > li {
    position: relative;
    float: left;
    margin-right: 50px;
}

#gnb > ul > li > a {
    display: block;
    color: #2e2a2a;
}

#gnb > ul > li > a b {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 105px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#gnb > ul > li > a b:after {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 35px;
    height: 2px;
    background: #9a7a4f;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb > ul > li:hover > a {
    color: #9a7a4f;
}

#gnb > ul > li:hover > a b:after {
    left: 0;
    width: 100%;
}

#gnb .sub {
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    width: 1200px;
}

/*
#gnb .s_size02 {
    left: -175px;
}

#gnb .s_size03 {
    left: -140px;
}

#gnb .s_size04 {
    left: -280px;
}

#gnb .s_size05 {
    left: -428px;
}
*/


#gnb .sub > ul {
    position: relative;
   /* margin-left: 0px; margin-left:-258px;*/
}

#gnb .sub > .s_size01{
    position: relative;
    margin-left:0;
}
#gnb .sub > .s_size02{
    position: relative;
    margin-left:-175px;*
}
#gnb .sub > .s_size03{
    position: relative;
    margin-left:-150px;*
}
#gnb .sub > .s_size04{
    position: relative;
    margin-left:-12px;*
}
#gnb .sub > .s_size05{
    position: relative;
    margin-left:-12px;*
}

#gnb .sub > ul > li {
    float: left;
    border: 0px solid red;
}

#gnb .sub > ul > li:first-child {
    font-size: 27px;
    color: #2e2a2a;
    line-height: 2;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin-right: 40px;
}

#gnb .sub > ul > li > a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #535050;
    line-height: 50px;
    font-weight: 400;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: -0.05em;
}

#gnb .sub > ul > li:hover > a {
    color: #535050;
    text-decoration: none;
}

#gnb .sub > ul > li:hover > a:hover {
    color: #535050;
    text-decoration: underline;
}

#gnb .sub .before_link {
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    margin-left: -600px;
    font-weight: 400;
}

#gnb .depth3 {
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 100;
    width: 5000px;
    height: 0;
    margin-left: -2500px;
    background: #9a7a4f;
    transition: all 0.3s;
}

#gnb .sub li.on .depth3 {
    height: 50px;
}

#gnb .depth3 ul {
    position: relative;
    z-index: 110;
    width: 1000px;
    margin: auto;
}

#gnb .depth3 li {
    float: left;
}

#gnb .depth3 li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    line-height: 50px;
    transition: all 0.3s;
}

#gnb .depth3 li:hover a {
    color: #2e2a2a
}


.open #gnb > ul > li > a {
    color: #2e2a2a;
}

#gnb > ul > li.on > a {
    color: #9a7a4f;
}


div.layer_popup{
	position:absolute;  
	z-index:14; 
	display:none; 
	visibility: visible; 
	overflow:hidden;
	margin:0;
	padding:0;
	}
div.layer_popup img{
	display:block;
	margin:0;
	padding:0;
	}
div.layer_popup p{
	width:100%;
	height:30px;
	background:#595a6a;
	text-align:right;
	color:#fff;
	font-size:13px;
	line-height:1.5;
	}
div.layer_popup p input[type=checkbox]{
	width:18px;
	height:18px;
	border:1px solid #fff;
	margin-right:5px;	
	vertical-align:-3px;
	}
div.layer_popup p a{
	display:inline-block;
	height:100%;
	margin-left:8px;
	margin-right:10px;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	font-size:13px;
	}



header .swiper {
    width: 100%;
    height: 938px;
    overflow: hidden;
}

header .swiper-slide {
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0;

}

header .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 938px;
    object-fit: cover;
}
header .swiper-slide p {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    border:0px solid red;
    margin-top:300px;
    text-align:Center;
    color:#fff;
    font-size:20px;
}
header .swiper-slide p.dep1 {
    font-family:Oooh Baby;
    font-size:80px;
}
header .swiper-slide p.dep2 {
    font-family:GmarketSansM;
    font-size:80px;
    padding-top:30px;
    letter-spacing:-0.05em
}
header .swiper-slide p.dep2 span{
	display:block;
	color:#fff;
	font-size:50px;
	font-family:GmarketSansL;
	padding-top:20px;
	letter-spacing:-0.05em
	}
header .swiper-slide span.bar {
    position: absolute;
    left: 800px;
    top: 60px;
    font-size: 70px;
    font-family: Open Sans;
    font-weight: 700;
    color: #000;
    line-height: 1;
    height: 70px;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

header .swiper-slide span.t1 {
    position: absolute;
    left: 800px;
    top: 160px;
    font-size: 25px;
    font-weight: 500;
    color: #424242;
    line-height: 1;
    height: 25px;
    border: 0px solid red;
    letter-spacing: -0.05em;
}

header .swiper-slide span.t2 {
    position: absolute;
    left: 800px;
    top: 225px;
    font-size: 20px;
    font-weight: 400;
    color: #424242;
    line-height: 1.3;
    border: 0px solid red;
    letter-spacing: -0.05em;
}


header .swiper-button-next,
header .swiper-button-prev {
    border: 0px solid red;
    top: 30px;
    width: 13px;
    height: 22px;
    color: #000;
    background-repeat: no-repeat;
}

header .swiper-button-next {
    background-image: url(../img/main/part_button_2.png);
    left: 350px;
}

header .swiper-button-prev {
    background-image: url(../img/main/part_button_1.png);
    left: 300px;
}

header .swiper-button-next::after, /*???? ????*/
header .swiper-button-prev::after {
    display: none;
}

header .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}

header .swiper-pagination {
    position: absolute;
    left: 0;
    width: 300px;
    border: 0px solid red;
    height: 20px;
}

header .swiper-pagination-bullet {
    position: relative;
    float: left;
    width: 42px;
    height:8px;
    font-size: 0;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    padding: 0;
    background-color: #c2c2c0;
    border: 0px solid red;
}

header .swiper-pagination-bullet-active {
    background-color: #fff;

b {
    animation-name: countingBar;
    animation-duration: 3s; /*autopaly ?©£??? ???????*/
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

}

@keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


section {
    position: relative;
    width: 100%;
    margin: 100px auto 200px auto;
    padding: 0;
    overflow: hidden;
}
section h3 {
	display:block;
  width: 100%;
  height: auto;
  font-size: 70px;
  font-family:GmarketSansB;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 60px;
}
section h3 span{
	display:block;
	font-size:50px;
  font-family:Nanum Brush Script;
  font-weight:400;
  letter-spacing:0;
	}

section.msct01 {
    height:auto;
    border: 0px solid red;
}
section.msct01 ul{
	position:relative;
	width:100%;
	height:330px;
	margin:0 auto;
	border:0px solid red;
	text-align:center;
	padding:0;
	}
section.msct01 ul li{
	display:inline-block;
	margin:0 35px 0 auto;
	width:320px;
	height:320px;
	border-radius:10px;
	overflow:Hidden;
	text-align:Center;
	font-size:20px;
	font-weight:500;
	line-height:25;
	letter-spacing:-0.05em;
	color:#000;
	background-position:50% 50px;
	background-repeat:no-repeat;
	}
section.msct01 ul li:nth-child(1),
section.msct01 ul li:nth-child(3){
	background-color:none;
	border:1px solid #0e9988;
	}
section.msct01 ul li:nth-child(2),
section.msct01 ul li:nth-child(4){
	background-color:#eef6f5;
	}
section.msct01 ul li:nth-child(1){
	background-image:url(../img/solution_icon1.png);
	}	
section.msct01 ul li:nth-child(2){
	background-image:url(../img/solution_icon2.png);
	}
section.msct01 ul li:nth-child(3){
	background-image:url(../img/solution_icon3.png);
	}			
section.msct01 ul li:nth-child(4){
	background-image:url(../img/solution_icon4.png);
	margin:0 auto;
	}

section.msct02 {
	width:1400px;
  height:auto;
  border:0px solid red;
}
section.msct02 ul{
	position:relative;
	width:100%;
	height:200px;
	margin:0 auto;
	border:0px solid red;
	text-align:center;
	padding:0;
	}
section.msct02 ul li.case1{
	display:inline-block;
	margin:0 35px 0 auto;
	width:320px;
	height:200px;
	background:url('../img/case1.jpg') no-repeat;
	}
section.msct02 ul li.case2{
	display:inline-block;
	margin:0 35px 0 auto;
	width:320px;
	height:200px;
	background:url('../img/case2.jpg') no-repeat;
	}
section.msct02 ul li.case3{
	display:inline-block;
	margin:0 35px 0 auto;
	width:320px;
	height:200px;
	background:url('../img/case3.jpg') no-repeat;
	}	
section.msct02 ul li.case4{
	display:inline-block;
	margin:0 auto;
	width:320px;
	height:200px;
	background:url('../img/case4.jpg') no-repeat;
	}
section.msct02 a{
	position:relative;
	display:block;
	margin:75px auto 0 auto;
	width:300px;
	height:auto;
	border-radius:50px;
	background:#0e9988;
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#fff;
	line-height:3;
	letter-spacing:-0.05em;
	overflow:hidden;
	}




section.bot_common {
    height: 1000px;
    background: url(../img/common/why_uba.jpg) center center no-repeat;
}

footer {
    position: relative;
    width: 100%;
    height: 350px;
    background: #212121;
    overflow: hidden;
}

footer div {
    position: relative;
    width: 1600px;
    height: 255px;
    margin: 95px auto 0 auto;
    border: 0px solid red;
}

footer div ul.menu {
    position: absolute;
    left: 140px;
    top: 20px;
    border: 0px solid #fff;
}

footer div ul.menu li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-right: 1px solid #fff;
}

footer div ul.menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #c0c0c0;
    text-decoration: none;
}

footer div ul.menu li:first-child {
    padding-left: 0;
}

footer div ul.menu li:first-child a {
    color: #9a7a4f;
}

footer div ul.menu li:last-child {
    border-right: 0px solid #c0c0c0;
}

footer div address {
    position: absolute;
    height: auto;
    left: 140px;
    top: 60px;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    line-height: 1.8;
    letter-spacing: -0.03em;
    color: #c0c0c0;
}

footer div address span {
    font-size: 13px;
    color: #c0c0c0;
    letter-spacing: -0.03em;
}

footer div img.circle {
    position: absolute;
    right: 0;
    top: 0;
    animation: rotate_image 10s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

footer div ul.sns {
    position: absolute;
    right: 220px;
    top: 60px;
    border: 0px solid red;
    height: 33px;
}

footer div ul.sns li {
    float: left;
    width: 35px;
    height: 33px;
    margin-left: 30px;
}

.pic-100{
	width:100px;
	height:100px;
}
.pic-200{
	width:200px;
	height:100px;
}