@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
    overflow-x: hidden;
    width: 100%;
}

body {
	font-family: 'Noto Sans KR', sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	overflow-x: hidden;
	width: 100%;
}

ul {
	padding-right: 40px;
}

ul li {
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none;
}

a:focus {
	color: #333333;
	text-decoration: none;
}

label {
	margin-bottom: 0px;
}

textarea {
	font-size: 12px !important;
}

input {
	font-size: 12px !important;
}

.bold {
	font-weight: bold !important;
}

.context-bold {
	font-weight: 500;
}

.bg-gray {
	background-color: #F3F3F3;
}

.title-size {
	font-size: 21px;
	margin-top: 30px;
	letter-spacing: -1px;
	font-weight: 500;
}

.event-title-size {
	font-size: 22px;
	margin-top: 100px;
	margin-bottom: 50px;
	letter-spacing: -3px;
	font-weight: 500;
	line-height: 60px;
}

.title-context {
	font-size: 16px;
	letter-spacing: -0.5px;
}

.box-shadow-bottom {
	box-shadow: 0px -2px 0px 0px #000 inset;	
}

.font-myungjo {
	font-family: 'Jeju Myeongjo', sans-serif;
	color: #333333;
}

.font-goth {
	font-family: 'Noto Sans KR', sans-serif;
	color: #333333;
}

.font-italic {
	font-style: italic;
}

.text-white > p {
	color: #FFFFFF;
}

.width-free {
	width: auto !important;
}

.width-free img {
	width: auto !important;
}

.display-none {
	display: none !important;
}

.nav-panel {
	width: 70%;
	height: 100%;
	background-color: #0D4726;
}

.slick-prev {
	display: block !important;
	width: 77px;
	height: 77px;
	left: 30px;
	z-index: 1;
	background: url("/apps/image/home/slide/material/main_s_prev.png") no-repeat center;
}

.slick-prev:before, .slick-next:before{
	display: none;
}

.slick-next {
	display: block !important;
	width: 77px;
	height: 77px;
	right: 30px;
	z-index: 1;
	background: url("/apps/image/home/slide/material/main_s_next.png") no-repeat center;
}

.slick-dots {
	height: 20px;
	bottom: 40px;
}

.hover-underln:hover {
	text-decoration: underline;
}

.top-context {
	width: 100%;
	padding-left: 15px;
	padding-right: 18px;
	font-size: 14px;
}

.daegari {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	padding-top: 10px;
}

.daegari-logo {
	position: absolute;
	width: 20%;
	left: 50%;
	transform: translateX(-50%);
	top: 15px;
}

.daegari-hide {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: #0D4726;
	padding: 0 3%;
}

.nav-btn {
	position: absolute;
	text-align: right;
	right: 12%;
	top: 11px;
}

.wide-web-nav {
	font-size: 16px;
	font-weight: 500;
}

.nav-home {
	position: absolute;
	color: #FFFFFF;
	top: 9px;
	left: 4%;
	font-weight: 500;
}

.menu-trigger {
	position: absolute;
	width: 25px;
	height: 38px;
}

.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 2px;
}

.menu-hide {
	position: fixed;
	display: none;
	z-index: 1200;
	width: 100%;
}

.menu-hide > img {
	position: absolute;
	width: 100%;
}

.menu-hide hr {
	position: relative;
	top: 48px;
	width: 85%;
	margin: 2px auto;
	border-top: 0.5px solid #000000;
}

.menu-top {
	position: relative;
	top: 8px;
}

.menu-top img {
	position: absolute;
	width: 20px;
	right: 10%;
	top: 8px;
}

.menu-middle {
	position: relative;
	top: 50px;
	text-align: center;
}

.menu-middle button {
	width: 40%;
	font-size: 22px;
	box-shadow: 0px 4px 10px 0px #444444;
}

.menu-middle button:focus, button:hover {
	color: #FFFFFF !important;
}

.disable-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
	background-color: #000000;
	opacity: 0.5;
	z-index: 1100;
}

.menu-list {
	position: relative;
	top: 50px;
	text-align: left;
}

.menu-list > div {
	margin: 5px 40px;
}

.menu-list button:focus, button:hover {
	color: #FFFFFF !important;
}

.menu-list > a {
	width: 80%;
	color: #FFFFFF;
	margin: 5px 0;
	font-size: 18px;
	box-shadow: 0px 4px 10px 0px #444444;
}

.menu-tree-list {
	display: grid;
	width: 80%;
	text-align: left;
	margin: 8px auto;
	font-size: 16px;
}

.menu-tree-list a {
	margin: 2px 20px;
}

.btn-menu-open {
	font-size: 21px;
}

.btn-original {
	background-color: #0D4726;
	border-color: #0D4726;
}

.up-con {
	position: fixed;
	bottom: 20px;
	right: 10px;
	text-align: right;
	z-index: 1050;
}

.footer-green {
	width: 100%;
	background-color: #0D4726;
	text-align: left;
}

.footer-inner {
	width: 100%;
	padding: 5px 0px;
	margin: 0 auto;
}

.footer-green-text {
	color: #FFFFFF;
	font-size: 14px;
}

.footer-green-text > li > button {
	color: #0D4726;
	width: 30%;
	font-size: 10px;
	font-weight: 700;
	padding: 3px;
	background-color: #FFFFFF;
}

.footer-brown {
	width: 100%;
	background: #352E29; 
}

.footer-brown li > a {
	color: #BFBEBD;
}

.footer-brown-wrap-one {
	color: #FFFFFF;
}

.footer-brown-wrap-one a {
	position: relative;
	top: 3px;
	color: #BFBEBD;
	font-weight: 700;
}

.footer-brown-wrap-two {
	display: inline-block;
}

.footer-brown-wrap-three {
}

.footer-brown-text-one {
	font-size: 10px;
	text-align: center;
	width: 20%;
	margin: 0;
}

.footer-brown-text-two {
	color: #BFBEBD;
	font-size: 10px;
	font-weight: 700;
	padding: 0 5px 0 15px;
	letter-spacing: -0.05em;
}

.footer-brown-text-three {
	color: #BFBEBD;
	padding: 15px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: -0.1em;
}

#footer-hr {
	margin-top: 4px;
	margin-bottom: 1px;
	border: 0;
	border-top: 1px solid #eee;
	width: 100%;
	opacity: 0.3;
}

.slide-wrap {
	width: 100%;
	position: relative !important;
	top: 0px !important;
	text-align: center;
}

.slide-inner-content {
	position: relative;
	top: -290px;
}

.slide-inner-content p {
	margin: 0px;
}

.slide-inner-top {
	font-size: 12px;
}

.slide-inner-central {
	font-size: 24px;
}

.slide-inner-last {
	font-size: 12px;
}

.slide-wrap img {
	width: 100%;
	display: block;
}

.mid-menu-bar {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 90px;
	background-color: #0D4726;
	text-align: center;
	padding-top: 22px;
}

.mid-menu-bar a {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	font-family: 'Noto Sans KR', sans-serif;
	text-decoration: none;
	font-size: 25px;
	color: #FFFFFF;
	margin-top: -3px;
	font-size: 18px !important;
}

.vertical-border {
	height: auto;
	border-left: 1px solid #FFFFFF;
	opacity: 0.3;
}

.vertical-border-two {
	height: 90px;
	margin: 0px 20px;
	border-left: 1px solid #000000;
	opacity: 0.5;
}

.vertical-border-three {
	margin: 10px 30px;
	padding: 5px 20px;
	border-left: 2px solid #4AA71D;
	font-size: 18px;
	height: 140px;
}

.vertical-border-four {
	height: 70px;
	margin-top: -12px;
	border-left: 1px solid #FFFFFF;
	opacity: 0.3;
}

.product-intro {
	width: 100%;
	height: 620px;
	text-align: center;
}

.product-hidden-span {
	display: none;
}

.intro-title {
	position: relative;
	font-size: 30px;
	color: #000000;
	top: 60px;
	letter-spacing: -1px;
	font-weight: 500;
}

.intro-context {
	position: relative;
	font-size: 16px;
	color: #000000;
	top: 65px;
	word-spacing: -1px;
	font-weight: 300;
}

.intro-img {
	width: 100%;
	position: relative;
	top: 100px;
	margin: 0 auto;
}

.thumblist {
	list-style: none;
}

.thumblist ul {
	padding-left: 10px;
	padding-right: 6px;
}

.thumblist li {
	position: relative;
	display: inline-block;
	margin-left: -3px;
	width: 49%;
	height: 110px;
	overflow: hidden;
}

.thumblist div {
	display: none;
	position: absolute;
	width: 380px;
	height: 110px;
	opacity: 0.5;
	background-color: #000000;
	z-index: 5;
}

.thumblist span {
	position: absolute;
	width: 300px;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Jeju Myeongjo', sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	z-index: 10;
}
	
.thumblist img {
	max-width: initial;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.thumblist img:hover .thumblist div {
	display: block;
}

.haccp {
	width: 100%;
	height: 420px;
	background-color: #F3ECD9;
}

.haccp ul {
	padding: 0 10px;
}

.haccp-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}

.haccp img {
	position: absolute;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -170px;
}

.intro-bg {
	width: 100%
	background-color: #EDEDED;
}

.intro-bg img {
	width: 100%;
}

.intro-inner {
	position: relative;
	width: 95%;
	top: -75px;
	background-color: #0D4726;
	margin: 0 auto;
}

.intro-inner ul {
	text-align: center;
	padding: 15px;
}

.intro-inner li {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.main-news {
	position: relative;
	width: 95%;
	top: -70px;
	margin: 0 auto;
	text-align: center;
}

.main-news img {
	width: 22%;
	vertical-align: initial;
	margin-left: 5px;
}

.main-news > table {
	position: relative;
	top: 40px;
}

.main-news > table > tbody > tr > td {
	border: 1px solid;
	padding: 16px 10px;
	vertical-align: bottom;
}

.main-news li {
	font-family: 'Noto Sans KR', sans-serif;
	text-align: left;
}

.main-news-title {
	position: relative;
	font-size: 12px;
	font-weight: 300;
	bottom: 6px;
}

.main-news-context {
	font-size: 20px;
}

.main-news-detail {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}

.btn-rounded {
	border-radius: 50px;
}

.bg-title-ul {
	position: relative;
	padding-top: 11%;
	padding-bottom: 11%;
	text-align: center;
	color: #FFFFFF;
}

.bg-title {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	top: -2px;
	z-index: 1;
}

.bg-title-top {
	position: relative;
	z-index: 1;
	font-size: 15px;
	font-weight: 300;
}

.bg-title-hr {
	width: 40px;
	border: 0.5px solid;
}

.home-haccp-context {
	font-size: 16px;
	letter-spacing: -0.05em;
	font-weight: 300;
}

.font-boxing21 {
	font-size: 10px;
}

/* 페이지 독립 */
.sec-title-hr {
	width: 20px;
	border: 1px solid;
	margin-bottom: 14px;
}

.brand-sec-title-hr {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 20px;
	border: 1px solid;
}

.sec-title-top {
	font-size: 12px;
}

#intro-page-bg {
	width: 100%;
	background-image: url("/resources/img/company/intro/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.intro-page-bottom-bg {
	width: 100%;
	height: 223px;
	font-size: 20px;
	text-align: center;
	background-image: url("/resources/img/company/intro/mo_bottom_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.intro-page-bottom-obj {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.intro-page-bottom-circle {
	width: 170px;
}

.intro-page-bottom-tree-left {
	position: absolute;
	width: 7%;
	top: 30%;
	left: -7%;
}

.intro-page-bottom-tree-right {
	position: absolute;
	width: 7%;
	top: 30%;
/* 	right: -37px; */
}

.section-wrap {
	width: 100%;
	height: auto;
}

.section-inner-wrap {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}

.intro-context-wrap {
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}

.about-us img {
	height: 85px;
	max-width: initial;
	position: relative;
}

.about-us > ul {
	display: inline-flex;
	padding: 0;
	margin-top: 20px;
}

.about-us > ul > li {
	position: relative;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin: 4px;
	overflow: hidden;
}

.intro-ci-wrap {
	background-color: #E7DDD3;
	height: 300px;
	text-align: center;
}

.intro-ci-wrap-inner {
	margin-top: 20px;
	display: flex;
	position: relative;
	left: 26%;
	transform: translateX(-10%);
}

.intro-ci-wrap-inner label {
	position: relative;
	width: 30px;
	height: 15px;
	top: 3px;
}

.intro-ci-wrap-inner img {
	position: relative;
	top: 12px;
	width: 28%;
	height: 100%;
}

.intro-ci-wrap-inner span {
	font-size: 12px;
}

.intro-ci-wrap-inner p {
	margin: 0;
	margin-top: 15px;
	font-size: 21px;
	text-align: left;
	letter-spacing: -0.5px;
}

.org-tree {
	display: inline-flex;
	position: relative;
	top: 27px;
	left: 5px;
}

.org-tree ul {
	padding: 0px 8px;
	font-size: 10px;
}

.org-tree-tail-left {
	padding-left: 0 !important;
	position: relative;
	text-align: right;
	top: -16px;
	line-height: 1.8;
}

.org-tree-tail-right {
	padding-right: 0 !important;
	position: relative;
	text-align: left;
	top: -16px;
	line-height: 1.8;
}

.org-tree-en {
	display: inline-flex;
	position: relative;
	top: 80px;
/* 	left: 9px; */
}

.org-tree-en ul {
	padding: 24px 30px;
	line-height: 2.85;
}

#history-page-bg {
	width: 100%;
	background-image: url("/resources/img/company/history/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.history-timeline-wrap {
	position: relative;
	padding: 60px 22%;
	word-break: keep-all;
}

.history-vertical-hr {
	position: absolute;
	height: 400px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -30px;
	border-left: 2px solid #0D4626;
	z-index: -1;
}

.history-circle {
	position: relative;
	width: 20px;
	height: 20px;
	border: 3px solid #0D4626;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin:0 auto;
	z-index: 100;
}

.history-left-wrap {
	position: relative;
	top: 28px;
	margin-top: -74px;
	transform: translateX(-50%);
}

.history-left-year {
	position: relative;
	top: 3px;
	left: -10%;
	font-size: 26px;
	font-weight: 500;
	color: #0D4626;
	text-align: right;
	margin-bottom: 4px;
}

.history-right-year-hr {
	position: absolute;
	margin: -6px 0px;
	width: 85%;
	border: 1px solid #0D4626;
	opacity: 0.7;
	z-index: 10;
}

.history-left-year-hr {
	position: absolute;
	left: 15%;
	margin: -6px 0px;
	width: 85%;
	border: 1px solid #0D4626;
	opacity: 0.7;
	z-index: 10;
}

.history-left-context {
	position: relative;
	text-align: right;
	padding: 20px 5px;
	margin-bottom: 50px;
}

.history-left-context ul {
	padding: 0px;
}

.history-left-context p {
	top: -17px;
}

.history-right-wrap {
	position: relative;
	top: 31px;
	left: 100%;
	transform: translateX(-50%);
	margin-top: -74px;
}

.history-right-year {
	position: relative;
	left: 10%;
	font-size: 26px;
	font-weight: 500;
	color: #0D4626;
	text-align: left;
	margin-bottom: 1px;
}

.history-right-hr {
	position: absolute;
	margin: 8px 20px;
	width: 400px;
	border: 1px solid #0D4626;
	opacity: 0.7;
}

.history-right-context {
	text-align: left;
	padding: 20px 5px;
	margin-bottom: 50px;
}

.history-right-context ul {
	padding: 0px;
}

.history-text-wrap {
	position: relative;
	margin-top: -45px;
	padding: 8px 22px;
	font-size: 12px;
	line-height: 15px;
}

.history-text-wrap > p {
	margin: 0px 0px 15px;
	font-weight: 300;
}

.history-text {
	font-size: 20px;
}

.history-month {
	position: relative;
	font-size: 12px;
	font-weight: 300;
	top: -17px;
	margin: 0 0 4px;
}

#quality-page-bg {
	width: 100%;
	background-image: url("/resources/img/company/quality/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.quality-haccp-nm {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: -7px;
	color: #00A650;
}

.quality-haccp-context-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.quality-haccp-context {
	font-size: 14px;
	font-weight: 300;
	vertical-align: text-bottom;
}

.bg-circle-wrap {
	position: relative;
	text-align: center;
	margin-top: 40px;
}

.bg-circle-gray {
	position: relative;
	display: inline-block;
	width: 122px;
	height: 122px;
	padding: 28px 0px;
	border-radius: 50%;
	background-color: #EEEEEE;
	margin-bottom: 40px;
}

.quality-mid-wrap {
	margin-top: 50px;
	height: 700px;
}

.quality-mid-img {
	position: relative;
	width: 116%;
	left: -20px;
}

.quality-mid-inner {
	margin: 30px 0px;
	text-align: center;
}

#quality-haccp-confirm-title {
	font-size: 24px;
	font-weight: 500;
	color: #0ba855;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	line-height: 1.2em;
	word-break: keep-all;
}

#quality-haccp-confirm-context {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -1px;
	padding: 20px;
	line-height: 1.3em;
}

#quality-haccp-confirm-context > p {
	font-size: 14px;
	font-weight: 300;
	word-break: keep-all;
}

#quality-haccp-confirm-context > span {
	font-size: 14px;
	font-weight: 300;
	word-break: keep-all;
}

.haccp-system-img {
	position: relative;
	display: inline-block;
}

.haccp-system-img img {
	width: 45%;
	margin: 5px 4px;
}

.healthful-step img {
	width: 32%;
}

.healthful-step p {
	text-align: left;
	line-height: 14px;
}

.healthful-step-text-wrap {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 17px;
}

.healthful-step-text-title {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.healthful-step-text-context {
	font-size: 12px;
	font-weight: 300;
	line-height: 15px !important;
}

#certifi-page-bg {
	width: 100%;
	background-image: url("/resources/img/company/cert/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.certifi-inner {
	margin-bottom: 40px;
}

.certifi-inner-title {
	font-size: 16px;
}

.certifi-inner-hr {
	width: 20%;
	border: 0.5px solid;
}

.certifi-img {
	text-align: left;
}

.certifi-img > div {
	display: inline-block;
	vertical-align: top;
	margin: 1.38%;
}

.certifi-farm-img {
	display: inline-flex;
	margin-left: 1%;
	text-align: center;
}

.certifi-farm-img-inner img {
	width: 90%;
}

.certifi-farm-img-inner > p {
	font-size: 14px;
}

.img-title {
	font-size: 10px;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

.img-context {
	font-size: 9px;
	opacity: 0.7;
	letter-spacing: -1.3px;
}

#farm-page-bg {
	width: 100%;
	background-image: url("/resources/img/company/farm/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.farm_product_img_wrap {
	margin: 20px 0;
}

.farm_product_img_wrap img {
	width: 23%;
	margin-bottom: 5px;
}

.farm-material-img {
	margin-bottom: 40px;
}

.farm-material-img img {
	margin-top: 10px;
}

.farm-material-obj {
	display: inline-block;
	width: 25%;
	text-align: center;
}

.farm-material-obj > img {
	width: 100%;
}

.farm-material-obj > div {
	height: 24px;
	background-color: #0D4726;
	color: #FFFFFF;
	padding-top: 3px;
	font-size: 12px;
	font-weight: 300;	
}

#location-page-bg {
	width: 100%;
	background-image: url("/resources/img/company/location/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.custom-button-group {
	margin-top: 30px;
}

.custom-button-group button {
	background-color: #FFFFFF;
	border-radius: 0;
	border: 1px solid #003A06;
	padding-top: 5px;
}

.custom-button-group span {
	font-size: 16px;
	margin: 20px;
}

.brand-button-group {
	width: 100%;
	margin-top: 30px;
}

.brand-button-group button {
	width: 33.5%;
	background-color: #FFFFFF;
	border-radius: 0;
	border: 1px solid #003A06;
	padding-top: 5px;
}

.brand-button-group span {
	font-size: 16px;
}

.btn-choose-bg {
	background-color: #003A06 !important;
}

.btn-choose-bg span {
	color: #FFFFFF;
}

.btn-unchoose-bg {
	background-color: #FFFFFF !important;
}

.btn-unchoose-bg span {
	color: #333333;
}

.map-wrap {
	padding-top: 40px;
}

#location-place-nm {
	position: relative;
	font-size: 16px;
	top: -22px;
}

#kakao-map {
	width: 100%;
	height: 676px;
	margin: 0 auto;
}

.map-data-wrap {
	padding: 20px 0px;
}

.map-address-text {
	font-size: 14px;
	text-align: center;
}

.map-address-text p {
	margin-bottom: 5px;
}

.map-address-bus {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.map-address-bus > p {
	position: relative;
	top: 8px;
	font-size: 16px;
	font-weight: 500;
}

.map-address-bus img {
	width: 11%;
}

.telephone-head-words {
	font-size: 14px;
	font-weight: bold;
}

.location-bus-info > img {
	margin-top: 5px;
}

.location-bus-info > span {
	vertical-align: bottom;
	font-size: 14px;
}

.location-bus-inner {
	position: relative;
	left: 50%;
	transform: translateX(-30%);
	text-align: left;
	margin-top: 20px;
}

.bus-type-label {
	width: 40px;
	height: 20px;
	background-color: #4AA71D;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}

#brand-page-bg {
	width: 100%;
	background-image: url("/resources/img/brand/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.intro-jochung {
	text-align: center;
	letter-spacing: -1px;
	margin: 20px 0px;
}

.intro-jochung div {
	position: relative;
	display: inline-block;
}

.intro-jochung img {
	width: 100%;
}

.intro-brand-context {
	font-size: 13px;
	font-weight: 300;
}

.intro-brand-context-title {
	font-size: 18px;
}

#intro-brand-boxing-wrap img {
	width: 30%;
	margin: 3px;
}

#intro-jochung-hr {
	width: 100%;
	border-top: 1px solid #BAB5A7;
	margin-top: 5px;
	margin-bottom: 40px;
}

#intro-jochung-context-wrap {
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	background-color: rgba( 255, 255, 255, 0.8 );
	font-size: 51%;
	font-weight: 300;
	margin-top: 25%;
	transform: translateY(-50%);
}

#intro-jochung-context-wrap > div {
	margin: 2px;
}

#intro-jochung-context-wrap > div > img {
	width: 10px;
	margin-right: 2px;
}

#jochung-mid-bg {
	position: absolute;
	width: 92.5%;
	left: 50%;
	transform: translateX(-50%);
}

.intro-dessert-right {
	text-align: center;
	letter-spacing: -1px;
}

.intro-dessert-right div {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}

.intro-dessert-right img {
	width: 100%;
}

.intro-dessert-right-hr {
	position: relative;
	width: 50%;
	border: 1px solid #281603;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	margin-left: 0;
}

.intro-dessert-left {
	text-align: center;
	letter-spacing: -1px;
}

.intro-dessert-left div {
	position: relative;
	top: 10px;
}

.intro-dessert-left img {
	width: 100%;
}

.intro-dessert-left-hr {
	position: relative;
	width: 363px;
	left: 70px;
	border: 1px solid #281603;
	margin-top: 0px;
	margin-bottom: 20px;
}

.intro-dessert-title {
	font-size: 20px;
	margin-bottom: 0px;
}

#dessert-wrap {
	margin-top: 40px;
}

#dessert-haccp-bg {
	width: 100%;
	height: 400px;
	background-image: url("/resources/img/brand/dessert/4_mo.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}

.dessert-inner-wrap {
	position: relative;
	padding-top: 1px;
	top: -130px;
	background-color: #FFFFFF;
}

.dessert-inner-wrap img {
	width: 47%;
}

#dessert-license {
	margin-top: 25px;
}

#dessert-license img {
	width: 63%;
}

#dessert-tail {
	position: relative;
	display: inline-flex;
	top: 20px;
}

#dessert-tail hr {
	width: 20px;
	border-top: 1px solid #000000;
	margin: 9px 10px;
}

#customer-page-bg {
	width: 100%;
	background-image: url("/resources/img/customer/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

#login-wrap {
	background-color: #F3F3F3;
	z-index: 1;
}

#login-middle-box {
	padding-top: 30px;
	margin: 0 auto;
	width: 100%;
}

.register-form {
	text-align: left;
	font-size: 16px;
}

.register-form label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.table-inner-wrap {
	border-top: 3px solid #0D4726;
	font-size: 18px;
}

.table-inner-wrap th {
	text-align: center;
}

.table-inner-wrap td {
}

.table-inner-wrap > tbody > tr > td {
	padding: 5px;
}

.table-inner-wrap > thead > tr > th {
	padding: 5px;
}

.pagenation-wrap {
	margin: 0 auto;
}

.search-form {
	display: flex;
	margin-top: 10px;
}

.board-search-select {
	width: 50%;
	margin-right: 10px;
}

.board-search {
	margin-left: 10px;
}

.context-tbl {
	margin-bottom: 0px;
	font-size: 12px;
}

.context-tbl th {
	text-align: center;
	vertical-align: middle;
	padding: 5px !important;
}

.context-tbl td {
	padding: 5px !important;
}

.context-tbl td > img {
	width: 100%;
}

#oem-page-bg {
	width: 100%;
	background-image: url("/resources/img/customer/wholesale/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

.media-table-inner-wrap {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.media-table-inner-wrap td {
	vertical-align: middle !important;
	font-size: 18px;
	font-weight: 300;
	border-top: 1px solid #B2B2B2 !important;
	border-bottom: 1px solid #B2B2B2 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.media-td-img {
	padding: 5px 15px !important;
}

.media-td-img img {
	width: 100%;
}

.media-td-context {
	padding: 15px 5px !important;
}

.media-td-context hr {
	text-align: center;
}

.media-td-context > img {
	width: 100%;
}

.media-td-context > span {
	float: right;
	font-size: 12px;
}

.media-title {
	margin-top: 7px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	word-break: keep-all;
}

.media-context {
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	word-break: keep-all;
}

.media-td-date {
	width: 100px;
	padding-bottom: 90px !important;
	font-size: 15px !important;
}

#event-page-bg {
	width: 100%;
	background-image: url("/resources/img/event/mo_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 30px;
}

#gift-bottom-text {
	margin: 40px 0px;
	font-weight: 300;
}

#show_img {
	text-align: center;
	width: 100%;
	margin: 10px 0px;
}

.board-context img {
	margin-bottom: 10px;
}

.current-month-event {
	text-align: left;
	display: inline-block;
}

.current-month-event-inner {
	width: 30%;
	display: inline-block;
	margin: 1.6%;
}

.current-month-event-inner p {
	font-size: 10px;
	font-weight: 300;
	text-align: center;
}

.current-month-event-inner img {
	width: 100%;
	margin-bottom: 10px;
}

.event-huge-img {
	width: 100%;
}

.event-small-img {
	width: 100%;
}

.modal-body {
	padding: 20px 5px 20px 5px;
}

.modal-dialog {
	width: unset !important;
}

.btn-xxs {
	padding: 4px 8px;
}

.modal-header {
	padding: 5px 10px;
}

.btn-harin {
	background-color: #0D4726;
	border-color: #0D4726;
	color: #FFFFFF;
}

.btn-naver {
	background-color: #00C73C;
	border-color: #00C73C;
	color: #FFFFFF;
}

.btn-naver:hover {
	background-color: #00C73C;
	border-color: #00C73C;
	color: #FFFFFF;
}

.btn-kakao {
	background-color: #FEE500;
	border-color: #FEE500;
	color: #000000;
}

.btn-kakao:hover {
	background-color: #FEE500;
	border-color: #FEE500;
	color: #000000;
}
