@charset "utf-8";

html, body, div, span, iframe, input, button,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, address, img, small, strong, sub, select,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, hr,
label, legend, table, caption, tbody, tr, th, td, 
article, aside, footer, header, hgroup, nav, section, select{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}
ol, ul, dl{
	list-style-type: none;
}

/* table still need 'cellspacing="0" in the markup */
table{
	border-collapse: collapse; 
	border-spacing: 0;
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {
	content: "";
	content: none;
}
blockquote, q {quotes: "" "" ;}

/* basic reset */
body {			   line-height: 1;}
img {					border: 0;}
input, img{vertical-align: middle;}
a:link{		text-decoration: none;}
a:hover{	text-decoration: underline;}
a:visited{	text-decoration: none;}
a:active{	text-decoration: none;}
fieldset{			 border: none;}
blockquote, q {		 quotes: none;}

/* hidden */
.hideClass{
	display: none !important;
}

/* font ------------------------------------------------------- */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
		src: url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Regular.eot);
		src: url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Regular.eot?#iefix) format('embedded-opentype'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
		src: url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Bold.eot);
		src: url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Bold.eot?#iefix) format('embedded-opentype'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Bold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Bold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
		src: url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-ExtraBold.eot);
		src: url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-ExtraBold.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-ExtraBold.woff) format('woff'),
		url(//fonts.gstatic.com/ea/Nanum Gothic/v5/Nanum Gothic-ExtraBold.ttf) format('truetype');
}

/* font */
body {
	font-family: 'Nanum Gothic', '나눔고딕', 'dotum', '돋움', sans-serif;
	font-size: 12px;
	color: #303333;
}

/* Ir method */
.hidden{
	overflow: hidden !important; 
	position: absolute !important; 
	visibility:hidden;
	top: 50% !important;
	left: 50% !important; 
	width: 0 !important; 
	height: 0 !important; 
	line-height: 0 !important; 
	margin: 0 !important; 
	padding: 0 !important; 
	font-size: 0 !important; 
	z-index: -1 !important; 
} 

/* textarea */
textarea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 20px;
	margin: 0;
	padding: 5px;
	border: 1px solid #e1e1e1;
	border-color: #e1e1e1;
	border-radius: 3px;
	resize: vertical;
	font-size: 12px;
	font-family: 'Nanum Gothic', '나눔고딕', 'dotum', '돋움', '나눔바른고딕', Helvetica, sans-serif;
}

/* basic setting ------------------------------------------------------- */

/* button ------------------------------------------------------ */
button{
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0;
	text-align: center;
	font-family: 'Nanum Gothic', '나눔고딕', 'dotum', '돋움', '나눔바른고딕', Helvetica, sans-serif;
	cursor: pointer;
}

button:focus::-moz-focus-inner,
button:active::-moz-focus-inner{
	border: 1px solid #a5c7fe;
}

/* selecbox ------------------------------------------------------- */
select{
	font-size: 12px;
}
/* //selecbox ------------------------------------------------------- */

/* label, input:checkbox, input:image input:submit ------------------------------------------------------ */
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="text"]{
	font-family: 'Nanum Gothic', '나눔고딕', 'dotum', '돋움', '나눔바른고딕', Helvetica, sans-serif;
}
input[type="file"]{
	overflow: hidden !important; 
	position: absolute !important; 
	top: 0 !important;
	left: 0 !important; 
	width: 0 !important; 
	height: 0 !important; 
	line-height: 0 !important; 
	margin: 0 !important; 
	padding: 0 !important; 
	font-size: 0 !important; 
	z-index: -1 !important; 
}
input[type="image"]{
	cursor: pointer;
}
input[type="submit"]{
	border: 0px;
	border-radius: 0px;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}

/*---------------------------- layout */
html,
body{
	min-width: 1024px;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
}
body{
	position: relative;
}
#wrapper,
#header{
	min-width: 1024px;
	z-index: 10;
}
#wrapper{
	position: relative;
	background-color: #fff;
}
#wrapperSP #header{
	height: 70px;
	background-color: #698517;
}
#wrapper #header{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 70px;
	background-color: #698517;
}
#wrapper #header .header_contents,
#wrapperSP #header .header_contents{
	width: 1024px;
	margin: auto;
}
#wrapper #content{
	clear: both;
}
/*---------------------------- //layout */

/* header */
.header_contents .logo{
	float: left;
	line-height: 50px;
}
.header_contents fieldset{
	height: 50px;
	padding-top: 10px;
}
.header_contents .header_menu{
	float: right;
	line-height: 50px;
}
.header_contents:after,
.header_contents .header_menu:after{
	display: block;
	content: '';
	clear: both;
}
.header_contents .header_menu li{
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
}
.header_contents .header_menu li{
	text-align: center;
}
/* 전화번호 로그인 { */
.header_contents .header_menu .btn_phone_login a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	border-radius: 5px;
	color: #000 !important;
	background: #ececec;
}
.header_contents .header_menu .btn_phone_login a:hover{
	color: #000;
	background: #ddd;
}
/* } 전화번호 로그인 */
.header_contents .header_menu a{
	color: #282828;
	font-size: 14px;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}
.header_contents .header_menu a:hover,
.header_contents .header_menu a.on{
	text-decoration: none;
	color: #fff;
}

/* 구글 계정으로 로그인 버튼 */
#google-login-btn {
	background: white;
    height: 48px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

#google-login-btn:hover {
	background: #eeeeee;
}

#google-login-btn div {
	display: inline-block;
}

#google-login-btn svg {
	vertical-align: top;
	margin-top: 15px;
}

#google-login-btn span {
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
}

/* 로그 아웃 버튼 */
.header_contents .header_menu #userInfoDiv{
	float: left;
	padding: 0 10px;
}
.header_contents .header_menu #userInfoDiv .nicknameSpan{
	font-weight: bold;
}
.header_contents .header_menu #logout-btn{
	float: right;
	width: 100px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	background-color: #aaa;
}

/* content */
#content .content_txt_top{
	width: 100%;
	height: 90%;
	margin: auto;
	background: #e9e9eb url("img/bg_farming.jpg") no-repeat center top;
	background-size: cover;
}
#content #wfarming{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 1024px;
	width: 1024px;
	height: 100%;
	padding-top: 200px;
	margin: auto;
	text-align: center;
}
#content #wfarming h2{
	font-size: 60px;
}
#content #wfarming p{
	padding-top: 50px;
	line-height: 40px;
	font-size: 30px;
}
#content #wfarming a{
	display: block;
	width: 172px;
	height: 60px;
	margin: 130px auto 0 auto;
}
#content .content_txt_mid{
	min-height: 995px;
	height: 100%;
	width: 100%;
}
#content .content_txt_mid #wfunction{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 70px 15px 0 15px;
	width: 1024px;
	min-width: 1024px;
	margin: auto;
}
#content .title_txt{
	padding: 20px 0 0 0;
	font-size: 30px;
	color: #191919;
}
#content .content_txt_mid ul li{
	vertical-align: top;
	display: inline-block;
	width: 480px;
	margin: 20px 7.5px 20px 7.5px;

}
#content .content_txt_mid ul li h3{
	height: 80px;
	line-height: 35px;
	font-size: 25px;
	padding-bottom: 10px;
}
#content .content_txt_mid ul li p{
	font-size: 20px;
	line-height: 35px;
}

/* 인쇄 (영농일지) */

#content .print_box{
	padding-top: 70px;
	min-width: 1024px;
	width: 1024px;
	margin: auto;
}
#content .print_box select{
	height: 30px;
	line-height: 30px;
	border-color: #bdbdbd;
	border-radius: 5px;
}
#content .print_box .p_header_t{
	position: relative;
}
#content .print_box h2{
	vertical-align: top;
	display: inline-block;
}
#content .print_box .p_header_t .inp_date{
	vertical-align: bottom;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 5px;
	text-align: center;
}
#content .print_box .p_header_t .txt{
	display: inline-block;
	vertical-align: bottom;
	width: 35px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#content .print_box .p_header_t .my_farm_diary{
	vertical-align: bottom;
	display: inline-block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 155px;
	text-align: center;
}
#content .print_box .p_header_t .btn_inquiry{
	vertical-align: bottom;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	color: #fff;
	background-color: #9BC100;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
#content .print_box .p_header_t .btn_inquiry:hover{
	background-color: #94B703;
}
#content .print_box .p_header_t .print_btn{
	position: absolute;
	top: 18px;
	right: 0px;
	width: 60px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #aaa;
	border-radius: 5px;
	color: #3c1e1e;
	background-color: #fff;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
#content .print_box .p_header_t .print_paper{
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 8px;
	display: block;
	width: 40px;
	height: 0px;
	line-height: 10px;
	font-size: 10px;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	background-color: #fcfcfc;
	box-shadow: inset 1px 33px 15px -30px rgba(0,0,0,0.75);
	transition: 0.5s ease;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	z-index: -1;
}
#content .print_box .p_header_t .print_btn:hover{
	border-color: #191919;
}
#content .print_box .p_header_t .print_btn:hover .print_paper{
	top: 20px;
	height: 35px;
}

/* 인쇄테이블 */
/*테이블은 width 500px 좌우 6px씩 마진 그럼 전체 1024px 이미지는 width235px*/
#content .print_box .print_boxes{
	margin-top: 30px;
	z-index: -2;
}
#content .print_box .print_boxes .boxes{
	vertical-align: top;
	width: 1024px;
}
#content .print_box .print_boxes .boxes table{
	width: 1024px;
	font-size: 19px;
}
#content .print_box .print_boxes .boxes table .diary_date th{
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #dcdcdc;
}
#content .print_box .print_boxes .boxes table .basic_end th,
#content .print_box .print_boxes .boxes table .basic_end td{
	padding-bottom: 20px;
}
#content .print_box .print_boxes .boxes table .type_start th,
#content .print_box .print_boxes .boxes table .type_start td{
	padding-top: 20px;
	border-top: 1px solid #dcdcdc;
}
#content .print_box .print_boxes .boxes table .type_end th,
#content .print_box .print_boxes .boxes table .type_end td{
	/* 	height: 150px; 2016-01-13 이미지 롤링으로 인한 주석처리 */
	padding-bottom: 20px;
}
#content .print_box .print_boxes .boxes table .type_end:nth-last-child(1) th,
#content .print_box .print_boxes .boxes table .type_end:nth-last-child(1) td{
	border-bottom: 0;
}
/*  2016-01-13 이미지 롤링으로 인한 주석처리 */
#content .print_box .print_boxes .boxes table th{
	width: 150px;
}
#content .print_box .print_boxes .boxes table td{
	width: 350px;
}
/* 2016-01-13 이미지 롤링으로 인한 주석처리 */
#content .print_box .print_boxes .boxes table th,
#content .print_box .print_boxes .boxes table td{
	height: 30px;
	line-height: 25px;
	border-collapse: collapse;
}
#content .print_box .print_boxes .boxes table .dis_block td{
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
/* 2016-01-13 롤링으로 인한 주석처리 */
#content .print_box .print_boxes .boxes .picture_box{
	vertical-align: top;
	text-align: center;
}
#content .print_box .print_boxes .boxes .picture_box figure{
	display: inline-block;
	float: left;
}
#content .print_box .print_boxes .boxes .picture_box figure:first-child{
	margin-right: 10px;
}
#content .print_box .print_boxes .boxes .picture_box figure:after{
	content: '';
	display: block;
	clear: both;
}
#content .print_box .print_boxes .boxes .picture_box img{
	vertical-align: top;
	display: inline-block;
	width: 200px;
}
#content .print_box .print_boxes .boxes .picture_box img:first-child{
	margin-bottom: 10px;
}
/* 2016-01-13 롤링으로 인한 주석처리 */

/* 이미지 롤링 */
.rolling_box {
	width: 1024px;
	height: 280px;
	margin-bottom: 20px;
	position: relative;
}

.rolling_box .nav_button{
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	opacity: 0.7;
	width: 50px;
	height: 50px;
	margin: auto;
	top: 0;
	bottom: 0;
}

.rolling_box .prev_button {
	background-image: url('./img/btn_circle_prev.png');
}

.rolling_box .next_button {
	background-image: url('./img/btn_circle_next.png');
	top: 0;
	bottom: 0;
	right: 0;
}

.rolling_box .image_box {
	max-width: 100%;
	height: 100%;
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.rolling_box .image_box .rolling_con {
	width: auto;
	height: 100%;
	margin-left: 7px;
	margin-right: 7px;
	display: inline;
	vertical-align: middle;
	background-color: #dcdcdc;
}

.rolling_box .image_box .rolling_con *:not(img) {
	width: 100%;
	height: 100%;
	display: inline;
	vertical-align: middle;
}

.rolling_box .image_box .rolling_con img {
	max-width: 100%;
    max-height: 100%;
	display: inline;
	vertical-align: middle;
}

/*
#content .print_box .print_boxes .boxes .picture_box .rolling_con{
	overflow: hidden;
	width: 1024px;
	height: 100px;
	margin-bottom: 20px;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con:after,
#content .print_box .print_boxes .boxes .picture_box .rolling_con .rolling_box .my-gallery:after{
	display: block;
	content: '';
	clear: both;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con .btn_prev,
#content .print_box .print_boxes .boxes .picture_box .rolling_con .btn_next{
	vertical-align: top;
	float: left;
	width: 25px;
	height: 87px;
	margin-top: 7px;
	background-color: #fff;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con .btn_next{
	float: right;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con .rolling_box{
	float: left;
	overflow: hidden;
	width: 960px;
	height: 100px;
	margin-left: 7px;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con .rolling_box .my-gallery{
	width: 1500px;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con .rolling_box .my-gallery figure{
	float: left;
	margin-right: 10px;
}
#content .print_box .print_boxes .boxes .picture_box .rolling_con .rolling_box .my-gallery img{
	width: 180px;
	height: 100px;
}
*/

/* footer */
#foot{
	border-top: 1px dashed #aaa;
	color: #191919;
	background-color: #f9f9f9;
}
#foot .footer{
	min-width: 1024px;
	width: 1024px;
	margin: auto;
}
#foot .footer a{
	color: #191919;
}
#foot .footer .footer_lt,
#foot .footer .footer_rt{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	padding: 40px 0;
}
#foot .footer .footer_lt dt,
#foot .footer .footer_lt dd{
	vertical-align: top;
	display: inline-block;
	font-size: 13px;
	height: 30px;
}
#foot .footer .footer_rt li{
	text-align: right;
	font-size: 13px;
	height: 30px;
}

/*------------------------------- 이용약관 및 개인정보 취급방침 */
#wrapperSP{
	margin: auto;
	font-size: 15px;
}
#wrapperSP #servicePrivacy{
	width: 1004px;
	min-width: 1004px;
	padding: 30px 10px 0px 10px;
	margin: auto;
}
#wrapperSP #servicePrivacy .sp_tab a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #868686;
	border: 1px solid #dadada;
	font-size: 13px;
}
#wrapperSP #servicePrivacy .sp_tab a:hover,
#wrapperSP #servicePrivacy .sp_tab a.on{
	text-decoration: none;
	border-color: #20c05c;
	color: #20c05c;
}
#wrapperSP .service_txt,
#wrapperSP .privacy_txt{
	padding: 20px 0;
	line-height: 20px;
}
#wrapperSP h1{
	padding: 15px 0 10px 0;
	font-size: 20px;
}
#wrapperSP #header h1{
	padding: 0;
}
#wrapperSP h2{
	padding: 8px 0;
	font-size: 17px;
}
#wrapperSP h3{
	padding: 5px 0;
	font-size: 15px;
}
#wrapperSP .od_list{
	padding-left: 15px;
}
#wrapperSP .td_list{
	padding-left: 25px;
}
#no_diary{
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 40px;
	color: #F16129;
}

/* 로그인 영역 { */
.sound_only{
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important;
}
#contentDivLogin {
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('img/bg_popup.png') repeat;
	z-index: 1000;
}
#contentDivLogin article{
	position: relative;
	width: 400px;
	margin: auto;
	margin-top: 250px;
	padding: 20px 20px 0 20px;
	border-radius: 5px;
	background: #fff;
}
#contentDivLogin #popupAuthFirst,
#contentDivLogin #popupAuthSecond,
#contentDivLogin #popupPassword,
#contentDivLogin #popupPwFind{
	padding-bottom: 20px;
}
#contentDivLogin article h2{
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #698517;
}
#contentDivLogin article p{
	line-height: 1.2em;
	padding: 10px;
}
#contentDivLogin article p a{
	color: red;
}
#contentDivLogin article button{
	width: 400px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 1.2em;
	color: #fff;
	background: #698517;
}
#contentDivLogin article .btn_find_pw{
	color: #000;
}
#contentDivLogin article .btn_close{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #000;
	background: #fff;
}
#contentDivLogin article .btn_wrap{
	margin-top: 10px;
}
#contentDivLogin article .inp_text{
	width: 391px;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:1px solid #ddd;
	font-size: 1.2em;
}
#contentDivLogin article .effective_time{
	display: block;
	text-align: center;
	font-size: 1.3em;
}
#contentDivLogin article .btn_register{
	margin-bottom: 30px;
}
#contentDivLogin article .btn_find_pw{
	display: block;
	width: auto;
	margin: auto;
	text-decoration:underline;
	background: none;
}
/* } 로그인 영역 */

/* jQuery UI dialog no-close */
.no-close .ui-dialog-titlebar-close {
	display: none;
}

@media print {
	#header,#foot,.print_header{display: none;}

	.print_boxes .boxes table{
	}
	
	.dis_block td{
		height: 1px;
		line-height: 1px;
		display: block;
		page-break-inside: always;
	}
	
	.print_boxes{
		page-break-after: always;
	}
	
	.rolling_box {
		overflow: hidden;
	}

	.rolling_box .image_box {
		padding-bottom: 20px;
	}
}