@charset "utf-8";

/**
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Nanum Myeongjo', serif;
**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');


.clear_fx{*zoom:1;}
.clear_fx:after{content:''; display:block; clear:both;}

#gnb{position:relative;float: right;}

#mainWrapper{
	min-width:1200px;
	font-family: 'Noto Sans KR', sans-serif;
	background: #fff;
}

/** top menu **/
.top_menuwrap{
	/* position: fixed; */
	position:absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    background: transparent;
    min-width:1200px;
}

.top_menuwrap .top_menuin{
	position:relative;
	width:1200px;
	margin:10px auto 0;
	padding:0;
	box-sizing:border-box;
}

.top_menuwrap .top_menuin .t_logo{
	float:left;
}

.top_menuwrap .top_menuin .top_menu{
	float:right;
	position: relative;
}

.top_menuwrap .top_menuin .top_menu .show_menu {
	position:relative;
}

.top_menuwrap .top_menuin .top_menu .show_menu a{
	font-family: 'Noto Sans KR', sans-serif;
	position:relative;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.top_menuwrap .top_menuin .top_menu .show_menu > ul > li{
	position:relative;
	padding:0px 40px;
	float:left;
}

.top_menuwrap .top_menuin .top_menu .show_menu > ul > li > a{
	display:block;
	color:#000;
	font-size:18px;
	height:81px;
	line-height:64px;
}

.top_menuwrap .top_menuin .top_menu .show_menu .under_l{
    position: absolute;
    bottom: 0px;
    height:2px;
    background:#ba7e54;
    opacity:0;
    text-align: left;
    left: 0px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.top_menuwrap .top_menuin .top_menu .sub_menu{
	display:none;
	position:absolute;
	top:77px;
	left:0px;
	text-align:center;
	width:100%;
	z-index: 3;
	padding-top:30px;
}

.top_menuwrap .top_menuin .top_menu .sub_menu a{
	font-size:15px;
	padding:10px 0px;
	display:block;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.top_menuwrap .top_menuin .top_menu .sub_menu a:hover{
	color:#ba7e54;
}

.top_menuwrap .top_mask{
	display:none;
	width: 100%;
    position: absolute;
    z-index: 2;
    background: #fff;
    height: 229px;
    top: 155px;
    border-top: 1px solid #ba7e54;
}

.top_menuwrap .buy_shop{
    position: absolute;
    top: 36px;
    right: 0px;
    background:url('/imgv2/cart_btn.png') no-repeat 25px center;
    background-color: #ba7e54;
    display: block;
    height: 49px;
    overflow: hidden;
    line-height: 2.777;
    font-size: 18px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
}

.top_menuwrap .buy_shop a{
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
	font-size:18px;
	display:block;
	padding-left: 63px;
    padding-right: 32px;
}

.main_outwrap{
	position:relative;
	z-index:1;
	background:#fff;
}

/** main 상단 **/
.main_visualwrap{
	height:980px;
}

.main_visualwrap > div{
	height:100%;
}

.main_visualwrap .swiper-slide{
	position:relative;
	text-align: center;
	font-size: 18px;
	background: #fff;

	-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;
}

.main_visualwrap .slide-textbox{
	position:absolute;
	left:50%;
	top:44%;
	width:1144px;
	margin-left:-572px;
	text-align:left;
	color:#fff;
	font-family: 'Nanum Myeongjo', serif;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.main_visualwrap .slide-textbox b{
	font-weight:600;
	font-size:57px;
}

.main_visualwrap .slide-textbox div{
	display:inline-block;
	font-family: 'Nanum Myeongjo', serif;
	font-size:34px;
	line-height:2em;
	opacity:0;
	margin-left:130px;
}

.main_visualwrap .slide-textbox p{
	font-family: 'Nanum Myeongjo', serif;
	font-size:34px;
	line-height:1.5em;
	margin-left:100px;
	text-align:center;
	opacity:0;
}

.main_visualwrap .text_over{
	color:#fff;
}

.main_visualwrap .last-tx{
	padding-left:54px;
}

.main_visualwrap .swiper-pagination{
	bottom:90px!important;
}

.main_visualwrap .swiper-pagination-bullet{
	width:16px!important;
	height:16px!important;
	background:#fff;
	opacity:1;
	margin:0px 5px!important;
}

.main_visualwrap .swiper-pagination-bullet-active{
	width:36px!important;
	height:16px!important;
	border-radius:10px!important;
	background:#ccc !important;
}


.order_boxwrap{
	width:1200px;
	margin:0 auto;
	background:#357714;
	margin-top:-50px;
	position:relative;
	z-index:2;
	height:100px;
}

.order_boxwrap:after{
	content:"";
	display:block;
	clear:both;
}

.order_box{
	float:left;
	width:33.333%;
	color:#fff;
	position:relative;
	height:100%;
	box-sizing:border-box;
	border-left:solid 1px rgba(255,255,255,0.2);
}

.order_box a{
	color:#fff!important;
	font-family: 'Noto Sans KR', sans-serif;
}

.order_box:first-child{
	border-left:0;
}

/*.order_box:first-child dd{
	padding-left:168px!important;
}*/

.order_box dl,
.order_box dt,
.order_box dd{
	margin:0px;
	padding:0px;
}

.order_box .detailbox{
	padding:0 0 0 0;
}

.order_box .detailbox dt {
	font-size:20px;
	font-weight:500;
	line-height:100px;
	float:left;
	padding-left:38px;
}

.order_box .detailbox dd{
	opacity:0.6;
	font-size:18px;
	line-height:100px;
	padding-left:168px;
	font-weight:400;
}

.order_box .detailbox span{
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-10px;
	padding-right:33px;
	font-size:18px;
	letter-spacing:0;
	background:url(/imgv2/gobg.png) right center no-repeat;
	line-height:20px;
	height:20px;
	text-indent:-999em;
	overflow:hidden;
}


/* main 중앙영역 1 */
.main_cntbox {
	padding-bottom:143px;
}

.main_cntbox.gray{
	background:#f4f4f4;
	padding:160px 0 80px 0;
}

.main_cntbox:after{
	content:"";
	display:block;
	clear:both;
}

.main_cntbox h2{
	padding-top:120px;
	padding-bottom:100px;
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing:-1px;
	font-size:45px;
	font-weight:400;
	color:#111;
}

.main_cntbox h2 span{
	display:block;
	margin:0 auto 2px;
	width:36px;
	height:2px;
	background:#111;
}

.main_motion {
	clear:both;
	position:relative;
}

.main_motion + .main_motion{
	margin-top:183px;
}

.main_motion .grayBox{
	position:absolute;
	width:77%;
	left:23%;
	top:0;
	background:#f3f3f3;
	height:418px;
	opacity:0;
	-ms-transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-ms-transform-origin:right;
	-webkit-transform-origin:right;
	transform-origin:right;
}

.main_motion .motionInner {
	width:1200px;
	height:375px;
	margin:0 auto;
	position:relative;
	z-index:1; 
	font-family: 'Noto Sans KR', sans-serif;
}

.main_motion .motionInner:after {
	content:"";
	display:block;
	clear:both;
}

.main_motion .motionInner .imgBox {
	width:729px;
	height:375px;
	float:left;
	position:relative;
}

.main_motion .motionInner .textBox {position:relative;width:470px;height:375px;padding-left:48px;padding-top:45px;box-sizing:border-box;float:left;}

.main_motion .motionInner .textBox > span {color:#321303;font-size:24px;display:block;opacity:0;margin-left:-50px;}

.main_motion .motionInner .textBox > span + p {font-size:20px;color:#000;line-height:35px;padding-top:1px;padding-bottom:2px;opacity:0;margin-left:-150px; letter-spacing:-1px;}

.main_motion .motionInner .textBox hr + p {
	font-size:16px;
	color:#666;
	padding-bottom:4px;
	opacity:0;
	margin-left:-70px;
}

.main_motion .motionInner .textBox hr{
	display:inline-block;
	width:1px;
	height:15px;
	background:#222;
	border:0;
	margin:10px 0 10px 2px;
	opacity:0;
}

.main_motion .motionInner .textBox a{
	display:block;
	position:absolute;
	left:48px;
	bottom:0px;
	text-align:center;
	width:170px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	background:#ccc;
	margin-top:30px;
	opacity:0;
}

.main_motion.left .grayBox{
	left:0;
	-ms-transform-origin:left;
	-webkit-transform-origin:left;
	transform-origin:left;
}

.main_motion.left .textBox{
	padding-left:85px;
}

.main_motion.left .textBox a{
	left:0px;
}

.main_motion.motion01 .imgBox img{
	margin-top:-35px;
}

.main_motion.motion02 .imgBox img{
	margin-top:-40px;
}

.main_motion.motion02 .motionInner .textBox{
	padding-top:45px;
	padding-left:0px;
}

.main_motion .grayBox.main-ani01{
	opacity:1;
	-ms-transform:scaleX(1);
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transition: all 1s;
	transition: all 1s;
}



/* 메인 하단부 비주얼 */
.footer_visual_bg{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
}

.footer_visual h2{
	padding-bottom:48px;
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing:-1px;
	font-size:45px;
	font-weight:400;
	color:#fff;
}

.footer_visual h2 span{
	display:block;
	margin:0 auto 2px;
	width:36px;
	height:2px;
	background:#fff;
}

.footer_visual{
	position:relative;
	z-index:1;
	height:635px;
    padding:40px 0;
    box-sizing: border-box;
}

.footer_visual ul {
    margin: 50px auto 0;
    width: 1200px;
    overflow: hidden;
	text-align:center
}
.footer_visual ul li {
    float: left;
    width: 211px;
    height: 244px;
    margin-left: 36.25px;
    background: url(/imgv2/bg_list.png) no-repeat;
    overflow: hidden;
}
.footer_visual ul li:first-child {
    margin-left: 0;
}
.footer_visual li img {
    margin-top: 70px;
}
.footer_visual h3 {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.footer_visual h3 span {
    display: block;
    margin-top: 5px;
    color: #ccc;
    font-size: 12px;
    /* text-transform: uppercase; */
    font-weight: 400;
}
.footer_visual i {
    display: block;
    width: 45px;
    height: 10px;
    background: url(/imgv2/bullet_more.png) no-repeat right;
    margin: 20px auto 0;
    font-size: 0;
}


.footer_visual .main_v{width: 1121px;margin: 0 auto;padding-bottom: 50px;}

.footer_visual .footer_vsin{
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	font-size:0px;
	letter-spacing:0px;
}



.footer_visual .footer_vsin > div{
	opacity:0;
	width:200px;
	padding-top:30px;
	margin-left:200px;
	font-size:12px;
	display:inline-block;
	zoom:1;
	*display:inline;
	_display:inline;
}

.footer_visual .footer_vsin > div:first-child{
	margin-left:0px!important;
}

.footer_visual .footer_vsin.showon > div{
	opacity:1!important;
	padding-top:0px;
}

.footer_visual .footer_vsin.showon > div.vsin01{-webkit-transition: all 1.5s ease; transition: all 1s ease; }
.footer_visual .footer_vsin.showon > div.vsin02{-webkit-transition: all 1.5s ease; transition: all 1s ease; transition-duration:2s;}
.footer_visual .footer_vsin.showon > div.vsin03{-webkit-transition: all 1.5s ease; transition: all 1s ease; transition-duration:3s;}

.footer_visual .footer_vsin > div p{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:18px;
	color:#fff;
	padding-top:9px;
	line-height: 27px;
}

.footer_visual .footer_vsin > div p b{
	font-size:24px;
	font-weight:400;
	color:#fff;
}

/* 메인 하단부 게시판 */
.footer_notebox{
	padding:40px 0;
	background:#fff;
	position:relative;
	z-index:1;
}

.footer_notebox .footer_note .n_thumb{*zoom:1;}
.footer_notebox .footer_note .n_thumb:after{content:''; display:block; clear:both;}

.footer_notebox .footer_note{
	max-width: 1200px;
	margin:40px auto;
}

.footer_notebox .footer_note > div{
	width:1200px;
}

.footer_notebox .footer_note h3{
	color:#000;
	font-size:30px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:400;
	letter-spacing: -1px;
	line-height:30px;
	padding-bottom:6px;
}


.footer_notebox .footer_note .prev_btz{
	position:absolute;
	top:1px;
	cursor:pointer;
}

.footer_notebox .footer_note .next_btz{
	position:absolute;
	top:1px;
	cursor:pointer;
}

.footer_notebox .footer_note .leftbtn{right:36px;}
.footer_notebox .footer_note .rightbtn{right:10px;}
.footer_notebox .footer_note .leftbtn2{right:26px;}
.footer_notebox .footer_note .rightbtn2{right:0px;}

.footer_notebox .footer_note .n_gallery_wrap{
	width:100%;
	overflow:hidden;
}

.footer_notebox .footer_note ul.n_thumb{
	width:105%;
	white-space: normal;
	padding-top:0px;
}

.footer_notebox .footer_note ul.n_thumb li{
	width:285px;
	font-size:12px;
	color:#222;
	margin:0px;
	margin-right:20px;
}


.footer_notebox .footer_note .thumb_showbox{
	position: relative;
}

.footer_notebox .footer_note .board_01 .thumb_box{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background:#ba7e54;
	width:100%;
	height:100%;
	padding:35px 0px 0px 25px;
	box-sizing:border-box;
	text-align:left;
	color:#fff;
	cursor:pointer;
}

.footer_notebox .footer_note .board_02 .thumb_box{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	padding:35px 0px 0px 25px;
	box-sizing:border-box;
	text-align:left;
	color:#fff;
	display:none;
	cursor:pointer;
}

.footer_notebox .footer_note .thumb_box a{
	color:#fff;
}

.footer_notebox .footer_note .thumb_box p{
	padding:0px;
	height:80px;
	font-size:18px;
	font-family: 'Noto Sans KR', sans-serif;
}

.footer_notebox .footer_note .cont_box{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:15px;
	background:#fff;
	padding-top:10px;
	border:0;
	box-sizing:border-box;
	height:60px;
	text-align:center;
}

/* 하단 */
.footer_infobox{
	position:relative;
	z-index:1;
	margin:40px 0 0;
	padding:50px 0;
	background:#222;
	color:#fff;
}

.footer_infobox .footer_info{
	width: 1200px;
	margin:0 auto;
	position: relative;
}

.footer_infobox .footer_info > div{
	float:left;
}

.footer_infobox .footer_info .footer_left{
	width:345px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:300;
	color:#cfcfcf;
}

.footer_infobox .footer_info .footer_left div{
	font-size:25px;
	font-weight:400;
	line-height:33px;
	letter-spacing:-1px;
}

.footer_infobox .footer_info .footer_left p{
	margin-top:10px;
	font-size:22px;
	color:#fff;
	font-weight:600;
	line-height:28px;
}

.footer_infobox .footer_info .footer_left li{
	font-size:14px;
	line-height:23px;
}

.footer_infobox .footer_info .footer_text{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:16px;
	font-weight:300;
	margin-top:10px;
	line-height:26px;
	color:#cfcfcf;
}

.footer_infobox .footer_info .footer_text span{
	position: relative;
	padding-left:12px;
	margin-right:12px;
	display:inline-block;
}

.footer_infobox .footer_info .footer_text span:before{
	content: "";
	position:absolute;
	left:1px;
	top:9px;
	background:#cfcfcf;
	width:1px;
	height:14px;
}

.footer_infobox .footer_info .footer_menu ul li{
	float:left;
	padding-left:11px;
	margin-right: 12px;
	position:relative;
}

.footer_infobox .footer_info .footer_menu ul li:before{
	content: "";
	position:absolute;
	left:1px;
	top:6px;
	background:#cfcfcf;
	width:1px;
	height:15px;
}


.footer_infobox .footer_info .footer_menu ul li:first-child{
	padding-left:0px;
}

.footer_infobox .footer_info .footer_menu ul li:first-child:before{
	display:none!important;
}

.footer_infobox .footer_info .footer_menu ul li a{
	color:#cfcfcf;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size:16px;
}

.top_go{
	position:absolute;
	top:-90px;
	right:0px;
	cursor:pointer;
}

.footer_qa{position:relative;
	z-index:1;
	height:240px;
    padding:40px 0;
	background:url(/imgv2/ft_bg.png) no-repeat center;}

.footer_qa > .text-box{width:1200px;margin:0 auto;text-align:center}
.footer_qa > .text-box > h2{color:#fff;font-size:48px;font-weight: 500;margin:20px 0;}
.footer_qa > .text-box > p{color:#fff;font-size:18px;}
.footer_qa > .text-box > a {
    display: block;
    margin: 30px auto 0;
    width: 228px;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 1px solid #fff;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/*** sub css start  ***/
.sub_hdname{
	width:100%;
	height:370px;
	line-height:370px;
	overflow:hidden;
	color:#fff;
	font-size:50px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
}

.bbs_headbox{
	
	background:url(/imgv2/sub_bg04.jpg) no-repeat center 0;
    background-size: cover;
}

.sub_hd01{
	background:url(/imgv2/sub_bg01.jpg) no-repeat center 0;
    background-size: cover;
}

.sub_hd02{
	background:url(/imgv2/sub_bg02.jpg) no-repeat center 0;
    background-size: cover;
}

.sub_hd03{
	background:url(/imgv2/sub_bg03.jpg) no-repeat center 0;
    background-size: cover;
}

.sub_minimenu{
	margin-bottom:80px;
}

.sub_minimenu div{
	max-width:1200px;
	margin:0 auto;
}

.sub_minimenu li{
	float:left;
	width:25%;
	height:68px;
	line-height:68px;
	font-size:18px;
	overflow:hidden;
	text-align:center;
	background:#f6f6f7;
}

.sub_minimenu li a{
	color:#321303;
	display:block;
}

.sub_minimenu.minimenu03 li{
	width:33.333%;
}

.sub_minimenu.minimenu04 li{
	width:33.333%;
}

.company_page .sub_minimenu li:first-child,
.ceo_page .sub_minimenu li:nth-child(2),
.operation_page .sub_minimenu li:nth-child(3),
.guide_page .sub_minimenu li:nth-child(4),
.miso_page .sub_minimenu li:nth-child(2),
.sauce_page .sub_minimenu li:nth-child(3),
.boegumdal_page .sub_minimenu li:first-child,
.stories_page .sub_minimenu li:nth-child(2),
.produce_page .sub_minimenu li:nth-child(3),
.fermentation_page .sub_minimenu li:nth-child(4),
.banqna_page .sub_minimenu li:first-child{
	background:#321303;
}

.company_page .sub_minimenu li:first-child a,
.ceo_page .sub_minimenu li:nth-child(2) a,
.operation_page .sub_minimenu li:nth-child(3) a,
.guide_page .sub_minimenu li:nth-child(4) a,
.miso_page .sub_minimenu li:nth-child(2) a,
.sauce_page .sub_minimenu li:nth-child(3) a,
.boegumdal_page .sub_minimenu li:first-child a,
.stories_page .sub_minimenu li:nth-child(2) a,
.produce_page .sub_minimenu li:nth-child(3) a,
.fermentation_page .sub_minimenu li:nth-child(4) a,
.banqna_page .sub_minimenu li:first-child a{
	color:#ffffff;
}

.sub_title{
	padding-bottom:40px;
}

.sub_title span{
	display:block;
	margin:0 auto;
	width:36px;
	height:2px;
	background:#321303;
}

.sub_title h2{
	font-family:'Noto Sans KR', sans-serif;
	text-align:center;
	font-size:38px;
	color:#111111;
	font-weight: 500;
	padding-top:10px;
}

.sub_body{
	max-width:1200px;
	margin:0 auto;
}

.company_page .sub_title{
	padding-bottom:40px;
}

.company_page .sub_body{
	background:url(/imgv2/company_bg.jpg) no-repeat 0 3px;
	min-height:1185px;
	position:relative;
}

.company_page .sub_body .tx01{
	text-align:center;
	font-size:32px;
	line-height:32px;
	letter-spacing:-0.5px;
	color:#ba7e54;
	font-weight:500;
}

.company_page .sub_body .tx02{
	padding-top:35px;
	text-align:center;
	font-size:24px;
	line-height:33px;
	letter-spacing:-0.5px;
	color:#000000;
	/* font-weight:500; */
}

.company_page .sub_body .tx02 span{
	color:#516427;
}

.company_page .sub_body .tx03{
	position:absolute;
	top:873px;
	left:600px;
}

.company_page .sub_body .tx03 strong{
	font-size:30px;
	font-weight: 500;
	line-height:39px;
	padding-bottom:32px;
	display:block;
	letter-spacing:-0.5px;
}

.company_page .sub_body .tx03 span{
	color:#516427;
}

.company_page .sub_body .tx03 p{
	font-size:16px;
	line-height:25px;
	color:#000000;
	letter-spacing:-0.5px;
}

.company_page .sub_body .tx03 p:last-child{
	margin-top:22px;
}

.ceo_page .sub_body{
	height:704px;
	max-width:100%;
	min-width:1200px;
	background:#f6f6f7;
}

.ceo_page .sub_body .ceobox{
	max-width:1200px;
	padding-top:135px;
	margin:0 auto;
	position:relative;
}

.ceo_page .sub_body .ceodeco{
	position:absolute;
	top:-17px;
	left:50%;
	margin-left:-61px;
}

.ceo_page .sub_body strong{
	font-size:30px;
	font-weight: 500;
	line-height:39px;
	padding-bottom:30px;
	display:block;
	letter-spacing:-0.5px;
}

.ceo_page .sub_body strong span{
	color:#516427;
}

.ceo_page .sub_body ul li{
	font-size:16px;
	line-height:28px;
}

.ceo_page .sub_body ul li:first-child{
	padding-bottom:18px;
}

.ceo_page .sub_body p{
	padding-top:28px;
}

.ceo_page .sub_body .ceo_text{
	font-size:16px;
	letter-spacing:-0.5px;
	position:absolute;
	top:160px;
	left:660px;
}

.operation_page .sub_title{
	padding-bottom:25px;
}

.operation_page .sub_body strong{
	font-size:24px;
	font-weight:400;
	line-height:24px;
	padding-bottom:60px;
	display:block;
	letter-spacing:-0.5px;
	text-align:center;
}

.operation_page .sub_body strong span{
	color:#516427;
}

.operation_page .sub_body .iconbox{
	font-size:0px;
	letter-spacing:0px;
	text-align:center;
}

.operation_page .sub_body .iconbox > div{
	width:33.333%;
	font-size:16px;
	letter-spacing:-0.5px;
	display:inline-block;
	zoom:1;
	*display:inline;
	_display:inline;
}

.operation_page .sub_body .iconbox > div p{
	padding-top:45px;
	padding-bottom:8px;
	font-size:24px;
	font-weight:500;
}

.operation_page .sub_body .iconbox > div li{
	line-height:23px;
}

.guide_page .map_infobox{
	padding-top:20px;
}

.guide_page .map_infobox div{
	padding-top:30px;
}

.guide_page .map_infobox ul {
	font-size:0px;
	letter-spacing:0px;
}

.guide_page .map_infobox ul li{
	overflow:hidden;
	padding-right:50px;
	font-size:18px;
	line-height:50px;
	letter-spacing:-0.5px;
	display:inline-block;
	zoom:1;
	*display:inline;
	_display:inline;
}

.guide_page .map_infobox ul li img{
	padding-right:20px;
}

.sauce_page .sub_body,
.miso_page .sub_body{
	text-align:center;
}

.boegumdal_page .sub_title{
	padding-bottom:40px;
}

.boegumdal_page .sub_body{
	background:url(/imgv2/boegumdal_bg.jpg) no-repeat 0 3px;
	min-height:1795px;
	position:relative;
}

.boegumdal_page .sub_body .tx01{
	text-align:center;
	font-size:32px;
	line-height:32px;
	letter-spacing:-0.5px;
	color:#ba7e54;
	font-weight:500;
}

.boegumdal_page .sub_body .tx02{
	padding-top:35px;
	text-align:center;
	font-size:24px;
	line-height:33px;
	letter-spacing:-0.5px;
	color:#000000;
	/* font-weight:500; */
}

.boegumdal_page .sub_body .tx02 span{
	color:#516427;
}

.boegumdal_page .sub_body .tx03-1{
	position:absolute;
	top:219px;
	left:811px;
}

.boegumdal_page .sub_body .tx03-2{
	text-align:right;
	position:absolute;
	top:639px;
	right:809px;
}

.boegumdal_page .sub_body .tx03-3{
	position:absolute;
	top:1060px;
	left:811px;
}

.boegumdal_page .sub_body .tx03-4{
	text-align:right;
	position:absolute;
	top:1480px;
	right:809px;
}

.boegumdal_page .sub_body .tx03 strong{
	font-size:30px;
	font-weight: 500;
	line-height:39px;
	padding-bottom:22px;
	display:block;
	letter-spacing:-0.5px;
}

.boegumdal_page .sub_body .tx03 span{
	color:#516427;
}

.boegumdal_page .sub_body .tx03 p{
	font-size:16px;
	line-height:25px;
	color:#000000;
	letter-spacing:-0.5px;
}

.boegumdal_page .sub_body .tx03 p:last-child{
	margin-top:90px;
	padding-left:10px;
	font-size:36px;
	font-weight:500;
}

.stories_page .sub_title{
	padding-bottom:25px;
}

.stories_page .sub_body .tx01{
	text-align:center;
	font-size:24px;
	line-height:33px;
	letter-spacing:-0.5px;
	color:#000000;
	/* font-weight:500; */
	margin-bottom:60px;
}

.stories_page .sub_body .tx01 span{
	color:#516427;
}

.stories_page .box_group {
	font-size:0px;
	letter-spacing:0px;
	text-align:center;
	margin-top:40px;
}

.stories_page .box_group > div{
	text-align:center;
	margin:0px 60px;
	background:url(/imgv2/st_boxbg.png) no-repeat center 0;
	border:2px solid #d7d7d7;
	border-radius:25px;
	font-size:16px;
	color:#000;
	width:356px;
	height:333px;
	vertical-align:top;
	display:inline-block;
	zoom:1;
	*display:inline;
	_display:inline;
}

.stories_page .box_group > div div{
	color:#fff;
	font-size:24px;
	padding-top:13px;
	padding-bottom:40px;
	font-weight:300;
}

.stories_page .box_group > div:first-child,
.stories_page .box_group > div:last-child{
	margin-left:0px;
	margin-right:0px;
}

.stories_page .group2{
	margin-top:60px;
}

.stories_page .group2 > div:first-child{
	margin-right:60px;
}

.stories_page .box_group strong{
	font-size:24px;
	color:#ba7e54;
	display:block;
	padding-bottom:13px;
}

.stories_page .box_group p{
	font-size:16px;
	line-height:26px;
	color:#000000;
}

.produce_page .sub_title{
	padding-bottom:25px;
}

.produce_page .sub_body .tx01{
	text-align:center;
	font-size:24px;
	line-height:33px;
	letter-spacing:-0.5px;
	color:#000000;
	/* font-weight:500; */
	margin-bottom:60px;
}

.produce_page .sub_body .tx01 span{
	color:#516427;
}

.produce_page .prdc_box > div{
	background:url(/imgv2/st_boxbg2.png) no-repeat 0 center;
	border:2px solid #d7d7d7;
	border-radius:25px;
	font-size:16px;
	color:#000;
	width:100%;
	height:186px;
	margin-top:40px;
	position:relative;
	padding-left:110px;
	box-sizing: border-box;
	letter-spacing:-0.5px;
}

.produce_page .prdc_box > div p{
	line-height:26px;
}

.produce_page .prdc_box > div span{
	color:#ba7e54;
}

.produce_page .prdc_box > div div{
	position:absolute;
	top:55px;
	left:12px;
	font-size:24px;
	color:#ffffff;
	font-weight:300;
	line-height:38px;
}

.produce_page .prdc_box .prdc01{
	padding-top:80px;
}

.produce_page .prdc_box .prdc02{
	padding-top:70px;
}

.produce_page .prdc_box .prdc03{
	padding-top:45px;
}

.produce_page .prdc_box .prdc04{
	padding-top:58px;
}

.produce_page .prdc_box .prdc05{
	padding-top:80px;
}

.fermentation_page .sub_title{
	padding-bottom:25px;
}

.fermentation_page .sub_body .tx01{
	text-align:center;
	font-size:24px;
	line-height:33px;
	letter-spacing:-0.5px;
	color:#000000;
	/* font-weight:500; */
	margin-bottom:60px;
}

.fermentation_page .sub_body .tx01 span{
	color:#516427;
}

.fermentation_page .sub_body .h2_tit{
	font-size:30px;
	line-height:30px;
	padding-bottom:35px;
	letter-spacing:-0.5px;
	font-weight:500;
}

.fermentation_page .sub_body p{
	font-size:16px;
	line-height:27px;
	letter-spacing:-0.5px;
	padding-bottom:25px;
}

.fermentation_page .sub_body .pdt80{
	padding-top:80px;
}

.banqna_page .sub_title{
	padding-bottom:25px;
}

.banqna_page .sub_body{
	position:relative;
	max-width:1250px;
}

.banqna_page .sub_body .tx01{
	text-align:center;
	font-size:24px;
	line-height:33px;
	letter-spacing:-0.5px;
	color:#000000;
	/* font-weight:500; */
	margin-bottom:60px;
}

.banqna_page .sub_body .tx01 span{
	color:#516427;
}

.banqna_page .sub_body .banqna{
	position:absolute;
	top:280px;
	left:730px;
	letter-spacing:-0.5px;
}

.banqna_page .sub_body .banqna strong{
	font-size:30px;
	color:#ba7e54;
	font-weight:400;
	display:block;
	padding-bottom:22px;
	padding-top: 26px;
}

.banqna_page .sub_body .banqna p{
	font-size:16px;
	line-height:28px;
}



/* slyeee 1005 */

.safebox {
	width: 1200px;
	margin: 120px auto;
}

.inc-top-bar {
	width: 100%;
	height:30px;
	text-align: right;
}

.inc-top-bar .topbar-container {
	width: 1200px;
	margin: 0 auto;
}

.inc-top-bar .top-util {
	position: relative;
	top: 12px;	
	display: inline-block;
}

.inc-top-bar a {
	color: #fff;
	margin-left: 25px;
	vertical-align: middle;
	opacity: .8;
}

.inc-top-bar a:hover {
	opacity: 1;
}

.inc-top-bar a span {
	position: relative;
	top: 2px;
	margin-left: 3px;
	color: #fff;
}

.footer_notebox .footer_note .board_01 .thumb_box p {
	width: 92%; 
}





/* 191124 회원가입 */


.mbskin .btn_submit {background-color: #bb7e54;}