<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

.jejumyeongjo {
  font-family: "Jeju Myeongjo", serif;
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
.notosanskr * {
  font-family: "Noto Sans KR";
}
.nanumsquare {
  font-family: "NanumSquare" !important;
}
.nanumgothic {
  font-family: "Nanum Gothic" !important;
}
.img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* 초기화 */
html {
  overflow-y: scroll;
  font-size: 10px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "NanumSquare", "Noto Sans KR", "Malgun Gothic";
  color: #565656;
  font-weight: 400;
  letter-spacing: 0;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  /* font-family: "NanumSquare", "Noto Sans KR", "GmarketSansMedium"; */
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.26em;
  /* font-family: "NanumSquare", "dotum", 'GmarketSansMedium'; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
br {
  font-family: "dotum";
}
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
input:focus{
  outline: none;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
fieldset{
  
  border: 0;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "NanumSquare", "dotum", 'GmarketSansMedium';
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "NanumSquare", "dotum", 'GmarketSansMedium';
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
input[type="password"]{
  font-family: "dotum" !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #d0ddf1;
  -moz-box-shadow: 0 0 5px #d0ddf1;
  box-shadow: 0 0 5px #d0ddf1;
  border: 1px solid #718ab2 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

/* 레이아웃 크기 지정 */

/* #hd, #wrapper, #ft {min-width:1200px} */
#hd_wrapper {
  width: 90%;
}
.myContent,
#ft_wr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
.cont_wrap1200 {
  width: 690%;
  max-width: 1330px;
  margin: 0 auto;
}
/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_con {
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

/* 상단 레이아웃 */
#hd {
  /* position: fixed; */
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 111111111;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
}
#hd.fixed {
  position: fixed;
}
#hd_h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#tnb {
  border-bottom: 1px solid #383838;
  margin: 0 auto;
}
#tnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#tnb .inner {
  margin: 0 auto;
}

#hd_wrapper {
  position: relative;
  margin: 0 auto;
  height: 96px;
  zoom: 1;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#logo {
  float: left;
  line-height: 96px;
}
#logo img {
  max-width: 200px;
  width: 100%;
}

/* 로그인 바 */
.hd_login {
  /* position: absolute;
  right: 20px;
  top: 60px; */
  position: absolute;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
}
.hd_login li {
  float: left;
  margin: 0 5px;
  border-left: 1px solid #616161;
  padding-left: 10px;
}
.hd_login li:first-child {
  border-left: 0;
}
.hd_login li a{
  font-size: 15px;
  color: #555;

}
/* .hd_login a {color:#fff} */

/* 모바일 오픈 버튼 안보이게 */
#m_open,
.m_gnb {
  display: none;
}
/* 메인메뉴 */
#gnb {
  position: relative;
  background: #fff;
}
#gnb &gt; h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#gnb .gnb_wrap {
  position: relative;
  width: 780px;
  float: right;
  margin-right: 100px;
}
#gnb .gnb_wrap ul {
  display: flex;
  justify-content: space-between;
}
#gnb .gnb_li {
  /* width: 20%; */
  /* padding: 0 30px; */
  text-align: center;
}
#gnb .gnb_li a {
  display: block;
}
#gnb .gnb_li &gt; a {
  line-height: 96px;
  font-weight: 700;
  font-size: 18px;
}
#gnb .gnb_li &gt; a:hover {
  color: #718ab2;
}
#gnb ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

/* gnb 오버 시 하위메뉴 */
#hd .gnb_bg {
  display: none;
}
#hd .gnb_bg.on {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
#gnb_down {
  display: none;
  position: absolute;
  width: 100%;
  height: 300px;
  background: #fff;
  z-index: 111111;
}
#gnb_down .img {
  position: absolute;
  left: 240px;
  bottom: 20px;
  max-width: 100%;
}
#gnb_down .ul_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#gnb_down .ul_wrap ul {
  position: relative;
  width: 780px;
  display: flex;
  float: right;
  margin-right: 186px;
}
#gnb_down ul li {
  position: absolute;
  /* width: 20%; */
  text-align: center;
}
#gnb_down ul li:nth-child(1) {
  left: 0;
}
#gnb_down ul li:nth-child(2) {
  left: 136px;
}
#gnb_down ul li:nth-child(3) {
  left: 322px;
}
#gnb_down ul li:nth-child(4) {
  left: 476px;
}
#gnb_down ul li:nth-child(5) {
  left: 622px;
}

#gnb_down li &gt; a {
  display: block;
  padding: 20px 5px;
  font-weight: normal;
}
#gnb_down li &gt; a:hover {
  color: #718ab2;
}

/* 중간 레이아웃 */
#wrapper {
}
#container_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_wr {
  margin: 0 auto;
  height: 100%;
  zoom: 1;
}

#container {
  position: relative;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  zoom: 1;
}
#container:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#container_title {
  font-size: 1.333em;
  margin: 0 auto;
  font-weight: bold;
}
#container_title span {
  margin: 0 auto 10px;
  display: block;
  line-height: 30px;
}

.lt_wr {
  width: 32%;
}
.lt_wr:nth-child(3n + 1) {
  clear: both;
}

/* 메인 본문 시작 */
/* 전체 공통 스타일 */

.sub_bg {
  position: relative;
  width: 100%;
  height: 360px;
}

.sub_bg .bg {
  width: 100%;
  height: 100%;
}

#greeting .sub_bg .bg {
  background: url(/img/sub_bg01.jpg) no-repeat center;
  background-size: cover;
}
#dutchtest .sub_bg .bg {
  background: url(/img/sub_bg02.jpg) no-repeat center;
  background-size: cover;
  filter: blur(2px) opacity(0.5);
}
#biotek .sub_bg .bg {
  background: url(/img/sub_bg02.jpg) no-repeat center;
  background-size: cover;
  filter: blur(1px) opacity(0.5);
}
#organic .sub_bg .bg {
  background: url(/img/sub_bg02.jpg) no-repeat center;
  background-size: cover;
  filter: blur(2px) opacity(0.5);
}
#xymogen .sub_bg .bg {
  background: url(/img/sub_bg01.jpg) no-repeat center;
  background-size: cover;
}

.bg_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.sub2_wrap .bg_txt h2,
.sub2_wrap .bg_txt p{
  color: #000;

}
.bg_txt h2 {
  position: relative;
  /* color: #fff; */
  font-size: 42px;
  margin-bottom: 30px;
  padding-bottom: 20px;

  /* **/
  font-family: "NanumSquare", "Noto Sans KR", "GmarketSansMedium";
  letter-spacing: 1.46px;
  color: #fff;
}
.bg_txt h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
  /* box-shadow: 1px 2px 1px #333; */
}
.sub2_wrap .bg_txt h2:after{
  background: #777;

}
.bg_txt p {
  width: 90%;
  margin: 0 auto;
  /* color: #efefef; */
  font-size: 18px;
  color: #fefefe;
}

#main-fullpage .section {
  /* padding-top: 96px; */
}
.section .bnr_txt_wrap {
  position: absolute;
  top:30%;
  /* transform: translateY(-50%); */
}
.section .bnr_txt_wrap h4 {
  font-size: 50px;
  color: #718ab2;
  text-shadow: 1px 1px 0 #fff;
  letter-spacing: -0.86px;
  /* 1단계 더 굵게 */
  font-weight: 800;
}
.section .btm_txt {
  margin: 30px 0 40px;
}
.section .btm_txt h2 {
  /* margin-bottom: 4px;
  font-size: 1.56em;
  color: #555; */

  /* 수정한부분 */
  font-size: 2em;
  color: #333;
  margin-bottom: 20px;
}
.section .btm_txt p {
  line-height: 1.4;
  /* color: #797d94; */

  /* 수정한부분 */
  color: #555;
  font-size: 18px;
  font-weight: 600;
}
.more_btn {
  display: block;
  width: 220px;
  /* font-weight: 700;
  color: #909cdf;
  border: 1px solid #909cdf; 
  border-radius: 24px;*/
  text-align: center;
  line-height: 56px;

  /* 수정한부분 */
  font-size: 18px;
  color: #718ab2;
  font-weight: 800;
  border: 2px solid #718ab2;
  border-radius: 20px;
}
.more_btn:hover {
  width: 280px;
  /* background: #909cdf; */
  color: #fff;
  background-color: #718ab2;
}
.uprcase {
  text-transform: uppercase;
}

/* 첫번째 메인 */
#main1 {
  position: relative;
  background: url('/img/xym_bg.jpg') no-repeat right center;
  background-size: cover;
  height: 100vh !important;
}


.xym_pc {display:block;position:absolute;top:96px;right:0px;}
.xym_mobile {display:none;}

.xym_txt {padding:24px 0px 54px 0px;font-family:"Noto Sans KR", sans-serif;width:600px;}
.xym_txt h1 {display:block;font-size:50px;font-weight:bold;color:#000;}
.xym_txt strong {display:block;font-size:24px;font-weight:bold;color:#000;padding:30px 0px 58px 0px;}
.xym_txt span {display:block;font-size:16px;font-weight:400;color:#555;white-space:normal;word-break:break-all;word-wrap:break-word;word-break:keep-all;}

.no_pc {display:block;position:absolute;top:150px;left:50%;margin-left:-550px;}
.no_mobile {display:none;}

.txtBoxwrap {position:absolute;top:200px;right:12%;text-align:right;font-family:"Noto Sans KR", sans-serif;}
.txtBoxwrap h1 {display:block;font-size:24px;font-weight:bold;color:#000;padding:24px 0px 30px 0px;}
.txtBoxwrap span {display:block;font-size:16px;font-weight:400;color:#555;padding:0px 0px 54px 0px;white-space:normal;word-break:break-all;word-wrap:break-word;word-break:keep-all;}

.pc {display:inline-block;}
.mobile {display:none;}

@media screen and (max-width:1024px) {
	.pc {display:none;}
	.mobile {display:inline-block;}

	.xym_pc {display:none;position:absolute;top:0px;right:0px;}
	.xym_mobile {display:block;position:absolute;top:75px;right:10%;left:10%;text-align:center;}
	.xym_mobile img {max-width:100%;}

	.xym_txt {padding:0px 0px 10px 0px;width:100%;margin:0px auto;text-align:center;}
	.xym_txt h1 {font-size:30px;}
	.xym_txt strong {font-size:16px;padding:10px 0px 18px 0px;}
	.xym_txt span {font-size:14px;}

	  #main1 .bnr_txt_wrap {top:45%;left:80px;text-align:center;}
	  
	  #main1 .more_btn, #main2 .more_btn {line-height:35px !important;font-size:15px;margin:0px auto;font-weight:400;}

	  .no_pc {display:none;}
	  .no_mobile {display:block;position:absolute;top:70px;left:0;margin-left:0px;right:0;text-align:center;}
	  .no_mobile img {max-width:100%;}

	  .txtBoxwrap {top:35%;right:5%;text-align:center;left:5%;}
	  .txtBoxwrap h1 {font-size:20px;padding:20px 0px 20px 0px;}
	  .txtBoxwrap span {font-size:14px;padding:0px 0px 24px 0px;}

}





#main1 .bnr_txt_wrap {
  left: 280px;
}
#main1 .img-group{
  width: 100%;
}
#main1 .img-group .img{
  position: absolute;
  bottom: 5%;
  width: 100%;
  right: 5%;
}
#main1 .img-group .img1{display: block; max-width: 670px;}
#main1 .img-group .img2{display: none; max-width: 261px;}


/* #main1 .bnr_txt_wrap{display: none;} */
#main1 .btm_txt p{}
#main1 .bnr_txt_wrap h4{
  color: #515452;
  /* text-emphasis-style: dot;
  text-emphasis-position: over left;
  -webkit-text-emphasis-style: dot;
  -webkit-text-emphasis-position: over; */
}
#main1 .bnr_txt_wrap h4 span.blue{color: #0287ca;}
#main1 .bnr_txt_wrap h4 span.dot{position: relative; padding-right: 1px;}
#main1 .bnr_txt_wrap h4 span.dot::after{display: block; content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background: #515452; border-radius: 50%;}
#main1 .more_btn, #main2 .more_btn {color: #00b2e3; border: 2px solid #00b2e3;line-height:55px;font-weight:400 !important;margin-top:0px;}
#main1 .more_btn:hover, #main2 .more_btn:hover {background: #00b2e3; color: #fff;}
/* 두번째 메인  */
#main2 {
  background: url('/img/no_bg.jpg') no-repeat left center;
  background-size: cover;
}
#main2 .bnr_txt_wrap {
  right: 220px;
  text-align: right;
  top: 52%;
  transform: translateY(-52%);
}
#main2 .bnr_txt_wrap h4 {
  font-size: 44px;
}
#main2 .btm_txt p {
  font-size: 24px;
}
#main2 .more_btn {
  float: right;
}

/* 세번째 메인 */
#main3 {
  background: url(/img/main3_bnr01.jpg?ver=55adfsfs75fsfs) no-repeat center;
  background-size: 100% 100%;
}
.section .cont_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.section .cont_wrap {
  padding-top: 96px;
}
.sub02-main3 .cont_wrap {
  padding-bottom: 96px;
}
.section .cont_wrap .tt {
  padding-bottom: 10px;
  text-align: center;
}
.section .cont_wrap .tt h1 {
  font-size: 42px;
}
.section .cont_wrap .tt p{
  padding-top: 25px;
}
/* 수정한부분 */
#main3 .more_btn {
  margin: 0 auto 10px;
}

.cont_wrap .listBox ul {
  display: flex;
  flex-wrap: wrap;
}
#main3 .tt {
}
.section .listBox li {
  width: 33.333%;
  padding: 30px 20px;
}
.section .listBox li img {
  max-width: 100%;
}
.section .listBox li .txtBox {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  /* ** */
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  text-align: center;

}

.section .listBox li .txtBox img {
  /* width: 180px; */
  height: 36px;
  max-width: 180px;
  
  display: block;
  margin: 0 auto;
}
/* 03.09 사진 텍스트 위치 맞춰달라함 */
.section .listBox li:nth-child(2) .txtBox p{
  position: relative;
  top: 3px;
}
.section .listBox li:nth-child(2) .txtBox img{
  position: relative;
  top: 5px;
}
.section .listBox li .txtBox img{
  /* max-width: 160px; */
  object-fit: contain;
}
#main3 .listBox li .txtBox p {
  /* 수정한부분 */
  margin: 10px auto 15px;
}
.section .more_btn {
  margin-top: 5px;
  line-height: 48px;
}

/* 네번째 메인 */
#main4 {
  background: linear-gradient(to right, #cdecfa, #e3ddec);
}
#main4 .imgBox {
  background: #f7f7f7;
}
#main4 .listBox li .txtBox h2 {
  font-size: 24px;
}
#main4 .more_btn {
  
}
/* #main4 .more_btn:hover{
  background: #909cdf;
  color: #fff;
} */

/* 다섯번째 메인 */
/* 학회개최 */
#main5 .cont_wrap{display: flex; flex-wrap: wrap;}
#main5 .cont_wrap .tt_bg {
  position: relative;
  width: 25%;
  /* background: #eee; */
  height: 644px;
  border: 1px solid #ccc;
}
#main5 .cont_wrap .bg {
  height: 440px;
  background: url(/img/main5_img01.jpg) no-repeat center bottom;
  background-size: cover;
}
#main5 .tt_bg .btm_tt h1 {
  letter-spacing: -0.86px;
  color: #718ab2;
}
#main5 .tt_bg .btm_tt h1 span {
  display: block;
  font-weight: normal;
}

#main5 .tt_bg .btm_tt {
  position: absolute;
  bottom: 0;
  height: 204px;
  width: 100%;
  background: #fff;
  padding: 25px 0 0 25px;
}
#main5 .tt_bg .view_more i {
  margin-left: 4px;
}
#main5 .tt_bg .view_more {
  position: absolute;
  display: block;
  right: 25px;
  bottom: 25px;
  width: 130px;
  border-radius: 3px;
  background: #d0ddf1;
  /* margin-top: 20px; */
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
#main5 .tt_bg .view_more:hover {
  width: 160px;
  background: #718ab2;
}
.latest_board_wrap {
  width: 75%;
  /* width: 880px; */
  padding-left: 40px;
}

/* 여섯번째 메인 */
/* 보도뉴스 인스타 */
#main6.section .cont_wrap {
  padding-top: 65px;
  background-color: #dfdfdf;
}
#main6 .cont_wrap1200 {
  position: relative;
}
#main6 .latest_01 {
  display: flex;
  flex-wrap: wrap;
  /* background-color: #718ab2; */
  /* background-color: #dfdfdf; */
  margin-bottom: 60px;
  margin: 30px auto;
  padding: 20px 0;
}
#main6 .latest_01 .left_tt {
  width: 25%;
  padding: 40px 0;
}
#main6 .latest_01 .left_tt h2 {
  text-align: center;
}
#main6 .latest_01 .left_tt h2 &gt; img {
  width: 280px;
  max-width: 100%;
}
#main6 .latest_01 .left_tt h1 {
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  color: #f6f6f6;
}
#main6 .latest_01 .latest_news_wrap {
  /* width: 70%; */
  /* margin: 0 auto; */
}
/* 비디오 */
.lat_vid {
  position: absolute;
  right: 0;
  top: 20px;
  height: 100%;
  width: 392px !important;
  padding: 58px 26px;
  height: 406px;
  background: #ccc;
}

/* 서브페이지 */
.sub-wrap {
  /* padding-top: 96px; */
}
.sub-wrap small,
.sub-wrap th,
.sub-wrap td,
.sub-wrap b,
.sub-wrap strong,
.sub-wrap p,
.sub-wrap li {
  /* font-family: "NanumSquare", "Noto Sans KR", "GmarketSansMedium"; */
  line-height: 1.6;
}
.sub-wrap .contents {
  /* padding-top: 96px; */
  margin-top: 60px;
}
.flexBox{display: flex; flex-wrap: wrap;}

/* 브랜드 스토리 */
/* .tab_list{
  background: #d0ddf1;
  position: fixed;
  width: 100%;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  z-index: 11111111111;
}
.tab_list a:first-child{
  margin-left: 120px;

}
.tab_list a{
  display: inline-block;
  text-align: center;
  padding: 0 25px;
}
.tab_list a:after{
  content: '|';
  display: inline-block;
  padding-left: 50px;
  color: initial;

  
}
.tab_list a:last-child:after{
  content: none;

}
.tab_list a.on{
  color: #718ab2;
  font-weight: 700;
} */

#xymogen section .tt h1,
#greeting section .tt h1 {
  position: relative;
  font-size: 50px;
  text-align: center;
  color: #333;
}
#xymogen .section_tt{
  position: relative;
  width: 100% !important;
  margin-top: 60px;
}
#xymogen section .tt h1{
}
#xymogen section .tt h1:after{
  content: "";
  display: block;
  background: url(/img/line.png);
  background-size: contain;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* 브랜드 스토리 */
#brandstory .greeting_tt {
  margin-bottom: 40px;
}
#brandstory .greeting_tt h2 {
  font-size: 26px;
}
#brandstory .greeting_tt h2 &gt; span {
  color: #2bc1c1;
}
#brandstory .txtBox {
}
#brandstory .txtBox p {
  /* float: left; */
}
#brandstory .txtBox img {
  clip-path: circle(40%);
  shape-outside: circle(50%);
  float: right;
  width: 340px;
}

.btm_sign {
  text-align: right;
}
#brandstory .txtBox .txt:after {
  content: "";
  display: block;
  clear: both;
}
#history .history_list {
  text-align: center;
}
#history .history_list img {
  max-width: 100%;
}

/* ** */
#about_ci .cont_wrap1200 {
  width: 886px !important;
}
.ci_logo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.ci_info &gt; p {
  text-align: center;
  margin: 15px 0 60px;
  font-weight: 700;
}
.ci_colors {
  display: flex;
  align-items: center;
}
.ci_colors .color_info {
  width: 40%;
}
.ci_colors .ci_explain {
  width: 60%;
}
.ci_colors .color_info .txt {
  /* border-left: 10px; */
  width:50%;
  float:left;
  border-style: solid;
  border-width: 0 0 0 14px;
  padding-left: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.ci_colors .color_info .green {
  border-color: #42a837;
}
.ci_colors .color_info .blue {
  border-color: #003e8d;
}
.ci_colors .color_info .green h4 {
  color: #42a837;
}
.ci_colors .color_info .blue h4 {
  color: #003e8d;
}
/* 공통 */
.ci_colors .color_info .txt h4 {
  background: #ccc;
  width: 200px;
  padding: 2px 0 2px 6px;
}
.ci_colors .color_info .txt p {
  color: #888;
}
.ci_colors .color_info .txt p &gt; b {
  color: #565656;
}

/* 오른쪽 설명 */
.ci_explain li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 28px;
}
.ci_explain li:last-child {
  margin-bottom: 0;
}
.ci_explain li:before {
  content: "\25B6";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #2bd2d6;
}

/* 더치테스트 */
.tab_wrap {
  margin-bottom: 60px;
  text-align: center;
}
.tab_wrap ul:after {
  display: block;
  content: "";
  clear: both;
}
.tab_contents &gt; div {
  display: none;
  width: 960px;
  margin: 0 auto;
}
.tab_wrap li {
  float: left;
  width: 33.333%;
  height: 80px;
  line-height: 80px;
  border: 1px solid #ccc;
  border-bottom-color: #222;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.tab_wrap li.active {
  color: #333;
  font-size: 19px;
  font-weight: 700;
  border-color: #222;
  border-width: 1px 1px 0 1px;
  background: #fff;
}
.tab_wrap li a {
  display: block;
  width: 100%;
  height: 100%;
}


#dutchtest .cont_head {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#dutchtest .cont_head h2 {
  font-size: 0;
  color: transparent;
  margin-right: 25px;
}
#dutchtest .about_dutch01 p {
  margin-bottom: 20px;
}
#dutchtest .img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#dutchtest .cont_wrap1200 h4 {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#dutchtest section {
  margin-bottom: 100px;
}
#dutchtest .about_dutch02 .img {
  width: 620px;
}
#dutchtest .about_dutch02 p {
  text-align: center;
  width: 760px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.6;
}

#dutchtest .about_dutch03 .list_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#dutchtest .about_dutch03 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
  margin-bottom: 20px;
  margin-right: 0%;
  padding: 20px 25px;
  background: #f9f9f9;
}
#dutchtest .about_dutch03 .list:last-child {
  margin-right: 0;
}

#dutchtest .about_dutch03 .list h6 {
  margin-bottom: 10px;
  text-align: center;
}
#dutchtest .about_dutch03 .list p {
  text-align: justify;
}
#dutch_import .section p {
  width: 886px;
}

#dutch_import .section img {
  width: 520px;
  display: block;
  margin: 0 auto;
}
#dutch_import .section {
  padding-bottom: 30px;
  margin: 20px 0 60px;
  border-bottom: 1px solid #ccc;
}
#dutch_import .section3 {
  border-bottom: 0;
}
#dutch_import .section h2 {
  /* text-align: center; */
  display: inline-block;
  margin-bottom: 30px;
  font-size: 26px;
  color: #718ab2;
}
#dutch_import .section h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 6px;
  background-color: #718ab2;
}
#dutch_import .section p {
  /* width: 886px; */
  margin: 0 auto;
  text-align: justify;
  margin-top: 30px;
  line-height: 1.6;
}
#dutch_import .section p &gt; b {
  color: #718ab2;
}

/* 더치테스트 검사방법 */
#dutch_method &gt; h1 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #718ab2;
}
#dutch_method &gt; h1:after {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  margin-top: 6px;
  background-color: #718ab2;
}
#dutch_method .section h2{
  margin-bottom: 15px;
}
#dutch_method .method h5 {
  font-size: 1.16em;
  color: #229366;
  margin-bottom: 15px;
}
#dutch_method .eng_box img {
  width: 120px;
}
#dutch_method .eng_box {
  border: 0 solid #e48227;
  border-width: 4px 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
#dutch_method .eng_box p {
  display: inline-block;
}
.method1 .txt {
  margin-bottom: 20px;
}
.method1 .txt &gt; p {
  padding-left: 10px;
}
.method1 .txt li {
  margin-bottom: 15px;
}
.method1 .txt li b {
  color: #872d81;
}
.method1 .txt-end p {
  font-weight: 700;
}
.method2 &gt; span {
  display: block;
}

/* 더치테스트 채취방법 */
#dutchtest .method2 {
  margin-top: 60px;
}
#dutchtest .method2 .method_list {
  margin: 40px 0 60px;
}
#dutchtest .method2 &gt; p {
  color: #204793;
}
#dutchtest .method2 .method_list li {
  line-height: 1.4;
  margin-bottom: 4px;
}

/* 바이오테크 */
#biotek .sec_conts{
  padding-left: 20px;
}
#biotek .tab_wrap li {
  /* width: 50%; */
}
#biotek .section h2 {
  margin-bottom: 20px;
  padding: 14px 20px;
  background: #718ab2;
  border-radius: 60px;
  color: #fff;
}
.sub-wrap .section {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
#biotek.sub-wrap .tab2 .section {
  width: 1180px;
}
#biotek .tab1 .section table {
  border-collapse: collapse;
  text-align: center;

  width: 100%;
}
#biotek .tab1 .sec_conts &gt; p {
  margin-bottom: 15px;
}
#biotek .tab1 .section table td:nth-child(1),
#biotek .tab1 .section table th {
  color: #718ab2;
}
#biotek .tab1 .section table th,
#biotek .tab1 .section table td {
  padding: 20px 30px;
  border: 1px solid #ccc;
}
#biotek .tab1 .section li {
  margin-bottom: 10px;
}
#biotek .tab1 .section li &gt; p {
  padding-left: 10px;
}
#biotek .tab1 .section:after {
  content: "";
  display: block;
  clear: both;
}
#biotek .tab1 .section3 ul {
  width: 50%;
  float: left;
  margin-top: 100px;
}
#biotek .tab1 .section .img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  /* shape-outside: url(/img/biotek_img01.jpg); */
  float: right;
  width: 50%;
}

#biotek .tab1 .section li &gt; b {
  color: #d091b8;
}

#biotek .tab2 .sec_conts &gt; img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#biotek .tab3 li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#biotek .tab3 li &gt; p {
  display: block;
  width: 860px;
}
#biotek .tab3 .num_box {
  width: 75px;
  height: 75px;
  line-height: 80px;
  background: #d0ddf1;
  text-align: center;
  color: #fff;
  font-size: 1.84em;
  margin-right: 20px;
  border-radius: 15px;
}
#biotek .tab3 li strong {
  color: #3457c6;
}
#biotek .tab3 .mid {
  /* margin-bottom: 0; */
}
#biotek .tab3 .mid strong {
  margin: 30px 0 0 0;
  display: block;
  text-decoration: underline;
}
#biotek .tab3 .caution_box {
  margin-top: 40px;
}
#biotek .tab3 .caution_box strong {
  font-size: 1.26em;
  color: #3457c6;
  margin-top: 20px;
}
#biotek .tab3 .caution_box p {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}
#biotek .tab3 .caution_box p:before {
  content: "\2022";
  display: block;
  position: absolute;
  left: 0;
}
#biotek .tab3 .section2 p {
  margin-bottom: 15px;
  line-height: 2;
}

/* 유기산 */
/* #organic .tab_wrap li {
  width: 50%;
} */
.max-w{max-width: 960px; margin: 0 auto; width: 100%;}
.blue{color: #1100fe;}
.red{color: #f83231;}
#organic{
  font-family: 'Noto Sans KR', sans-serif;
}
#organic img{max-width: 100%;}
#organic .section{background: #f4f7fe; margin-bottom: 0; padding: 70px 30px; text-align: center; font-size: 1.7rem;}
#organic .section1{background: #fff;}
#organic .section h2 {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
  color: #718ab2;
}
#organic .tab_contents &gt; div{width: 100%;}
#organic .section h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 6px;
}
#organic .tab1 .section1 img {
  /* float: left; */
  width: 320px;
  margin: 0 40px 0 0;
}
#organic .tab1 .section1 p {
  padding-bottom: 40px;
}
#organic .tab1 .section1 .sec_conts:after {
  content: "";
  display: block;
  clear: both;
}
#organic .tab1 .section2 .img{width: 40%;}
#organic .tab1 .section2 .sec_conts{align-items: center;}
#organic .tab1 .section2 .text{width: 58%; text-align: left; padding: 20px 0 20px 2%; margin-left: 2%; border-left: 4px solid #5fb2e4;}
#organic .tab1 .section2 .text p.b{font-weight: bold; margin: 10px 0; color: #222;}
#organic .tab1 .section2 .logo_img{margin: 50px auto;}
#organic .tab1 .section2 .logo_img{text-align: center;}
#organic .section-end p {
  margin: 40px 0;
  text-align: justify;
}
#organic .tab2 .section{background: #f9f9f9;}
#organic .tab2 .section1{font-size: 2rem;}
#organic .tab2 .section1 p{margin-bottom: 5px; color: #718ab2;}
#organic .tab2 .section1 h2{color: #627ba3;}
#organic .tab2 .section2{}
#organic .tab2 .section2 .top-group{position: relative; margin: 0 0 -7px -4px;}
#organic .tab2 .section2 .top-group .text{position: absolute; top: 45%; left: 50%; transform: translateX(-50%) translateY(-50%); color: #506789; font-size: 3rem;}
#organic .tab2 .section2 .top-group .text h3{font-weight: 500; font-size: 3rem;}
#organic .tab2 .section2 .top-group .img-group{}
#organic .tab2 .section2 .text-group{width: calc(100% - 283px); text-align: left; padding: 30px 60px 30px 40px; background: #fff; display: flex; align-items: flex-start; justify-content: center; flex-direction: column;}
#organic .tab2 .section2 .text-group h4{margin-bottom: 20px; color: #718ab3;}
#organic .tab2 .section2 .img-group img{width: 100%;}
#organic .tab2 .section2 .flexBox{box-shadow: 0 2px 8px #9f9f9f;}
#organic .tab2 .section2 .box-group{margin-bottom: 60px;}
#organic .tab3 .text-group &gt; p{margin-bottom: 20px;}
#organic .tab3 .section3{background: #fff;}
#organic .tab3 .section3 .text-group{justify-content: center; max-width: 500px; margin: 0 auto;}
#organic .tab3 .section3 li{width: 33%; margin: 40px auto;}
#organic .tab3 .section3 .box{max-width: 600px; margin: 0 auto; background: #fff; padding: 30px; box-shadow: 0 4px 5px #777;}
#organic .tab3 .section3 .box  h3{margin-bottom: 20px; color: #008fcc;}
#organic .tab3 .section3 .box .text{width: calc(100% - 146px); text-align: left; padding: 0 0 0 20px;}
#organic .tab3 .section3 .box .text p{margin-bottom: 6px;}
#organic .tab3 .section4{}
#organic .tab3 .section4 .img-group{margin-bottom: 50px;}
#organic .tab3 .section4 .text-group{background: #fff; padding: 50px 30px 70px; border-radius: 10px; max-width: 960px; margin: 0 auto;}
#organic .tab3 .section4 .text-group h4{font-size: 2.6rem; margin-bottom: 30px;}
#organic .tab3 .section4 .text-group p b{font-weight: bold;}


/* xymogen 회사소개 */
#xymogen .tt {
  text-align: center;
  margin-bottom: 100px;
}
#xymogen section .tt h1 {
  margin-bottom: 40px;
}

#xymogen .sec_conts {
  width: 960px;
  margin: 0 auto;
}
#xymogen .sec_conts &gt; h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 26px;
}
#xymogen .sec_conts &gt; h2 span {
  color: #2bd2d6;
}
#xymogen .txtBox {
  /* width: 640px; */
}
#xymogen .txtBox:after {
  content: "";
  display: block;
  clear: both;
}
#xymogen .txtBox img {
  float: left;
  margin: 0 25px 25px 0;
}
#xymogen .txtBox p {
  text-align: justify;
}
#xymogen .txtBox .block{
  display: block;
  height: 18px;
}
#xymogen .section1 {
  margin-bottom: 100px;
}
#xymogen .section2 {
  background: #efefef;
  padding: 60px 0;
}
#xymogen .section2 ul {
  display: flex;
  justify-content: space-between;
}
#xymogen .section2 li {
  width: 33.333%;
  padding: 0 44px;
  text-align: center;
}
#xymogen .section2 li .img_box {
  margin-bottom: 35px;
}
#xymogen .section2 li .txt_box h4 {
  margin-bottom: 20px;
}
#xymogen .section2 li .txt_box p {
  text-align: justify;
  color: #777;
}

/*푸터 하단 레이아웃 */
/* 메인푸터 */
#main_footer {
  border-top: 1px solid #ccc;
}
#ft {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
#ft h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ft_wr {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  text-align: left;
}
#ft_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.ft_txtWrap {
}
#ft_wr .ft_cnt {
}
#ft_link a {
  display: inline-block;
  margin-right: 20px;
  line-height: 2em;
}

#ft_company {
  display: flex;
  margin-top: 30px;
  line-height: 1.6;
}
#ft_company .ft_info {
  width: 48%;
}
#ft_catch {
  display: block;
  margin-bottom: 30px;
}
#ft_catch img {
  width: 216px;
}
/* 가운데 정보 */
.com_info {
  width: 26%;
}
.com_info strong {
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
  font-family: "GmarketSansBold";
  letter-spacing: -0.46px;

  /* color: #000; */

  /* 수정한부분 */
  color: #a5a5a5;
}
.com_info strong i {
  font-size: 40px;
  position: relative;
  top: 8px;
}
.com_info p {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
}
.com_info p:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
}
.com_info p span {
  display: block;
}
/* 푸터 sns */
.sns_info {
  width: 26%;
  padding-left: 60px;
}
.sns_info img {
  width: 45px;
  max-width: 100%;
}
.sns_info p {
  margin-bottom: 15px;
}
.sns_info p.btm-sns {
  display: inline-block;
  margin-right: 10px;
}
.sns_info a.a_list {
}
.sns_info span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
#ft_copy {
  font-size: 15px;
  color: #777;
}
/* 푸터 로고부분 */

#aside {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
#aside &gt; a {
  display: block;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#aside &gt; a img {
  max-width: 100%;
}
#top_btn {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 0;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(1, 64, 153, 0.3);
}
#top_btn:hover {
  background: #718ab2;
  color: #fff;
}
button:focus {
  outline: none;
}
/* 게시물 선택복사 선택이동 */
#copymove {
}
#copymove .win_desc {
  text-align: center;
  display: block;
}
#copymove .tbl_wrap {
  margin: 20px;
}
#copymove .win_btn {
  padding: 0 20px 20px;
}
.copymove_current {
  float: right;
  background: #ff3061;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
}
.copymove_currentbg {
  background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#skip_to_container a:focus,
#skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
  width: 100%;
  height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  display: inline-block;
  position: relative;
  border: 0;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
  width: 187px;
}
#captcha.m_captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
  margin-bottom: 3px;
  margin-top: 5px;
  display: block;
}
#captcha.m_captcha #captcha_reload {
  position: static;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../../../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
}
#captcha.m_captcha #captcha_reload span {
  display: none;
}
#captcha.m_captcha #captcha_key {
  margin: 0;
  padding: 0 5px;
  width: 115px;
  height: 29px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  margin-left: 3px;
}
#captcha.m_captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
#captcha.m_captcha #captcha_mp3 {
  width: 31px;
  height: 31px;
  background: url("../../../img/captcha2.png") no-repeat 0 0;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
}

/* ckeditor 단축키 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  line-height: 1.9em;
  vertical-align: middle;
  cursor: pointer;
}
.cke_sc_def {
  margin: 0 0 5px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
  zoom: 1;
}
.cke_sc_def dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.cke_sc_def dt,
.cke_sc_def dd {
  float: left;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
  width: 20%;
  font-weight: bold;
}
.cke_sc_def dd {
  width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
#bo_v_con li {
  display: list-item;
}

/* 버튼 */
a.btn,
.btn {
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  border: 0;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

a.btn01 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus,
a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
}
a.btn02 {
  display: inline-block;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus,
.btn02:hover {
  text-decoration: none;
}
button.btn02 {
  display: inline-block;
  margin: 0;
  padding: 7px;
  border: 1px solid #3b3c3f;
  background: #4b545e;
  color: #fff;
  text-decoration: none;
}

.btn_confirm {
  text-align: right;
} /* 서식단계 진행 */

.btn_submit {
  border: 0;
  background: #d0ddf1;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}
.btn_submit:hover {
  background: #718ab2;
}
.btn_close {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
a.btn_close {
  text-align: center;
  line-height: 50px;
  color: #555;
}

a.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  display: inline-block;
  background: #969696;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.btn_cancel:hover {
  background: #aaa;
}
a.btn_frmline,
button.btn_frmline {
  display: inline-block;
  width: 128px;
  padding: 0 5px;
  height: 40px;
  border: 0;
  background: #434a54;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
} /* 우편번호검색버튼 등 */
a.btn_frmline {
}
button.btn_frmline {
  font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.btn_b01:hover,
.btn_b01:hover {
  color: #000;
}
a.btn_b02,
.btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
  background: #0025eb;
}
a.btn_b03,
.btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
  display: inline-block;
  color: #d13f4a;
  text-decoration: none;
  vertical-align: middle;
} /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
  color: #ff3746;
}

/* 기본테이블 */
.tbl_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 5px;
  background: #fff;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #ececec;
}
.tbl_wrap caption {
  padding: 10px 0;
  font-weight: bold;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head01 thead th {
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ececec;
  height: 40px;
}
.tbl_head01 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head01 tbody th {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
  color: #666;
  padding: 10px 5px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  line-height: 1.4em;
  height: 60px;
  word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.tbl_head01 a:hover {
  text-decoration: underline;
}

.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.tbl_head02 thead th {
  padding: 5px 0;
  border-top: 1px solid #d1dee2;
  border-bottom: 1px solid #d1dee2;
  background: #e5ecef;
  color: #383838;
  font-size: 0.95em;
  text-align: center;
  letter-spacing: -0.1em;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
  padding: 10px 0;
  border-top: 1px solid #c1d1d5;
  border-bottom: 1px solid #c1d1d5;
  background: #d7e0e2;
  text-align: center;
}
.tbl_head02 tbody th {
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
.tbl_head02 td {
  padding: 5px 3px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  line-height: 1.4em;
  word-break: break-all;
}
.tbl_head02 a {
}

/* 폼 테이블 */
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_frm01 th {
  width: 70px;
  padding: 7px 13px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  background: #f5f8f9;
  text-align: left;
}
.tbl_frm01 td {
  padding: 7px 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: transparent;
}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
  border: 1px solid #d0d3db;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 40px;
}

.full_input {
  width: 100%;
}
.half_input {
  width: 49.5%;
}
.twopart_input {
  width: 385px;
  margin-right: 10px;
}
.tbl_frm01 textarea,
.write_div textarea {
  width: 100%;
  height: 100px;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  padding: 0 0 5px;
  line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
  border-top: 1px solid #ececec;
}
.list_01 li {
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding: 10px 15px;
  list-style: none;
  position: relative;
}
.list_01 li:nth-child(odd) {
  background: #f6f6f6;
}
.list_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.list_01 li:hover {
  background: #f9f9f9;
}
.list_01 li.empty_li {
  text-align: center;
  padding: 20px 0;
  color: #666;
}

/*폼 리스트*/
.form_01 h2 {
  font-size: 1.167em;
}
.form_01 li {
  margin-bottom: 10px;
}
.form_01 ul:after,
.form_01 li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.form_01 .left_input {
  float: left;
}
.form_01 .margin_input {
  margin-right: 1%;
}
.form_01 textarea {
  height: 100px;
  width: 100%;
}
.form_01 .frm_label {
  display: inline-block;
  width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
  background-image: url("../img/require.png") !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
}

/* 테이블 항목별 정의 */
.td_board {
  width: 80px;
  text-align: center;
}
.td_category {
  width: 80px;
  text-align: center;
}
.td_chk {
  width: 30px;
  text-align: center;
}
.td_date {
  width: 60px;
  text-align: center;
}
.td_datetime {
  width: 110px;
  text-align: center;
}
.td_group {
  width: 80px;
  text-align: center;
}
.td_mb_id {
  width: 100px;
  text-align: center;
}
.td_mng {
  width: 80px;
  text-align: center;
}
.td_name {
  width: 100px;
  text-align: left;
}
.td_nick {
  width: 100px;
  text-align: center;
}
.td_num {
  width: 50px;
  text-align: center;
}
.td_numbig {
  width: 80px;
  text-align: center;
}
.td_stat {
  width: 60px;
  text-align: center;
}

.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
  position: relative;
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  font-size: 1.3em;
  height: 50px;
  line-height: 30px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  margin-bottom: 15px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_ul li {
  float: left;
  background: #fff;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #d6e9ff;
  border-radius: 30px;
  margin-left: 5px;
}
.new_win .win_ul li:first-child {
  margin-left: 0;
}
.new_win .win_ul li a {
  display: block;
  padding: 8px 0;
  color: #6794d3;
}
.new_win .win_ul .selected {
  background: #d0ddf1;
  border-color: #d0ddf1;
  position: relative;
  z-index: 5;
}
.new_win .win_ul .selected a {
  color: #fff;
  font-weight: bold;
}
.new_win .win_desc {
  position: relative;
  margin: 10px;
  border-radius: 5px;
  font-size: 1em;
  background: #f2838f;
  color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
}
.new_win .win_desc i {
  font-size: 1.2em;
  vertical-align: baseline;
}
.new_win .win_desc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 50px;
  background: #da4453;
  border-radius: 3px 0 0 3px;
}
.new_win .frm_info {
  font-size: 0.92em;
  color: #919191;
}
.new_win .win_total {
  float: right;
  display: inline-block;
  line-height: 30px;
  font-weight: normal;
  font-size: 0.75em;
  color: #d0ddf1;
  background: #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
}
.new_win .new_win_con {
  margin: 20px 0;
  padding: 20px;
}
.new_win .new_win_con:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .new_win_con2 {
  margin: 20px 0;
}
.new_win .btn_confirm:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.new_win .win_btn {
  text-align: center;
}
.new_win .btn_close {
  height: 45px;
  width: 60px;
  overflow: hidden;
  cursor: pointer;
}
.new_win .btn_submit {
  padding: 0 20px;
  height: 45px;
  font-weight: bold;
  font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
}

/* 자바스크립트 alert 대안 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  margin-bottom: 20px;
  font-size: 1.3em;
}
#validation_check p {
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
  position: relative;
  font-weight: normal;
}
.sv_wrap .sv {
  z-index: 1000;
  display: none;
  margin: 5px 0 0;
  font-size: 0.92em;
  background: #333;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.sv_wrap .sv:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  width: 100px;
  font-weight: normal;
  color: #bbb;
}
.sv_wrap .sv a:hover {
  background: #000;
  color: #fff;
}
.sv_member {
  color: #333;
}
.sv_on {
  display: block !important;
  position: absolute;
  top: 23px;
  left: 0px;
  width: auto;
  height: auto;
}
.sv_nojs .sv {
  display: block;
}

/* 페이징 */
.pg_wrap {
  text-align: center;
  margin-bottom: 50px;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  /* background: #eee; */
  /* border: 1px solid #eee; */
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #959595;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_first.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 0;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_prev.gif") no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_end.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 0;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/btn_next.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 0;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

.pg_current {
  display: inline-block;
  background: #d0ddf1;
  border: 1px solid #d0ddf1;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  min-width: 25px;
  border-radius: 28px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
  display: block;
  margin: 0.3em;
  padding: 0.5em 0;
  border: 1px solid #eee;
  border-radius: 2em;
  background: #fff;
  color: #000;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1331px){

}
@media screen and (max-width: 1331px) {
  .cont_wrap1200 {
    width: 95%;
  }

  .pic_lt .lat_title {
    width: 20%;
    width: 160px;
  }
  .lat_vid {
    height: 322px;
    right: unset;
    left: 594px;
  }

  #main1{background: url() no-repeat 20% center;}
  #main1 .img-group .img{right: 12%; max-width: 500px;}
  #main1 .bnr_txt_wrap{display: block;}
}
@media screen and (max-width: 1240px) {
  /* 네비 */
  #gnb .gnb_li {
    padding: 0 15px;
  }
  #gnb_down .ul_wrap ul,
  #gnb .gnb_wrap {
    width: 640px;
  }
  #gnb_down ul li:nth-child(1) {
    left: 48px;
  }
  #gnb_down ul li:nth-child(2) {
    left: 190px;
  }
  #gnb_down ul li:nth-child(3) {
    left: 310px;
  }
  #gnb_down ul li:nth-child(4) {
    left: 438px;
  }
  #gnb_down ul li:nth-child(5) {
    left: 558px;
  }
  

  /* 메인1 */
  #main1 .bnr_txt_wrap {
    left: 120px;
  }
  /* #main1 .img-group {
    left: 40%;
  } */

  /* 뉴스 최신글  */

  #main2 .bnr_txt_wrap {
    right: 100px;
  }

  #xymogen section .tt h1,
  #greeting section .tt h1 {
    font-size: 42px;
  }
  .sub-wrap .section{
    width: 90%;
  }
  #biotek.sub-wrap .tab2 .section{
    width: 100%;
  }
  /* xymoen */
  #xymogen .sec_conts{
    width: 100%;
  }
  #xymogen .txtBox img{
    /* float: unset; */
  }
  #xymogen .txtBox p{
    
  }
  #dutch_import .section img{
    max-width: 100%;
    width: 90% !important;
  }
  .bg_txt p{
    width: 80% !important;
  }













  /* 푸터 */
  .myContent, #ft_wr{
    max-width: 95%;
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .fp-tableCell{
    padding: 0 20px;
  }
  /* 헤더 */
  #hd_wrapper {
    height: 70px;
  }
  #logo {
    line-height: 70px;
  }
  /* index 푸터 안보이게 */
  #main_footer {
    display: none;
  }
  /* 반응형 메뉴 */
  #gnb {
    display: none;
  }
  .m_gnb {
    display: block;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    top: -9999px;
  }
  .m_gnb_wrap {
    background: #fff;
  }
  .m_gnb_wrap &gt; ul {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .m_gnb_li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .m_gnb_li:last-child {
    border-bottom: 0;
  }
  .m_gnb_li a {
    display: block;
    font-size: 1.1em;
  }
  .m_gnb_li &gt; a {
    padding-bottom: 5px;
  }
  .m_gnb_li &gt; a:after {
    content: "▼";
    display: block;
    float: right;
    color: #bbb;
  }
  .m_gnb_down_ul {
    display: none;
    background: #f6f6f6;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .m_gnb_down_ul a {
    padding: 10px 0px;
    padding-left: 10px;
    
  }
  .m_gnb_down_ul a:before {
    content: "-";
    display: inline-block;
    margin-right: 3px;
  }
  /* 모바일 로그인 */
  .hd_login{
    left: unset;
    right: 50px;
  }

  /* 로고 */
  #logo img {
    width: 140px;
  }
  /* 모바일 오픈 버튼 */

  #m_open {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    cursor: pointer;
  }
  #m_open span {
    display: block;
    margin-bottom: 8px;
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background-color: #111;
    transition: all 0.4s;
  }
  #m_open span:last-child {
    margin-bottom: 0;
  }
  #m_open.active span:nth-child(1) {
    transform: translateY(18px) rotate(-315deg);
  }
  #m_open.active span:nth-child(2) {
    opacity: 0;
  }
  #m_open.active span:nth-child(3) {
    transform: translateY(-10px) rotate(316deg);
  }

  /* 메인 */
  /* height 값 */
  #main-fullpage .section {
    height: auto !important;
  }
  #main-fullpage #main1.section {
    height: 769px !important;
  }
  .section .cont_wrap {
    padding: 120px 0;
  }
  /* 메인1 */

  #main1 .img-group .img{max-width: 320px; right: 5%;}
  #main1 .img-group .img1{display: none;}
  #main1 .img-group .img2{display: block;}
  .section .btm_txt h2 {
    font-size: 2.6em;
  }
  .section .bnr_txt_wrap h4 {
    font-size: 62px;
  }
  .section .btm_txt p {
    font-size: 22px;
  }

  .section .more_btn:hover {
    width: 120px;
    background: inherit;
    color: inherit;
  }
  #main3 .tt p .space {
    display: block;
  }
  #main2 {
    background-position-x: 32%;
  }

  #main2 .bnr_txt_wrap {
  }
  #main2 .bnr_txt_wrap {
    right: 60px;
    top: 32%;
    transform: unset;
  }
  /* 메인3 */
  .section .cont_wrap .tt h1 {
    font-size: 56px;
  }
  .section .cont_wrap .tt p {
    font-size: 24px;
  }

  /* 세미나 게시판 최신글 */
  #main5 .cont_wrap .tt_bg {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
    border-bottom: 0;
  }
  #main5 .cont_wrap .bg {
    height: 100%;
  }
  #main5 .tt_bg .btm_tt {
    bottom: 80px;
    height: auto;
    background: transparent;
  }
  #main5 .tt_bg .btm_tt h1 {
    font-size: 42px;
  }
  #main5 .tt_bg .view_more {
    right: unset;
    bottom: -60px;
  }
  .latest_board_wrap {
    width: 100%;
    padding-left: 0;
  }

  /* 뉴스 최신글 */
  .lat_vid {
    left: 392px;
  }


  /* 서브페이지 */
  .tab_wrap li {
    width: 100%;
}
  .tab_contents&gt;div,
  #greeting .cont_wrap1200{
    width: 95% !important;
  }
  .btm_sign &gt; div{
    left: unset !important;
    position: relative !important;
    top: 10px !important;
    margin-bottom: 20px;
  }
  .ci-vision img{
    max-width: 100%;
  }
  .ci_colors .color_info .txt{
    width: 100%;
    float: unset;
  }


  /* 유기산 */
  #organic .section5 li{
    width: 50%;
  }
  #organic .info_box {
    width: 90%;
  }
  #organic .info_box2 {
    width: 80%;
  }
  #organic .tab2 .section3 .gragh p:nth-child(1){
    width: 83%;
  }
  #organic .tab2 .section3 .gragh p:nth-child(2){
    width: 88%;
  }


  #ft {
    padding-bottom: 30px;
    border-top: 0;
  }

  /* 푸터 */
  #ft_wr {
    max-width: 100%;
  }
  #ft_link {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-width: 3px 0;
  }
  #ft_company {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    flex-direction: column;
  }
  #ft_company .ft_info,
  .com_info {
    width: 100%;
  }
  .com_info {
    margin-top: 30px;
  }
  /* copyright */
  #copyright {
    display: block;
    position: absolute;
    bottom: 0;
  }
  .sns_info {
    width: auto;
    /* padding-left: 60px; */
    /* float: left; */
    position: absolute;
    left: 360px;
    bottom: 0;
  }
  .sns_info p {
    margin-bottom: 0;
  }
  /* 전화 부문 */
  .com_info strong {
    font-family: inherit;
    color: inherit;
    
    margin-bottom: 0;
    font-size: 17px;
  }
  .com_info strong:before {
    content: "- 상담전화 :";
    display: inline-block;
    letter-spacing: -0.02px;
  }
  /* 로고, 전화 아이콘 안보이게 */
  .com_info strong i,
  #ft_catch {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .section .cont_wrap .tt {
    padding-bottom: 60px;
  }
  .section .listBox li {
    width: 100%;
    display: flex;
    height: 296px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .section .listBox .imgBox {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .section .listBox li .txtBox {
    width: 50%;
    height: 100% !important;
    padding: 0;
    justify-content: center;
  }
  .section .listBox li .txtBox h2 img {
    /* margin-top: 0 !important; */
  }
  .section .listBox li .txtBox img{height: auto; width: 90%;}

  #main1 .img-group .img{bottom: 30px; max-width: 300px;}

  .section .listBox li .txtBox p{
    margin: 15px 0 20px;
    padding: 0 10px;
    font-size: 17px;
    word-break: keep-all;
  }
  #main4.section .listBox .imgBox {
    text-align: center;
  }
  #main4.section .listBox .imgBox img {
    height: 100%;
  }
  #main4 .more_btn {
    bottom: 60px;
  }

  /* 더치테스트 */
  #dutchtest .about_dutch02 p{
    width: 100%;
  }
  #dutchtest .about_dutch03 .imgBox{
    width: 100% !important;
  }
  #dutch_import .section p{
    width: 100%;
  }
  #dutchtest .txtBox{
    margin-top: 20px;
    width: 100% !important;
    padding-left: 0 !important;
  }
  /* xymogen 소개 */
  #xymogen section .tt h1, #greeting section .tt h1{
    font-size: 36px;
  }
  #xymogen .section2 li{
    padding: 0 20px;
  }
  /* 유기산 */
  #organic .section{width: 100%; padding: 50px 2%;}
  #organic .tab1 .section1 .sec_conts{
    flex-wrap: wrap;
  }
  #organic .tab1 .section2 .logo_img{width: 40%;}
  #organic .tab1 .section2 .img{width: 60%;}
  #organic .tab1 .section2 .text{width: 100%; border-left: 0;}
  #organic .tab2 .section2 .box-group{margin: 50px auto;}

}

@media screen and (max-width: 769px) {
  h1, h2, h3, h4, h5, h6{
    font-size: 1.1em;
  }
  .section .bnr_txt_wrap h4 {
    font-size: 40px;
  }
  .section .btm_txt h2 {
    font-size: 1.6em;
  }
  #main1 .bnr_txt_wrap {
    left: 40px;
    padding-right: 20px;
  }
  #main1 .img-group .img{
    max-width: 218px;
    right: 30px;
  }

  #main-fullpage #main2.section {
    height: 720px !important;
    background: url() no-repeat center top / cover;
  }

  #main-fullpage #main2.section .fp-tableCell {
    height: 100% !important;
  }

  #main2 .bnr_txt_wrap h4{
    font-size: 36px;
  }
  #main2 .bnr_txt_wrap {
    right: 0;
    top: 14%;
    width: 100%;
    text-align: center;
  }
  
  #main2 .more_btn {
    float: right;
    float: unset;
    margin: auto;
  }
  .section .cont_wrap {
    padding: 80px 0;
  }
  .section .cont_wrap .tt {
    padding-bottom: 30px;
  }
  .section .cont_wrap .tt p{
    padding: 0 20px;
    font-size: 18px;
    word-break: keep-all;
  }
  .section .listBox .imgBox &gt; img {
    height: 100%;
  }
  .more_btn {
	position:relative;top:22px;width:132px;
    /*width: 120px;*/
    border-radius: 0;
    font-size: initial;
  }

  .section .more_btn {
    line-height: 38px;
  }
  
  .section .cont_wrap .tt h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .section .cont_wrap .tt p {
    font-size: 16px;
    margin-top: 10px;
  }
  #main3.section .listBox li{
    height: 250px;
  }
  #main4 .cont_wrap .tt .space #main3 .tt h1 .space {
    display: block;
  }
  #main4.section .listBox .imgBox{
    padding: 34.5px 0;
  }
  #main5 .tt_bg .btm_tt h1 {
    font-size: 30px;
  }
  #main5 .tt_bg .btm_tt {
    bottom: 0;
    height: 140px;
    background: #fff;
  }
  #main5 .tt_bg .view_more {
    right: 10px;
    bottom: 10px;
    width: 100px;
    font-size: 18px;
  }

  #main5 .tt_bg .view_more:hover {
    width: 100px;
  }
  #main6.section .cont_wrap{
    height: auto !important;
  }
  /* 뉴스 최신글 */
  #main6 .latest_01 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .lat_vid {
    width: 85% !important;
    margin: auto;
    height: 420px;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
  }

  /* 서브페이지 */
  .sub-wrap .section{
    margin-bottom: 70px;
  }
  .sub_bg {
    height: 450px;
  }
  .bg_txt h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .bg_txt p {
    width: 320px !important;
  }
  #greeting .cont_wrap1200{
    padding-top: 60px;
  }
  #brandstory .greeting_tt h2{
    font-size: 20px;
  }
  .ci-h1-title-s span{
    display: block;
    font-size: 0.76em;
  }
  .ci-vision{
    padding-top: 80px !important;
  }
  .tab_wrap li{
    height: 60px;
    line-height: 60px;
  }
  #dutchtest .cont_head{
    display: block;
  }
  #dutch_import .section{
    margin: 20px auto;
  }
  #biotek .tab1 .section .img,
  #biotek .tab1 .section ul{
    width: 100%;
  }
  #biotek .tab1 .section ul{
    margin-top: 20px;
  }
  #xymogen section .tt h1:before, #xymogen section .tt h1:after, #greeting section .tt h1:before, #greeting section .tt h1:after{
    z-index: -1;
  }
  /* 유기산 */
  #organic .tab1 .section1 p:after{
    content: "";
    display: block;
    clear: both;
  }
  .bg-insert{
    padding: 40px 15px !important;
  }
  #organic .section h2{
    font-size: 18px;
    letter-spacing: -0.86px;
  }

  #organic .section h2:after{
    width: 60px;
  }
  #organic .section5 li{
    width: 100%;
  }
  #organic .section5 li .eng{
    width: 100%;
  }
  #organic .tab1 .section1 img{
    width: 100%;
  }
  #organic .section5 li p{
    padding-left: 30px;
  }

  /* xymogen */
  #xymogen .section2 ul{
    flex-wrap: wrap;
  }
  #xymogen .section2 li{
    width: 100%;
    padding: 0 50px;
  }

  /* 푸터 */
  .myContent,
  #ft_wr {
    font-size: 12px;
  }
  #ft_link {
    border-width: 1px 0;
    text-align: left;
    padding-left: 5%;
  }
  #ft_link a {
    color: #565656;
    margin-right: 10px;
  }
  .com_info {
    margin-top: 15px;
  }
  .sns_info {
    left: 230px;
  }
  .sns_info img {
    width: 35px;
  }
  #aside {
    right: 15px;
    bottom: 70px;
  }

  #organic .tab2 .section2 .box-group .img-group{width: 100%;}
  #organic .tab2 .section2 .box-group .text-group{width: 100%;}
  #organic .tab3 .section3 li{width: 50%;}
  #organic .tab3 .section4 .text-group{padding: 30px;}




}


@media screen and (max-width: 650px){
  html{font-size: 9px;}
  #organic .tab3 .section3 .box .img{margin-bottom: 20px;}
  #organic .tab3 .section3 .box .text{width: 100%;}

}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }
  .section .btm_txt {
    margin-bottom: 10px;
  }
  .section .btm_txt p {
    font-size: initial;
  }
  .section .bnr_txt_wrap h4 {
    font-size: 25px;
  }
  .section .btm_txt h2 {
    margin-bottom: 5px;
  }
  #main-fullpage #main1.section {
    height: 650px !important;
  }
  #main-fullpage #main1.section .fp-tableCell {
    height: 100% !important;
  }
  #main1 .bnr_txt_wrap {
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  #main1 .img-group .img{
    right: 0px;
	top:488px;
  }
  .about_img{max-width:188px;}
  
  #main2 .bnr_txt_wrap h4{
    font-size: 25px;
  }
  #main2 .bnr_txt_wrap {
    padding: 0 40px;
  }
  #main2 .bnr_txt_wrap h4 {
    font-size: 30px;
  }
  .section .listBox .imgBox {
    width: 40%;
  }
  /* .section .listBox li .txtBox {
    width: 60%;
    padding: 0 20px;
  } */

  .section .listBox li{
    height: 100% !important;
  }
  #main4 .more_btn {
    bottom: 40px;
  }
  .section .listBox li .imgBox{
    width: 100%;
  }
  .section .listBox li .txtBox{
    width: 100%;
    padding: 40px 0;
  }
  #main5 .tt_bg .view_more {
    bottom: 10px;
    width: 80px;
    font-size: initial;
    padding: 5px 0;
  }
  #main4.section .listBox .imgBox img{
    height: auto;
    padding-top: 20px;

  }

  #main5 .tt_bg .btm_tt{
    padding: 15px 0 0 15px;
  }
  #main6.section .cont_wrap{
    padding: 30px 0;
  }
  #main6 .latest_01{
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* 서브 */
  .sub_bg{
    height: 360px;
  }
  .sub-wrap .section{
    margin-bottom: 40px;
  }
  .tab_contents&gt;div, #greeting .cont_wrap1200 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .bg_txt h2{
    font-size: 36px;
  }
  .bg_txt p{
    font-size: 16px;
    word-break: keep-all;
  }
  #greeting .cont_wrap1200{
    padding: 50px 0;
    padding-bottom: 60px;
  }

  .ci-h1-title, #xymogen section .tt h1, #greeting section .tt h1, .ci-h1-title-s{
    font-size: 26px !important;
  }
  /* 유니메디 소개 */
  .ci-h1-title:after{

    width: 70% !important;
  }
  .section .cont_wrap .tt h1{
    font-size: 26px;
  }

  .tab_wrap li.active{
    background: #d0ddf1;
  }
  #biotek .sec_conts{
    padding-left: 0;
  }
  /* xymogen */
  #xymogen .txtBox img{
    width: 160px;
    margin: 0 15px 0 0;
  }
  #xymogen .section2 li{
    padding: 0 20px;
  }

  /* 푸터 */
  #ft_wr {
    padding-bottom: 50px;
  }
  .com_info strong{
    font-weight: 500;
  }
  .com_info strong,
  #ft_link a,
  #ft_wr p{
    font-size: 14px !important;
  }
  .com_info{
    margin-bottom: 15px;
  }
  #copyright {
    bottom: 35px;
  }
  .sns_info {
    left: 0;
    padding-left: 5%;
  }
  #aside &gt; a {
    width: 50px;
  }



}
</pre></body></html>