@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); */
/* @import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url('https://fonts.googleapis.com/css?family=Nunito'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {font-family: 'TTTogether'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/TTTogetherA.woff') format('woff'); font-weight: normal;font-style: normal;}
/* @font-face { font-family: 'BinggraeTaom'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/BinggraeTaomA1.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GoyangDeogyang'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GoyangDeogyang.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-9Black'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal;  font-style: normal;}
@font-face { font-family: 'S-CoreDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'S-CoreDream-7ExtraBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: normal; font-style: normal;} */
/* @font-face { font-family: 'TmonMonsori'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff'); font-weight: normal; font-style: normal;} */
/* @font-face { font-family: 'S-CoreDream-8Heavy';  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');  font-weight: normal;  font-style: normal;} */
/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); */

.nanumgothic * {
 font-family: 'Nanum Gothic', sans-serif;
}

.nanumsquare { font-family: 'NanumSquare', sans-serif !important; }
.taom { font-family: 'BinggraeTaom', sans-serif !important; }
.goyang { font-family: 'GoyangDeogyang', sans-serif !important; }
.notosans { font-family: 'Noto Sans KR', sans-serif; }
.scoredream_el { font-family: 'S-CoreDream-2ExtraLight', sans-serif; }
.scoredream_r { font-family: 'S-CoreDream-4Regular', sans-serif; }
.scoredream_b { font-family: 'S-CoreDream-6Bold', sans-serif; }
.scoredream_eb { font-family: 'S-CoreDream-7ExtraBold', sans-serif; }
.scoredream_hvy { font-family: 'S-CoreDream-8Heavy', sans-serif; }
.scoredream_bl { font-family: 'S-CoreDream-9Black', sans-serif; }

.monsori { font-family: 'TmonMonsori', sans-serif; }
.TTTogether { font-family: 'TTTogether', sans-serif; }

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px; scroll-behavior: smooth; }

body {margin:0;padding:0;height:100%;font-family: 'Noto Sans KR', sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
ul,li,ol{list-style:none;padding:0;margin:0}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button , input[type=submit]{cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none;}
textarea, select {font-size:1em;font-family:dotum}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {text-decoration:none}
a:hover, a:focus, a:active {text-decoration:none}


/* 이미지 마우스 오버 */
.imgswap img:first-child {display:inline-block; }
.imgswap img:last-child {display:none; }
.imgswap:hover img:first-child {display:none;  animation:opacity_img_revers 1s }
.imgswap:hover img:last-child {display:inline-block;  animation:opacity_img 1s }
@keyframes opacity_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes opacity_img_revers {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.imghover img:hover {-webkit-filter: grayscale(80%); filter: grayscale(80%); }

.img_scale img:hover { animation:pingpong_img 0.8s forwards }
.img_scale img:not(:hover) { animation:pingpong_img_revers 0.8s forwards  }
@keyframes pingpong_img {
	0% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
	100% {
		transform:scale(1.1);             /*  default */
		-webkit-transform:scale(1.1);  /*  크롬 */
		-moz-transform:scale(1.1);     /* FireFox */
		-o-transform:scale(1.1);        /* Opera */
	}
}
@keyframes pingpong_img_revers {
	0% {
		transform:scale(1.1);             /*  default */
		-webkit-transform:scale(1.1);  /*  크롬 */
		-moz-transform:scale(1.1);     /* FireFox */
		-o-transform:scale(1.1);        /* Opera */
	}
	100% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
}


.text_enter:hover { animation:text_enter_event 0.7s forwards }
/*.text_enter:not(:hover) { animation:text_enter_event_revers 0.4s forwards  }*/
@keyframes text_enter_event {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}
@keyframes text_enter_event_revers {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}

.img_size1 img { animation:size_se 5s ease-in Infinite Alternate; }
@keyframes size_se {
	0% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);   
	}	
	80% {
		transform:scale(1.1);             /*  default */
		-webkit-transform:scale(1.1);  /*  크롬 */
		-moz-transform:scale(1.1);     /* FireFox */
		-o-transform:scale(1.1);   
	}
	100% {
		transform:scale(1.11);             /*  default */
		-webkit-transform:scale(1.11);  /*  크롬 */
		-moz-transform:scale(1.11);     /* FireFox */
		-o-transform:scale(1.11);   
	}
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops_con {width:100% !important;overflow:auto}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {width:100%;background:#fff;position:relative;}
#hd #hd_wr{max-width:1000px;margin:0 auto;width:100%;position:relative;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {text-align:left;}
#logo a{margin-top:0px;display:inline-block}
#hd_sch_open{display:none}
#hd_sch {text-align:center;}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;background:#ececec;border-radius:0px}
#hd_sch form:after {display:block;visibility:hidden;clear:both;content:""}
#hd_sch #sch_stx {width:127px;padding-left:10px;border:0;background:none;height:35px !important;line-height:35px !important;vertical-align:middle;}
#hd_sch #sch_submit {margin:0;padding:0 ;height:35px !important;line-height:35px !important;border:0;background:#dfdfdf;border-radius:0 5px 5px 0  ;color:#fff;vertical-align:middle;cursor:pointer;width:40px}
#hd_sch #sch_submit:hover, #hd_sch #sch_submit:focus{background:#00c6b2;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;-o-transition: 0.8s;}
#sch_stc_label{position:absolute;top:0;left:10px;height:35px !important;line-height:35px !important;color:#666}

#hd_nb {clear:both;background:#ecf0f7;text-align:center}
#hd_nb li {display:inline-block}
#hd_nb li:nth-last-of-type(1) {border-right:0 !important}
#hd_nb a {display:inline-block;padding:10px 7px;text-decoration:none}

/* 공통 스타일 */
.fs085 {font-size:0.85em;}

/* 스타일 가이드 */

.fs10 {font-size:10px;} .fs11 {font-size:11px;} .fs12 {font-size:12px;} .fs13 {font-size:13px;} .fs14 {font-size:14px;} .fs15 {font-size:15px;} .fs16 {font-size:16px;} .fs17 {font-size:17px;} .fs18 {font-size:18px;} .fs19 {font-size:19px;} .fs20 {font-size:20px;} .fs22 {font-size:22px;} .fs24 {font-size:24px;} .fs26 {font-size:26px;}
.fs28 {font-size:28px;} .fs30 {font-size:30px;} .fs32 {font-size:32px;} .fs34 {font-size:34px;} .fs36 {font-size:36px;} .fs38 {font-size:38px;} .fs40 {font-size:40px;} .fs42 {font-size:42px;} .fs44 {font-size:44px;} .fs46 {font-size:46px;} .fs48 {font-size:48px;} .fs50 {font-size:50px;} .fs52 {font-size:52px;} .fs54 {font-size:54px;}
.fs56 {font-size:56px;} .fs58 {font-size:58px;} .fs60 {font-size:60px;} .fs62 {font-size:62px;} .fs64 {font-size:64px;} .fs66 {font-size:66px;} .fs68 {font-size:68px;} .fs70 {font-size:70px;} .fs72 {font-size:72px;} .fs74 {font-size:74px;} .fs76 {font-size:76px;} .fs78 {font-size:78px;} .fs80 {font-size:80px;} .fs82 {font-size:82px;}
.fs84 {font-size:84px;} .fs86 {font-size:86px;} .fs88 {font-size:88px;} .fs90 {font-size:90px;} .fs92 {font-size:92px;} .fs94 {font-size:94px;} .fs96 {font-size:96px;} .fs98 {font-size:98px;} .fs100 {font-size:100px;} 

.fw100 {font-weight:100;}
.fw200 {font-weight:200;}
.fw300 {font-weight:300;}
.fw400 {font-weight:400;}
.fw500 {font-weight:500;}
.fw600 {font-weight:600;}
.fw700 {font-weight:700;}
.fw800 {font-weight:800;}
.fw900 {font-weight:900;}

.main_modal_popup {background:rgba(0,0,0,0.6);width:100%;height:100vh; }

.main_color0 {color:#000;}
.main_color1 {color:#FFF;}
.main_color2 {color:#535353;}
.main_color3 {color:#ff0000;}
.main_color4 {color:#fb6000;}
.main_color5 {color:#ebebeb;}

.button1 {padding:20px 60px; background:#ff0000; color:#fff; border-radius:40px; transition:background 0.3s;}
.button1:hover {background:#000; color:#fff; }

/* 스타일 가이드 끝 */
.img_ban { transform:rotate(0deg);  -moz-transform: scaleX(-1);  -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
	
/***************************************************************/
/* 스타일 작업 시작 */
body { background:transparent;}
body, html {width: 100%;}
#wrap {background: transparent; text-align: center; }
*, *:after, *:before {box-sizing: border-box; padding:0; margin:0;}
img { display:inline-block; font-size: 0;}
/* header, .main_silde {width: 100%;} */
a {text-decoration: none; color:#000;}
a:hover { color:#ed1b5b;}
/* header 메뉴 */
header {z-index: 15; width: 100%; margin: 0 auto; flex-wrap: wrap;display:flex;justify-content: center;align-items: center;position:fixed; height: 100px;}
/* header:after { left:0; right:0; margin: 0 auto;justify-content: center;align-items: center;display: flex;content:''; top: 114px; position:absolute; max-width: 1340px; width: 100%; border-bottom: 1px solid #f9ed75;} */
header h1 {z-index: 2;flex-basis: content;text-align: left;}
header h1 img { filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1);}
header h1 a { display: inline-block;}
header .box_inner { position: relative;display:flex; padding: 5px 20px; max-width: 1240px; width: 100%; height: 100%;justify-content:  space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}

/*모바일용메뉴*/
.nav_md { width: 100%; height: 100%; top:0; right:0;position: fixed; z-index: 11; background:rgba(0,0,0,0.5);} 
.nav_md_wrap { position:absolute; right:0; background:#fff; height: 100vh; overflow-y:scroll; width: 80%; max-width: 570px; }
.nav_md_wrap>ul { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start;  align-items: center; padding: 20px 60px 50px 60px; }
.nav_md_wrap>ul>li { border-bottom:1px solid #918b8a; position:relative;  width: 100%; max-width: 100%;display: inline-block; }
.nav_md_wrap>ul>li:hover>a { color:#CD7129; font-weight:600;}
.nav_md_wrap>ul>li>a {font-weight: 500;}
.nav_md ul ul { border-top:1px solid #918b8a; padding:30px 40px; display: none;}
.nav_md ul ul a { font-size: 1.5rem; padding: 15px 0;}
.nav_md ul a { padding: 20px 0; display: block; text-align: left;font-size: 1.8rem;}
.nav_md ul a:hover {color:#000; font-weight:700; }
.nav_md .nav_head span {  padding-left: 14px; position: relative;}
.nav_md .nav_head {text-align:left; border-bottom:1px solid #d3d1d0; padding: 40px;}
.nav_md .nav_head span:not(.active) { font-weight: 200;}
.nav_md .nav_head .active a { font-weight: 600;}
.nav_md .nav_head span:first-of-type:after { right:-10px;top: 9px; content: ''; height: 20px; background:#000; width: 1px; position: absolute;}
.nav_md .nav_head {font-size: 1.5em;}
.nav_md .nav_head .go { padding-left: 20px;}
.nav_md .nav_head .go a { font-size: 0.8em; background: #BB642D; padding: 3px 10px; color: #fff; font-weight: 500; }
.nav_md .close { position:absolute;  top: 65px;right: 20px; width: 60px; height: 60px; z-index: 11;}
.nav_md .close a { position: relative; display: block; font-size:0;width: 100%; height: 100%;}
.nav_md .close a:after {transform: translate(-50%, -50%); top: 50%;  left:50%; position:absolute; top: 0; left:0;content:'\2715'; font-weight: 100; color:#000; font-size: 2rem; height: 100%; z-index:6}

/*웹용 메뉴*/
.nav_web { padding-left: 3%; max-width: 100%; height: 100%; flex:1 1 auto; position: relative;}
.nav_web a { font-weight:400; height: 100%;color:#fff;}
.nav_web .nav_head .go a { font-size: 0.8em; background: #fff; padding: 3px 6px; color: #BB642D; font-weight: 500; }
.nav_web>ul { height: 100%; display: flex;  justify-content:  space-between; align-items: center; }
.nav_web>ul>li {height: 100%;position:relative;  width: 100%; max-width: 100%;display: inline-block; }
.nav_web ul ul { display: none;}
.nav_web a:hover { font-weight: 600;}
.nav_web li:not(.nav_head) a { display: flex; justify-content: center;align-items: center; }
.nav_web .nav_head span {  padding-left: 14px; position: relative;}
.nav_web .nav_head { padding-top: 35px;}
.nav_web .nav_head span:not(.active) { font-weight: 200;}
.nav_web .nav_head .active a { font-weight: 600;}
.nav_web .nav_head span:first-of-type:after { right:-8px;top: 7px; content: ''; height: 10px; background:#fff; width: 1px; position: absolute;}
.nav_web .nav_head {font-size: 0.9em;}
.nav_web .nav_head .go { padding-left: 10px;}
.nav_head_wrap { width: 180px;display: flex;  justify-content: flex-end; align-items: center; }

/* 메뉴 스크롤시 */
.menu-scroll { background:#fff; margin-top:-1px;}
.menu-scroll .nav_web ul ul {width: 100%; top: 100px; padding: 10px 0;position:absolute; display: block; }
.menu-scroll .nav_web { z-index:4;}
.menu-scroll .nav_web a { color:#000;  }
.menu-scroll .nav_web li li a { padding: 10px 0; font-size:0.95em; }
.menu-scroll .nav_web li:not(.nav_head) a { clear: both; width: 100%; }
.menu-scroll .nav_web>ul>li>a { position: relative;}
.menu-scroll .nav_web>ul>li>a:hover:after { position:absolute; content:''; width:100%; height:2px; background:#CD7129; left:0; bottom:-5px; }
.menu-scroll h1 img { filter: none;}
/* header:not(.menu-scroll) .nav_wrap { display: none;} */
.menu-scroll .nav_wrap {  display: block; z-index:1;width: 100%; height:330px; background:#fff; position: absolute; left:0; top: 100px; border-top:1px solid #BB642D;} /* 2depth 배경 */
.menu-scroll .nav_web .nav_head .go a { background: #CD7129; color:#fff;}
.menu-scroll .nav_web .nav_head span:first-of-type:after { background:#000;}
.menu-scroll .menu_view a:after {color:#BB642D}

/* 모바일메뉴보기 버튼 */
.menu_view {display:none; position:absolute; top: 30px; right:15px; width: 70px; height: 70px; z-index: 5;}
.menu_view a { position: relative; display: block; font-size:0; width: 100%; height: 100%;}
.menu_view a:after { width:100%; position:absolute; top: -28%; left:0;content:'\2261'; font-weight: 100; color:#fff; font-size:3rem; height: 100%; z-index:6}

.container {background: transparent;  margin: 0 auto; text-align: center;}

/*메인상단 슬라이드 뒷배경*/
.scroll-box-1 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 970px; overflow:hidden;}
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover; height: 970px; width: 100%;}
.scroll-box-1 .ls-slide-texts {z-index: 2; max-width: 1200px;  text-align: right;width: 100%;color:#fff; position:absolute; left:50%; top:50%; transform: translate( -50%, -50%);}
.scroll-box-1 .ls-head {  word-break: keep-all;position: relative; padding-bottom: 60px; line-height: 1.3; text-shadow:10px 5px 10px rgba(0,0,0,0.3) ; font-size : 4.15rem; font-weight: 600;}
.scroll-box-1 .ls-head:after { height: 2px; background:#fff; content:''; width: 80px; position: absolute; bottom: 30px; right:5px;}
.scroll-box-1 .ls-info1 { font-size: 1.9rem;}
.scroll-box-1 .ls-info2 { font-size: 4rem;}
/*메인 모바일 슬라이드*/
.scroll-box-1 .scroll-box-btn2 { color:#fff; z-index: 5; width: 100%; max-width: 1920px; position: absolute;  bottom:450px; }
.scroll-box-1 .scroll-btn2 { z-index: 4;display: flex; justify-content : center;align-items: center; clear: both; width: 100%;  top: 50%;  left:50%; position: absolute; transform: translate(-50%, -50%);}
.scroll-box-1 .scroll-btn2 a { padding: 8px;}
.scroll-box-1 .scroll-btn2 a span {display: inline-block; background-color:transparent; border:2px solid #fff;font-size:0; border-radius: 5px; height:10px; width: 10px;}
.scroll-box-1 .scroll-btn2 a.active span{  width: 10px; height: 10px; border-radius: 5px;background: #fff; }

.scroll-box-1 { position:relative; width: 100%; height: 970px;}
.scroll-box-1-1 { height: 100%;z-index: 2;}

.scroll-box-1 .arrowBtn { left:0; z-index: 0; position: absolute; height: 100%; width:100%; background: transparent;}
.arrowLeft { left:40px; top:50%; transform: translate( 0%, -50%); position: absolute; z-index:1000; }
.arrowRight { right:40px; top:50%; transform: translate( 0%, -50%); position: absolute; z-index:1000; }

/*메인 스크롤 버튼*/
.scroll-box-btn { color:#fff; z-index: 5; width: 20px; max-width: 1920px; position: absolute; right: 120px; top:0;height: 970px;}
.scroll-btn { z-index: 4;display: flex; flex-direction:column; justify-content : center;align-items: center; clear: both; width: 100%;  top: 50%;  left:50%; position: absolute; transform: translate(-50%, -50%);}
.scroll-btn a { padding: 8px;}
.scroll-btn a span {display: inline-block;background: #fff; font-size:0; border-radius: 4px; height:8px; width: 8px;}
.scroll-btn a.active span{ background-color:transparent; border:2px solid #fff; width: 13px; height: 13px; border-radius: 6.5px;}
.scroll-down { position: absolute; bottom:90px;writing-mode: vertical-rl;}
.scroll-down:after {position: absolute; bottom:-90px;content:''; left: 40%;width:1px; height: 70px; background:#fff;}

/* 메인 공지사항 홍보센터 R&D */
.scroll-box-2 { position: relative; height: 1230px; padding: 0 40px;}
.scroll-box-2 .scroll-btn a span { background:#CD7129;}
.scroll-box-2 .scroll-box-btn { height: 970px; top: 260px; }
.scroll-box-2 .scroll-btn a.active span{ background-color:transparent; border:2px solid #CD7129; }
.scroll-box-2 .scroll-down, .scroll-box-3 .scroll-down, .scroll-box-4 .scroll-down, .scroll-box-5 .scroll-down { display:none;}
.scroll-box-2 .ls-slide-backgrounds { z-index:1;position:absolute; left:0; top:0; width: 100%; height: 100%; overflow:hidden;}
.scroll-box-2 .ls-slide-backgrounds img {object-fit: cover; height: 1230px; width: 100%;}
.scroll-box-2 .ls-slide-texts {z-index: 2; max-width: 1200px;  text-align: right;width: 100%;color:#fff; position:absolute; left:50%; top:50%; transform: translate( -50%, -50%);}
/*공지사항 홍보센터*/
.scroll-box-2-1 { width: 100%; position: relative;}
.scroll-box-2-1-1{ height: 412px;left: 50%;transform: translate(-50%, 0);  position: absolute;  top: -152px; z-index: 5; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 1320px;  }
.scroll-box-2-1-1 > div {text-align: left; padding: 40px 50px; width: 50%; position: relative; height: 100%; }
.scroll-box-2-1 > div h4 { padding-bottom: 15px; font-weight: 300; font-size: 2.2rem; }
.scroll-box-2-1 > div li { position: relative; padding: 19px 0 18px 0;font-weight: 300; font-size: 1rem; border-top: 1px solid rgba(255,255,255,0.3) }
.scroll-box-2-1 > div li .day { position: absolute; right:0; }
.scroll-box-2-1 > div li a {  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;display: block; padding-right:85px;}
.scroll-box-2-1 > div li:first-of-type { border-top:0;}
.scroll-box-2-1 .list-left { background:#BB642D;}
.scroll-box-2-1 .list-left a,  .scroll-box-2-1 .list-left { color:#fff;}
.scroll-box-2-1 .more2 { position: absolute; right:0; bottom:0; font-size:0; height: 55px; width: 55px; }
.scroll-box-2-1 .more2 a{height: 100%; width: 100%; position: relative; display: block; }
.scroll-box-2-1 .more2 a:after {  font-size: 1.1rem; color:#fff;position:absolute;  content:'\2715'; left:50%; top: 50%;transform: translate(-50%, -50%) rotate(-45deg); transition:transform 1s;}
.scroll-box-2-1 .more2:hover a:after { left:50%; top: 50%;transform: translate(-50%, -50%) rotate(135deg); }
.scroll-box-2-1 .list-left .more2 { background-color:rgba(255,255,255,0.3)  }
.scroll-box-2-1 .list-left .more2:hover { background-color:rgba(255,255,255,0.7)  }
.scroll-box-2-1 .list-right {background:#fff;}
.scroll-box-2-1 .list-right .more2 { background-color:rgba(150,150,150,0.3)  }
.scroll-box-2-1 .list-right .more2:hover { background-color:rgba(150,150,150,0.7)  }
.scroll-box-2-1 .list-right li { border-color:rgba(0,0,0,0.3) }

/*R&D*/
.scroll-box-2-2 { clear: both; position:relative; z-index: 3; background:transparent; max-width: 1240px; margin:0 auto; top:260px; height: 970px; }
.scroll-box-2-2 h3 { padding-bottom: 50px; font-weight: 300;font-size: 4.3rem;}
.scroll-box-2-2 ul { display: flex; justify-content: space-between; align-items: flex-start; }
.scroll-box-2-2 ul li { text-align: left; width: 31%;}
.scroll-box-2-2 ul li a { display: block;  }
.scroll-box-2-2 ul li img { object-fit: cover; height: 350px;  transition:transform 0.7s;}
.scroll-box-2-2 .img {position: relative; display: block; overflow:hidden; }
.scroll-box-2-2 a:hover {color:#000;}
.scroll-box-2-2 a:hover .img:after { background-color: transparent; margin:0; padding:0;z-index:2;position: absolute; content:''; border:10px solid #CD7129; width:100%; height:100%; left:0; top:0;   } 
.scroll-box-2-2 a:hover img { 	transform:scale(1.2);   	-webkit-transform:scale(1.2);  /*  크롬 */	-moz-transform:scale(1.2);     /* FireFox */	-o-transform:scale(1.2);   }
.scroll-box-2-2 .info { padding-top: 50px; font-size: 1.1rem;}
.scroll-box-2-2 .title {font-weight: 500; font-size: 1.3rem; padding-bottom: 10px;}
.scroll-box-2-2 .subject { height: 80px; font-size:1rem; }
.scroll-box-2-2 a:hover .more { color:#fff; background:#CD7129}
.scroll-box-2-2 .box-inner { height: 970px; padding-top: 150px; }
.scroll-box-2-2 .more { padding: 10px 30% 10px 15px;  display: inline-block; border:1px solid #CD7129; font-size: 1rem; position: relative;}
.scroll-box-2-2 .more:after { right: 30px; font-weight: 100; position: absolute; content: '\2715' ;  top: 50%;transform: translate(0%, -50%) rotate(-45deg); transition:transform 1s;}
.scroll-box-2-2 .more:hover { color:#fff; background:#CD7129}
.scroll-box-2-2 a:hover .more:after { top: 50%;transform: translate(0%, -50%) rotate(135deg);}

/*메인 microbiome*/
.scroll-box-3 { padding: 0 20px; position: relative; height: 970px;}
.scroll-box-3 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 970px; overflow:hidden;}
.scroll-box-3 .ls-slide-backgrounds img {object-fit: cover; height: 970px; width: 100%;}
.scroll-box-3 .ls-slide-texts {z-index: 2; max-width: 1200px;  text-align: center;width: 100%;color:#fff; position:absolute; left:50%; top:50%; transform: translate( -50%, -50%);}
.scroll-box-3 .ls-head { position: relative; padding-bottom: 60px; line-height: 1.3;  font-size : 4.15rem; font-weight: 300; letter-spacing: 5px;}
.scroll-box-3 .ls-head:after { height: 1px; background:#fff; content:''; width: 100px; position: absolute; bottom: 30px; left:50%;transform: translate( -50%, 0);}
.scroll-box-3 .ls-info1 { font-weight: 300; font-size: 1.9rem; height: 145px;}
.scroll-box-3 .ls-info2 { font-weight: 300;  font-size: 3rem;}
.scroll-box-3-1 {width: 100%; height: 100%; position:absolute; left:50%; top: 50%;transform: translate(-50%, -50%);text-align:center;  }
.scroll-box-3 .more {text-align: center; position:relative;clear: both;}
.scroll-box-3 .more a { text-align: left; color:#fff;position:relative; max-width: 180px; width: 100%; padding: 10px 70px 10px 15px; display: inline-block; border:1px solid #fff; font-size: 1rem; position: relative;}
.scroll-box-3 .more a:after { color:#fff; right: 30px; font-weight: 100; position: absolute; content: '\2715';  top: 50%;transform: translate(0%, -50%) rotate(-45deg); transition:transform 1s;}
.scroll-box-3 .more:hover a:after { top: 50%;transform: translate(0%, -50%) rotate(135deg);}
.scroll-box-3 .more a:hover { color:#fff; background:#CD7129}

/*메인products*/
.scroll-box-4 {  padding: 0 20px; position: relative; height: 970px; color: #fff;}
.scroll-box-4 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 970px; overflow:hidden;}
.scroll-box-4 .ls-slide-backgrounds img {object-fit: cover; height: 970px; width: 100%;}
.scroll-box-4 h2 {  padding: 150px 0 100px 0; font-weight: 300; color:#fff;font-size: 4.3rem; letter-spacing: 5px;}
.scroll-box-4 .box-inner { max-width: 1240px; padding: 0 20px; margin: 0 auto; z-index:4; position: relative; }
.scroll-box-4-1-1 {text-align: left;  display:flex; justify-content: center; align-items: center; height:500px; }
.scroll-box-4 .list-left { position: relative; overflow:hidden; font-weight: 300;padding: 30px 50px; flex: 1 1 450px; max-width: 450px;  height: 100%;background:#CD7129;  }
.scroll-box-4 .list-right { display: flex; align-items: flex-end; flex-wrap: wrap; padding-left: 14%; width: 66%;  height: 100%;} 
.scroll-box-4 .list-right p { word-break: keep-all; font-weight: 200; font-size: 4.5rem; padding-bottom: 50px;}
.scroll-box-4 .list-right .sub {display:block; font-weight: 200; font-size: 2.5rem;}
.scroll-box-4-btn { position: absolute; right: 0; bottom:50px;}
.scroll-box-4-btn>p {  position: relative; display: inline-block;}
.scroll-box-4-btn a { margin: 0 3px;font-size: 0; display: block; height:50px; width: 50px; background:#fff;}
.scroll-box-4-btn .btn-left a:after { left:50%; top:50%; transform: translate( -50%, -50%);font-size: 1.1rem; color:#000;position:absolute;  content:'\276E';  }
.scroll-box-4-btn .btn-right a:after {left:50%; top:50%; transform: translate( -50%, -50%);font-size: 1.1rem; color:#000;position:absolute;  content:'\276F';  }
.scroll-box-4-btn .btn-left a:hover,  .scroll-box-4-btn .btn-right a:hover { background:#CD7129 }
.scroll-box-4-btn .btn-left a:hover:after, .scroll-box-4-btn .btn-right a:hover:after { color:#fff;}
.scroll-box-4 .list-left .ls-background { position: absolute; right: -150px; bottom: -20px; opacity: 0.05;}
.scroll-box-4 .list-left .num { font-size: 4.3rem;}
.scroll-box-4 .list-left .title { line-height:1.2; font-size: 2.2rem; padding: 10px 0;}
.scroll-box-4 .list-left .list { padding: 30px 0 60px;}
.scroll-box-4 .list-left .list li { font-size:1rem; padding-left: 10px;position: relative;}
.scroll-box-4 .list-left .list li:before {left:0; top: -5px; content: '\002E'; position: absolute;}
.scroll-box-4 .more {text-align: left; position:absolute; bottom: 50px;clear: both;}
.scroll-box-4 .more a { text-align: left; color:#fff;position:relative; max-width: 180px; width: 100%; padding: 10px 70px 10px 15px; display: inline-block; border:1px solid #fff; font-size: 1rem; position: relative;}
.scroll-box-4 .more a:after { color:#fff; right: 30px; font-weight: 100; position: absolute; content: '\2715';  top: 50%;transform: translate(0%, -50%) rotate(-45deg); transition:transform 1s;}
.scroll-box-4 .more:hover a:after { color:#fff; top: 50%;transform: translate(0%, -50%) rotate(135deg);}
.scroll-box-4 .more a:hover { color:#fff; background:rgba(255,255,255,0.3)}

/* 메인 group company*/
.scroll-box-5 { padding: 0 20px; position: relative; height: 970px;}
.scroll-box-5 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 970px; overflow:hidden;}
.scroll-box-5 .ls-slide-backgrounds img {object-fit: cover; height: 970px; width: 100%;}
.scroll-box-5 h2 { position: relative; padding: 170px 0 240px 0; font-weight: 300; color:#fff;font-size: 4.3rem; letter-spacing: 5px;}
.scroll-box-5 .box-inner { max-width: 1240px; padding: 0 20px; margin: 0 auto; z-index:4; position: relative; }
.scroll-box-5:after { z-index: 4;bottom: 327px; height:1px; width: 100%; background:rgba(255,255,255,0.7); left:0; position: absolute; content:'';}
.scroll-box-5 .box-inner .logo { height: 130px;display: flex; align-items: center; justify-content: center; }
.scroll-box-5 .box-inner a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; transition:background 0.3s;}
.scroll-box-5 .box-inner a:hover { background-color:rgba(206,114,42,0.85);}
.scroll-box-5 .box-inner a p { width: 100%;}
.scroll-box-5 .box-inner a p img { display: inline-block;}
.scroll-box-5 .box-inner a:hover .sub { color:#fff;}
.scroll-box-5 .box-inner .sub { font-size: 1rem;padding: 20px 20px;}
.scroll-box-5 .more { width: 50px; height: 50px; font-size: 0; position: relative; display: block;}
.scroll-box-5 .more:after { font-size: 1.1rem; position:absolute;  content:'\2715'; left:50%; top: 0;transform: translate(-50%, 0) rotate(-45deg); transition:transform 1s;}
.scroll-box-5 a:hover .logo img { filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1);}
.scroll-box-5 a:hover .more:after { color:#fff; -ms-transform: rotate(135deg); /* IE 9 */   -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */   transform: rotate(135deg); }
.scroll-box-5 h2:after { content:''; width: 1px; height: 170px; position: absolute; left:50%; top: 290px;transform: translate(-50%, 0); background:#fff; } 
.scroll-box-5 .no-data { display:none;}
.hex-container {
	width:100%;
	text-align:center;
	position:relative; 
	display:flex;
	justify-content: center;
	align-items: center;
}

.hex-container div{
	display:inline-block;
	vertical-align:top;
	width:33%;
	flex: 1 1 305px;
	max-width: 305px;
	height:265px;
	margin:0 0px;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hex-container div::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background-color:rgba(255,255,255,0.85);
}


/*서브상단 뒷배경*/
.snb-bg { height: 530px;}
.snb-bg .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 600px; overflow:hidden;}
.snb-bg .ls-slide-backgrounds img {object-fit: cover; height: 600px; width: 100%;}
.snb-bg .box_inner { height: 100%; clear: both; position: relative;}
.snb-bg .ls-slide-texts { font-size: 3em; font-weight: 600;}
.snb-bg .ls-slide-texts { width: 100%;color:#fff; position:absolute; left:50%; top:55%; transform: translate( -50%, -55%);}

.snb { margin:0; width: 100%; background: rgba(0,0,0,0.3);position: relative ; }
.snb ul {margin:0 auto; max-width: 1240px; padding: 0 20px;display: flex; justify-content:center; align-items: center;}
.snb li { display: inline-block; flex: 1 1 200px; max-width: 270px;}
.snb li a { position: relative; color:#fff;font-size: 0.8em;  display: block; padding: 22px 0;}
.snb li a:after { content:''; height:20px; width:1px; background:rgba(255,255,255,0.5); position: absolute; left: -1px; top: 35%;}
.snb li:first-of-type a:after { display: none;}
.snb li a.active, .snb li a:hover { background:#fff; color:#101f39}
.snb li a.active { font-weight: 600;}
.snb li a.active:after { display: none;}

.snb-md { font-size: 1.7rem;z-index: 10; position: relative; height: 80px;background:rgba(0,0,0,0.4); }
.snb_list { padding: 15px 0; width: 100%; position: absolute; background:rgba(0,0,0,0.9);}
.snb-md li { width: 100%;}
.snb-md li a { text-align: left; color:#fff;position: relative; display: block; padding: 12px 50px; }
.snb-md li a:hover, .snb-md li a.active { color:#bb8360} 
.snb-md i {  font-size:0;font-style: normal; position: absolute; right: 50px;}
.snb-md i:after {  font-size:1.2rem; content:'\25BC'; color:#fff; position: absolute; right: 0px; top:5px;}
.snb-md li:last-of-type a:after { display: none;}
.snb-md .sel-menu {  text-align: left; height: 100%;}
.snb-md .sel-menu a { width: 100%; padding-top: 20px; padding-left: 50px; display: block; color:#fff;height: 100%;}


.co-location { color:#9f9f9f; font-size: 0.6em; text-align: left;}

/*메인 슬라이드 내용*/
.main_silde { height: 965px;}
.main_silde .box_inner { margin:0 auto; max-width: 1757px;height: 900px; position: relative; }
.main_silde .sildeBtn {position:absolute; bottom: 0px;}

/*메인 슬라이드 버튼*/
.sildeBtn { display: flex; justify-content: center;align-items: center; clear: both; width: 100%;}
.sildeBtn span { border:1px solid #035fff; display: inline-block; margin: 0 6px;background: #fff; font-size:0; border-radius: 9px; height:18px; width: 18px;}
.sildeBtn span.active { background:#035fff; }

.sub-menu { margin:0; margin-top:0!important; width: 100%;position: relative ; }
.sub-menu ul { display: flex; justify-content:center; align-items: center; height: 115px;}
.sub-menu li { display: inline-block; flex: 1 1 290px; width: 290px; max-width: 290px;}
.sub-menu li a { border:1px solid #CD7129;  color:#CD7129;font-size: 0.8em; display: block; padding: 20px 0 20px 0; background:#fff;}
.sub-menu li a.active,  .sub-menu li a:hover{ background:#CD7129; color:#fff;}
.sub-menu li a { border-right:0;}
.sub-menu li:last-of-type a { border-right:1px solid #CD7129;}

.clearfix { clear: both}
.vr-center { width: 100%; text-align:center;position:absolute; left:50%; top:50%; transform: translate( -50%, -50%); }

.conntent_inner {  padding-top:160px; }

.head-line .text { padding-bottom: 150px;color:#CD7129; font-size: 3rem; position: relative; font-weight: 600; letter-spacing: -0.5px;}
.head-line .text:after { z-index:5;content:''; width: 1px; height: 65px; position: absolute; left:50%; top: 100px;transform: translate(-50%, 0); background:#000; } 

/* Company Overview */
.company { position: relative;  max-width: 1640px ;margin: 0 auto; height: 100%; padding-bottom:160px;}
.company .ls-bg { z-index:2;position:absolute; left:0%; top: 160px;text-align: center; width: 100%; height: 835px;}
.company .ls-bg img { object-fit: cover; height: 835px; width: 100%; display: inline-block; min-width: auto; max-width: 1640px;}
.company .com_inner { z-index: 3; position: relative; display:flex; align-items: center; justify-content: center; flex-wrap: wrap; height: 100%;}
.company .com_inner>div { flex:1 1 auto; position: relative; display:flex; align-items: center; justify-content: center;  }
.company .com01 { width: 100%; height: 480px;} 
.company .com02 { width: 50%; height: 300px;}
.company .com03 { width: 50%; height: 300px;}
.company .com04 { width: 100%; height: 480px;}
.company .com-list dt {position: relative;clear: both; display: block; margin-bottom:10px; }
.company .com-list dd {position: relative; text-align: left; padding: 3px 0px 3px 30px;}
.company .com-list dd::before { top: -10px; left: 20px;position: absolute; content:'\00B7	';  font-size: 2em; color:#bb8360;}
.company .com-list dt {background:#bb8360; color:#fff; border-radius: 15px; padding: 5px 5px 8px 5px; line-height:1;}
.company .com-box dl { font-size: 0.8em;}
.company .com-box { height: auto;}
.company .com01 .com-box { min-width: 300px; max-width: 600px; margin-bottom: auto;}
.company .com02 .com-box { max-width: 300px; margin-right:auto;}
.company .com03 .com-box { max-width: 300px; margin-left:auto;}
.company .com04 .com-box { max-width: 510px; margin-top: auto;}
.company .com-dl { display:flex; align-items: flex-start; justify-content: center;}
.company .com-dl dl { width: 50%;}
.company .com01 .com-dl dl:first-of-type { width: 55%;}
.company .com01 .com-dl dl { width: 45%;}
.company .com-dl dl:first-of-type dt { position: relative; border-top-right-radius: 0;  border-bottom-right-radius: 0;}
.company .com-dl dl:first-of-type dt:after { content:''; z-index: 5; top: 7px;position:absolute; height:15px; width: 1px; background:#fff; right: 10px;}
.company .com-dl dl:last-of-type dt { border-top-left-radius: 0;  border-bottom-left-radius: 0;}
.company .com-box .icon img { display: inline-block;}
.company .com-box .icon { margin-bottom: 20px;text-align: center;}
.company h3 {  font-weight: 400; font-size: 1.7rem; margin-bottom: 20px; }
.company-head {  height: 170px; text-align:center; width: 100%; }
.company-head .img { position: relative;}
.company-head .img:after { z-index:5;content:''; width: 1px; height: 65px; position: absolute; left:50%; top: 80px;transform: translate(-50%, 0); background:#000; } 

/* our leadership */
.leadership { max-width: 1280px; padding: 0 40px; margin: 0 auto;  padding-bottom:160px;}
.leader02 {  min-height: 330px; display: flex; justify-content: start; align-items: flex-start; padding: 50px 60px; text-align: left;border-top:1px solid #313131; background:#eef1f5; border-bottom:1px solid #313131; margin: 40px 0;}
.leader02 .n1 { font-weight: 500; font-size: 2rem; letter-spacing: 10px; }
.leader02 .n2 {font-size: 1.2rem; color:#CD7129; padding-top: 20px; }
.leader02 .head { height: 100px;position: relative; color:#797979 }
.leader02 .head:after { background:#CD7129; content:''; position: absolute; height:2px; width:45px; bottom:30px; left:3px;}
.leader02 .name { flex:1 1 auto; width: 20%;}
.leader02 .leader-list { width: 80%; }
.leader02 .leader-list>ul { padding-left: 20px; vertical-align: top; display: inline-block; width: 52%;}
.leader02 .leader-list>ul:last-of-type {  width: 47%;}
.leader02 .li-none::before { display: none;}
.leader03 {flex: 1 1 28.3333%; margin:60px 7.5% 60px 0; max-width: 28.3333%; padding: 50px 30px; font-size: 1rem; vertical-align: top; background:#f7f8f8; height: 415px; display: inline-block;  transition:box-shadow 0.3s; }
.leader03:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.2);}
.leader03 .n1 { font-weight: 500; font-size: 1.5em; letter-spacing: 10px; }
.leader03 .n2 {font-size: 1.1em; color:#797979; padding-top: 10px; }
.leader03 .name { padding-bottom: 30px; }
.leader03 .leader-list li{ line-height: 1.7;}
.leader-line { text-align: left; font-size:0;}
.leader-line { width: 100%; clear: both; flex-wrap: wrap; display:flex; align-content: stretch; justify-content: flex-start; position: relative;}
.leader-line>div:nth-child(3n) {  margin-right:0;}
.leader01 .top {font-size: 2.3rem; padding-bottom: 50px}
.leader01 .sub {font-size: 1.3rem; padding-bottom: 40px;}
.leader01 .ceo { padding: 40px 0 100px 0;}
.leader01 .ceo img { width:220px;}
.leader-list { font-size:1em; }
.leader-list>ul>li:before {  top: 0px; left: 0px;position: absolute; content:'\00B7';}
.leader-list li { letter-spacing:-1px; padding-left: 10px; line-height: 2.4; width: 100%;position: relative; display:block;  font-size: 1rem;}
.leader-list li li:before {  top: 0px; left: 0px;position: absolute; content:'\2043'; font-weight: 100; }

/*연혁*/
.history {max-width: 1280px; padding: 0 40px; margin:0 auto;  padding-bottom:160px;}
.his01 { text-align: left;  display: flex; justify-content: center; align-items: flex-start; padding-top:120px; }
.his01 .his-left { border-top:5px solid #000;  width: 33.3333%; max-width: 400px;}

.his01 .his-left img{ width: 100%;}
.his01 .his-left h3 { padding: 20px;font-size: 2em; }
.his01 .his-left .his-list1 { padding-left: 20px;}
.his01 .his-left .his-list1 li { position: relative; padding-left: 20px; }
.his01 .his-left .his-list1 li:before {left:0; width: 30px;position: absolute; content:'\2713'; font-weight: 500; color:#0d3976;}
.his01 .his-left .his-list2 dt { letter-spacing: 5px; font-size: 1.1rem;background:#41b1e6; border-radius: 15px; text-align: center; padding: 1px 0 2px 0; color:#fff; width: 20%; display: inline-block;}
.his01 .his-left .his-list2 dd { line-height: 1.2;width: 79%; padding-left: 20px;display: inline-block; float: right;}
.his01 .his-left .his-list2 dd:first-of-type { padding-top: 10px;}
.his01 .his-left .his-list2 { display: block; clear: both;}
.his01 .his-left .his-list2 + .his-list2 { padding-top: 70px;}
.his01 .his-left .his-list2 .bt { font-weight: 500;}
.his01 .his-left .his-list2 .bb { font-size: 1.15rem; font-weight: 500;}
.his01 .his-left dd, .his01 .his-left li { font-size:1rem; text-align: left;}
.his01 .his-left .img { padding: 30px 0;}
.his01 dd, .his01 li {color:#969696} 
.his01 .his-right { width: 66.6664%; padding-left: 6%;}

.his01 .his-right dl { border-bottom:1px solid #cccccc; padding: 30px 10px 30px 25px;}
.his01 .his-right dl:first-of-type { border-top:1px solid #000;}
.his01 .his-right dt { width: 19%; display: inline-block; vertical-align: top; font-weight: 600; font-size: 1.1em;}
.his01 .his-right dd { width: 80%; display: inline-block; vertical-align: top; font-size: 0.8em;  }
.his01 .his-right dd li { padding: 3px 0;}
.his01 .his-right dd li span { vertical-align: top; display: inline-block;}
.his01 .his-right .month { font-weight: 600; color:#000; display:inline-block; padding-right: 5%; width: 10%;}
.his01 .his-right .sub { letter-spacing:-0.5px; width: 89%;}

/* 20230531 */
.his01 .his-left.new { width: 23.3333%; max-width: 400px;}
.his01 .his-right.new { width: 76.6664%;}
.his01 .his-right .txt { color:#969696; border-top:1px solid #cccccc; font-size:0.75em; padding:2em; word-break: keep-all; }
.his01 .his-right .txt span { color:#000; font-weight:600; }
.his01 .his-right .txt b { color:#CD7129; font-weight:600; font-size:1.2em; }
.his01 .his-right .txt .tel { display:flex; align-items:center; justify-content:space-between; }
.his01 .his-right .txt .tel-left { width:50%; }
.his01 .his-right .txt .tel-right {width:50%; }
.his01 .his-right .txt .tel-right img { width:100%; }
.his01 .his-right .txt .tel span { display:inline-block; width:75px; }



/*관계사 */
.relative { position: relative; margin:0 auto; text-align:center;}
.relative .rela_inner { margin:0 auto; max-width: 1280px; padding: 0 40px; z-index: 3; position: relative; display:flex; align-items: center; justify-content: center; flex-wrap: wrap; height: 100%;}
.relative .rela_inner>div { flex:1 1 auto; position: relative; display:flex; align-items: center; justify-content: center;  }
.relative .rela02 { width: 100%; height: 370px; }
.relative .rela02>div{margin-bottom: auto;}
.relative .rela03 {text-align: right; width: 50%; height: 300px;}
.relative .rela04 {text-align: left; width: 50%; height: 300px;}
.relative .rela03 .rela-text { margin-right:auto;}
.relative .rela04 .rela-text { margin-left:auto;}
.relative .rela-text{ font-size: 0.9em;}
.relative .ls-bg { z-index:2;position:absolute; left:0%; top: 100px;text-align: center; width: 100%; height: 603px;}
.relative .ls-bg img { object-fit: cover; height: 603px; width: 100%; display: inline-block; min-width: auto; max-width: 660px;}
.rela-img-box { position: relative; padding-bottom: 200px;}
.rela01 .sub {font-size: 2rem; padding-bottom: 40px;}
.rela01 { padding-bottom: 50px;}
.rela05 {width: 100%;}
.rela05-1 {   padding: 100px 40px; background:#f6f6f6;}
.rela05-box { max-width: 1280px; padding: 0 0px; margin: 0 auto;position: relative; display:flex; align-items: stretch; justify-content: center; }
.rela05-box>div { min-height: 230px;}
.rela05-box .rela-left {  width: 50%; position: relative; }
.rela05-box .rela-left .img { margin-right: 10%; top:0; width: 100%; max-width: 430px; min-height: 230px; height: 100%; background:#fff; z-index:3; position:absolute; }
.rela05-box .rela-left .img img {object-fit: cover; width:100%; max-width:100%; }
.rela05-box .rela-left .list { width: 100%; top: 100px; padding: 0px 10px 0px 30px;max-width: 430px;z-index:4; position: absolute;}
.rela05-box .rela-left .list li {text-align: left; font-size: 0.8em; position: relative; padding-left: 10px;}
.rela05-box .rela-left .list li:before {left:0; width: 30px;position: absolute; content:'\00B7'; font-weight: 500; }
.rela05-box .rela-right {  width: 24%; }
.rela05-box .rela-cen { width: 26%;}
.rela05-box .rela-cen {position: relative; text-align: left; font-size: 0.8em;}
.rela05-box .rela-cen dt {line-height: 1.2; font-weight:500; font-size: 1.3em;padding-bottom: 15px;}
.rela05-box .rela-cen dd { padding-right: 3%; width: 100%;}
.rela05-1.odd  { background:#fff;}
.rela05-1.odd  .img {background:#f6f6f6;}
.rela05-box .rela-cen .btn-down { padding-right:3%; position:absolute; bottom:0;}
.rela05-box .rela-cen .btn-down a {font-size: 0.9em; border:1px solid #CD7129;  position: relative; display: inline-block; padding: 15px 60px 15px 20px; width: 100%;}
.rela05-box .rela-cen .btn-down a i {position: absolute; right: 20px; top: 13px; width: 80%; text-align: right; display: inline-block}
.rela05-box .rela-cen .btn-down a i img { width: auto; height: 25px;}
.rela05-box .rela-cen .btn-down a:hover {border:1px solid #109cda; background:#109cda; color:#fff;}
.rela05-box .rela-cen .btn-down a:hover i img { filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1); }
.rela-right { display:flex; justify-content: center; align-items:center; }
.rela05>div:nth-child(3) .btn-down a { padding-top:5px; padding-bottom:5px;}
.rela-right .next-icon { width: 30%;}
.rela-right .round { position: relative;  margin-right:auto; width: 70%; height: 180px;}
.rela-right .round p {  position: absolute; right:0; vertical-align: middle; border-radius: 50%; margin-right:0; background:#fff; width: 180px; height: 180px;  }
.rela-right .round p span { color:#109cda; font-size: 0.8em; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display:inline-block; vertical-align: middle;}
.rela05-1.odd .rela-right .round p { background:#f6f6f6}

/* 비전 */
.visi01 .sub {font-size: 1.8em; padding-bottom: 40px;}
.visi01 br { display:none;}
.visi02 { margin-top: 50px; position: relative; width: 100%; padding: 30px 40px; background:#f6f6f6;}
.visi02:before { transform: translate(-50.4%, -0%) rotate(90deg); color:#CD7129; font-weight:600; left: 50.4%; top:-80px;  font-size: 4.5em; position: absolute; content:'\276E'; z-index:-1;}
.visi-head-box {position: relative;}
.visi-head-box .num { font-weight: 800;  font-size: 5em; color:#fff;}
.visi-head-box .title { font-weight:600; width: 100%; text-align: center; font-size: 2em; top:55px; position: absolute;}
.visi02 .visi02-1 { padding-top:60px; height: 250px; clear: both;margin:0 auto;position: relative; max-width: 860px; font-weight: 600; font-size: 1.8em;}
.visi02 .visi02-1:before { color:#CD7129; font-weight:400; left: 0%; top:0; font-size: 4em; position: absolute; content:'[';}
.visi02 .visi02-1:after  { color:#CD7129; font-weight: 400; right: 0%; top:0; font-size:4em; position: absolute; content:']';}
.visi03 .visi-head-box .num {color:#f0f0f0}
.visi03  { padding: 50px 0px; max-width: 1280px; margin:0 auto; }
.visi03-1 .img-text{  margin:0 auto;display:flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.visi03-1 .img-text>div {  width: 26%;}
.visi03-1 .img-text>div:nth-child(2) {  width: 48%;}
.visi03-1 .img {  width:100%; padding: 50px 40px; }
.visi03-1 .img img {width: 100%;}
.visi03-1 .img-text { height:100%; font-size: 0.9em;}
.visi03-1 .img-text dt { font-weight: 600; padding-bottom: 20px;}
.visi03-1 .img-text dd { font-size: 0.9em;}
.visi03-1 .text01 { padding-left: 20px;}
.visi03-1 .text03 { padding-left: 20px;}
.vision { padding-bottom: 100px;}

/* Platform Technology */
.platform { max-width: 1280px; padding: 0 40px;position: relative; margin:0 auto; text-align:center;}
.plat01 .sub {font-size: 2.2rem; padding-bottom: 20px;}
.plat01 .subs {font-size: 1.6rem; padding-bottom: 40px;}
.plat02 { display:flex; justify-content: center; align-items: flex-start; }
.plat02 .plat-left { text-align: left;flex: 1 1 66.6666%;width: 66.6666%;}
.plat02 .plat-right {flex: 1 1 33.3333%; width: 33.3334%}
.plat02 .plat02-1 {display:flex; justify-content: space-between; align-items: flex-start; }
.plat02 .plat02-1>div {width: 46.7%;}
.plat02 .title { color:#fff; padding: 10px 0;text-align: center;background:#109cda;}
.plat02-1.odd .title { background:#CD7129;}
.plat02-1 .list-item {position: relative; height: 219px; padding: 45px 40px ; margin-bottom: 41px;  background: #f9f9f9; border-top:2px solid #109cda}
.plat02-1 .list-img {z-index:1; position:absolute; right: 20px; top: 50px;}
.plat02-1 .list-t { font-weight: 500; font-size: 1em;}
.plat02-1 .list { font-size: 0.8em; padding-top:5%; padding-left: 10px;}
.plat02-1 .list li:before {left:-10px; width: 30px;position: absolute; content:'\00B7'; font-weight: 500;  }
.plat02-1 .list li {position: relative;}
.plat02 .plat-right .ls-bg { width: 100%; top:0; left:6.5%;text-align: center; position: absolute;}
.plat02-2 { position: relative; width:100%; padding-left: 13%;}
.plat02-2 li { margin-bottom: 38px; height: 49px; padding-top: 3%; font-size: 0.8em;background:#f0f0f0;}
.plat02-2 ul li:first-of-type { margin-top:82px; }
.plat02-2 ul li:nth-child(9) { margin-top: 121px }
.plat02-2 ul li.small { width: 40%; clear:both;}
.plat02-2 ul { position: relative; z-index:2;}
.plat02-2 .tt { letter-spacing: -1px;}

/* Spore Biologics */
.spore02 { margin:0 auto; margin-top: 100px;max-width: 1200px; width: 100%; background:#f5f5f5; position: relative; display: flex ; justify-content: center; align-items: flex-start;}
.spore02 .spore-left{  width: 56%;}
.spore02 .spore-right{  width: 44%;}
.spore02 .spore-right { padding: 40px 40px 0px 10px; flex-wrap: wrap; display: flex; justify-content: space-between; align-items: center; }
.spore02 .spore-right .ls-bg { padding: 20px 0 20px 20px; width: 42%;}
.spore02 .spore-right .list-item { letter-spacing: -1px; width: 50%;}
.spore02 .spore-left img { width: 100%; max-width: 710px;}
.spore02 .spore-right .list-item li {display: flex ; justify-content: flex-start; align-items: center;position: relative; text-align: left; padding-left:10px;font-size: 0.85em;background:#fff; height: 130px; margin: 30px 0; }
.spore02 .spore-right .ls-bg img {max-height: 460px; height: 100%; width: auto;}
.spore .head-box { font-size: 1.1em; padding: 13px 0 15px 0;background: #CD7129; color:#fff; width: 100%;}
.spore02 { max-height: 628px; }
.spore01 .sub {font-size: 2.2rem; padding-bottom: 20px;}
.spore03 { max-width: 1280px; padding: 70px 40px; margin:0 auto;}
.spore03 ul { padding-top: 30px;display: flex ; justify-content: space-between; align-items: stretch; }
.spore03 ul li { padding: 30px 0 35px 0; font-size: 0.8em; width: 32.5%; border:1px solid #d2d2d2; }
.spore03 ul li .num { font-size:1.1em; position: relative; font-weight: 800; padding-bottom: 30px; }
.spore03 ul li .num:after { content:''; position:absolute; bottom: 15px; left:50%; transform: translate(-50%, 0%); width: 20px; height:1px; background:#000;}
.spore03 .head-box br { display: none;}

/* pipeline */
.pipeline { padding-bottom: 100px;}
.pipe01 { background: #eaf6fd; padding: 65px 40px; }
.pipe01 .title {width: 25%; font-weight : 600; font-size: 1.5em; }
.pipe01 .sub {width: 75%; font-size:0.9em; }
.pipe01-box {  text-align: left; display: flex; justify-content: space-between; align-items: flex-start; max-width: 1280px; margin:0 auto; width:100%}
.pipe02 { max-width: 1280px; padding: 90px 40px; margin:0 auto; }
.pipe02 h3 { font-size:1.2em; text-align: left;padding-bottom: 60px; }
.pipe02-box { display: flex; justify-content: space-between; align-items: flex-start;}
.pipe02-box .pipe-list { width: 25%;}
.pipe02-box .pipe-list h4 {font-size: 0.8em; color:#CD7129; font-weight: 800;}
.pipe02-box .pipe-list img {width:100%; max-width: 179px;}
.pipe02-box .pipe-list ul { padding: 0px 20px;}
.pipe02-box .pipe-list ul ul { padding: 0;}
.pipe02-box .pipe-list li {padding-left: 10px; position: relative; text-align: left; color:#109cda; font-size:0.95rem;}
.pipe02-box .pipe-list li.list-img { margin: 15px 0 25px 0;}
.pipe02-box .pipe-list li.list-img:before { display: none;}
.pipe02-box .pipe-list li:before  {left:0; top: -5px; content: '\002E'; position: absolute;}
.pipe02-box .pipe-list li li { padding-left: 20px;color:#000;}
.pipe02-box .pipe-list li li:before  {left:0; top: -0px; content: '\2192'; position: absolute;}
.pipe03 { max-width: 1290px; padding: 90px 40px; margin:0 auto; }
.pipe03 h3 { font-size:1.2em; text-align: left;padding-bottom: 30px; }
.pipe03 .pipe-img { width: 100%; overflow-x: auto;}
.pipe03 .pipe-img img { width: 1207px;}
.pipe04-img-box {position: relative; width:100%; }
.pipe04 .ls-bg{margin-top: 80px; z-index:2; min-height: 464px;width: 100%; background:#eaf6fd; position: absolute;}
.pipe04 .pipe04_inner { max-width: 1280px; margin: 0 auto; padding: 0px 40px 20px 40px; z-index:3;position: relative; flex-wrap: wrap; display: flex; justify-content: center; align-items: flex-start; }
.pipe04 .pipe04_inner>div { display: flex; justify-content: center; align-items: flex-start; height:245px;}
.pipe04-1 {  width: 100%;}
.pipe04-1 .pipe-dl dt { float: left; }
.pipe04-1 .pipe-dl dd { margin-left: 20px; display:inline-block; }
.pipe04-2, .pipe04-3,.pipe04-4,.pipe04-5 { width: 50%;}
.pipe04-1>div { margin-bottom:auto;}
.pipe04-2>div { margin-left:auto;}
.pipe04-5>div { margin-right:auto;}
.pipe04-4>div, .pipe04-3>div  { margin-top:auto;}
.pipe04_inner .pipe-dl .tt { text-align: center; margin-bottom: 20px;padding:  8px 0 10px 0;  min-width: 238px;display: inline-block; border-radius: 24px; color:#fff; background:#bb8360;}
.pipe04_inner .pipe-dl { text-align: center;}
.pipe04_inner .pipe-dl dl { margin:0 auto; text-align: left;}
.pipe04_inner .pipe-dl dd { padding-left: 10px;position: relative; font-size: 0.8em;}
.pipe04_inner .pipe-dl dd:before {left:0; top: -5px; content: '\002E'; position: absolute;}
.pipe04_inner .pipe04-3 { margin-right:0;}

/* Pipeline 레이어팝업 */
.pipe-layer { z-index:20; position: fixed; background:rgba(0,0,0,0.9); top:0; left:0; width:100%; height: 100%;}
/* .pipe-layer .pipe05 { position: absolute; flex-wrap: wrap; display: flex; justify-content: center; align-items:center; text-align: left; background:#fff;  width:100%;height:80%;} */
.pipe-layer .pipe05 > div {text-align: left; width:100%; flex:1 1 auto; }
.pipe-layer .pipe05 .head-box { position:relative; padding-left: 60px; font-size: 1.9rem ;background: #53afe0; color:#fff; height: 80px; padding-top:20px;} 
.pipe-layer .pipe05 .layer-con { overflow-y:auto; height: 700px; padding: 50px 60px;}
.pipe-layer-box {position:absolute;max-width: 1280px; height: 780px; width: 100%;left:50%; top: 50%; transform: translate(-50%, -50%);}
.pipe-layer .pipe05 {z-index: 22; margin:0 40px;position:relative; background:#fff; }
.pipe-layer .close-layer {  position: absolute; right: 40px; top: 10px;}
.pipe-layer .close-layer a {display: block;position:relative; color:#fff; width:60px; height: 60px;font-size:0;}
.pipe-layer .close-layer a:after { content:'\2715';font-size: 3rem; left:15%; top:-10px; position: absolute; }
.pipe-layer .list1 {font-size:1rem;}
.pipe-layer .list1 dt  {font-weight: 600;padding-bottom: 5px; color:#53afe0; font-size: 1.3em;}
.pipe-layer .list1 dl { padding-bottom: 30px;}
.pipe-layer .list2 {position: relative; display: flex; justify-content: space-between; align-items:stretch; }
.pipe-layer .list2>div {  border:1px solid #d2d2d2; width: 49%;}
.pipe-layer .list2 .list-left h5 {  background:#53afe0;}
.pipe-layer .list2 .list-right h5 { background:#b4b4b4;}
.pipe-layer .list2 h5 { font-size: 0.9em;padding: 8px; text-align: center; color:#fff; font-weight: 400;}
.pipe-layer .list2 ul { font-size: 0.8em;padding: 40px 50px;}
.pipe-layer .list2 li { position: relative; padding-left: 10px;}
.pipe-layer .list2 li:before {left:0; top: -5px; content: '\002E'; position: absolute;}
.pipe-layer .list2 .cen {z-index:23; position: absolute;background:#a2daf6; border-radius: 53px; height: 106px; width: 106px; left:50%; top: 50%; transform: translate(-50%, -50%);}
.pipe-layer .list2 .cen span { font-size:1.5em; color:#fff;  position: absolute;left:50%; top: 50%; transform: translate(-50%, -50%);}
.pipe-btn .btn-left {z-index:19; left:-10px; top:50%; transform: translate( 0%, -50%); position: absolute;}
.pipe-btn .btn-left a { display:block; width: 50px; height: 50px; position: relative;}
.pipe-btn .btn-left a:after {font-size: 3.5rem; left:0; top:0; content:'\276E';position:absolute; width:100%; height:100%;}
.pipe-btn .btn-right {z-index:19;  right:-10px; top:50%; transform: translate( 0%, -50%); position: absolute;}
.pipe-btn .btn-right a {display:block; width: 50px; height: 50px; position: relative;}
.pipe-btn .btn-right a:after { font-size: 3.5rem; right:0; top:0;content:'\276F';position:absolute; width:100%; height:100%;}
.pipe-btn { position: absolute; top:0;z-index:19; width:100%; height: 100%;}
.pipe-btn a{ color:#fff; font-size:0;  }

/* sab */
.sab { max-width: 1280px; width:100%; margin:0 auto; padding:0 40px; padding-bottom: 150px;}
.sab01 { display: flex; justify-content: center; align-items:center;}
.sab01-1 { text-align:left; flex: 1 1 31.6666%; margin:20px 2.5% 60px 0; max-width: 31.6666%; padding: 50px 30px; font-size: 1rem; vertical-align: top; background:#edebeb; height: 380px; display: inline-block;  }.sab01 .n1 { font-weight: 500; font-size: 1.7rem; }
.sab01-1:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.sab01 .name { padding-bottom: 30px; }
.sab01 .sab-list li{ line-height: 1.7;}
.sab01 .sab-list { font-size:1em; }
.sab01 .sab-list>ul>li:before {  top: 0px; left: 0px;position: absolute; content:'\00B7';}
.sab01 .sab-list li {text-align: left; letter-spacing:-1px; padding-left: 10px; line-height: 1.6; width: 100%;position: relative; display:block;  font-size: 1.15rem;}
.sab01 .sab-list li li:before {  top: 0px; left: 0px;position: absolute; content:'\2043'; font-weight: 100; }
.sab01>div:nth-child(3n) {  margin-right:0;}
.sab02 .head-box {padding-top: 100px; padding-bottom: 50px;color:#CD7129; font-size: 3rem; position: relative; font-weight: 600; } 
.sab02-1 ul { display: flex; justify-content: center; align-items:stretch;}
.sab02-1 ul li { height: 190px;display:flex;justify-content: center; align-items: center; border :1px solid #aaaaaa;text-align:center; flex: 1 1 23.125%; margin:20px 2.5% 30px 0; max-width: 23.125%;}
.sab02 { width: 100%;}
.sab02-1 ul li:nth-child(4n) {  margin-right:0;}
.sab02-2 li{ line-height: 1.7;}
.sab02-2 { font-size:1em;background:#edebeb; padding: 50px 50px;}
.sab02-2>ul>li:before {  top: 0px; left: 0px;position: absolute; content:'\00B7';}
.sab02-2 li {text-align: left; letter-spacing:-1px; padding-left: 10px; line-height: 1.6; width: 100%;position: relative; display:block;  font-size: 1.4rem;}
.sab02-2 li li:before {  top: 0px; left: 0px;position: absolute; content:'\2043'; font-weight: 100; }

/* 산업용 특수 효소 */
.enz01, .enz02, .enz03 { width: 100%; max-width: 1280px;margin: 0 auto; padding:0 40px;}
.enz01 {padding-top:70px;}
.enzyme .list-arrow { display: flex; justify-content: center; align-items: flex-start;}
.enzyme .list-left { flex:1 1 300px; min-width: 300px;width: 26%; padding-right: 5%; }
.enzyme .list-left h3 { letter-spacing: -1px; text-align: left; font-size: 2.6rem; }
.enzyme .list-left h4 { padding-right: 20px;text-align: left;  font-size: 1.5rem;}
.enzyme .list-right { text-align: left; width: 74%; }
.enz01-1-1 .img1 { width:100%;}
.enzyme img { max-width:100%; width: 100%;}
.enzyme .head-box h3 { min-height: 70px;border-bottom:3px solid #000;}
.enzyme .head-box .subt { font-size: 1.1em; padding-top: 15px; height: 70px;border-bottom:1px solid #000; letter-spacing: -0.5px;}
.enz01-1 { padding-top: 60px;}
.enz01-1 .img2 { margin-top: 100px;}
.enz01-2, .enz02-1, .enz03-1 { padding: 90px 0;}
.enz01-2-1 { border-top:3px solid #000;}
.enz01-2-1 dl { font-size: 0.8em;border-bottom:1px solid #cccccc; padding: 50px 0; display: flex; justify-content: start; align-items: center;}
.enz01-2-1 dt {font-weight: 600;flex: 1 1 25%; text-align: center; }
.enz01-2-1 dd {width: 75%; }
.enz01-2-1 dd li{ position: relative; padding-left: 10px;}
.enz01-2-1 dd li::before {top: 0px; left: 0px;position: absolute; content:'\00B7';}
.enz02-1 .round { position: relative; width: 210px; height: 210px; border-radius: 105px; border:5px solid #109cda;}
.enz02-1 .round span { width: 100%;position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); color: #109cda;}
.enz02-1-1 .list { margin-top: 50px; display: flex; justify-content: space-between; align-items: stretch;}
.enz02-1-1 .list>p { font-size: 0.8em; padding: 20px 0; width: 49%; background:#eeefef; text-align: center;}
.enz02-2-1 .img1 { border:1px solid #d2d2d2; padding: 20px;}
.enz02-3-1 .list { margin-top: 50px; display: flex; justify-content: space-between; align-items: stretch;}
.enz02-3-1 .list>div { font-size: 0.8em; padding: 20px 0; width: 31%; background:#fff; text-align: center;border:1px solid #d2d2d2;}
.enz02-3-1 .list img { max-width:auto; width: auto;}
.enz02 { padding-bottom: 100px; padding-top:20px;}
.enz03-1 .tt { font-weight: 600; font-size: 1.1em;}
.enz03-1-2 {position: relative; flex-wrap: wrap; display:flex;justify-content: space-between; align-items: stretch; margin:40px 0;  }
.enz03-1-2>div {height: 195px; border-radius: 10px; font-size: 0.8em; padding: 40px 30px; background:#eaf6fd; flex:1 1 48%; max-width: 49%; margin-bottom:15px; }
.enz03-1-2>div:nth-child(2n) { border:1px solid #d2d2d2; background:#fff;}
.enz03-1-2>div:nth-child(3n-1)  {  text-align : right;}
.enz03-1-2 .enz03-1-2-3, 
.enz03-1-2 .enz03-1-2-4 { padding-top: 60px; padding-bottom:0}
.enz03-1-1 p {left:50%; top:50%; transform: translate(-50%, -50%); border-radius: 100px; height:200px; width:200px; background:#fff; border:1px solid #d2d2d2; position: absolute; }
.enz03-1-1 p img { width: 45%; left:50%; top:50%; transform: translate(-50%, -50%); position: absolute;}
.enz03-1-4> div {position: relative; font-size: 0.9em;width:100%; background:#eeefef; text-align: center; padding: 25px 0; margin-top: 15px; }
.enz03-1-4 .enz03-1-4-3 { position: relative; font-size: 1.1em;background:#109cda; color:#fff; margin-top: 100px;}
.enz03-1-3 .is-bg {padding-bottom: 60px; padding-top:20px;}
.enz03-1-4 .enz03-1-4-2:before { transform: translate(-50.4%, -0%) rotate(-91deg); color:#109cda; font-weight:600; left: 50.4%; top:50px;  font-size: 4.5em; position: absolute; content:'\276E'; z-index:-1;}

/* 바이오헬스케어 소재 */
.bioheath { max-width: 1280px; padding: 0 40px; margin:0 auto;}
.bioheath .head-box { border:1px solid #dcdcdc; background:#f9f9f9; display:flex; justify-content: center; align-items: center; }
.bioheath .head-box>div { width: 50%;}
.bioheath .head-box .text {text-align: left; padding-left: 4%;}
.bioheath .head-box .title { padding-bottom: 20px;font-size: 2em; font-weight: 600;}
.bioheath .head-box .sub {font-size: 1.1em;}
.bioheath .is-head { letter-spacing: -1px; padding-bottom: 20px; text-align: left; font-size: 1.1em; font-weight: 600;}
.bioheath .head-box img {object-fit: cover; min-height:330px; max-width: 100%; height:auto;}
.bioheath .is-list { padding: 30px; background:#f9f9f9; text-align: left; border-top:2px solid #109cda}
.bioheath .is-list li { font-weight:500; font-size: 0.87em; position: relative; padding-left: 15px;}
.bioheath .is-list>ul>li { padding-bottom:15px;}
.bioheath .is-list li li {padding-top: 10px; font-weight:400; padding-left: 25px;}
.bioheath .is-list li li:before { font-size: 1.2em; font-weight: 400;color:#000; top: 8px; left: 0px;position: absolute; content:'\2192';}
.bio01-1-1 .is-list>ul>li { padding-bottom: 40px; }
.bio01-1-1 .is-list { padding-bottom: 36px;}
.bio01-1  .list-right .is-list { padding-bottom: 20px; }
.bio01-1-3 { padding-top: 20px;}
.bio01-1 { padding: 100px 0; justify-content: space-between;}
.bioheath .is-list li:before { font-size: 1.7em; font-weight: 600;color:#109cda; top: -9px; left: 0px;position: absolute; content:'\00B7';}
.bio01-1 {display:flex; justify-content: center; align-items: flex-start;}
.bio01-1>div { width: 49%; margin:0 0.5%;} 
.bioheath .bio02-1-1 .is-list li li { padding-left:10px;}
.bioheath .bio02-1-1 .is-list li li:before { font-size: 1em; font-weight: 400;color:#000; top: 11px; left: 0px;position: absolute; content:'\003A';}
.bio02-1-1 .is-img { padding-top: 50px;}
.bio02-1-1 .is-img img { width: 100%;}
.bio02-2 { height: 300px; position: relative; }
.bio02-2 .is-img { position: absolute; top:0;} 
.bio02-2 .is-list2 {height: 100%; position: relative;}
.bio02-2 .is-list2 ul { height: 200px; display:flex; justify-content: center; align-items: center;  }
.bio02-2 .is-img img { width: 100%;}
.bio02-1-1 {padding: 100px 0;}
.bio02-2 .is-list2 li {width:24.5%;  font-size: 0.8em;}
.bio02-2 .is-list2 li:nth-child(1), .bio02-2 .is-list2 li:nth-child(5), .bio02-2 .is-list2 li:nth-child(3) { width: 17%;} 
.bio02-2-1 {position: relative;}
.bio01 { padding-top: 100px;}

/* Careers */
.careers { padding-bottom: 100px; }
.careers .head-line .text { padding-bottom: 130px;}
.care01 { max-width: 1280px; padding: 0 40px; margin:0 auto;}
.care03 { max-width: 1280px; padding: 0 40px; margin:0 auto;}
.care01-2 li:first-of-type { border-top:1px solid #000;}
.care01-2 li {font-size: 0.8em; padding: 40px; padding-right:0; border-bottom:1px solid #999999; width:100%; text-align: left; display:flex; justify-content: start; align-items: flex-start;}
.care01-2 .tt { font-weight:600; text-align:left;position: relative; max-width: 250px; flex: 1 1 16%; }
.care01-2 .tt::after {content:''; top: 5px; height: 18px; width:1px; background:#000; position: absolute; right:30px; }
.care01-2 .tt i { display: inline-block; width:45px;color:#109cda}
.care01-2 .sub {font-size: 0.9em; flex: 1 1 80%;}
.care03-list .icon{position: absolute; right:0px; top: 50%; transform: translate(0, -50%) }
.care03-list .icon img { width:80%;}
.care03-list .sub { padding-right: 100px;}
.care03-list li { font-size: 0.9em; border-bottom:1px solid #e4e4e4;  padding: 35px 30px; text-align: left; position: relative; }
.care03-list li:first-of-type { border-top: 1px solid #000}
.care03 .tt i { padding-bottom:10px; display: block; width:100%;color:#CD7129; font-size: 0.7em;}
.care03 .list-left .tt { font-size: 1.3em; font-weight:600; text-align:left;position: relative; max-width: 250px; flex: 1 1 16%; padding-bottom: 30px; }
.care03 .care03-box:first-of-type { padding-top: 150px;}
.care03-box { padding: 30px 0; display: flex; justify-content: center; align-items: flex-start;}
.care03-box .list-left { flex:1 1 300px; min-width: 300px;width: 30%; padding-right: 5%; }
.care03-box .list-left h3 { letter-spacing: -1px; text-align: left; font-size: 2.6rem; }
.care03-box .list-left h4 { padding-right: 20px;text-align: left;  font-size: 1.5rem;}
.care03-box .list-right { text-align: left; width: 70%; }
.care03-box .list-right .sub {font-size: 0.8em; padding-top: 10px;}
.care03-box .list-left img {width:100%;}
.care03-box .list-left .img {width:100%;}
.care03-list li:last-of-type { border:none;}
.care01-1, .care01-1 img {width: 100%;}
.care01-1 { padding: 50px 0;}
.care01-3 {margin: 50px 0; background:#f9f9f9; padding: 40px; }
.care01-3 li { font-size: 0.7em;text-align: left; position: relative; padding: 5px 0px 5px 30px;}
.care01-3 li::before { left:0; width: 30px;position: absolute; content:'\2713'; font-weight: 500; color:#109cda; font-weight: 600; font-size: 1.1em;}
.care02 { width:100%; position: relative;}
.care02-box {position: relative; width:100%;background:#f0f5f9; padding-top:0; }
.care02-list { min-height: 780px;z-index:6; position: relative; flex-wrap: wrap; display: flex; justify-content: space-between; align-items: stretch;}
.care02-list>div { height: 50%;padding-top: 250px; font-size: 0.75em; letter-spacing: -0.5px; flex:1 1 50%;max-width: 50%;color:#555555; }
.care02-list .care02-1, .care02-list .care02-3 { padding-right: 240px; text-align: right;} 
.care02-list .care02-2, .care02-list .care02-4 { padding-left: 240px; text-align: left;} 
.care02-list .care02-3, .care02-list .care02-4 { padding-top: 140px;}
.care02-list .tt { padding-bottom: 10px;color:#313131; font-size: 1.7em;}
.care02-list .sub { font-size: 1.1em;}
.care02-img {z-index:5; left:50%; top:25%; transform: translate(-50%, -25%); width:100%;  position: absolute; text-align: center;}
.care02-img img {object-fit: cover; height: 527px; max-width:874px; width:100%; }
.care02-i-box {max-width: 1600px; padding: 0 40px; margin:0 auto;}

/* 오시는길 */
.map { max-width: 1280px; padding: 0 40px 60px 40px; margin:0 auto;}
.map h3 { padding-bottom:10px; font-size : 1.3em; color:#CD7129 }
.map01 {text-align: left; padding-bottom: 70px;}
.map01 dl { font-size: 0.8em; border-bottom:1px solid #999999; padding: 20px 30px;display:flex; justify-content: start; align-items: center; }
.map01 dt { min-width: 150px; font-weight: 500; color:#CD7129; width: 15%;}
.map01 dd { letter-spacing: -1px;}
.map01 .icon { position: relative; top:-1px; padding-right: 10px;}
.map01-info { padding: 30px 0;}


/* 20230217 추가 */
.com-box-14 {  position: relative; margin:0 auto; padding-bottom: 7em; text-align:center; overflow: hidden;}
.com-box-14 .sub {font-size: 1.8rem;}
.com-box-14 .con-box-01 { padding-bottom: 3em; padding-left: 40px; padding-right:40px;} 
.com-box-14 .con-box-02 {position: relative; background:#f6f6f6; padding-top: 3em; padding-bottom: 2em;}
.com-box-14 .ls-box-01 { margin:0 auto; max-width: 1160px; padding:0 40px; }
.com-box-14 .ls-box-01 li {text-align: left;}
.com-box-14 .ls-box-01 p { display:block; font-size:1.3em; color:#CD7129; width: 70px;}
.com-box-14 .ls-box-01 p b {  border-bottom:2px solid #CD7129; padding-bottom:10px;  font-weight: 800}
.com-box-14 .ls-box-01 li { display:flex; align-items: stretch; padding-bottom: 2em;}
.com-box-14 .ls-box-01 dt {padding-top:0.2em;  font-weight: 600;}
.com-box-14 .ls-box-01 dl { letter-spacing: -0.5px; font-size: 0.9em; width:100%;}
.com-box-14 .ls-sign { font-size: 0.75em; font-weight: 500; }
.com-box-14 .ls-sign img { position: relative;  padding-left: 20px; padding-bottom: 20px; }
.com-box-14 .ls-sign p:nth-child(2) { position: relative; margin-left: 5em;}
.com-box-14 .ls-box-02 { position: absolute; bottom:-5em; right:5em;}
.com-box-14 .con-box-03 .ls-sign { position: relative; margin-top: -8em;}
.com-box-14 .con-box-03  {  margin:0 auto; max-width: 1160px; padding:0 40px; position: relative;}
.com-box-14 .con-box-03 .ls-img-01 img { max-width: 100%;}
/* 20230217 추가완료 */

sup { font-size: 0.5em;}

.bgc-01 { background:#eaf6fd!important;}
.fc-01 { color:#00b1ff}
.fc-02 { color:#CD7129}
.fc-03 { color:#ff0000}
.fc-04 { color:#53afe0}

/*푸터*/
footer { background:#CD7129;position: relative; width: 100%;  }
footer .box-inner {margin:0 auto;  width: 100%; max-width: 1240px; padding: 60px 20px; }
.footer {position: relative; height: 100%;color:#fff; display:flex;justify-content: center; align-items:center;text-align: left; }
.footer .col-left { flex:1 1 100%; line-height: 1.8; font-size: 1rem; font-weight: 400; padding: 5px 0; }
.footer > div { flex : 1 1 auto;}
.footer .copy { padding-top: 20px;}
.footer .logo { text-align: right; flex:1 1 280px;}
.footer .logo img { filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1);}
.page-top {z-index:4; background:#109cda; position:absolute; right: 40px; top: 50px; height: 80px; width: 80px;}
.page-top a { position: relative; font-size:0; color:#fff; display: block;width: 100%; height:100%; }
.page-top a:after {left: 45%; top: 50%; font-size:2rem; font-weight: 100;content: '\276F';  position: absolute; transform:translate(-45%, -50%) rotate(270deg); }

.ptb25 { padding: 25px 0;}
.pt170 { margin-top: 170px;}
.ptb50 { padding: 50px 0;}
.pb20 { padding-bottom:20px;}
.fs09e { font-size: 0.9em }
.fs08e { font-size: 0.8em }
.wd1700 { max-width: 1700px;}

.wdauto { width: auto;}
.wd12p { width: 12%;}
.wd30p { width: 30%;}

.container {font-size: 1.4rem;}
.d-lg-none { display:none;} /* pc 용 감추기 */

/*게시판*/
.board_list {}
.board_list table {}
.board_list table tr {}
.board_list table tr th {border-top:1px solid #000; border-bottom:1px solid #000; padding:13px 0; font-weight:500;}
.board_list table tr td {border-bottom:1px solid rgba(0,0,0,0.23); padding:13px 0; font-weight:400;}
.board_list .td_subject {text-align:left; }
.board_list .bsearch {float:right}

/*문의*/
.center_request { width:100%; max-width:1360px; margin:0 auto; text-align:center;}
.center_request .inner {padding: 0px 20px; margin-top:20px;}
.center_request .inner .sub_input { margin-top:30px; }
.center_request .inner .sub_input .chkup {margin-bottom:40px;}
.center_request .inner .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
.center_request .inner .sub_input .chkup span {border-bottom:1px solid #161616; cursor:pointer;}
.center_request .inner .sub_input .chkup span:hover {color:#a7a7a7;}
.center_request .inner .sub_table2 {text-align:left;}
.center_request .inner .sub_table2 .border1 {border-bottom:1px solid #000; }
.center_request .inner .sub_table2 .border2 {border-bottom:1px solid #d3d1d0; }
.center_request .inner .sub_table2 .data {font-size:20px; padding:20px 0; } 
.center_request .inner .sub_table2 .data .title {float:left; width:20%; color:#000; font-weight:500; }
.center_request .inner .sub_table2 .data .text {float:left; width:80%; color:#000; font-weight:300; }	
.center_request .inner .sub_table2 .data .text input {border:1px solid #ddd; height:1.7em;}
.center_request .inner .sub_table2 .data .text textarea {border:1px solid #ddd; height:200px; width:100%;}
.center_request .inner .submit_btn {margin:0 auto;}
/* 개인정보 처리방침 레이어 */
.layer_popup {position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,0.9);z-index:1000;display:none; overflow-y:scroll;}
.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
.layer_popup .inner .box {padding:0 20px;}
.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
.layer_popup .inner .close_top .imgbox {cursor:pointer;}
.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%; line-height:30px;}
.layer_popup .inner .con .inbox {padding:20px;}



/* PC 사이즈 */
@media all and (max-width : 1360px)  { 
	.scroll-box-1 .ls-slide-texts { padding-right: 100px;}	
	.scroll-box-btn { right: 15px;}
	
	.arrowLeft { left:60px; top:50%;}
	.arrowRight { right:60px; top:50%;}

	.footer {padding-right: 40px; padding-left: 40px;}

	.company .ls-bg, .company .ls-bg img {height: 645px;}
	.company .com01 { height: 325px;} 
	.company .com02 { height: 300px;}
	.company .com03 {height: 300px;}
	.company .com04 { height: 340px;}

	.bio02-2-1 .is-list2 li:nth-child(5) br:nth-child(1) {display: none;}
	.bio02-2 .is-img img { height: 189px;}

	.care02-list .care02-4 br:nth-child(1) {display: none;}

	/* 20230217 추가 */
	.com-box-14 .ls-box-02 { right: -3em;}
	/* 20230217 추가 완료 */


}
@media all and (max-width : 1280px)  { 
	.care02-list br:nth-child(1) {display: none;}

	/* 20230217 추가 */
	.com-box-14 .ls-box-02 { right: -11em;}
	/* 20230217 추가 완료 */
}
/* 패드류 기본 */
@media all and (min-width : 769px) and (max-width : 1024px) {
	.scroll-box-1 .ls-slide-texts { padding-right: 50px;}	
	.scroll-box-1 .arrowBtn { display: none;}
	.scroll-box-1 .scroll-box-btn2.d-lg-none { display: block; bottom: 200px;}

	.scroll-box-btn.d-md-none { display: none;}

	.scroll-box-4 .list-right {padding-left:10%;}
	.scroll-box-4 .list-right p { font-size: 3rem;}
	.scroll-box-4-btn { bottom:0; right: 20px;}

	.company .ls-bg {height: 405px;} 
	.company .ls-bg img {height: 385px; width: auto;}
	.company .com01 { height: 225px;} 
	.company .com02 { height: 300px;}
	.company .com03 {height: 300px;}
	.company .com04 { height: 215px;}

	.his01 .his-right dd { width: 79%;}
	.his01 .his-right .sub { width: 88%;}
	.his01 .his-left h3 { font-size: 1.7em;}
	

	.relative .rela03 .rela-text, .relative .rela04 .rela-text {width: 120px;}
	.relative .rela03 .rela-text br { display:none;}

	.rela05-box .rela-left { width: 35%; padding-right: 10%;}
	.rela05-box .rela-cen { width: 35%;}
	.rela05-box .rela-right { width: 30%;}
	.rela05-box .rela-left .img { width: auto;}
	.rela05-box .rela-left .list { padding-right: 40px;}

	.spore02 .spore-right .ls-bg { width: 38%; padding-left:0;}
	.spore02 .spore-right .list-item { width: 48%;}
	.spore02 .spore-left { width: 58%;}
	.spore02 .spore-right { width: 42%;}
	.spore02 .spore-right .ls-bg img { max-height: 430px;}
	.spore02 {align-items:center;}

	.pipe04 .ls-bg { min-height: auto;}
	.pipe04-img-box img {height: 400px;}
	.pipe04 .pipe04_inner>div { height: 220px;}

	.enzyme .list-left h4 { padding-right:0;}
	.enzyme .head-box .subt { font-size: 1em; min-height: 70px; height: auto;}
	.enz03-1-2>div { height: 250px;}
	.enz03-1-2>div br { display: none;}
	.enz03-1-2 .enz03-1-2-3, .enz03-1-2 .enz03-1-2-4 { padding-top: 80px;}

	.bioheath .head-box .title { font-size: 1.6em;}
	.bio02-2 .is-img img { height: 189px;}

	.care02-img img { width:auto; height: 400px;}
	.care02-list .tt { font-size: 1.3em; }
	.care02-list { min-height: 500px;}
	.care02-list .care02-1, .care02-list .care02-3 {  padding-right: 190px;}
	.care02-list .care02-2, .care02-list .care02-4 { padding-left: 180px;}
	.care02-list>div { font-size: 0.69em; padding-top: 190px;}
	.care02-list .care02-3, .care02-list .care02-4 { padding-top: 160px;}
	.care02-box { padding-bottom: 70px;}
	.care02-img {top:20%; transform: translate(-50%, -20%);}
}
@media all and (max-width : 768px){

	.head-line .text { padding-bottom: 100px;}
	.head-line .text:after { top:90px }

	header h1 { padding-left:20px; padding-top:0px;}

	.conntent_inner { padding-top: 160px; }

	/* 20230217 추가 */
	.com-box-14 .con-box-03 .ls-sign { margin-top:2em;}
	.com-box-14 .con-box-03 { padding-top:2em;}
	.com-box-14 .sub {font-size: 1rem;}
	/* 20230217 추가 완료 */

	.company .com_inner { padding: 0 40px;}
	.company .com_inner>div { width: 100%; height: auto; border:1px solid #d2d2d2; margin-bottom: 20px;}
	.company .com_inner>div .com-box { padding: 40px 0;margin:auto; }
	.company .com03 .com-box { max-width: 350px;}
	.company .com01 .com-dl dl dt {border-radius: 15px;}
	.company .com01 .com-dl dl:first-of-type {padding-right: 20px;}
	.company .com01 .com-dl dl:first-of-type dt:after {display:none;}
	.company .com-list dd { padding-left: 10px;}
	.company .com-list dd::before { left:0;}
	.company .com-list dd span { display: block;}

	.leader02 { border:0; flex-wrap: wrap; padding: 50px 30px;}
	.leader02 .n2 { padding-top:10px; padding-bottom:50px;}
	.leader02 .name, .leader02 .leader-list { width: 100%;}	
	.leader02 .leader-list>ul { width: 100%!important; padding-left:0;}
	.leader03 {flex: 1 1 48%; max-width: 49%; width: 48%; margin-left:4%; margin-right:0; margin-bottom:0;}
	.leader-line { padding-top: 50px;}
	.leader-line>div:nth-child(2n+1) { margin-left:0!important;}
	.leader03 { font-size: 1.15rem; padding: 30px 10px 50px 20px; margin-bottom: 15px; margin-top: 15px;}
	.leader01 .top { font-size: 2rem;}
	.leader01 .sub { font-size: 1.5rem;}
	.leader01 .sub br { display: none;}	
	.leader-list li, .leader-list li li { font-size: 1.2rem; line-height: 1.6;}
	.leader01 .ceo img { max-width: 100%; width:auto;}
	.leader03 .leader-list li { font-size: 1.1rem;}
	.leadership { padding-bottom:100px;}	

	.his01 .his-left .his-list2 + .his-list2 { padding-top: 30px; padding-bottom: 70px;}
	.his01 .his-left h3, .his01 .his-left .his-list1 { padding-left:0;}
	.his01 .his-left dd, .his01 .his-left li { padding: 4px 0;font-size: 1.4rem;}
	.his01 .his-left .img { padding-bottom: 50px;}
	.his01 .his-left .his-list2 dt { font-size: 1em; border-radius: 20px; padding-bottom:5px;}
	.his01 .his-left .his-list2 .bb { font-size: 1.1em;}
	.his01 { flex-wrap: wrap; padding-top: 10px; padding-bottom: 70px; }
	.his01>div {width: 100%!important; max-width: 100%!important;}
	.his01 .his-left { padding-left: 30px; padding-right: 30px;}
	.his01 .his-right dt, .his01 .his-right dd { width: 100%;}
	.his01 .his-right {font-size: 1.3em; padding-left:0;}
	.his01 .his-right dd { padding-right:0; padding-top: 20px;}
	.his01 .his-right .month { width: 45px;}
	.his01 .his-right dl { padding-right:0; padding-left: 35px;}

	/* 20230531 */
	.his01 .his-left.new { font-size:0.7em; }
	.his01 .his-left.new .btn { position:absolute; right:60px; margin-top:20px;}
	.his01 .his-right .txt { border-top:0px;}
	.his01 .his-right .txt span {  }
	.his01 .his-right .txt .tel { display:block;  }
	.his01 .his-right .txt .tel-left { width:100%; }
	.his01 .his-right .txt .tel-right {width:100%; }
	.his01 .his-right .txt .tel-right img { width:100%; }
	.his01 .his-right .txt .tel span { display:inline-block; width:75px; }
	.his01 .open span:after {  font-size:1.5rem; content:'\25BC'; color:#000; position: absolute; right: 0px; top:5px; }
	.his01 .close span:after {  font-size:1.5rem; content:'\25B2'; color:#000; position: absolute; right: 0px; top:5px; }
	
	.relative { padding-bottom: 100px;}
	.relative .rela03, .relative .rela04 {height: 350px;}
	.relative .rela03 .rela-text {margin-top:auto; margin-right: 20%; text-align: center;}
	.relative .rela04 .rela-text {margin-top:auto; margin-left: 20%; text-align: center;}
	.relative .rela04 .rela-text br { display:none;}
	.relative .rela-text {font-size: 1.1em; }
	.rela-img-box { padding-bottom: 100px;}
	.rela05-box .rela-left { clear: both;margin-bottom: 40px;height: 360px; width: 100%; } 
	.rela05-box>div { min-height: auto;}
	.rela05-box .rela-left .list { line-height: 1.6; font-size: 1.3em; top: 150px; padding-left: 50px;}
	.rela05-box {flex-wrap: wrap;}
	.rela05-box .rela-right {width: 47%; }
	.rela05-box .rela-cen { width: 53%;}
	.rela05-box .rela-cen dt { font-size: 1.6em; padding-bottom: 30px;}
	.rela05-box .rela-cen dd { font-size:1.1em;}
	.rela-right .round { height: 210px;}
	.rela-right .round p { font-size: 1.2em; height: 210px; width: 210px;}
	.rela05-box .rela-cen .btn-down a { padding-top: 20px; padding-bottom: 20px; font-size: 1em; }
	.rela05-box .rela-cen .btn-down a i { top: 17px;}
	.rela05-box .rela-cen .btn-down a i img { height: 28px;}
	.rela05-box .rela-left .img { overflow: hidden; max-width: 100%; height: 350px; }
	.rela05-box .rela-cen .btn-down { position: relative; padding-top: 30px;}
	.rela-right .next-icon { width: 20%; }
	.rela-right .round { width: 80%;}
	.relative .ls-bg img { padding:0 30px; height: auto;}
	.rela05-1 { padding: 70px 40px;}

	.visi01 br { display:block;}
	.visi01 {font-size: 0.9em;}
	.visi02 .visi02-1 {  padding-top: 50px;font-size: 1.6em; }
	.visi03-1 .img {flex:1 1 295px; width: 295px; min-width: 295px; max-width: 295px;padding:0; height:100%; }
	.visi03-1 .img-text>div { display: flex; justify-content:space-between; align-items: center; font-size: 1.3em; height: 340px; width: 100%!important; border-bottom:1px solid #d2d2d2;}
	.visi03-1 .img-text { padding-left: 30px;  width: 50%; height:100%; text-align: left;}
	.visi03-1 { padding: 30px 40px; display: flex; justify-content:center; align-items: stretch;}
	.visi03-1 .img-text>div:last-of-type { border-bottom:0;}
	.visi03-1 .img-text dd br:nth-child(2) { display:none;}
	.visi03-1 .img-text dt { font-size: 1.1em;}
	.visi03-1 .text02 dd br:nth-child(2) {  display: inline}
	.visi03-1 .text01, .visi03-1 .text03 { padding-left: 0px;}
	.vision { padding-bottom: 30px;}
	.plat02 .plat-right .ls-bg img.d-lg-none { display: inline}

	.plat02>div {width: 50%!important; flex: 1 1 50%!important;}
	.plat02 .plat02-1>div { width: 100%;}
	.plat02 .plat02-1 { flex-wrap: wrap;}
	.plat02 { font-size: 1.1em; margin-top: 40px;}
	.plat02 .title { margin-bottom: 30px; font-size: 1.2em}
	.plat02-2 ul li:first-of-type { margin-top: 174px;}
	.plat02-2 ul li:nth-child(9) { margin-top: 242px;}
	.plat02-1.odd { margin-top:26px;}
	.plat01 .subs br { display: none;}
	.plat02-2 li { font-size: 0.8em;}
	.plat02-1 .list-item { padding-left: 30px;}
	.plat02-1 .list-img {top:30px;}
	.plat01 .sub { font-size: 2rem;}
	.plat01 .subs { font-size: 1.5rem;}

	.spore02 { flex-wrap: wrap; max-height: 100%; height: 100%; }
	.spore02>div { width: 100%!important;}
	.spore02 .spore-right { align-items: stretch;  background:#fff;padding:70px 40px; }
	.spore02 .spore-right .ls-bg { padding-left:0; width: 47%;}
	.spore02 .spore-right .list-item {width: 51%;}
	.spore02 .spore-right .ls-bg img {display: block; max-height: 95%;}
	.spore02 .spore-right .list-item li { margin: 70px 0;padding-left:30px; font-size: 1.1em; height: 160px; background:#eaf6fd}
	.spore02 .spore-right .list-item li:nth-child(2) {margin:60px 0;}
	.spore02 .spore-right .ls-bg { padding-top:40px ;}
	.spore03 .head-box br { display: block;}
	.spore03 ul { flex-wrap: wrap;}
	.spore03 ul li { font-size: 1.3em; width: 100%; margin: 15px 0; padding-top:50px; padding-bottom: 50px;}
	.spore03 ul li .num:after { width: 30px; height:2px; width: 40px;}
	.spore .head-box { font-size: 1.3em;}
	.spore01 .sub {font-size: 2.1rem;}
	.spore03 { padding-top: 0;}

	.pipe04 .ls-bg { margin-top:0; padding-bottom: 50px; padding-right:40px; padding-left:40px;text-align: center; width:100%;background:#fff;position: relative;}
	.pipe04 .ls-bg img.d-lg-none {display:inline-block; max-width: 593px; width: 100%; height: auto;}
	.pipe04-img-box { background:#eaf6fd;}
	.pipe04 .pipe04_inner>div { margin-bottom: 40px; align-items: center; justify-content:start; width:100%; height: auto;}
	.pipe04_inner>div>div  { width: 100%;margin:0;}
	.pipe04 .pipe-dl dl { position: relative; width: 100%;  }
	.pipe04 .pipe-dl dd { position: relative; margin-left: 250px; font-size: 0.85em; letter-spacing: -0.5px;}
	.pipe04 .pipe-dl dd br { display:none;}
	.pipe04 .pipe-dl dt { position: absolute; vertical-align: top; width: 30%;}
	.pipe04 .pipe04_inner .pipe04-2 { order:2}
	.pipe04 .pipe04_inner .pipe04-3 { order:3}
	.pipe04 .pipe04_inner .pipe04-4 { order:4}
	.pipe04 .pipe04_inner .pipe04-5 { order:5}
	.pipe04 .pipe04_inner .icon { width: 240px; padding-bottom:10px; text-align: center;}
	.pipe02-box .pipe-list {font-size:1.2em; margin-bottom: 4%; text-align: center;width: 48% ; padding: 30px; border:1px solid #d2d2d2;}
	.pipe02-box { flex-wrap: wrap; align-items: stretch;}
	.pipe02-box .pipe-list img { display: inline-block;}
	.pipe02-box .pipe-list .img {text-align: center;}
	.pipe02-box .pipe-list li { font-size: 1.1rem;}
	.pipe02 { padding-bottom:0; }
	.pipe01-box { flex-wrap: wrap;}
	.pipe01-box>p { width: 100%!important;}
	.pipe01-box .title { padding-bottom:30px;}
	.pipe02 h3 { padding-bottom:40px;}
	.pipe01 { margin-top: 20px;}

	.pipe-layer .pipe05 { margin:0;}
	.pipe-layer .pipe05 .head-box { font-size: 2rem;}
	.pipe-layer-box { height: 100%; max-width: 100%; overflow-y:scroll; }
	.pipe-layer .pipe05 .layer-con { overflow:visible; height: auto; font-size: 1.2em;}
	.pipe-layer { position: fixed; top:0px; }
	.pipe-layer .list2 { flex-wrap: wrap; }
	.pipe-layer .list2>div { width: 100%;}
	.pipe-layer .list2 .list-left { margin-bottom: 45px;}
	.pipe-layer .list2 .cen span {width:100%; text-align: center;font-size: 1.8em; }
	.pipe-layer .list2 ul { padding-bottom: 55px;}
	.pipe-layer .list1 { font-size: 0.7em;}
	.pipe-layer .list2 li { padding-top:3px; padding-bottom:3px;}
	.pipe-layer .list-right .list2 ul  { padding-top: 55px;}
		
	.sab01 { flex-wrap: wrap;}
	.sab01>div { margin-right:0; margin-bottom:20px;height: auto;width:100%; max-width:100%; flex:1 1 auto; padding-left:50px;}
	.sab01>div { display: flex; justify-content: center; align-items: flex-start; text-align: left;}
	.sab01 .name {flex: 1 1 35%; width: 35%;}
	.sab01 .sab-list {flex: 1 1 65%; width: 65%;}
	.sab .head-line .text {  padding-bottom: 120px;}
	.sab02 .head-box { padding-top: 60px; padding-bottom: 50px;} 
	.sab02-1 ul { flex-wrap: wrap;}
	.sab02-1 ul li { flex: 1 1 47.5%; max-width: 47.5%; margin:0; margin-right:5%; margin-bottom:40px}
	.sab02-1 ul li:nth-child(2n) {margin-right: 0%;}
	.sab { padding-bottom: 100px;}
	
	.enzyme .list-left { width:100%;}
	.enzyme .list-right { width:100%;}
	.enzyme .head-box .subt, .enzyme .head-box h3 { min-height: auto; height: auto;}	
	.list-arrow { flex-wrap: wrap;}
	.enzyme .list-left h4 br { display: none;}
	.enzyme .head-box h3 { background:#CD7129; text-align: center; font-size: 1.4em; color:#fff; font-weight: 400; letter-spacing: 0; border:none; padding-top: 10px; padding-bottom:15px;}
	.enzyme .list-left { padding-right:0;}
	.enzyme .head-box .subt {font-size: 1.05em; text-align: center; border:none; }
	.enzyme .list-left h4 { border-bottom:3px solid #000; text-align:center; padding-bottom: 15px; margin-bottom: 50px;}
	.enz01-2 .list-left h4 { border:none; margin-bottom: 0;}
	.enz01-2-1 { font-size: 1.1em;}
	.enz01-2-1 dt { flex: 1 1 22%;}
	.enz02-1 .round { width: 100%; height: auto;border-radius: 0; border:none; border-bottom: 3px solid #000;  padding-bottom: 15px; margin-bottom: 50px;}
	.enz02-1 .round span {position: relative; left:0;  font-size: 1.1em;font-weight: 600; width: 100%;  color:#000;}
	.enz02-1 .round span br { display: none;}
	.enz02-1-1 .list>p { margin-bottom: 10px;width:100%;}
	.enz02-1-1 .list {flex-wrap: wrap;}
	.enz02-2-1 { margin-bottom: 60px;}
	.enz02-2-1 .img1 { padding:0; border:none}
	.enz02-3-1 .list { margin-top:0;}
	.enz02-3-1 .list>div {width: 32%;}
	.enz03-1 .tt {text-align: center; font-weight: 400; font-size: 1em;}
	.enz03-1-1 p {display: none;}
	.enz03-1-2>div { text-align: center!important; min-height: 175px; height: auto;font-size: 1em; max-width:100%; flex: 1 1 100%; display: flex; justify-content: center; align-items: center;}
	.enz03-1-2>div.enz03-1-2-2, .enz03-1-2>div.enz03-1-2-4 { background: #fff!important;  border:1px solid #d2d2d2!important; }
	.enz03-1-2>div.enz03-1-2-1, .enz03-1-2>div.enz03-1-2-3 { background:#eaf6fd!important;   border:none!important; }
	.enz03-1-4 { font-size:1.1em;}
	.enz03-1-2 br { display: none;}
	.enz03-1-2 .enz03-1-2-3, .enz03-1-2 .enz03-1-2-4 { padding-top:0;}

	.bio02-2 .is-img .img {width: 100%;}
	.bioheath .head-box { flex-wrap: wrap;}
	.bioheath .head-box .title { font-size: 1.7em;}
	.bioheath .head-box>div { width:100%;}
	.bioheath .head-box .text { padding: 30px 0 30px 30px;}
	.bioheath .head-box .title br { display: none;}
	.bioheath .head-box .text span { font-size: 0.7em;}
	.bioheath .head-box img { width:100%;}
	.bio01-1 { flex-wrap: wrap; padding: 60px 0; font-size: 1.1em;}
	.bio01-1>div { width: 100%;}
	.bio01-1-2 { margin-top: 30px;}
	.bio01-1-3 { margin-top: 10px;}
	.bioheath  h3 { margin-bottom: 40px; background:#CD7129; text-align: center; font-size: 1.4em; color:#fff; font-weight: 400; letter-spacing: 0; border:none; padding-top: 10px; padding-bottom:15px;}
	.bio02-1-1 li { font-size: 1em!important;}
	.bio02-1-1 li li {font-size: 0.9em!important;}
	.bio02-2 .is-img { z-index:2;position: absolute; height: 831px; width:100%; }
	.bio02-2 .is-img img {margin-top:18px; width:100%; text-align: center;}
	.bio02-2 .is-list2 img { height: 831px;}
	.bio02-2 .is-img2 { width:100%; z-index:6; position: absolute; top:18px; height: 831px;}
	.bio02-2 .is-img2 img:nth-child(1) {z-index: 7; position: absolute; left:0px; top: 0;height:100%;}
	.bio02-2 .is-img2 img:nth-child(2) {z-index: 7; position: absolute; right:0; top: 0;height:100%;}
	.bio02-2 .is-list2 ul {position: relative; z-index: 8; height: 865px; flex-wrap: wrap; }
	.bio02-2 .is-list2 ul li { padding-left: 40px; padding-right: 40px;font-size: 1em;display: flex; justify-content: center;  align-items: center; height: 20%;  width: 100%!important;}
	.bio02-2 .is-list2 ul li:nth-child(1) {display:block; padding-top: 60px;}
	.bio02-2 .is-list2 ul li br { display: none;}
	.bio02-2 .is-list2 ul li:nth-child(1) br:nth-child(3) { display:block}
	.bio02-2 { height: 1050px;}
	
	.care02-list{ min-height: auto;}
	.care02-list>div {font-size: 0.9em; text-align:center!important; margin:auto!important;  padding: 30px 0!important;width:100%; flex:1 1 100%; max-width: 100%;min-height: auto;}
	.care02-list>div .sub { padding-top:10px; font-size: 1.2em;} 
	.care02-list>div .sub br { display: block;}
	.care02-list .icon {width:100%; }
	.care02-list .icon img { display: inline-block}
	.care01-1 { text-align: center; padding:30px 50px 80px 50px}
	.care01-1 img {width:auto; max-width:100%;}
	.care01-1 img.d-lg-none { display: inline-block;}
	
	.care01-2 li { flex-wrap: wrap; padding-left: 10px;}
	.care01-2 li>p {max-width:100%!important; flex: 1 1 100%!important;}
	.care01-2 li>p:after { display: none;}
	.care01-2 .sub {line-height: 1.6;padding-left: 60px; padding-top: 20px;}
	.careers h3 { margin-bottom: 40px; background:#CD7129; text-align: center; font-size: 1.4em; color:#fff; font-weight: 400; letter-spacing: 0; border:none; padding-top: 10px; padding-bottom:15px;}
	.care02 h3 {margin-bottom:0; margin-left:40px; margin-right:40px;}
	.care02 {background:#f0f5f9}
	.care01-2 { font-size: 1.4em;}
	.care01-2 .tt i { width: 60px;}
	.care01-3 li { padding-top: 10px; padding-bottom:10px; font-size: 1em;}
	.care02 { margin-bottom: 90px;}
	.care03 .care03-box:first-of-type { padding-top: 0;}
	.care03 .tt i {font-size: 0.8em; width: 60px; display: inline-block; position: relative; top: -5px;}
	.care03-box {flex-wrap: wrap;}
	.care03-box>div { width: 100%!important;}
	.care03-box .list-left {padding-bottom: 45px; padding-right:0; flex: 1 1 100%; min-width: 100%;}
	.care03-list li { border-width: 2px; padding-left: 0px; font-size: 1.2em;}
	.care03 .list-left .tt { flex: 1 1 100%; max-width: 100%; font-size: 1.6em;}
	.care03-box .list-left .img { clear: both;}
	.care03-list .icon img { width: 90%;}
	.care03-box .list-right .sub { padding-right: 120px;}
	.careers { padding-bottom: 50px;}

	.map01 dl { font-size: 1em; padding-left:0; padding-right:0;}
	.map01-info { padding: 0px 0 }

	.d-md-none { display:none} /* pc 용 감추기 */
	.d-lg-none { display:block; ;} /* mobile 용 보여주기 */
	
	.scroll-box-1, .scroll-box-1 .ls-slide-backgrounds, .scroll-box-1 .ls-slide-backgrounds img { height: 1220px}
	.scroll-box-2, .scroll-box-2 .ls-slide-backgrounds, .scroll-box-2 .ls-slide-backgrounds img { height: 1225px}
	.scroll-box-3, .scroll-box-3 .ls-slide-backgrounds, .scroll-box-3 .ls-slide-backgrounds img { height: 1220px}
	.scroll-box-4, .scroll-box-4 .ls-slide-backgrounds, .scroll-box-4 .ls-slide-backgrounds img { height: 1020px}
	.scroll-box-5, .scroll-box-5 .ls-slide-backgrounds, .scroll-box-5 .ls-slide-backgrounds img { height: 1140px}

 	.scroll-box-1 .ls-slide-texts { top:40%;padding-right: 40px;}

	.scroll-box-2-1-1{ height: auto;  top: -400px; flex-wrap: wrap;  }
	.scroll-box-2-1-1 > div {width: 100%;}
	.scroll-box-2-1 .more2 { bottom:auto; top:0;}

	.scroll-box-2-2 ul { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; }
	.scroll-box-2-2 ul li {  position: relative; width: 100%; height: 175px; margin-bottom: 24px;}
	.scroll-box-2-2 ul li:first-of-type {height: 470px;}

	.scroll-box-2-2 ul li .img { position: absolute; width: 100%; height: 100%;}
	.scroll-box-2-2 ul li:after { width: 100%; height: 100%; z-index:2;content: ''; position: absolute; left:0; top: 0; background:rgba(0,0,0,0.5);}
	.scroll-box-2-2 ul li .img img { height: 175px; width:100%; object-fit: cover;}
	.scroll-box-2-2 ul li:first-of-type .img img { height: 470px; width:100%; object-fit: cover;}
	.scroll-box-2-2 .info { padding: 40px 45px; position: relative; z-index:3; color:#fff;}
	.scroll-box-2-2 .title { font-size: 1.7em;}
	.scroll-box-2-2 .subject { height: auto;padding-bottom: 30px; font-size: 1.3em;}
	.scroll-box-2-2 .more {font-size: 1.3em; padding-top:20px; padding-bottom: 20px; padding-left: 20px; border-color:#fff;}
	.scroll-box-2-2 li:not(:first-of-type) .subject, .scroll-box-2-2 li:not(:first-of-type) .more { display: none;}
	.scroll-box-2-2 li:not(:first-of-type) .title { padding-top: 30px;}
	.scroll-box-2-2 { top: 170px;}
	.scroll-box-2-2 h3 { padding-bottom: 25px;}
	.scroll-box-2-2 .box-inner { padding-top:0;}

	.scroll-box-3 .ls-info1 span { display: block;}
	.scroll-box-3 .more a{ max-width: 230px;font-size: 1em; padding-top:20px; padding-bottom: 20px; padding-left: 20px;}

	.scroll-box-4 .list-right { padding-left: 12%; align-items: center; padding-top: 100px;}
	.scroll-box-4 .list-right .sub, .scroll-box-4 .list-right p { font-size: 2rem;}
	.scroll-box-4 .scroll-box-4-btn {right: 40px; bottom:0;}
	.scroll-box-4 .more {text-align: left; position:absolute; bottom: 50px;clear: both;}
	.scroll-box-4 .list-left .list { padding: 5px 0 60px;}

	.scroll-box-5 h2 { padding-bottom: 100px;}
	.scroll-box-5 h2:after { display: none;}

	.hex-container { flex-wrap: wrap; justify-content: space-between;}
	.hex-container div{
		width:48%;
		margin-bottom: 25px;
		flex: 1 1 48%;
		max-width: 48%;
		height:310px;
		clip-path: none;
		background:#fff
	  }
	.hex-container div::before {		display: none;	  }
	.hex-container .no-data { display: block; background:#109cda; overflow:hidden;}
	.hex-container .no-data p { width: 100%; height: 100%;  display: flex; justify-content: center; align-items: center; }
	.hex-container .no-data img { width: 35%; height: auto; }
	.scroll-box-5:after { display:none;}
	.scroll-box-5 .box-inner .sub { font-size: 1.5rem; padding-left: 10px; padding-right: 10px;}
	.scroll-box-5 .box-inner .logo { padding-top: 30px;}

	.footer { flex-wrap: wrap-reverse;}
	.footer .logo { text-align: left; padding-bottom: 40px;}
	.footer .col-left { font-size: 1rem;}
	.footer .col-left .email { display: block;}

	.snb-bg { height: 470px;}
	.snb-bg .ls-slide-backgrounds {height: 550px;}
	.snb-bg .ls-slide-backgrounds img {height: 550px;}
	/* .snb-bg .ls-slide-texts {top:20%; transform: translate( -50%, -20%);} */
	
	/* .snb { padding: 0 20px;}
	.snb ul {flex-wrap: wrap; justify-content: flex-start; }
	.snb li { max-width: 50%; flex: 1 1 50%;} */

	.scroll-box-1 .ls-slide-texts { padding-left: 40px;}
	.scroll-box-4 .list { display: block; }
	.scroll-box-4 .list-left .list li {font-size:1.2rem;}
	.scroll-box-4 {height:1020px;}
	.scroll-box-4 h2 {padding:100px 0 80px 0}
	.scroll-box-4-1-1 {padding-bottom:80px;}

	.scroll-box-2-2 li:not(:first-of-type) .title { padding-top:0;}
    .scroll-box-4 .list-left .ls-background {display: none;}
    .scroll-box-4 .list-left .ls-background img { object-fit: cover;}
    .scroll-box-4 .list-right .sub, .scroll-box-4 .list-right p { font-size: 1.7rem;}
    .scroll-box-4 .list-right { padding-left: 5%;}
    .scroll-box-4 .list-right { width:100%; height: 40%; padding-top:10px;}
    .scroll-box-4-1-1 { flex-wrap: wrap;}
    .scroll-box-4 .list-left  { flex:1 1 100%; max-width: 100%; height: 100%;}
    .scroll-box-3 .ls-info1 { word-break: keep-all; padding: 0 20px; }
    .scroll-box-3 .ls-info1 span { display:inline;}
    .scroll-box-5 h2 { font-size: 2.8rem; letter-spacing: 3px ;}
    .scroll-box-5 .box-inner a p img { max-width:100%; }
    .scroll-box-5 .box-inner .logo { padding-top: 20px; height: 80px;}

	.scroll-box-2-1 > div li {font-size:1.4rem;}
	
	.nav_md_wrap>ul>li {font-size:2rem; text-align:left; padding:20px 0;}
}

/* 모바일사이즈 기본 */
/*
@media all and (max-width : 640px){
	.scroll-box-1 .ls-slide-texts { padding-left: 40px;}
	.scroll-box-4 .list { display: none;}

	.scroll-box-1 .ls-info1 { font-size: 1.2em;}
    .scroll-box-1 .ls-head { font-size: 2em;}
    .scroll-box-2-2 li:not(:first-of-type) .title { padding-top:0;}
    .scroll-box-4 .list-left .ls-background {display: none;}
    .scroll-box-4 .list-left .ls-background img { object-fit: cover;}
    .scroll-box-4 .list-right .sub, .scroll-box-4 .list-right p { font-size: 1.5rem;}
    .scroll-box-4 .list-right { padding-left: 5%;}
    .scroll-box-4 h2 { font-size: 2.8rem; letter-spacing: 3px ;}
    .scroll-box-4 .list-left .num { font-size: 2em;}
    .scroll-box-4 .list-right { width:100%; height: 40%; padding-top:10px;}
    .scroll-box-4-1-1 { flex-wrap: wrap;}
    .scroll-box-4 .list-left .title { font-size: 1.3em}
    .scroll-box-4 .list-left  { flex:1 1 100%; max-width: 100%; height: 60%;}
    .scroll-box-3 .ls-info2 { font-size: 2.1rem;}
    .scroll-box-3 .ls-info1 { word-break: keep-all; padding: 0 20px; font-size: 1.6rem;}
    .scroll-box-3 .ls-info1 span { display:inline;}
    .scroll-box-5 h2 { font-size: 2.8rem; letter-spacing: 3px ;}
    .scroll-box-5 .box-inner a p img { max-width:100%; }
    .scroll-box-5 .box-inner .logo { padding-top: 20px; height: 80px;}
	
}


@media all and (max-width : 375px){
    .scroll-box-1 .ls-slide-texts { padding-left: 40px;}
    .scroll-box-4 .list { display: none;}
    .scroll-box-3 .ls-head { font-size: 2.8rem; letter-spacing: 3px ;}
    header h1 img { width: 200px;}
    .scroll-box-1 .ls-info1 { font-size: 1.2em;}
    .scroll-box-1 .ls-head { font-size: 2em;}
    .scroll-box-2-2 li:not(:first-of-type) .title { padding-top:0;}
    .scroll-box-4 .list-left .ls-background {display: none;}
    .scroll-box-4 .list-left .ls-background img { object-fit: cover;}
    .scroll-box-4 .list-right .sub, .scroll-box-4 .list-right p { font-size: 1.5rem;}
    .scroll-box-4 .list-right { padding-left: 5%;}
    .scroll-box-4 h2 { font-size: 2.8rem; letter-spacing: 3px ;}
    .scroll-box-4 .list-left .num { font-size: 2em;}
    .scroll-box-4 .list-right { width:100%; height: 40%; padding-top:10px;}
    .scroll-box-4-1-1 { flex-wrap: wrap;}
    .scroll-box-4 .list-left .title { font-size: 1.3em}
    .scroll-box-4 .list-left  { flex:1 1 100%; max-width: 100%; height: 60%;}
    .scroll-box-3 .ls-info2 { font-size: 2.1rem;}
    .scroll-box-3 .ls-info1 { word-break: keep-all; padding: 0 20px; font-size: 1.6rem;}
    .scroll-box-3 .ls-info1 span { display:inline;}
    .scroll-box-5 h2 { font-size: 2.8rem; letter-spacing: 3px ;}
    .scroll-box-5 .box-inner a p img { max-width:100%; }
    .scroll-box-5 .box-inner .logo { padding-top: 20px; height: 80px;}

    .footer .col-left { font-size: 1em}
    .footer .logo img { width: 200px;}
    footer .box-inner { padding-left:0; padding-right:0;}

    .nav_md .nav_head .go { clear: both; display: block; padding-left:15px;}
}
*/

/* 스타일 작업 종료 */
/*******************************************************************************************************************/






/* 중간 레이아웃 */
/**********************************************************************************************************************/
/* 여기부터 반응형 메인 박스 스타일 적용 */
/**********************************************************************************************************************/
#wrapper {width:100%;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative;max-width:1000px;margin:0px auto;z-index:1;padding:0px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:0 0px 10px;font-size:1.2em;font-weight:bold;text-align:center;border-bottom:2px solid #ddd;padding-bottom:0px;}

/*index*/
.latest{width:100%;float:left}

#main_work ul:after {display:block;visibility:hidden;clear:both;content:""}
#main_work ul li{background:#fff;letter-spacing:-0.01em}
#main_work ul li.main_work_1{background:#f8f8f8;}
#main_work .work_txt span{ display:block;padding:5px 0;color:#808080;line-height:1.5em}

#lt_notice{clear:both}
#lt_notice,#lt_board,#lt_board2,#lt_board3,#lt_board4,#lt_board5,#lt_board6,#lt_gall{margin-top:20px}


/* PC 사이즈  1001px 픽셀사이즈까지  */
@media (min-width : 1361px) {
    
    #main_work .work_img{width:35%;height:122px;line-height:112px;display:block;float:left;}
    #main_work .work_txt{width:65%;height:122px;display:block;float:left;}
    #main_work .work_txt span.work_txt_tit{margin-top:20px ;font-weight:bold;font-size:1.25em;color:#111}
	
	.view_pc {display:block;}
	.view_tab {display:none;}
	.view_pctab {display:block;}
	.view_tabmobi {display:none;}
	.view_mobi {display:none;}

	.rbtn_icon {display:block;margin-top:25px;}
	.rbtn_icon .btn {margin-left:7px;}
}

/* 패드류 기본*/
@media all and (min-width : 769px) and (max-width : 1360px) {

    #main_work{margin-top:20px}
    #main_work ul li{float:left;width:33.3%;text-align:center;}
    #main_work .work_img{display:block;}
    #main_work .work_img img{max-width:100px;width:80%;height:auto}
    #main_work .work_txt span.work_txt_p{display:none;}
    #main_work .work_txt span.work_txt_tit{margin:0 0 15px;font-size:1.2em;color:#111;font-weight:bold}
	
	.view_pc {display:none;}
	.view_tab {display:block;}
	.view_pctab {display:block;}
	.view_tabmobi {display:block;}
	.view_mobi {display:none;}

	.rbtn_icon {display:none;margin-top:25px;}
	.rbtn_icon .btn {margin-left:7px;}

}

/* 모바일 기본*/
@media all and (max-width : 768px){

    #main_work{margin-top:20px}
    #main_work ul li{float:left;width:33.3%;text-align:center;}
    #main_work .work_img{display:block;}
    #main_work .work_img img{max-width:100px;width:80%;height:auto}
    #main_work .work_txt span.work_txt_p{display:none;}
    #main_work .work_txt span.work_txt_tit{margin:0 0 15px;font-size:1.2em;color:#111;font-weight:bold}
	
	.view_pc {display:none;}
	.view_tab {display:none;}
	.view_pctab {display:none;}
	.view_tabmobi {display:block;}
	.view_mobi {display:block;}

	.rbtn_icon {display:none;}
}



/* 하단 레이아웃 */
#ft {border-top:1px solid #dde4e9;background:#fafafa;text-align:center}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
#ft_company{padding:20px 20px 10px}
#ft_company a{font-weight:bold;display:inline-block;padding:0px 5px;font-size:1.12em;border-left:2px solid #eee}
.bd_no{border:none !important}
#ft_copy p{color:#000;padding-bottom:20px}
#ft_copy .ft_sns{padding:15px 20px}
#ft_copy .ft_sns a{padding:3px;}
#top_btn{position:fixed;bottom:10px ;right:10px;border:none;z-index:99}

/*group*/
#group .lt{margin-top:20px}
#group .lt_date{position:absolute;top:0;right:0;color:#5d938b}
@media all and (max-width : 375px) {
    #group .lt{margin-top:10px}
}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

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

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:150px;height:60px;border:1px solid #e9e9e9;}
#captcha #captcha_reload {margin:0;padding:0 5px;width:32px;height:32px;border:0;background:url(../img/captcha.png) no-repeat 0 -30px;overflow:hidden; vertical-align:middle;overflow:hidden;cursor:pointer;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:150px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha #captcha_mp3{width:32px;height:32px;margin:0;padding:0 5px;height:32px;border:0;background:url(../img/captcha.png) no-repeat 0 0;vertical-align:middle;overflow:hidden;cursor:pointer;overflow:hidden;text-indent:-999px}

/*단축키일람 */
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px}
.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:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 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:8px 7px 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:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#dfdfdf;color:#fff;letter-spacing:-0.1em;border-radius:0px}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;border-radius:0px}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none;border-radius:0px}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#fff;color:#000;text-decoration:none;vertical-align:middle;border-radius:0px}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none;color:#00c6b2}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #dfdfdf;background:#dfdfdf;color:#fff;text-decoration:none;vertical-align:middle;border-radius:0px}
a.btn_b02:focus, .btn_b02:hover {background:#00c6b2;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;-o-transition: 0.8s;}
a.btn_admin {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;border-radius:0px} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap {margin:0 0 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-radius:0px 5px 0 0;}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;background:#dfdfdf;color:#fff;text-align:center;letter-spacing:-0.1em;}
.tbl_head01 thead th:first-child{border-top-left-radius:0px;}
.tbl_head01 thead th:last-child{border-top-right-radius:0px}
.tbl_head01 thead a {color:#fff}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {background:#fff;padding:10px;border-top:1px solid #eee;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head01n {font-size:17px; font-weight:300px; }
.tbl_head01n caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01n thead th {padding:15px 0;background:#fff;color:#000;text-align:center; border-top:1px solid #000; }
.tbl_head01n thead th:first-child{border-top-left-radius:0px;}
.tbl_head01n thead th:last-child{border-top-right-radius:0px}
.tbl_head01n thead a {color:#000}
.tbl_head01n thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01n tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#fff;color:#000;}
.tbl_head01n tfoot td {border-color:#666;background:#fff;color:#000;font-weight:bold;text-align:center}
.tbl_head01n tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01n td {background:#fff;padding:10px;border-top:1px solid #eee;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.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 {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}


.tbl_head022 {}
.tbl_head022 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head022 thead th {padding:5px 0;border-bottom:1px solid #d1dee2;border-right:1px solid #d1dee2;border-left:1px solid #d1dee2;border-top:1px solid #333;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head022 thead a {color:#383838}
.tbl_head022 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head022 tfoot th {border-top:1px solid #666;border:1px solid #666;background:#484848;color:#fff}
.tbl_head022 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head022 tbody td {padding:5px 0;border:1px solid #e9e9e9;}
.tbl_head022 tbody th {padding:5px 0;border:1px solid #e9e9e9;text-align:center;}
.tbl_head022 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head022 input[type=text] {border:1px solid #d1dee2; width:90%;height:20px;margin-left:5px;}
.tbl_head022 input[type=file] {margin-left:5px;}
.tbl_head022 textarea {border:1px solid #d1dee2; width:98%;height:120px;margin-left:5px;}
.tbl_head022 span {color:red;}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #c2c2c2;background:#fff;vertical-align:middle;line-height:2.3em;height:2.3em;-webkit-appearance:none;border-radius:5px}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

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

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;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:150px;text-align:center}
.td_group {width:100px;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 {}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 20px}

.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important;text-align:left}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:16px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0px 0 20px;padding: 0 0;text-align:center;font-size:1.083em}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:30px;color:#000;letter-spacing:0;line-height:30px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none}
.pg_start{background:url(../img/page_btn.gif) no-repeat 0 0 ;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_prev {background:url(../img/page_btn.gif) no-repeat -31px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_end{background:url(../img/page_btn.gif) no-repeat -93px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_next {background:url(../img/page_btn.gif) no-repeat -63px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;;border-radius:15px;border:1px solid #ddd}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#dfdfdf;color:#fff;border-radius:15px;font-weight:bold;font-weight:bold}

/* PC화면으로 */
#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}

.clear_01 { clear: both; line-height: 0px; font-size:0px}

.blank5 { height:5px}
.blank10 { height:10px}
.blank20 { height:20px}

.pdtb50 {padding: 50px 0px;}
.pdtb40 {padding: 40px 0px;}
.pdtb30 {padding: 30px 0px;}
.pdtb20 {padding: 20px 0px;}
.pdtb15 {padding: 15px 0px;}
.pdtb10 {padding: 10px 0px;}


.pd50 {padding: 50px;}
.pd40 {padding: 40px;}
.pd30 {padding: 30px;}
.pd20 {padding: 20px;}
.pd10 {padding: 10px;}


#ft_copy ul { padding:0px; margin: 0px;list-style:none;line-height:10px;}
#ft_copy ul li {color:#000; display:inline-block; padding: 5px 3px;}


.tip { background-color: #eaeaea; padding: 10px;line-height:17px;letter-spacing:0.05em;}
.tip input[type=text] { padding: 3px; border: 1px solid #dfdfdf; width: 300px}
.tip input[type=radio]  { width:20px}
.tip select { border:1px solid #dfdfdf; padding: 3px 5px; font-size: 12px}
.tip span { color:#000; font-weight: bold}



.stit h2 { font-size:15px; color:#346ba3; padding-top:0px; margin:0px; padding-bottom:15px ; text-align:left}
.stit h2 span { font-size:12px; padding-left:10px; color:#000}
.stit2 h2 { font-size:15px; color:#000; padding-top:0px; margin:0px 0 20px 0; padding-bottom:7px ; text-align:left; border-bottom: 1px dotted #ccc}



.pop_left { float:left; width:44%;}
.pop_left ul { padding:0px; margin:0px; list-style: none}
.pop_left ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_left .ti { width:30%}
.pop_left .con { width:70%; font-weight:bold}

.pop_right { float:right; width:44%; }
.pop_right ul { padding:0px; margin:0px; list-style: none}
.pop_right ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_right .ti { width:30%}
.pop_right .con { width:70%; font-weight:bold}

.pop_ti { font-size:40px; padding-bottom:20px; font-weight:bold; letter-spacing:20px; text-align:center;position:relative; border-bottom:1px solid #000; margin-bottom:20px}
.dojang { position:absolute; top:100px; right:30px; }



.tbl_frm02_pop {margin:0 0 0px}
.tbl_frm02_pop table {width:100%;border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02_pop th {width:70px;padding:10px 5px;border:1px solid #e9e9e9; background:#f5f8f9;text-align:left; color: #3a3a3a;font-size:12px; font-weight:bold}
.tbl_frm02_pop td {padding:10px 5px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-size:13px;}
.tbl_frm02_pop .CT { text-align:center}
.tbl_frm02_pop .RT { text-align:right}
.tbl_frm02_pop .hit { font-weight:bold; color: #000; font-size:15px}

.top_text {margin:0 auto;width:100%;max-width:1000px;color:#333;font-size:17px;text-align:left;}
.top_text .subtitle {font-size:37px;color:#333;padding-right:40px;}
.top_text .subtext {font-size:17px;color:#333;padding-top:30px;line-height:25px;padding-left:40px;padding-right:40px;}
.top_text .subicon {padding-top:30px;padding-right:40px;}
.top_text .subtext2 {font-size:13px;color:#333;padding-top:0px;line-height:25px;padding-left:40px;padding-right:40px;}

.sc_top_menu2 {margin:0 auto;width:100%;max-width:1400px;color:#101f39;padding-top:30px;font-size:17px;}
.sc_top_menu2 a {color:#101f39;}

.top_text2 {margin:0 auto;width:100%;max-width:1200px;color:#101f39;font-size:17px;text-align:right;}
.top_text2 .subtitle {font-size:37px;;color:#101f39;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subtext {font-size:17px;color:#101f39;padding-top:30px;line-height:25px;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subicon {padding-top:30px;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subtext2 {font-size:13px;color:#101f39;padding-top:0px;line-height:25px;text-align:right;padding-left:40px;padding-right:40px;}

.sc_top_menu3 {margin:0 auto;width:100%;max-width:1400px;color:#352f2a;padding-top:30px;font-size:17px;}
.sc_top_menu3 a {color:#352f2a;}

.top_text3 {margin:0 auto;width:100%;max-width:1200px;color:#352f2a;font-size:17px;text-align:center;}
.top_text3 .subtitle {font-size:37px;;color:#352f2a;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subtext {font-size:17px;color:#352f2a;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subtext2 {font-size:13px;color:#352f2a;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text4 {margin:0 auto;width:100%;max-width:1200px;color:#e6d0a9;font-size:17px;text-align:center;}
.top_text4 .subtitle {font-size:37px;;color:#e6d0a9;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subtext {font-size:17px;color:#e6d0a9;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subtext2 {font-size:13px;color:#e6d0a9;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text5 {margin:0 auto;width:100%;max-width:1200px;color:#ffffff;font-size:17px;text-align:center;}
.top_text5 .subtitle {font-size:40px;;color:#ffffff;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subtext {font-size:24px;color:#ffffff;padding-top:30px;line-height:38px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subtext2 {font-size:17px;color:#e6d0a9;padding-top:10px;line-height:30px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text22 {margin:0 auto;width:100%;max-width:1200px;color:#101f39;font-size:17px;text-align:center;}
.top_text22 .subtitle {font-size:37px;;color:#101f39;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subtext {font-size:17px;color:#101f39;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subtext2 {font-size:13px;color:#101f39;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
