@font-face {
  font-family: "Noto Sans KR";
  font-weight: 100;
  src: local("Noto Sans KR Thin");
  src: url("../font/NotoSansCJKkr-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 200;
  src: local("Noto Sans KR DemiLight");
  src: url("../font/NotoSansCJKkr-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 300;
  src: local("Noto Sans KR Light");
  src: url("../font/NotoSansCJKkr-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 400;
  src: local("Noto Sans KR Regular");
  src: url("../font/NotoSansCJKkr-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 500;
  src: local("Noto Sans KR Medium");
  src: url("../font/NotoSansCJKkr-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-weight: 700;
  src: local("Noto Sans KR bold");
  src: url("../font/NotoSansCJKkr-Bold.woff") format("woff");
}

@font-face {
  font-family: "SeoulNamsanEB";
  font-weight: normal;
  src: url("../font/SeoulNamsanEB.woff") format("woff");
}

@font-face {
  font-family: "SeoulNamsanB";
  font-weight: normal;
  src: url("../font/SeoulNamsanB.woff") format("woff");
}

/* Reset */
html {
  font-size: 10px;
  min-width: 1300px;
}
body {
  line-height: 1;
  height: 100%;
  width: 100%;
  /* font-family: "Arial"; */
  font-size: 10px;
  font-family: NotoSansCJKkr;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: NotoSansCJKkr;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  height: 100%;
  width: 100%;
  font-family: "Arial";
  font-size: 10px;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table > caption {
  position: absolute;
  color: transparent;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic Reset */

@-ms-viewport {
  width: device-width;
}

html {
  min-height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #ffffff;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type Reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: inherit;
  letter-spacing: -0.0325em;
}
a {
  text-decoration: none;
  color: black;
}
li {
  list-style: none;
}
img {
  border: 0px;
}

/* common */
body {
  position: relative;
  padding-top: 70px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
strong {
  font-weight: bold;
}
.wrapper {
  position: relative;
  min-height: 100%;
}

nav > a:hover {
  color: #98b720 !important;
  /* color: #1D4234 !important;
	color: #35826C !important; */
  /* border-bottom: 3px solid #98b720; */
}

/* header */
header {
  height: 70px;
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  display: inline-table;
  z-index: 10;
}
header.bg_white {
  background: white;
}
header.active {
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s;
}

header.active a {
  color: #fff;
}

header.active .menu_seleted {
  color: #98b720 !important; /*���ϴ� ���⿡��!!!*/
}

.headerBP {
}
header .logo-inner {
  width: 200px;
  height: 70px;
  display: inline-block;
  text-align: left;
  margin: auto;
}
header .logo-inner a {
  font-size: 1.4rem;
  line-height: 71px;
}

header .logo {
  width: 100%;
  padding: 30px 0 0px;
}
header nav {
  /*   display: inline-block;
  float: right; */
  margin: auto;
}
header nav > a {
  font-size: 1.4rem;
  margin: 0 10px;
  line-height: 71px;
  height: 66px;
}

.menu_seleted {
  /* #color: #b1d32e !important;
	#color: #1D4234 !important; */
  color: #35826c !important;
  font-weight: bold;
}

header nav a {
  font-family: SeoulNamsanB;
}

/* intro page */
/* Main Contents */
.main_Contents_Title {
  background: url("../images/main_bg.png");
  height: 800px;
}
.main_Contents_Title p {
  padding-top: 400px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: SeoulNamsanEB !important;
}

.main_title {
  text-align: center;
  /* margin-top: 210px; */
  margin-left: 0px;
  margin-bottom: 209px;
}
.main_title p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.main_Contents {
  padding-bottom: 150px;
}
.main_Contents .mainContent_bottom > .mainContent_bottom_title {
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 50px;
  background: rgba(177, 211, 46, 0.5);
  width: 47%;
}
.main_Contents .mainContent_bottom {
  margin-bottom: 80px;
}
.main_Contents .mainContent_bottom > .mainContent_bottom_title p {
  font-size: 1.4rem;
  line-height: 1.2;
}
.main_Contents .mainContent_bottom > .mainContent_bottom_title p strong {
  font-weight: bold;
}
.main_Contents .mainContent_bottom > .flexContents {
  display: flex;
  justify-content: space-around;
  margin-top: -40px;
}
.main_Contents .mainContent_bottom > .flexContents > .contentsImg {
  width: 300px;
  height: 170px;
  background: #000;
  position: relative;
  box-shadow: 5px 10px 20px 0px;
  margin-bottom: 10px;
}
.main_Contents .mainContent_bottom > .flexContents p {
  position: absolute;
  left: 15px;
  bottom: -8px;
  color: #fff;
  font-size: 1.625rem;
  background: rgba(0, 0, 0, 0.5);
  font-family: SeoulNamsanEB !important;
}
.main_body {
  width: 1150px;
  margin: 0 auto;
  margin-top: -200px;
}

/* popup */
.main-popup {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  max-width: 800px;
}
.main-popup .imgbox {
  display: flex;
}
.main-popup .imgbox > img {
  max-width: 100%;
}

.main-popup > .popup-wrap {
  background-color: #e2eed8;
}
.main-popup .linkbox {
  text-align: center;
  padding: 15px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
}

.main-popup .linkbox > span {
  font-size: 18px;
}

.main-popup .linkbox > a {
  font-size: 18px;
  text-decoration: underline;
  display: flex;
}

.main-popup .linkbox > a:not(:first-child) {
  margin-left: 8px;
}

.main-popup .linkbox > a > span {
  width: 14px;
  display: inline-block;
  margin-right: 4px;
}

.main-popup .linkbox > a > span > img {
  max-width: 100%;
}

.main-popup .btnbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  padding-top: 0;
}

.main-popup .btnbox button {
  padding: 4px 8px;
  font-size: 14px;
}

/* conpany page */
.main_Contents_band {
  height: 140px;
  background: url();
  background: #000;
  border-top: 4px solid #92d4c1;
}
.main_Contents_band h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 75px;
  color: #fff;
  padding-left: 378px;
  margin-left: auto;
  margin-right: auto;
}
.inner.company_main_container {
  display: flex;
  width: 1200px;
}
.company_main_title {
  margin-top: 50px;
}
.company_main_title p {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.company_main_contentsTxt {
  margin-top: 50px;
}
.company_main_contentsTxt p {
  font-size: 28px;
  font-weight: bold;
  color: #656565;
  line-height: 1.8;
  letter-spacing: -0.892px;
}
.company_main_contentsTxt_2 {
  margin-top: 40px;
}
.company_main_contentsTxt_2 p {
  font-size: 28px;
  font-weight: bold;
  color: #39826d;
}
.company_main_Content_bottom {
  margin-top: 193px;
  padding-left: 8px;
  border-left: 8px solid #627972;
  margin-bottom: 90px;
}
.company_main_Content_bottom p {
  font-size: 20px;
  color: #617972;
  font-weight: bold;
}
.company_main_Content_bottom p:first-child {
  margin-bottom: 15px;
}

/* history */
.inner.history_container {
  width: 1300px;
}
.history_main_title {
  margin-top: 50px;
}
.history_main_title p {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.history_main_title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.history_main_contents {
  margin-top: 50px;
}
.history_main_contents table {
  width: 68%;
}

.history_main_contents table th {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 20px;
  border-right: 7px solid #899e98;
  color: #656565;
}
.history_main_contents table td {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  color: #656565;
}
.history_main_contents table td:last-child {
  padding-left: 15px;
}

/* businessItroduction */
.inner.businessItroduction_container {
  width: 1200px;
}
.business_main_title {
  margin-top: 50px;
}
.business_main_title p {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.business_main_title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.business_main_contents {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}
.business_main_contents > .contents_section {
  position: relative;
  margin-bottom: 15px;
}
.business_main_contents > .contents_section > .contenst_img {
  /* border: 1px solid #000; */
  margin-bottom: 60px;
}

.business_main_contents > .contents_section > .middle_txt {
  width: 200px;
  height: 100px;
  background: #3a826d;
  padding: 28px 14px;
  position: absolute;
  right: 40px;
  top: 240px;
  letter-spacing: -1.6px;
}
.business_main_contents > .contents_section > .middle_txt p {
  font-size: 22px;
  color: #fff;
}
.business_main_contents > .contents_section > .middle_txt hr {
  width: 40%;
  float: left;
  border: 3px solid #fff;
}
.business_main_contents > .contents_section > .bottom_txt p {
  font-size: 19px;
  line-height: 1.5;
  color: #656565;
}

.business_main_contents > .contents_section > .bottom_txt ul > li {
  font-size: 19px;
  line-height: 1.5;
  color: #656565;
}

/* gallery */
.inner.gallery_container {
  width: 1200px;
}
.gallery_container {
  padding: 0 40px;
}
.gallery_main_title {
  margin-top: 50px;
}
.gallery_main_title p {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.gallery_main_contents {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery_main_contents > .contents_section > .contents_img {
  margin-bottom: 50px;
}

.gallery_main_contents > .contents_section > .contents_img > img {
  width: 260px;
  height: 260px;
}

/* product */
.inner.product_container {
  width: 1300px;
}
.product_container {
  padding: 0 40px;
}
.product_container {
  margin-top: 50px;
}
.product_container p {
  font-size: 32px;
  font-weight: bold;
  color: #3a826d;
}
.product_Box {
  display: flex;
  padding: 50px 0;
  gap: 0 40px;
  justify-content: center;
  align-items: center;
}
.product_Box > div {
  /* width: calc(100%/3); */
}
.product_Box > div:nth-child(1) {
  flex-grow: 1;
}
.product_Box > div:nth-child(2) {
  flex-grow: 2;
  min-width: 540px;
  padding-right: 40px;
  padding-left: 40px;
}
.product_Box > div:nth-child(3) {
  flex-grow: 1;
}
.product_Box > .left img {
  width: 100%;
}
.product_Box > .left figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product_Box > .center > h3 {
  font-size: 30px;
  font-weight: bold;
  color: #3a826d;
  margin-bottom: 20px;
}
.product_Box > .center > p {
  font-size: 19px;
  color: #333;
  line-height: 1.4451;
  margin-bottom: 10px;
  letter-spacing: -0.815px;
}
.product_Box > .right figure {
  margin-bottom: 20px;
  text-align: center;
  min-width: 200px;
}
.product_Box > .right figure img {
  width: 100%;
}
.product_Box > .right > a {
  font-size: 19px;
  font-weight: 700;
  max-width: 305px;
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  background: #35826c;
  color: #fff;
  line-height: 35px;
  margin: 0 auto;
}

/* footer */
footer {
  background: #46504d;
  display: inline-table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer_logo {
  width: 120px;
  height: 70px;
  display: inline-block;
}
.copyright {
  display: inline-block;
  width: calc(100% - 300px);
  /*  float: right;*/
  text-align: center;
  padding: 16px;
}

.auth_mark img {
  width: 90px;
}

.auth_mark {
  display: inline-block;
  float: right;
  text-align: center;
  padding: 16px;
}

.copyright p {
  font-size: 20px;
  line-height: 1.4;
}
.copyright p:first-child {
  color: #fff;
}
.copyright p:nth-child(2) {
  color: #fff;
}

/* mobile menu */
.panel.right {
  display: none;
}

.panel {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 70%;
  background-color: #383b42;
}

.panel .ninja-btn {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 30.285714px 31px;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 30px;
  height: 20.18181818px;
}
.panel .ninja-btn span,
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 30px;
  height: 2px;
  background-color: #383b42;
}
.panel .ninja-btn.active span,
.panel .ninja-btn.active span:before,
.panel .ninja-btn.active span:after {
  background-color: #fff;
}
.panel .ninja-btn span {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 9.09090909px;
}
.panel .ninja-btn span:before,
.panel .ninja-btn span:after {
  content: "";
  position: absolute;
  left: 0;
}
.panel .ninja-btn span:before {
  top: -9.09090909px;
}
.panel .ninja-btn span:after {
  top: 9.09090909px;
}

.panel .ninja-btn.active span {
  background-color: transparent;
}
.panel .ninja-btn.active span:before,
.panel .ninja-btn.active span:after {
  top: 0;
}
.panel .ninja-btn.active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.panel .ninja-btn.active span:after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -msa-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.panel ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  top: 15%;
  left: 0;
  right: 60px;
  height: auto;
  text-align: left;
}

.panel ul li,
.panel ul a {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 1.4;
  padding: 0;
  font-weight: 200;
}
.panel ul li {
  height: 45px;
  border-top: 1px solid #848484;
}
.panel ul li.menu-label a {
  padding: 11px 0 0 40px;
  height: 100%;
  display: block;
  font-size: 17px;
  text-transform: lowercase;
  color: #fff;
}
.panel ul li.menu-label:first-child {
  border-top: 0;
}

.panel ul li.menu-contacts a {
  font-size: 16px;
  text-transform: inherit;
}

.panel-overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.panel.right {
  right: -800px;
}

.panel.right .ninja-btn {
  right: 830px;
}
.panel.right .ninja-btn.active {
  right: 20px;
}

.panel.right.active {
  right: 0;
}
.panel.left.active .ninja-btn {
  right: 100%;
  margin-right: -90px;
}

.panel ul li.sub-menu {
  background: #2e333c;
  padding: 11px 0 0 50px;
}

#header > .inner {
  width: 100%;
  text-align: center;
  display: flex;
  min-width: 600px;
}

a:focus,
ul:focus,
li:focus {
  /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); */
  /* box-shadow: 0 0 0 3px activeborder; Blink, Chrome */
  /* box-shadow: 0 0 0 3px -moz-mac-focusring; Firefox */
  /* outline: -webkit-focus-ring-color auto 1px; Webkit, Safari */
}

.clear__both {
  clear: both;
}

.hide {
  font-size: 0;
  height: 0;
  position: absolute;
  top: -99999px;
  width: 0;
}

.skip a {
  display: block;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -10000px;
  width: 100%;
  z-index: 500;
}

.skip a:hover,
.skip a:focus,
.skip a:active {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding: 15px 0;
  position: absolute;
  top: 0;
  z-index: 500;
}

/*html:focus, body:focus, div:focus, span:focus, applet:focus, object:focus, iframe:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, blockquote:focus, pre:focus,
a:focus, abbr:focus, acronym:focus, address:focus, big:focus, cite:focus, code:focus, del:focus, dfn:focus, em:focus, img:focus, ins:focus, kbd:focus, q:focus, s:focus, samp:focus, small:focus,
strike:focus, strong:focus, sub:focus, sup:focus, tt:focus, var:focus, b:focus, u:focus, i:focus, center:focus, dl:focus, dt:focus, dd:focus, ol:focus, ul:focus, li:focus, fieldset:focus, form:focus,
label:focus, legend:focus, table:focus, caption:focus, tbody:focus, tfoot:focus, thead:focus, tr:focus, th:focus, td:focus, article:focus, aside:focus, canvas:focus, details:focus, embed:focus, figure:focus,
figcaption:focus, footer:focus, header:focus, hgroup:focus, menu:focus, nav:focus, output:focus, ruby:focus, section:focus, summary:focus, time:focus, mark:focus, audio:focus, video:focus {
	border: 3px solid #5f5f5f;
}*/

/* outline: #000; */

/* border: 2px solid #ccc; */

/* mobile */
/*
@media (max-width: 1024px) {

	html {
		font-size: 12px;
		transition: all .9s
	}
	.inner {
		width: 100%;
	}
	header nav {
		display: none;
	}
	header.active {
		background: #fff;
	}
	.panel.right {
		display: block;
	}
	.main_title {
		transition: all 0.5s ease-in-out;
	  -webkit-transition: all 0.5s ease-in-out;
	  -moz-transition: all 0.5s ease-in-out;
	  -o-transition: all 0.5s ease-in-out;
	  -ms-transition: all 0.5s ease-in-out;
		margin-top: 25rem;
    margin-left: 0;
    margin-bottom: 16.7rem;
	}
	.business_main_contents {
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		flex-wrap: wrap;
	}
}

@media (max-width: 850px) {
	.main_Contents .mainContent_bottom > .flexContents {
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		flex-wrap: wrap;
	}
}
*/
