<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600&amp;display=swap'); /*레보스케치*/
/* @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); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

.poppins {font-family: 'Poppins', sans-serif;}


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


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

body {margin:0;padding:0;height:100%;font-family: 'Poppins', '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.4s forwards }
.img_scale img:not(:hover) { animation:pingpong_img_revers 0.4s 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.05);             /*  default */
		-webkit-transform:scale(1.05);  /*  크롬 */
		-moz-transform:scale(1.05);     /* FireFox */
		-o-transform:scale(1.05);        /* Opera */
	}
}
@keyframes pingpong_img_revers {
	0% {
		transform:scale(1.05);             /*  default */
		-webkit-transform:scale(1.05);  /*  크롬 */
		-moz-transform:scale(1.05);     /* FireFox */
		-o-transform:scale(1.05);        /* 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_moving img { animation:mbottom 4s ease-in Infinite Alternate; }
@keyframes mbottom {
	0% {
		margin-bottom:  0px;
	}
	25% {
		margin-bottom: -15px;
	}
	50% {
		margin-bottom: -0px;
	}
	75% {
		margin-bottom: 15px;
	}
	100% {
		margin-bottom: 0px;
	}
}
.img_moving2 img { animation:mright 4s ease-in Infinite Alternate; }
@keyframes mright {
	0% {
		margin-right:  0px;
	}
	25% {
		margin-right: 5px;
	}
	50% {
		margin-right: 0px;
	}
	75% {
		margin-right: -5px;
	}
	100% {
		margin-right: 0px;
	}
}
.img_moving3 img { animation:mleft 3s ease-in Infinite Alternate; }
@keyframes mleft {
	0% {
		margin-left:  0px;
	}
	25% {
		margin-left: 10px;
	}
	50% {
		margin-left: 0px;
	}
	75% {
		margin-left: 10px;
	}
	100% {
		margin-left: 0px;
	}
}





/* 팝업레이어 */
#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; }

/* 스타일 가이드 끝 */

	
/***************************************************************/
/* 스타일 작업 시작 */
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:#7b258a;}
input, select, textarea {font-family: 'Noto Sans KR', sans-serif;}
/* header 메뉴 */
header {z-index: 15; width: 100%; margin: 0 auto; flex-wrap: wrap;display:flex;justify-content: center;align-items: center;position:fixed; height: 110px; margin-top:-1px; }
/* 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 { width: 170px; filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1); max-width:100%;}
header h1 a { display: inline-block;}
header .box_inner { position: relative;display:flex; padding: 0px 20px; max-width: 1340px; width: 100%; height: 100%;justify-content:  space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}

/*웹용 메뉴*/
.nav_web { font-size: 1em; padding-left: 0%; max-width: 750px; height: 100%; flex:1 1 750px; position: relative;}
.nav_web a { font-weight:400; height: 100%;color:#fff;}
.nav_web&gt;ul {width:100%; height: 100%; display: flex; justify-content: space-between; align-items: center; }
.nav_web&gt;ul&gt;li { flex: auto; height: 100%;position:relative;  display: inline-block; text-align: center;}
.nav_web&gt;ul&gt;li&gt;a { font-weight: 500;}
.nav_web a {width:100%;}
.nav_web ul ul { text-align: left; font-size: 1em; display: none ; letter-spacing: -0.3px; padding: 7px; background:#fff; }
.nav_web ul ul a { color:#969696; padding: 5px 12px;}
.nav_web ul ul a:hover {  color:#86278b;}
.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: 20px;}
.nav_head_wrap { position:absolute; top:-20px; display:flex;  justify-content: flex-end; align-items: flex-start; width:100%; }
.nav_head_wrap .lang { display:block; position: relative; font-size:1em; color:#fff; border:1px solid #fff; border-radius: 50px; background:rgba(255,255,255,0.2); padding: 10px 25px 10px 20px; text-align:right; }
.nav_head_wrap .lang:before { display:inline-block; margin-right: 10px; margin-top:-3px; vertical-align: middle; width: 17px; height: 17px; left:0; position: relative; content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M15.128,13.808 C15.124,13.815 15.127,13.824 15.122,13.831 C15.102,13.855 15.079,13.876 15.060,13.900 C15.034,13.930 15.006,13.958 14.980,13.988 C14.691,14.329 14.378,14.640 14.046,14.927 C13.990,14.976 13.937,15.027 13.880,15.074 C13.727,15.200 13.568,15.314 13.407,15.428 C13.330,15.483 13.255,15.538 13.177,15.590 C13.021,15.693 12.860,15.789 12.698,15.882 C12.605,15.935 12.511,15.987 12.416,16.036 C12.260,16.118 12.101,16.195 11.940,16.266 C11.827,16.316 11.712,16.362 11.596,16.408 C11.444,16.467 11.293,16.525 11.138,16.576 C10.998,16.621 10.856,16.659 10.714,16.697 C10.574,16.735 10.435,16.775 10.293,16.806 C10.117,16.844 9.937,16.870 9.757,16.896 C9.641,16.914 9.528,16.937 9.411,16.949 C9.128,16.980 8.840,16.996 8.549,16.998 C8.533,16.998 8.516,17.000 8.500,17.000 C8.191,17.000 7.887,16.982 7.586,16.949 C7.476,16.938 7.369,16.915 7.260,16.899 C7.073,16.872 6.886,16.845 6.703,16.805 C6.566,16.776 6.432,16.736 6.296,16.700 C6.149,16.661 6.002,16.622 5.859,16.575 C5.707,16.525 5.559,16.468 5.410,16.410 C5.291,16.364 5.173,16.316 5.056,16.264 C4.897,16.194 4.742,16.119 4.588,16.039 C4.490,15.987 4.393,15.934 4.298,15.879 C4.137,15.788 3.980,15.694 3.826,15.592 C3.744,15.538 3.666,15.480 3.587,15.424 C3.429,15.312 3.272,15.199 3.122,15.076 C3.060,15.025 3.003,14.969 2.942,14.917 C2.628,14.644 2.331,14.348 2.055,14.027 C2.017,13.983 1.976,13.943 1.939,13.899 C1.920,13.875 1.897,13.855 1.878,13.831 C1.873,13.824 1.876,13.815 1.872,13.809 C0.703,12.353 -0.000,10.508 -0.000,8.500 C-0.000,8.500 -0.000,8.500 -0.000,8.500 C-0.000,8.500 -0.000,8.500 -0.000,8.500 C-0.000,6.564 0.667,4.671 1.878,3.169 C2.148,2.834 2.447,2.533 2.758,2.246 C4.316,0.812 6.345,-0.000 8.500,-0.000 C10.614,-0.000 12.605,0.783 14.152,2.166 C14.496,2.474 14.826,2.802 15.122,3.169 C16.333,4.672 17.000,6.565 17.000,8.500 C17.000,10.508 16.297,12.352 15.128,13.808 ZM12.077,8.750 L8.750,8.750 L8.750,11.775 C9.760,11.792 10.738,11.915 11.661,12.121 C11.903,11.094 12.059,9.959 12.077,8.750 ZM10.124,16.320 C11.871,15.958 13.407,15.022 14.536,13.725 C13.824,13.299 12.973,12.968 12.050,12.721 C11.616,14.323 10.947,15.596 10.124,16.320 ZM11.543,12.598 C10.661,12.402 9.720,12.291 8.750,12.274 L8.750,16.471 C9.924,16.280 10.950,14.752 11.543,12.598 ZM6.876,16.320 C6.053,15.597 5.384,14.323 4.950,12.721 C4.027,12.968 3.176,13.299 2.463,13.726 C3.593,15.023 5.129,15.958 6.876,16.320 ZM8.250,16.471 L8.250,12.274 C7.279,12.291 6.336,12.402 5.452,12.598 C6.047,14.753 7.076,16.280 8.250,16.471 ZM8.750,8.250 L12.077,8.250 C12.059,7.041 11.903,5.906 11.661,4.879 C10.738,5.085 9.760,5.208 8.750,5.225 L8.750,8.250 ZM14.831,13.341 C15.819,12.058 16.443,10.480 16.497,8.750 L12.582,8.750 C12.565,10.004 12.421,11.179 12.179,12.230 C13.174,12.495 14.066,12.876 14.831,13.341 ZM2.169,13.341 C2.934,12.876 3.826,12.495 4.820,12.230 C4.579,11.179 4.434,10.004 4.418,8.750 L0.503,8.750 C0.556,10.481 1.181,12.058 2.169,13.341 ZM0.503,8.250 L4.418,8.250 C4.434,6.996 4.578,5.821 4.820,4.770 C3.819,4.503 2.921,4.120 2.153,3.651 C1.143,4.971 0.556,6.583 0.503,8.250 ZM5.585,1.058 C5.570,1.063 5.555,1.069 5.541,1.075 C4.738,1.392 3.995,1.844 3.330,2.407 C3.281,2.449 3.230,2.488 3.181,2.531 C2.926,2.758 2.693,3.014 2.466,3.276 C3.178,3.701 4.028,4.032 4.949,4.278 C5.383,2.674 6.052,1.398 6.876,0.675 C6.434,0.766 6.003,0.896 5.585,1.058 ZM8.250,0.529 C7.076,0.720 6.047,2.247 5.452,4.402 C6.336,4.598 7.278,4.710 8.250,4.726 L8.250,0.529 ZM8.250,5.225 C7.238,5.208 6.259,5.085 5.334,4.878 C5.092,5.905 4.935,7.041 4.917,8.250 L8.250,8.250 L8.250,5.225 ZM4.917,8.750 C4.935,9.959 5.092,11.095 5.335,12.122 C6.259,11.915 7.238,11.792 8.250,11.775 L8.250,8.750 L4.917,8.750 ZM8.750,0.529 L8.750,4.726 C9.720,4.710 10.661,4.598 11.543,4.403 C10.950,2.248 9.924,0.720 8.750,0.529 ZM13.818,2.531 C13.770,2.488 13.719,2.449 13.670,2.407 C13.005,1.844 12.261,1.392 11.459,1.075 C11.444,1.069 11.429,1.063 11.415,1.058 C10.997,0.896 10.566,0.766 10.123,0.675 C10.948,1.398 11.617,2.674 12.051,4.278 C12.972,4.032 13.822,3.701 14.534,3.276 C14.306,3.014 14.074,2.758 13.818,2.531 ZM14.846,3.651 C14.079,4.120 13.180,4.503 12.180,4.770 C12.421,5.821 12.565,6.996 12.582,8.250 L16.497,8.250 C16.444,6.584 15.857,4.972 14.846,3.651 Z'/%3E%3C/svg%3E");  }
.nav_head_wrap .lang .lang_hide {display:none;}
.nav_head_wrap:hover .lang .lang_hide {display:block;}
.nav_head_wrap a { color:#fff; }
header .nav_head { width: 100px;font-size: 0.9em; position: relative;  color:#fff; min-width: 115px;} 
header .nav_head p { width:100%;}


/* 메뉴 스크롤 시 */
.menu-scroll { background:#fff; }
.menu-scroll .nav_web ul ul {width: 100%; top: 120px; padding: 10px 0;position:absolute; display: block; }
.menu-scroll .nav_web { z-index:4;}
.menu-scroll .nav_web a { color:#000; font-weight: 600;  }
.menu-scroll .nav_web li li a { padding: 8px 0; color:#969696; font-weight:400;}
.menu-scroll .nav_web li li a:hover { color:#86278b; font-weight: 600; letter-spacing: -0.65px;}
.menu-scroll .nav_web li:not(.nav_head) a { text-align: center; clear: both; width: 100%; display:flex; align-items: center; justify-content: center;}
.menu-scroll .nav_web&gt;ul&gt;li&gt;a { position: relative; height:100%; text-align: center;}
.menu-scroll .nav_web&gt;ul&gt;li&gt;a:hover:after,
.menu-scroll .nav_web&gt;ul&gt;li:hover&gt;a:after { position:absolute; content:''; left:0; width:100%; height:5px; bottom:0px; }
.menu-scroll h1 img { filter: none;}
/* header:not(.menu-scroll) .nav_wrap { display: none;} */
.menu-scroll .nav_wrap { border-top:1px solid #bdb9b8; display: block; z-index:1;width: 100%; height: 260px; background-color:rgba(255,255,255, 1); position: absolute; left:0; top: 100px;} /* 2depth 배경 */
.menu-scroll .nav_head_wrap .lang { border:1px solid #969696; color:#000;}
.menu-scroll .nav_head_wrap .lang:before { opacity: 0.5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M15.128,13.808 C15.124,13.815 15.127,13.824 15.122,13.831 C15.102,13.855 15.079,13.876 15.060,13.900 C15.034,13.930 15.006,13.958 14.980,13.988 C14.691,14.329 14.378,14.640 14.046,14.927 C13.990,14.976 13.937,15.027 13.880,15.074 C13.727,15.200 13.568,15.314 13.407,15.428 C13.330,15.483 13.255,15.538 13.177,15.590 C13.021,15.693 12.860,15.789 12.698,15.882 C12.605,15.935 12.511,15.987 12.416,16.036 C12.260,16.118 12.101,16.195 11.940,16.266 C11.827,16.316 11.712,16.362 11.596,16.408 C11.444,16.467 11.293,16.525 11.138,16.576 C10.998,16.621 10.856,16.659 10.714,16.697 C10.574,16.735 10.435,16.775 10.293,16.806 C10.117,16.844 9.937,16.870 9.757,16.896 C9.641,16.914 9.528,16.937 9.411,16.949 C9.128,16.980 8.840,16.996 8.549,16.998 C8.533,16.998 8.516,17.000 8.500,17.000 C8.191,17.000 7.887,16.982 7.586,16.949 C7.476,16.938 7.369,16.915 7.260,16.899 C7.073,16.872 6.886,16.845 6.703,16.805 C6.566,16.776 6.432,16.736 6.296,16.700 C6.149,16.661 6.002,16.622 5.859,16.575 C5.707,16.525 5.559,16.468 5.410,16.410 C5.291,16.364 5.173,16.316 5.056,16.264 C4.897,16.194 4.742,16.119 4.588,16.039 C4.490,15.987 4.393,15.934 4.298,15.879 C4.137,15.788 3.980,15.694 3.826,15.592 C3.744,15.538 3.666,15.480 3.587,15.424 C3.429,15.312 3.272,15.199 3.122,15.076 C3.060,15.025 3.003,14.969 2.942,14.917 C2.628,14.644 2.331,14.348 2.055,14.027 C2.017,13.983 1.976,13.943 1.939,13.899 C1.920,13.875 1.897,13.855 1.878,13.831 C1.873,13.824 1.876,13.815 1.872,13.809 C0.703,12.353 -0.000,10.508 -0.000,8.500 C-0.000,8.500 -0.000,8.500 -0.000,8.500 C-0.000,8.500 -0.000,8.500 -0.000,8.500 C-0.000,6.564 0.667,4.671 1.878,3.169 C2.148,2.834 2.447,2.533 2.758,2.246 C4.316,0.812 6.345,-0.000 8.500,-0.000 C10.614,-0.000 12.605,0.783 14.152,2.166 C14.496,2.474 14.826,2.802 15.122,3.169 C16.333,4.672 17.000,6.565 17.000,8.500 C17.000,10.508 16.297,12.352 15.128,13.808 ZM12.077,8.750 L8.750,8.750 L8.750,11.775 C9.760,11.792 10.738,11.915 11.661,12.121 C11.903,11.094 12.059,9.959 12.077,8.750 ZM10.124,16.320 C11.871,15.958 13.407,15.022 14.536,13.725 C13.824,13.299 12.973,12.968 12.050,12.721 C11.616,14.323 10.947,15.596 10.124,16.320 ZM11.543,12.598 C10.661,12.402 9.720,12.291 8.750,12.274 L8.750,16.471 C9.924,16.280 10.950,14.752 11.543,12.598 ZM6.876,16.320 C6.053,15.597 5.384,14.323 4.950,12.721 C4.027,12.968 3.176,13.299 2.463,13.726 C3.593,15.023 5.129,15.958 6.876,16.320 ZM8.250,16.471 L8.250,12.274 C7.279,12.291 6.336,12.402 5.452,12.598 C6.047,14.753 7.076,16.280 8.250,16.471 ZM8.750,8.250 L12.077,8.250 C12.059,7.041 11.903,5.906 11.661,4.879 C10.738,5.085 9.760,5.208 8.750,5.225 L8.750,8.250 ZM14.831,13.341 C15.819,12.058 16.443,10.480 16.497,8.750 L12.582,8.750 C12.565,10.004 12.421,11.179 12.179,12.230 C13.174,12.495 14.066,12.876 14.831,13.341 ZM2.169,13.341 C2.934,12.876 3.826,12.495 4.820,12.230 C4.579,11.179 4.434,10.004 4.418,8.750 L0.503,8.750 C0.556,10.481 1.181,12.058 2.169,13.341 ZM0.503,8.250 L4.418,8.250 C4.434,6.996 4.578,5.821 4.820,4.770 C3.819,4.503 2.921,4.120 2.153,3.651 C1.143,4.971 0.556,6.583 0.503,8.250 ZM5.585,1.058 C5.570,1.063 5.555,1.069 5.541,1.075 C4.738,1.392 3.995,1.844 3.330,2.407 C3.281,2.449 3.230,2.488 3.181,2.531 C2.926,2.758 2.693,3.014 2.466,3.276 C3.178,3.701 4.028,4.032 4.949,4.278 C5.383,2.674 6.052,1.398 6.876,0.675 C6.434,0.766 6.003,0.896 5.585,1.058 ZM8.250,0.529 C7.076,0.720 6.047,2.247 5.452,4.402 C6.336,4.598 7.278,4.710 8.250,4.726 L8.250,0.529 ZM8.250,5.225 C7.238,5.208 6.259,5.085 5.334,4.878 C5.092,5.905 4.935,7.041 4.917,8.250 L8.250,8.250 L8.250,5.225 ZM4.917,8.750 C4.935,9.959 5.092,11.095 5.335,12.122 C6.259,11.915 7.238,11.792 8.250,11.775 L8.250,8.750 L4.917,8.750 ZM8.750,0.529 L8.750,4.726 C9.720,4.710 10.661,4.598 11.543,4.403 C10.950,2.248 9.924,0.720 8.750,0.529 ZM13.818,2.531 C13.770,2.488 13.719,2.449 13.670,2.407 C13.005,1.844 12.261,1.392 11.459,1.075 C11.444,1.069 11.429,1.063 11.415,1.058 C10.997,0.896 10.566,0.766 10.123,0.675 C10.948,1.398 11.617,2.674 12.051,4.278 C12.972,4.032 13.822,3.701 14.534,3.276 C14.306,3.014 14.074,2.758 13.818,2.531 ZM14.846,3.651 C14.079,4.120 13.180,4.503 12.180,4.770 C12.421,5.821 12.565,6.996 12.582,8.250 L16.497,8.250 C16.444,6.584 15.857,4.972 14.846,3.651 Z'/%3E%3C/svg%3E"); }
.menu-scroll .nav_head_wrap a { color:#000;}
.menu-scroll .nav_head_wrap a:hover { color:#6a268a; font-weight:600;}
.menu-scroll .menu_view a:after {  color:#000; }


/*모바일용메뉴*/
.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: 100%; width: 80%; max-width: 570px; }
.nav_md_wrap&gt;ul { height: 100%;  padding: 20px 25px 50px 25px; }
.nav_md_wrap&gt;ul&gt;li { border-bottom:1px solid #918b8a; position:relative;  width: 100%; max-width: 100%;display: inline-block; }
.nav_md_wrap&gt;ul&gt;li:hover&gt;a { color:#86278b; font-weight:600;}
.nav_md_wrap a:hover {color:#86278b;}
.nav_md_wrap&gt;ul&gt;li&gt;a {font-weight: 600;}
.nav_md ul ul { border-top:1px solid #918b8a; padding:15px 20px; display: none;}
.nav_md ul ul a { font-size: 0.9em; padding: 7px 0; }
.nav_md ul a { padding: 18px 0; display: block; text-align: left;font-size: 0.9em;}
.nav_md_wrap&gt;ul&gt;li:hover ul { display: block;}
.nav_md .nav_head span { padding-left: 14px; font-size: 1.8em;position: relative;}
.nav_md .nav_head {text-align:left; border-bottom:1px solid #d3d1d0; padding: 40px;}
.nav_md .close { position:relative;width: 20px; height: 50px; 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; content:'\2715'; font-weight: 100; color:#000; font-size: 1.3rem; z-index:6}
.nav_head_md { padding: 0 25px; display:flex; justify-content: flex-start; align-items: center; text-align: left; height:70px; border-bottom:1px solid #d3d1d0;}
.nav_head_md .lang-box a {font-size: 0.7em; border:1px solid #000; border-radius: 20px; font-weight: 600; opacity: 0.5; padding: 2px 15px;}
.nav_head_md .lang-box .active a { opacity: 1; }
.nav_head_md .close { margin-left:auto; }

/* 모바일메뉴보기 버튼 */
.menu_view {display:none; position:absolute; top:5px;right:10px; width: 70px; height: 60px; 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: 0; left:0;content:'\2261'; font-weight: 100; color:#fff; font-size: 2.5rem; height: 100%; z-index:6}

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

/*메인상단 슬라이드 뒷배경*/
.scroll-box-1 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 100vh; overflow:hidden; }
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover; max-height: 100vh; height: 100vh; width: 100%;}
.scroll-box-1 .ls-slide-texts {z-index: 2;  padding: 0px 20px; max-width: 1340px; text-align: center;width: 100%;color:#fff; position:absolute; left:50%; top:50%; transform: translate( -50%, -50%);}
.scroll-box-1 .ls-head { font-weight: 500; word-break: keep-all;position: relative; padding-bottom: 20px; line-height: 1.3; font-size : 3.7em;}
.scroll-box-1 .ls-head b { font-weight: 600;}
.scroll-box-1 .ls-info1 {font-size: 1.5em; font-weight: 200; }
.scroll-box-1 .ls-box-in {  display: flex; z-index: 2; height: 135px; padding: 0px 20px; max-width: 1340px; text-align: left;width: 100%;color:#fff; position:absolute; left:50%; bottom:0; transform: translate( -50%, 0);}
.scroll-box-1 .ls-box-in .box-01 {width:60%; background:#e55c1c; display: flex; align-items: center; justify-content: center;}
.scroll-box-1 .ls-box-in .box-02 {width:40%; background:#1c1c1c;  display: flex; align-items: center; justify-content: center;}
.scroll-box-1 .ls-box-in .box-01-01 { width:100%; display: flex; align-items: center; justify-content: center;}
.scroll-box-1 .ls-box-in .box-01-01 .ls-01 { padding-right: 20px;}
.scroll-box-1 .ls-box-in .box-01-01 .ls-01 img { max-width:100%;}
.scroll-box-1 .ls-box-in .box-01-01 .ls-02 { padding-right: 35px; position: relative;}
.scroll-box-1 .ls-box-in .box-01-01 .ls-03 { position: relative; font-weight: 600; font-size: 1.5em;}
.scroll-box-1 .ls-box-in .box-01-01 .ls-02:before { content:''; position: absolute; right:0; height: 100%;width:1px; background-color: rgba(255,255,255,0.3);}
.scroll-box-1 .ls-box-in .box-01-01 .box-01-02  { font-size: 0.8em; padding-left: 35px;}
.scroll-box-1 .ls-box-in .ls-sm { padding-top: 5px; font-size: 0.8em; opacity: 0.7;}
.scroll-box-1 .ls-box-in .box-02-01 { width:92%;   display: flex; align-items: center; justify-content: center; }
.scroll-box-1 .ls-box-in .box-02-01 a { color:#fff; font-size: 0.9em;}
.scroll-box-1 .ls-box-in .box-02-01 .ls-01 { padding-right: 20px; font-weight: 600;}
.scroll-box-1 .ls-box-in .box-02-01 .ls-03 { padding-top: 5px; font-size: 0.8em; opacity: 0.7;}
.scroll-box-1 .ls-box-in .box-02-01 a { position: relative; width: 50%;display: flex; align-items: center; justify-content: center;  }
.scroll-box-1 .ls-box-in .box-02-01 a:first-of-type:after { content:''; position: absolute; height:100%; width:1px;  background-color: rgba(255,255,255,0.3); right:0;}

/*메인 모바일 슬라이드*/
.scroll-box-1 .scroll-box-btn2 { color:#fff; z-index: 5; width: 100%; max-width: 1920px; position: absolute; bottom:450px; }
.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;}
.scroll-box-1 .arrowLeft { left:40px; top:54%; transform: translate( 0%, -54%); position: absolute;}
.scroll-box-1 .arrowRight { right:40px; top:54%; transform: translate( 0%, -54%); position: absolute;}

/*메인 스크롤 버튼*/
.scroll-box-btn { width:100%; color:#fff; z-index: 5; position: absolute; bottom:70px;}
.scroll-btn { z-index: 4;display: flex;justify-content : center;align-items: center; clear: both; width: 100%; position: relative;}
.scroll-box-1 .scroll-btn&gt;a { padding: 10px 5px; display: flex; justify-content : center;align-items: center;}
.scroll-box-1 .scroll-btn&gt;a span {position: relative; display: inline-block; background:rgba(255,255,255,0.2);font-size:0; border-radius: 11px; height:2px; width: 80px; border:1px solid transparent;}
.scroll-box-1 .scroll-btn&gt;a.active span{  width: 80px; height: 2px; border-radius: 11px;border:1px solid #fff; background-color:transparent; }
.scroll-box-1 .scroll-btn a:hover { }
.scroll-box-1 .scroll-btn a:hover span { }
.scroll-box-1 .scroll-btn&gt;a:hover span:after { }

/*메인 비전*/
.scroll-box-2 { background:#fff; position:relative; width: 100%; height: 970px;}
.scroll-box-2 .m-head {width:100%; text-align: left;padding: 50px 20px 50px 20px; display:flex;}
.scroll-box-2 .m-head h3 {  width: 50%; font-weight: 400;;line-height: 1em; padding-bottom: 30px; font-size:3.7em;}
.scroll-box-2 .m-head h3 p { width:30px; height: 30px; display: inline-block; }
.scroll-box-2 .m-head h3 span { display: inline-block; position: relative; top:-22px; width: 100%;  height:100%; background-size: 100%; background-repeat: no-repeat; background-position: center center;}
.scroll-box-2 .m-head p {  width: 50%; font-size: 1.3em; margin-top:10px; text-align:justify; font-weight:300; }
.scroll-box-2 .ls-box-in { width:100%; height:100%; display:flex; justify-content: center; flex-direction: column; align-items: center;  }
.scroll-box-2 .ls-box-in&gt;div { width:100%;}
.scroll-box-2 .scroll-box-2-1 { width:100%; height: 100%; padding: 0px 0px; max-width: 1300px; margin:0 auto;}
.scroll-box-2 .ls-box-02 { height:445px; position: relative; overflow: hidden; }
.scroll-box-2 .ls-box-02 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: 445px; overflow:hidden;}
.scroll-box-2 .ls-box-02 .ls-slide-backgrounds img {height: 445px; width: 100%; object-fit: cover; }
.scroll-box-2 .ls-box-02 .box-inner { display:flex; justify-content: center; align-items: center; height:100%; background-size: cover;}
.scroll-box-2 .ls-box-02 .ls-list { position: relative; height:100%; width: 33.333%; }
.scroll-box-2 .ls-box-02 .ls-list::after { right:0; top:0; position: absolute; content:''; z-index:4; height:100%; width:1px; background:rgba(255,255,255,0.3)}
.scroll-box-2 .ls-box-02 .ls-list:last-of-type:after { display:none;}
.scroll-box-2 .ls-box-02 .ls-list a {height:100%; display:block; color:#fff;}
.scroll-box-2 .ls-box-02 .a-in { height:100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.scroll-box-2 .ls-box-02 .ls-more { display:none;} 
.scroll-box-2 .ls-box-02 a:hover .ls-more:after { position: absolute; left:50%; top:42%; transform: translate(-50%, -42%); font-size: 1rem; content:'\253C'; }
.scroll-box-2 .ls-box-02 a:hover .ls-more { border-radius: 50%; width: 55px; height:55px; display: block; margin-top: 20px; font-size: 0; position: relative;}
.scroll-box-2 .ls-box-02 h4 { font-size: 2em; font-weight: 400;}

/*메인 스크롤 버튼2*/
.scroll-box-btn-02 { width:100%; color:#fff; z-index: 5; position: absolute; bottom:30px;}
.scroll-btn-02 { z-index: 4;display: flex;justify-content : center;align-items: center; clear: both; width: 100%; position: relative;}
.scroll-box-2 .scroll-btn-02&gt;a { padding: 10px 5px; display: flex; justify-content : center;align-items: center;}
.scroll-box-2 .scroll-btn-02&gt;a span {position: relative; display: inline-block; background:rgba(255,255,255,0.2);font-size:0; border-radius: 11px; height:2px; width: 80px; border:1px solid transparent;}
.scroll-box-2 .scroll-btn-02&gt;a.active span{  width: 80px; height: 2px; border-radius: 11px;border:1px solid #fff; background-color:transparent; }
.scroll-box-2 .scroll-btn-02 a:hover { color:#e55c1c}
.scroll-box-2 .scroll-btn-02 a:hover span { background:transparent; border-color:#e55c1c;}
.scroll-box-2 .scroll-btn-02&gt;a:hover span:after { background:#e55c1c}

/*메인 비전*/
.scroll-box-3 { position:relative; width: 100%; height: 970px; background:#f6f0f7; }
.scroll-box-3 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: 970px; overflow:hidden;}
.scroll-box-3 .ls-slide-backgrounds img { max-height: 970px; height: 970px; width: auto;}
.scroll-box-3 .ls-slide-backgrounds .img-01 {position:absolute; left:0;}
.scroll-box-3 .ls-slide-backgrounds .img-02 {position:absolute; right:0;}
.scroll-box-3 .m-head {padding: 0px 20px 100px 20px;}
.scroll-box-3 .m-head h3 {padding-bottom: 20px; font-size:3.7em; font-weight: 400; line-height: 1.2em;}
.scroll-box-3 .m-head h3 span {  font-weight: 400;}
.scroll-box-3 .m-head p { padding-top: 20px; font-size: 1em; line-height: 1.6em;}
.scroll-box-3 .m-head img { max-width:100%; display:inline-block}
.scroll-box-3 .scroll-box-3-1 { width:100%; margin:0 auto;  padding: 0px 20px; max-width: 1540px; text-align: center;position: absolute; left:50%; top: 50%; transform: translate(-50%, -50%);}
.scroll-box-3 button {top:50%; font-size:0; border:none; border-radius: 5px; width:55px; height: 110px; background:none; position: absolute; z-index: 5;}
.scroll-box-3 button:after {transform: translate(0%, -50%); top:50%;  left:0%;font-size:7rem;  width:100%; height:100%; content:'';position: absolute;  background-repeat: no-repeat;}
.scroll-box-3 .slide-right:after { left: auto; right:0% }
.scroll-box-3 .slide-left { left:10px; }
.scroll-box-3 .slide-left:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.5px' height='76.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(134, 39, 139)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M38.000,75.477 L0.523,38.000 L38.000,0.523 '/%3E%3C/svg%3E");}
.scroll-box-3 .slide-right { right:10px;  }
.scroll-box-3 .slide-right:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.5px' height='78.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(134, 39, 139)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,76.508 L37.508,39.000 L0.500,1.492 '/%3E%3C/svg%3E");}
.scroll-box-3 .ls-box-02 { width: 100%;}
.scroll-box-3 .slide-in { width: 100%;}
.scroll-box-3 .slide-in .slide-box { max-width: 1340px; margin:0 auto; }
.scroll-box-3 .slide-in .list { display:flex; justify-content: space-between; align-items: stretch;}
.scroll-box-3 .ls-sl-img { width: 60%; text-align: left; }
.scroll-box-3 .ls-sl-img img { display:block; max-width: 100%; }
.scroll-box-3 .ls-sl-info { width: 38%; text-align: left;}
.scroll-box-3 .ls-sl-info h4 {position: relative; font-size: 2.4em; padding-bottom: 13%; font-weight:500;}
.scroll-box-3 .ls-sl-info .txt-02 {color:#646464; font-size: 1.1em;}
.scroll-box-3 .ls-sl-info .txt-01 { position: relative;}
.scroll-box-3 .ls-sl-info h4:after { left:0; bottom:15%; width: 40px; height:2px; content:''; position: absolute;background:#000;}
.scroll-box-3 .ls-icon-list { padding-top: 10%;}
.scroll-box-3 .ls-icon-list ul {position: relative; transform: translate(-5%); font-size:0.8em; text-align: center; display: flex;justify-content: flex-start; align-items: stretch; }
.scroll-box-3 .ls-icon-list p { padding-top: 5px; text-align: center;}
.scroll-box-3 .ls-icon-list li { min-width: 25%; text-align:center; }
.scroll-box-3 .ls-icon-list li img { margin:0 auto; }

.scroll-box-4 { position:relative; width: 100%; height: 970px; overflow:hidden; background:#fff; }
.scroll-box-4 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: 970px; overflow:hidden;}
.scroll-box-4 .ls-slide-backgrounds img {object-fit: cover; max-height: 970px; height: 970px; width: 100%;}
.scroll-box-4 .scroll-box-4-1 {margin:0 auto; width:100%; text-align: center;position: absolute; left:0%; top: 50%; transform: translate(0%, -50%);}
.scroll-box-4 .ls-box-01 { max-width: 1340px; padding: 50px 20px; margin:0 auto;}
.scroll-box-4 .m-head { position: relative; text-align: left;}
.scroll-box-4 .m-head h3 { padding-bottom: 20px; font-size:3.7em; font-weight: 400; line-height: 1.2em;}
.scroll-box-4 .m-head h3 p { width:30px; height: 30px; display: inline-block; }
.scroll-box-4 .m-head h3 span { display: inline-block; position: relative; top:-22px; width: 100%;  height:100%; background-size: 100%; background-repeat: no-repeat; background-position: center center;}
.scroll-box-4 .m-head p {  font-size: 1.4em; line-height: 1.6em;}
.scroll-box-4 .m-head .ls-more { position: relative; padding: 20px 0;}
.scroll-box-4 .m-head .ls-more span:after {position: absolute; content:'\2192'; right: -30px;}
.scroll-box-4 .m-head .ls-more span { position: relative; display:inline-block  }

.scroll-box-4 .ls-box-02 .ls-tt { padding-bottom: 10px; padding-top: 10px;}
.scroll-box-4 .ls-box-02 .list .ls-txt { font-size: 0.9em;}
.scroll-box-4 .ls-box-02 .list .ls-txt span { position: relative; padding-right: 20px;}
.scroll-box-4 .ls-box-02 .list .ls-txt span:after { content:''; position: absolute; right:6px; top: 0.45em; height:50%; width:2px; background:#3d1a60;}

.scroll-box-4 .ls-box-02 { position: relative; }
.scroll-box-4 .ls-btn { position:absolute; top:0.7em; left: 570px; height: 103px; width: 103px; border-radius: 50%; border:1px solid #882a8d;}
.scroll-box-4 button {top:0px; font-size:0; border:none; width:40px; height: 100%; background:none; position: relative; z-index: 5;}
.scroll-box-4 button:after {transform: translate(-50%, -60%); top:60%; left:50%; font-size:5rem;  width:40%; height:40%; content:''; background-size: contain; position: absolute;  background-repeat: no-repeat;}
.scroll-box-4 .slide-left { left:10px; }
.scroll-box-4 .slide-left:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.5px' height='76.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(134, 39, 139)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M38.000,75.477 L0.523,38.000 L38.000,0.523 '/%3E%3C/svg%3E");}
.scroll-box-4 .slide-right { right:-5px;  }
.scroll-box-4 .slide-right:after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.5px' height='78.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(134, 39, 139)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,76.508 L37.508,39.000 L0.500,1.492 '/%3E%3C/svg%3E");}

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

.snb-title { padding: 100px 0 60px 0; font-size: 2em;}
.snb { margin:0 auto; width: 100%; position: relative ; height: 70px; max-width: 1300px; border-top:1px solid #fff;}
.snb ul {margin:0 auto; height:100%; display: flex; justify-content: center;}
.snb li {flex-basis: fit-content; height: 100%; flex:auto; max-width: 25%;}
.snb li a {width: 100%; position: relative; color:#c8c8c8;font-size: 1em;  display: block; padding: 20px 1%; height: 100%;}
.snb li a.active:after {background:#86278b;}
.snb li a:after {  content:''; height:2px;  width:100%; background:#c8c8c8; position: absolute; left: -1px; bottom: 0px;}
.snb li a.active, .snb li a:hover { color:#86278b}
.snb li a.active { font-weight: 600;}

.snb-md { font-size: 1.1rem;z-index: 10; position: relative; height: 60px;background:rgba(0,0,0,1); }
.snb_list { width: 100%; position: absolute; background:rgba(0,0,0,0.9); display:none;}
.snb-md li { width: 100%;}
.snb-md li a { line-height:1.8;text-align: left; color:#fff;position: relative; display: block; padding: 12px 40px 14px 40px; }
.snb-md li a:hover, .snb-md li a.active { background:#e55c1c; color:#fff} 
.snb-md i {  font-size:0;font-style: normal; position: absolute; right: 40px;}
.snb-md i:after {  font-size:0.8rem; content:'\25BC'; color:#e55c1c; 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: 15px; padding-left: 40px; font-weight:600; display: block; color:#fff;height: 100%; color:#e55c1c}

.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 #0b3775;  color:#0b3775;font-size: 0.8em; display: block; padding: 20px 0 20px 0; background:#fff;}
.sub-menu li a.active,  .sub-menu li a:hover{ background:#0b3775; color:#fff;}
.sub-menu li a { border-right:0;}
.sub-menu li:last-of-type a { border-right:1px solid #0b3775;}

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

.head-line .text { padding-bottom: 150px;color:#0b3775; 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; } 

sup { font-size: 0.5em;}

.bgc-01 { background-color:#86278b;}
.bgc-02 { background-color:#3d1a60;}
.fc-01 { color:#86278b}
.fc-02 { color:#3d1a60}
.fc-03 { color:red}
.fc-04 { color:#ed7e1c}
.fc-05 { color:#acacac}
.fn-01 { font-family: 'Poppins', 'Noto Sans KR', sans-serif!important; }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { background:#e2e2e2;position: relative; width: 100%;  font-size: 1em; }
footer .box-inner {margin:0 auto;  width: 100%;  padding: 40px 20px; max-width: 1340px;  position: relative;}
.footer {position: relative; height: 100%;text-align: left; display: flex; justify-content: flex-start; align-items: stretch; }
.footer .head-box { width:50%; display:flex; flex-direction: column; justify-content:flex-start;  }
.footer .head-box .copy { bottom:0; position: absolute;}
footer .f-menu&gt;ul { display: flex; justify-content: space-between; align-items: stretch; width:100%; position: relative;}
footer .f-menu {border-top:1px solid #e5e5e5; background:#fff; width:100%; padding: 70px 20px;}
footer .f-menu&gt;ul { max-width: 1320px; margin:0 auto; }
footer .f-menu&gt;ul&gt;li { text-align: left; position: relative; flex: 1 1 auto; padding-right: 4%;}
footer .f-menu&gt;ul&gt;li&gt;a { font-weight:500;font-size:1.2em; color:#000}
footer .f-menu&gt;ul&gt;li:after { position:absolute; content:''; height: 100%; width:1px; background:#d3d3d3; right:15%; top: 0px;}
footer .f-menu ul li:last-of-type:after { display: none;}
footer .f-menu ul ul { padding-top: 10px;}
footer .f-menu li li a {padding: 3px 0; color:#969696; display:block;}
footer .f-menu a:hover { color:#e55c1c}
footer .f-menu { width:100%;}
.footer .logo { padding-top:13px;text-align: left;}
.footer .col-box { flex-direction: column; display:flex;justify-content: center; align-items: center; line-height:1.56em; }
.footer .col-box p { width:100%; padding: 5px 0 }
.footer .col-box-02 {min-width: 250px;; width: 250px; color:#fff; text-align: right; margin-left:auto;}
.footer .col-box-02 .ls-tel { padding-bottom:10px; font-size: 1.9em; font-weight:600}
.footer .col-box-02 p:last-of-type { opacity: 0.7;}

/* sns + top */
.scroll-page-top { z-index:4; position:fixed; right: 7%; top: 0; height:100%; }
.scroll-page-top .scroll-page { position: absolute; left:0%; top: 50%;transform: translate(-0%, -50%); } 
.scroll-page-top .scroll-page li { padding: 10px 0; position: relative;}
.scroll-page-top .scroll-page li a { font-size:0; position: relative; width: 49px; height: 49px; display:block; background:rgba(0,0,0,0.3); border-radius: 30px; }
.scroll-page-top .scroll-page li a:hover { background:#e55c1c}
.scroll-page-top .scroll-page li a div {position: relative; width:100%; height:100%;}
.scroll-page-top .scroll-page p { display:inline-block; color: white; filter :brightness(0) invert(1);  width: 100%; height:100%; background-size: 55%; background-repeat: no-repeat; background-position: center center;}
.page-top { z-index:4; position:absolute; left:0px; bottom: 140px; height: 49px; width: 49px;}
.page-top a { font-size: 0.9em; font-weight: 600; padding-top: 35%;position: relative;display: block;width: 49px; height: 80px;}
.page-top a span { position: absolute; bottom:0; width:100%; left:0; text-align: center;}
.page-top a:after {content:''; position: absolute; left:40%; top:0; width:50%; height:70%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='52px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M8.275,5.117 L5.005,1.910 L5.005,51.999 L3.986,51.999 L3.986,1.909 L0.715,5.117 L-0.005,4.411 L4.495,-0.003 L8.995,4.411 L8.275,5.117 Z'/%3E%3C/svg%3E");}
.page-top a:hover:after {content:''; position: absolute; left:40%; top:0; width:50%; height:70%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='52px'%3E%3Cpath fill-rule='evenodd' fill='rgb(123, 37, 143)' d='M8.275,5.117 L5.005,1.910 L5.005,51.999 L3.986,51.999 L3.986,1.909 L0.715,5.117 L-0.005,4.411 L4.495,-0.003 L8.995,4.411 L8.275,5.117 Z'/%3E%3C/svg%3E");}

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

.wdauto { width: auto;}
.wd12p { width: 12%;}
.wd30p { width: 30%;}
.wd20p { width: 20%;}
.wd15p { width: 15%;}

.container {font-size: 1.1rem;}
.container * { word-break: keep-all;}

.d-lg-none { display:none;} /* pc 용 감추기 */

.con-head { font-weight: 600;}  /* 서브 컨텐츠 제목 */
.con-head h3 { padding-top: 10px; font-size: 2.2em; font-weight:500; }
.con-head+.con-head { padding-top: 70px;}

.ls-tab-01 a {display:block; color:#c8c8c8; padding: 10px 0; }
.ls-tab-01 a:hover, .ls-tab-01 a.active{ color:#86278b; }
.ls-tab-01 a:hover span, .ls-tab-01 a.active span {  border-bottom:1px solid #86278b; }

/* overview */
.con-com-01 { margin:0 auto; max-width:1340px; padding: 60px 0px 100px 0px; position: relative;}
.con-com-01 .con-head { text-align: left; padding-top: 100px;padding-left:20px; padding-right:20px; }
.con-com-01 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px; position: relative;}
.con-com-01 .con-box-01 .ls-txt-01 { font-size: 1.3em; font-weight: 600;}
.con-com-01 .con-box-01 .ls-txt-02 { color:#646464; line-height: 1.5em;} 
.con-com-01 .con-box-01 .ls-txt-02 p { padding-top:20px;}
.con-com-01 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-01 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-01 .ls-tab-01 {  max-width: 740px;  text-align: center; margin:0 auto;}
.con-com-01 .ls-tab-box { padding-left: 20px;}
.con-com-01 .box {position: relative; z-index: 2; padding: 50px 0; width:100%; display:flex; justify-content: center;  height:100%; }
.con-com-01 .video-container {	position: relative;    width: 100%;    height: 0;  padding-bottom: 56.25%;  }
.con-com-01 .video-container iframe {	z-index: 1;	top: 0;	left: 0;	position: absolute;	width: 100%;	height: 100%;  }

/* digi pcr */
.con-com-02 { margin:0 auto; max-width:1340px; padding: 60px 0px 100px 0px; position: relative;}
.con-com-02 .con-head { text-align: left; padding-top: 100px; padding-left:20px; padding-right:20px; }
.con-com-02 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-02 .con-box-02 { text-align: left; width: 100%; padding-left:20px; padding-right:20px; position: relative;}
.con-com-02 .con-box-03 { text-align: left; width: 100%;  padding-left:20px; padding-right:20px;position: relative;}
.con-com-02 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-02 .ls-tab-box { padding-left: 20px;}
.con-com-02 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-02 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-02 .ls-txt-02 p { padding-top:20px;}
.con-com-02 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-02 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-02 .ls-tab-01 {  max-width: 740px;  text-align: center; margin:0 auto;}
.con-com-02 figure { width: 50%; float: right; margin:0 0 .5em 1.8em}
.con-com-02 .box-grid-01 {padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 2.5%; }
.con-com-02 .box-grid-01 img { padding-bottom: 40px; }
.con-com-02 .box-grid-01 &gt; div {font-size: 1.15em; font-weight: 600; padding: 70px 30px; border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-02 .ls-txt-02 .ls-txt-01 { color:#000;} 
.con-com-02 .con-box-03 .ls-txt-02 { text-align: justify; }
.con-com-02 .con-box-03 img { width:100%;}
.con-com-02 .ls-table-01 table { text-align: center; width:100%; border-top:2px solid #000; table-layout: fixed ; border-spacing: 0; }
.con-com-02 .ls-table-01 { padding-top: 70px; clear: both;}
.con-com-02 .ls-table-01 table thead th { border-bottom:1px solid #000; background: #f6f7f9; padding: 15px 0;}
.con-com-02 .ls-table-01 table tbody td { word-break:keep-all ; border-bottom:1px solid #000; padding: 25px 0;}
.con-com-02 .ls-table-01 table td, .con-com-02 .ls-table-01 table th { border-right: 1px solid rgba(0,0,0,0.2)}
.con-com-02 .ls-table-01 table td:last-of-type, .con-com-02 .ls-table-01 table th:last-of-type { border-right:none}

/* IsothermalPCR(LAMP PCR) */
.con-com-03 { margin:0 auto; max-width:1340px; padding: 60px 0px 100px 0px; position: relative;}
.con-com-03 .con-head { text-align: left; padding-top: 100px; padding-left:20px; padding-right:20px; }
.con-com-03 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-03 .con-box-02 { text-align: left; width: 100%; padding-left:20px; padding-right:20px; position: relative;}
.con-com-03 .con-box-03 { text-align: left; width: 100%;  padding-left:20px; padding-right:20px;position: relative;}
.con-com-03 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-03 .ls-tab-box { padding-left: 20px;}
.con-com-03 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-03 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-03 .ls-txt-02 p { padding-top:20px;}
.con-com-03 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-03 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-03 .ls-tab-01 {  max-width: 740px;  text-align: center; margin:0 auto;}
.con-com-03 figure { width: 50%; float: right; margin:0 0 .5em 1.8em}
.con-com-03 .box-grid-01 {padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 2.5%; grid-row-gap: 5%;}
.con-com-03 .box-grid-01 img { padding-bottom: 40px; }
.con-com-03 .box-grid-01 &gt; div { font-size: 1.15em; font-weight: 600; padding: 70px 10%; border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-03 .box-grid-01 &gt; div:last-of-type { padding-left:0; padding-right:0;}
.con-com-03 .ls-txt-02 .ls-txt-01 { color:#000;} 
.con-com-03 .con-box-03 .ls-txt-02 { text-align: justify; }
.con-com-03 .con-box-03 img { width:100%;}
.con-com-03 .ls-table-01 table { text-align: center; width:100%; border-top:2px solid #000; table-layout: fixed ; border-spacing: 0; }
.con-com-03 .ls-table-01 { padding-top: 70px; clear: both; overflow: auto;}
.con-com-03 .ls-table-01 table { font-size: 0.9em; min-width: 500px;}
.con-com-03 .ls-table-01 table thead th { border-bottom:1px solid #000; background: #f6f7f9; padding: 10px 0;}
.con-com-03 .ls-table-01 table tbody td, .con-com-03 .ls-table-01 table tbody th { word-break:keep-all ; border-bottom:1px solid #000; padding: 10px 0;}
.con-com-03 .ls-table-01 table td, .con-com-03 .ls-table-01 table th { border-right: 1px solid rgba(0,0,0,0.2)}
.con-com-03 .ls-table-01 table td:last-of-type, .con-com-03 .ls-table-01 table thead th:last-of-type { border-right:0; }
.con-com-03 .ls-table-01 table col:first-of-type { width: 110px!important;}

/* Real-time */
.con-com-04 { margin:0 auto; max-width:1340px; padding: 60px 0px 100px 0px; position: relative;}
.con-com-04 .con-head { text-align: left; padding-top: 100px; padding-left:20px; padding-right:20px; }
.con-com-04 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-04 .con-box-02 { text-align: left; width: 100%; padding-left:20px; padding-right:20px; position: relative;}
.con-com-04 .con-box-03 { text-align: left; width: 100%;  padding-left:20px; padding-right:20px;position: relative;}
.con-com-04 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-04 .ls-tab-box { padding-left: 20px;}
.con-com-04 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-04 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-04 .ls-txt-02 p { padding-top:20px;}
.con-com-04 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-04 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-04 .ls-tab-01 {  max-width: 740px;  text-align: center; margin:0 auto;}
.con-com-04 figure { width: 50%; float: right; margin:25px 0 .5em 1.8em}
.con-com-04 .box-grid-01 {padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 2.5%; grid-row-gap: 5%;}
.con-com-04 .box-grid-01 img { padding-bottom: 40px; }
.con-com-04 .box-grid-01 &gt; div { font-size: 1.15em; font-weight: 600; padding: 70px 10%; border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-04 .box-grid-01 &gt; div:last-of-type { padding-left:0; padding-right:0;}
.con-com-04 .ls-txt-02 .ls-txt-01 { color:#000;} 
.con-com-04 .con-box-03 .ls-txt-02 { text-align: justify; margin-left:25px; }
.con-com-04 .con-box-03 .ls-txt-02 span {position:absolute; margin-left:-25px; }
.con-com-04 .con-box-03 img { width:100%;}
.con-com-04 .con-box-03 .ls-txt-01 ul { font-weight: 400; font-size: 0.75em; display:block; padding-top: 25px;  color:#646464; line-height: 1.5em;}
.con-com-04 .con-box-03 .ls-txt-01 ul li{ position: relative; padding-left: 10px;}
.con-com-04 .con-box-03 .ls-txt-01 ul li:before { content:'-' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;}
.con-com-04 .con-box-03 .ls-txt-01 { padding-top: 40px;}

/* overview */
.con-com-05 { margin:0 auto; max-width:1340px; padding: 60px 0px 100px 0px; position: relative;}
.con-com-05 .con-head { text-align: left; padding-top: 100px;padding-left:20px; padding-right:20px; }
.con-com-05 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px; position: relative;}
.con-com-05 .con-box-01 .ls-txt-01 { font-size: 1.3em; font-weight: 600;}
.con-com-05 .con-box-01 .ls-txt-02 { color:#646464; line-height: 1.5em;} 
.con-com-05 .con-box-01 .ls-txt-02 p { padding-top:20px;}
.con-com-05 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-05 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-05 .ls-tab-01 {  max-width: 350px;  text-align: center; margin:0 auto;}
.con-com-05 .ls-tab-box { padding-left: 20px;}
.con-com-05 .box {position: relative; z-index: 2; padding: 50px 0; width:100%; display:flex; justify-content: center;  height:100%; }
.con-com-05 .video-container {	position: relative;    width: 100%;    height: 0;  padding-bottom: 56.25%;  }
.con-com-05 .video-container iframe {	z-index: 1;	top: 0;	left: 0;	position: absolute;	width: 100%;	height: 100%;  }
.con-com-05 .ls-txt-02 ul { font-weight: 400; display:block; padding-top: 25px;  color:#646464; line-height: 1.5em;}
.con-com-05 .ls-txt-02 ul li{ position: relative; padding-left: 10px;}
.con-com-05 .ls-txt-02 ul li:before { content:'-' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;}
 
/* digi pcr */
.con-com-06 { margin:0 auto; max-width:1340px; padding: 60px 0px 100px 0px; position: relative;}
.con-com-06 .con-head { text-align: left; padding-top: 100px; padding-left:20px; padding-right:20px; }
.con-com-06 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-06 .con-box-02 { text-align: left; width: 100%; padding-left:20px; padding-right:20px; position: relative;}
.con-com-06 .con-box-03 { text-align: left; width: 100%;  padding-left:20px; padding-right:20px;position: relative;}
.con-com-06 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-06 .ls-tab-box { padding-left: 20px;}
.con-com-06 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-06 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-06 .ls-txt-02 p { padding-top:20px;}
.con-com-06 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-06 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-06 .ls-tab-01 { max-width: 350px;  text-align: center; margin:0 auto;}
.con-com-06 figure { width: 50%; float: right; margin:0 0 .5em 1.8em}
.con-com-06 .box-grid-01 {padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 2.5%; }
.con-com-06 .box-grid-01 img { padding-bottom: 40px; }
.con-com-06 .box-grid-01 &gt; div {font-size: 1.15em; font-weight: 600; padding: 70px 30px; border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-06 .ls-txt-02 .ls-txt-01 { color:#000;} 
.con-com-06 .con-box-03 img { width:100%;}
.con-com-06 .ls-table-01 table { text-align: center; width:100%; border-top:2px solid #000; table-layout: fixed ; border-spacing: 0; }
.con-com-06 .ls-table-01 { padding-top: 70px; clear: both;}
.con-com-06 .ls-table-01 table thead th { border-bottom:1px solid #000; background: #f6f7f9; padding: 15px 0;}
.con-com-06 .ls-table-01 table tbody td { word-break:keep-all ; border-bottom:1px solid #000; padding: 25px 0;}
.con-com-06 .ls-table-01 table td, .con-com-06 .ls-table-01 table th { border-right: 1px solid rgba(0,0,0,0.2)}
.con-com-06 .ls-table-01 table td:last-of-type, .con-com-06 .ls-table-01 table th:last-of-type { border-right:none}
.con-com-06 .ls-ul-01 ul { font-weight: 400; display:block; padding-top: 25px;  color:#646464; line-height: 1.5em;}
.con-com-06 .ls-ul-01 ul li{ position: relative; padding-left: 10px;}
.con-com-06 .ls-ul-01 ul li:before { content:'-' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;}
 
/* digi pcr */
.con-com-07 { margin:0 auto; max-width:1340px; padding: 50px 0px 100px 0px; position: relative;}
.con-com-07 .con-head { text-align: left; padding-top: 100px; padding-left:20px; padding-right:20px; }
.con-com-07 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-07 .con-box-02 { text-align: left; width: 100%; padding-left:20px; padding-right:20px; position: relative;}
.con-com-07 .con-box-03 { text-align: left; width: 100%;  padding-left:20px; padding-right:20px;position: relative;}
.con-com-07 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-07 .ls-tab-box { padding-left: 20px;}
.con-com-07 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-07 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-07 .ls-txt-02 p { padding-top:20px;}
.con-com-07 .ls-tab-01 ul {display:flex; justify-content: center; }  
.con-com-07 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-07 .ls-tab-01 { max-width: 350px;  text-align: center; margin:0 auto;}
.con-com-07 figure { width: 50%; float: right; margin:0 0 .5em 1.8em}
.con-com-07 figure figcaption {text-align: center; padding-top:10px;}
.con-com-07 .box-grid-01 {padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr;grid-column-gap: 2.5%; }
.con-com-07 .box-grid-01 img { padding-bottom: 40px; }
.con-com-07 .box-grid-01 &gt; div {font-size: 1.5em; font-weight: 600; padding: 100px 30px; border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-07 .ls-txt-02 .ls-txt-01 { color:#000;} 
.con-com-07 .con-box-03 img { width:100%;}
.con-com-07 .ls-ul-01 ul { font-weight: 400; display:block; padding-top: 25px;  color:#646464; line-height: 1.5em;}
.con-com-07 .ls-ul-01 ul li{ position: relative; padding-left: 10px;}
.con-com-07 .ls-ul-01 ul li:before { content:'-' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;}

/* digi pcr */
.con-com-08 { margin:0 auto; max-width:1340px; padding: 50px 0px 100px 0px; position: relative;}
.con-com-08 .con-head { text-align: left; padding-top: 100px; padding-left:20px; padding-right:20px; }
.con-com-08 .con-box-01 { text-align: left; width: 100%; padding-top: 50px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-08 .con-box-02 { text-align: left; width: 100%; padding-left:20px; padding-right:20px; position: relative;}
.con-com-08 .con-box-03 { text-align: left; width: 100%;  padding-left:20px; padding-right:20px;position: relative;}
.con-com-08 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; padding-left:20px; padding-right:20px;position: relative;}
.con-com-08 .ls-tab-box { padding-left: 20px;}
.con-com-08 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-08 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-08 .ls-txt-02 p { padding-top:20px;}
.con-com-08 .ls-tab-01 ul {display:flex; justify-content: center; background-color: transparent; }   
.con-com-08 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-08 .ls-tab-01 { max-width: 350px;  text-align: center; margin:0 auto;}
.con-com-08 figure { width: 50%; float: right; margin:0 0 .5em 1.8em}
.con-com-08 figure figcaption {text-align: center; padding-top:10px;}
.con-com-08 .box-grid-01 {padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr;grid-column-gap: 2.5%; }
.con-com-08 .box-grid-01 img { padding-bottom: 40px; }
.con-com-08 .box-grid-01 &gt; div {font-size: 1.5em; font-weight: 600; padding: 100px 30px; border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-08 .ls-txt-02 .ls-txt-01 { color:#000;} 
.con-com-08 .con-box-03 img { width:100%;}
.con-com-08 .con-box-03 p { text-align: justify;}
.con-com-08 .con-box-03 .ls-img-01 { clear:both; padding: 50px 0 0px 0;}
.con-com-08 .con-box-03 .ls-img-01 img { border:1px solid #c8c8c8}
.con-com-08 .ls-table-01 table { text-align: left; width:100%; border-top:2px solid #000; table-layout: fixed ; border-spacing: 0; }
.con-com-08 .ls-table-01 { padding-top: 70px; clear: both;}
.con-com-08 .ls-ul-01 ul { font-weight: 400; display:block; line-height: 1.5em;}
.con-com-08 .ls-ul-01 ul li{ position: relative; padding-left: 10px;}
.con-com-08 .ls-ul-01 ul li:before { content:'-' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;} 
.con-com-08 .ls-table-01 table tr { display:flex; justify-content: center; width:100%;}
.con-com-08 .ls-table-01 table th:last-of-type { border-left: 1px solid rgba(0,0,0,0.2)}
.con-com-08 .ls-table-01 table td { word-break:keep-all ; font-size: 1.1em; border-bottom:1px solid #000; padding: 35px 0 35px 25px; display:flex; align-items: center; width:auto; flex:1 1 auto; vertical-align: middle;}
.con-com-08 .ls-table-01 table th { font-size: 1.2em; border-bottom:1px solid #000; background: #f6f7f9; padding: 15px 0px; display:flex; align-items: center; justify-content: center; max-width: 15%; flex:1 1 auto; }

.con-com-09 { margin:0 auto; padding: 50px 0px 100px 0px; position: relative; overflow: hidden;}
.con-com-09 .con-head { text-align: left; padding-top: 70px; max-width: 1340px; padding-left: 20px; padding-right:20px; margin: 0 auto; }
.con-com-09 .con-box-01 { text-align: left; width: 100%; padding-top: 30px; max-width: 1340px; margin: 0 auto; position: relative;}
.con-com-09 .con-box-02 { text-align: left; width: 100%; padding-top: 70px; padding-left:20px; padding-bottom: 250px; padding-right:20px; position: relative;}
.con-com-09 .con-box-03 { width: 100%;  padding-left:20px; padding-right:20px;position: relative; max-width: 1340px; margin:0 auto;}
.con-com-09 .con-box-04 { text-align: left; width: 100%; padding-top: 20px; position: relative;}
.con-com-09 .con-box-01 .ls-img-01 { right:0; padding-left: 5%;top:-190px; position:absolute; width: 50%; }
.con-com-09 .con-box-01 .ls-img-01 .img-01 {  position:absolute; right:-20px;}
.con-com-09 .con-box-01 .ls-img-01 img {max-width:100%;}
.con-com-09 .con-box-01 .ls-txt-02 { line-height: 2em;  color:#000; width: 100%; padding-right: 50%; text-align: justify; padding-left:20px;}
.con-com-09 .ls-tab-box { padding-left: 20px;}
.con-com-09 .ls-txt-01 {text-align: left; font-size: 1.3em; font-weight: 600;}
.con-com-09 .ls-txt-02 {text-align: left;  color:#646464; line-height: 1.5em;} 
.con-com-09 .ls-txt-02 p { padding-top:20px;}
.con-com-09 .ls-tab-01 ul {display:flex; justify-content: center; background-color: transparent; }   
.con-com-09 .ls-tab-01 ul li { flex:1 1 auto}
.con-com-09 .ls-tab-01 { max-width: 350px;  text-align: center; margin:0 auto;}
.con-com-09 .com-box-02 { clear: both; background-repeat: no-repeat; position: relative; }
.con-com-09 .box-grid-01 { clear: both; max-width: 1300px; margin:0 auto; padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr ;grid-gap: 3% 3%; }
.con-com-09 .box-grid-01 .ls-list:not(:nth-child(2)) img { object-fit: cover; min-height: 360px; text-align: left; height: 100%;max-width:100%; }
.con-com-09 .box-grid-01 &gt; div { border:1px solid #c8c8c8; border-radius: 5px;text-align: center; }
.con-com-09 .box-grid-01 &gt; div:nth-child(1) { border:0; text-align: left; vertical-align: top; padding-top:0;}
.con-com-09 .box-grid-01 &gt; div:nth-child(2) {grid-column: 2 / span 3; }
.con-com-09 .box-grid-01 &gt; div:nth-child(3) {grid-column: 1 / span 2; }
.con-com-09 .box-grid-01 &gt; div:nth-child(4) {grid-column: 3 / span 2; }
.con-com-09 .box-grid-01 &gt; div:nth-child(5) {grid-column: 1 / span 2; }
.con-com-09 .box-grid-01 &gt; div:nth-child(6) {grid-column: 3 / span 2; }
.con-com-09 .box-grid-01 &gt; div:nth-child(7) {grid-column: 1 / span 2; }
.con-com-09 .box-grid-01 &gt; div:nth-child(8) {grid-column: 3 / span 2; }
.con-com-09 .box-grid-01 .ls-list { display:flex; justify-content: flex-start; align-items: center; background:#fff;}
.con-com-09 .box-grid-01 .ls-list:not(:nth-child(2)) .ls-img:after { position:absolute; content:''; z-index:2;height: 100%; width:100%; left:0; top:0; background-image: linear-gradient(270deg, rgba(255,255,255,1) 1%, rgba(0,0,0,0) 30%); }
.con-com-09 .box-grid-01 .ls-list:not(:nth-child(2)) .ls-img { position: relative; width: 45%; overflow: hidden;}
.con-com-09 .box-grid-01 .ls-list .ls-txt-01 { font-weight:400;  font-size: 0.9em; padding-right: 5px; width: 55%;}
.con-com-09 .box-grid-01 .ls-list h4 { font-weight:400; font-size: 1.4em; padding-bottom: 20px;}
.con-com-09 .box-grid-01 .ls-list b { font-size: 0.8em; display:inline-block; padding-right: 10px;}
.con-com-09 .box-grid-01 ul li{ position: relative; padding: 2px 0 2px 10px;}
.con-com-09 .box-grid-01 ul li:before { content:'\00B7' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;}
.con-com-09 .com-box-03 .con-head-02 { background-position: top center; margin: 0 auto; font-size: 2.5em;display:flex; align-items: center; justify-content: center; color:#fff; height:100%;}
.con-com-09 .com-box-03 { margin:0 auto;}
.con-com-09 .con-box-03 { clear: both; height: 250px; padding: 0 20px;   }
.con-com-09 .con-box-04 .ls-txt-01-in figure { max-width: 650px; width: 50%; float: left;  position: relative; margin-top: -60px;}
.con-com-09 .con-box-04 .ls-txt-02-in figure { max-width: 650px; width: 50%; float: right; position: relative; margin-top: 50px;}
.con-com-09 .con-box-04 figure img {width:100%;}
.con-com-09 .con-box-04:before { position: absolute; width:1px; content:''; height:100%; background:#e6e6e6; left:50%; top: 0; transform: translateX( -50%);}
.con-com-09 .con-box-04:after { position: absolute; width:22px; content:''; height:22px; border-radius: 50%; border:6px solid #e6e6e6; background:#86278b; left:50%; top: 100px; transform: translateX( -50%);}
.con-com-09 .con-box-04 .ls-box { position: relative; font-size: 1.3em; }
.con-com-09 .con-box-04 { padding-top: 280px;}
.con-com-09 .con-box-04 .ls-txt-03 { font-weight: 600; max-width: 650px;text-align: right; font-size: 4em; color:#f0f0f0; position: relative; margin-top: -100px; }
.con-com-09 .con-box-04 .ls-txt-04 { font-weight: 600; max-width: 650px;text-align: left; font-size: 4em; color:#f0f0f0; position: relative; margin-top: -100px; }
.con-com-09 .con-box-04 .ls-txt-01-in { display:flex; justify-content: center; margin:0 auto; padding-left:20px; padding-right:20px; max-width: 1340px;}
.con-com-09 .con-box-04 .ls-txt-02-in { position: relative; display:flex; justify-content: center; margin:0 auto; padding-top: 100px; padding-left:20px; padding-right:20px; max-width: 1340px;}
.con-com-09 .con-box-04 .ls-txt-01-in .ls-txt-box { padding-left: 5%; width: 50%;}
.con-com-09 .con-box-04 .ls-txt-02-in .ls-txt-box { padding-right: 5%; width: 50%;}
.con-com-09 .con-box-04 .ls-txt-box h4 { min-width: 125px;  font-size: 1.7em; padding-right: 30px; font-weight:500; }
.con-com-09 .con-box-04 .ls-his {  padding-bottom: 50px; display: flex;  justify-content: flex-start;}
.con-com-09 .con-box-04 .ls-his ul { padding-top: 10px; font-weight: 400; font-size: 0.9em;}
.con-com-09 .con-box-04 .ls-his li{white-space:nowrap; position: relative; padding: 2px 0 2px 10px;}
.con-com-09 .con-box-04 .ls-txt-02-in .ls-his li { white-space: normal}
.con-com-09 .con-box-04 .ls-his li:before { content:'\00B7' ; display:inline-block; left:0;  position: absolute; width: 15px; height: 15px;}
.con-com-09 .con-box-04 .ls-txt-02-in:before { position: absolute; width:100%; right:50%; content:''; height:1px; background:#e6e6e6; top: 100px; }
.con-com-09 .con-box-04 .ls-txt-01-in:before { position: absolute; width:100%; left:50%; content:''; height:1px; background:#e6e6e6; top: 0; }
.con-com-09 .con-box-04 .ls-txt-02-in:after { position: absolute; width:22px; content:''; height:22px; border-radius: 50%; border:6px solid #e6e6e6; background:#86278b; left:50%; top: -100px; transform: translateX( -50%);}

.con-com-10 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}

.con-com-11 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}
.con-com-11 .com-box-01 { display: flex;  justify-content: flex-start;  flex-wrap: wrap; width:100%; }
.con-com-11 .com-box-01 .list { width:33.3%; height:179px; margin-bottom:50px; }
.con-com-11 .com-box-01 .list img { max-width:100%; height:179px; object-fit: cover;}



.con-com-12 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}
.con-com-12 .com-box-01 {  max-width: 1360px; padding: 0px 20px; margin:0 auto;  }
.con-com-12 .con-box-01 { padding: 70px 0px 60px 0px; text-align: center; margin:0 auto; width: 100%; position: relative; }
.con-com-12 .dl-box-01 { margin-top: 20px;display:flex; flex-wrap: wrap;}
.con-com-12 .dl-box-01 dl:before { content:''; width:120px; position: absolute; left:0; border-radius: 50%; border:1px solid #86278b; height:120px; top:50%; background-position: center; transform: translateY(-50%); background-repeat: no-repeat;  }
.con-com-12 .dl-box-01 .map-icon-01:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='51px' height='43px'%3E%3Cpath fill-rule='evenodd' fill='rgb(134, 39, 139)' d='M50.597,26.418 C50.401,26.615 50.144,26.713 49.887,26.713 C49.631,26.713 49.374,26.615 49.178,26.418 L44.646,21.873 L44.646,41.947 C44.646,42.504 44.197,42.954 43.642,42.954 L30.651,42.954 C30.096,42.954 29.647,42.504 29.647,41.947 L29.647,25.188 L20.998,25.188 L20.998,41.947 C20.998,42.504 20.549,42.954 19.994,42.954 L7.003,42.954 C6.448,42.954 5.999,42.504 5.999,41.947 L5.999,21.874 L1.807,26.077 C1.415,26.470 0.780,26.470 0.388,26.077 C-0.004,25.684 -0.004,25.047 0.388,24.654 L6.292,18.734 C6.293,18.733 6.294,18.732 6.295,18.731 L24.613,0.360 C25.005,-0.033 25.640,-0.033 26.033,0.360 L44.351,18.731 C44.351,18.732 44.352,18.732 44.353,18.733 L50.597,24.995 C50.989,25.388 50.989,26.025 50.597,26.418 ZM25.323,2.495 L8.006,19.861 L8.006,40.941 L18.991,40.941 L18.991,24.181 C18.991,23.625 19.439,23.175 19.994,23.175 L30.651,23.175 C31.206,23.175 31.654,23.625 31.654,24.181 L31.654,40.941 L42.638,40.941 L42.638,19.860 L25.323,2.495 Z'/%3E%3C/svg%3E"); }
.con-com-12 .dl-box-01 .map-icon-02:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47px' height='47px'%3E%3Cpath fill-rule='evenodd' fill='rgb(134, 39, 139)' d='M34.088,46.975 C33.579,46.975 33.068,46.933 32.560,46.844 C27.890,46.040 20.589,43.339 12.302,35.042 L12.302,35.042 C12.293,35.034 12.285,35.026 12.277,35.018 C12.275,35.016 12.274,35.015 12.272,35.013 C3.996,26.709 1.302,19.394 0.501,14.718 C-0.001,11.797 0.961,8.790 3.072,6.675 L8.551,1.185 C9.747,-0.016 11.836,-0.016 13.034,1.185 L21.375,9.543 C22.611,10.782 22.611,12.797 21.375,14.036 L15.696,19.727 L27.561,31.617 L33.240,25.927 C34.476,24.688 36.489,24.688 37.725,25.927 L46.065,34.284 C46.664,34.884 46.994,35.682 46.994,36.531 C46.994,37.379 46.664,38.177 46.065,38.777 L40.587,44.267 C38.844,46.013 36.495,46.975 34.088,46.975 ZM13.709,33.611 C21.628,41.542 28.515,44.108 32.900,44.865 C35.174,45.256 37.517,44.501 39.169,42.846 L44.647,37.356 C44.867,37.135 44.989,36.843 44.989,36.531 C44.989,36.219 44.867,35.925 44.647,35.705 L36.307,27.347 C35.853,26.892 35.112,26.892 34.658,27.347 L28.270,33.748 C27.879,34.141 27.244,34.141 26.853,33.748 L13.569,20.437 C13.381,20.249 13.275,19.994 13.275,19.727 C13.275,19.460 13.381,19.205 13.569,19.017 L19.958,12.616 C20.411,12.160 20.411,11.419 19.958,10.963 L11.616,2.606 C11.176,2.164 10.409,2.164 9.969,2.606 L4.489,8.095 C2.838,9.751 2.086,12.099 2.476,14.379 C3.230,18.770 5.791,25.673 13.709,33.611 Z'/%3E%3C/svg%3E"); }
.con-com-12 .dl-box-01 dl { display:flex; flex-wrap: wrap; width:50%; position: relative; padding: 12px 5px 10px 165px; }
.con-com-12 .dl-box-01 dt { font-weight:500; text-align: left;  display: block; width: 100%; max-width: 200px; padding-right: 20px; padding-bottom: 20px; font-size: 1.5em; }
.con-com-12 .dl-box-01 dd { text-align: left; display: block; width: 100%;}

.con-com-13 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}

.con-com-14 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}

.con-com-15 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}

.con-com-16 { margin:0 auto; padding: 50px 20px 100px 20px; max-width: 1340px; position: relative; overflow: hidden;}
.con-com-16 .con-box-01 {  padding: 100px 0px 30px 0px; text-align: left; }
.con-com-16 .con-box-01 .ls-info, .con-com-16 .con-box-01 ::placeholder { letter-spacing: -0.5px; color:#b2b2c1;}
.con-com-16 .con-box-01 .ls-info { padding-bottom:15px;}
.con-com-16 .con-box-01 .dl-box-01 { margin-top: 20px; border-top:2px solid #000;flex-wrap: wrap; display:flex; justify-content: center; align-items: center;}
.con-com-16 .con-box-01 dl { width: 50%; line-height: 1.2em;display:flex; flex-wrap: wrap; position: relative; padding: 20px 5px; }
.con-com-16 .con-box-01 .dl-full { width: 100%;}
.con-com-16 .con-box-01 dt { font-weight: 400; display: block; width: 20%; padding-left: 20px; max-width: 190px; flex:1; }
.con-com-16 .con-box-01 dd { display: block; width: 80%;flex:1;}
.con-com-16 .con-box-01 dt span { width: 40px; font-weight:600; padding-right: 7px;}
.con-com-16 .con-box-01 input[type=text], .con-com-16 .con-box-01 textarea { border:0; border-bottom: 1px solid #dfe0e8;  border-radius: 10px; width:100%; padding: 15px 10px;}
.con-com-16 .con-box-01 textarea { height: 250px;}
.con-com-16 .con-box-01 .dl-p { padding-top: 10px; padding-bottom:10px;}
.con-com-16 .ls-btn { padding: 70px 0; text-align: center; }
.con-com-16 .ls-btn a { font-size: 1.2em; border-radius: 50px; width:100%; max-width: 330px; padding: 20px; display:inline-block; text-align: center;  color:#fff;}
.con-com-16 .ls-btn a:hover { background:#f4c349}
.con-com-16 .con-box-01 input.ls-day { border-bottom:1px solid #000; width: 200px; background-position: right center; background-repeat: no-repeat; background-size: 15px auto; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.05 12.85'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23b5b5b6; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='M11.33,2H9.77V.52a.52.52,0,0,0-1,0V2H4.33V.52A.53.53,0,0,0,3.8,0a.52.52,0,0,0-.52.52V2H1.72A1.72,1.72,0,0,0,0,3.7v7.42a1.73,1.73,0,0,0,1.72,1.73h9.61a1.73,1.73,0,0,0,1.72-1.73V3.7A1.72,1.72,0,0,0,11.33,2ZM12,11.12a.68.68,0,0,1-.67.68H1.72a.68.68,0,0,1-.67-.68V3.7A.67.67,0,0,1,1.72,3h9.61A.67.67,0,0,1,12,3.7Z'/%3E%3Cpath class='cls-1' d='M9.11,4.86a.53.53,0,0,0-.72.2L6.29,8.8l-2-2.19a.52.52,0,0,0-.74,0,.53.53,0,0,0,0,.74L6,10a.51.51,0,0,0,.45.17.55.55,0,0,0,.4-.26L9.31,5.58A.53.53,0,0,0,9.11,4.86Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.con-com-16 .con-box-01 input.ls-day::placeholder { color:#000;}
.con-com-16 .con-box-01 input+.ls-info { padding-bottom:0; padding-top: 20px;}
.con-com-16 .con-box-01 .ul-box-01 { color:#7f7f7f; border:1px solid #cecece; border-radius: 10px; height: 200px; overflow: auto;width:100%; padding: 10px;}
.con-com-16 .con-box-01 .ul-box-01 li { padding-bottom: 15px;}
.con-com-16 .con-box-01 .ul-box-01 li h5 { padding-bottom: 10px;}
.con-com-16 .con-box-01 dl label { padding: 20px 0px 10px 0; display: block; text-align: left;}
.con-com-16 .con-box-01 .ls-txt-01 { font-weight: 600; text-align: right;}
.con-com-16 .con-box-02 { background:#f6f7f9; padding: 50px 0;}
.con-com-16 .con-box-02 input[type=checkbox] { display:inline-block; min-width:18px; width: 25px; height: 25px; margin-top:0px;}
.con-com-16 .con-box-02 label { display:flex; justify-content: center;align-items: stretch;}
.con-com-16 .con-box-02 label&gt;span { padding-left:10px;text-align: left;}
.con-com-16 .con-box-02 label&gt;span span { font-size: 0.8em; color:#646464;}
.con-com-16 .con-box-01 { padding: 70px 0px 60px 0px; text-align: center; margin:0 auto; width: 100%; position: relative; }
.con-com-16 .con-box-04 { border-top:2px solid #000; padding-top: 30px; display: flex; justify-content: space-between;}
.con-com-16 .con-box-04 h4 {padding-top: 30px; font-size: 1.7em;}
.con-com-16 .con-box-04 .dl-box-01 { margin-top: 20px;display:flex; flex-wrap: wrap; width: 85%;}
.con-com-16 .con-box-04 .dl-box-01 dl:before { content:''; width:120px; position: absolute; left:0; border-radius: 50%; border:2px solid #000; height:120px; top:50%; background-position: center; transform: translateY(-50%); background-repeat: no-repeat;  }
.con-com-16 .con-box-04 .dl-box-01 .map-icon-01:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46px' height='37px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M45.898,35.970 C45.898,36.525 45.450,36.974 44.897,36.974 L1.102,36.974 C0.549,36.974 0.101,36.525 0.101,35.970 L0.101,1.086 C0.101,1.084 0.102,1.083 0.102,1.082 C0.102,0.951 0.128,0.820 0.179,0.698 C0.230,0.575 0.305,0.466 0.398,0.373 C0.399,0.372 0.399,0.371 0.400,0.370 C0.427,0.344 0.461,0.334 0.490,0.311 C0.563,0.253 0.635,0.195 0.723,0.159 C0.819,0.119 0.921,0.106 1.024,0.098 C1.051,0.096 1.074,0.082 1.102,0.082 L1.108,0.082 C1.110,0.082 1.111,0.082 1.112,0.082 L44.886,0.082 C44.887,0.082 44.888,0.082 44.889,0.082 L44.897,0.082 C44.928,0.082 44.954,0.097 44.984,0.100 C45.083,0.109 45.182,0.120 45.275,0.159 C45.365,0.196 45.440,0.255 45.515,0.316 C45.541,0.337 45.574,0.346 45.598,0.370 C45.599,0.371 45.599,0.372 45.601,0.373 C45.693,0.466 45.768,0.575 45.820,0.698 C45.871,0.820 45.896,0.951 45.897,1.081 C45.897,1.083 45.898,1.084 45.898,1.086 L45.898,35.970 ZM2.102,33.500 L16.661,19.198 C16.812,19.050 17.001,18.977 17.194,18.944 L2.102,3.539 L2.102,33.500 ZM3.470,34.967 L42.497,34.967 L28.021,20.629 C27.826,20.436 27.728,20.182 27.725,19.927 C26.374,20.971 24.734,21.545 22.999,21.545 C21.297,21.545 19.686,20.992 18.350,19.984 C18.334,20.221 18.244,20.453 18.062,20.632 L3.470,34.967 ZM18.884,17.805 C19.979,18.922 21.440,19.538 22.999,19.538 C24.558,19.538 26.020,18.922 27.115,17.805 L42.511,2.089 L3.487,2.089 L18.884,17.805 ZM28.817,18.930 C29.039,18.951 29.257,19.032 29.427,19.201 L43.896,33.532 L43.896,3.539 L28.817,18.930 Z'/%3E%3C/svg%3E"); }
.con-com-16 .con-box-04 .dl-box-01 .map-icon-02:before {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47px' height='47px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M34.088,46.975 C33.579,46.975 33.068,46.933 32.560,46.844 C27.890,46.040 20.589,43.339 12.302,35.042 L12.302,35.042 C12.293,35.034 12.285,35.026 12.277,35.018 C12.275,35.016 12.274,35.015 12.272,35.013 C3.996,26.709 1.302,19.394 0.501,14.718 C-0.001,11.797 0.961,8.790 3.072,6.675 L8.551,1.185 C9.747,-0.016 11.836,-0.016 13.034,1.185 L21.375,9.543 C22.611,10.782 22.611,12.797 21.375,14.036 L15.696,19.727 L27.561,31.617 L33.240,25.927 C34.476,24.688 36.489,24.688 37.725,25.927 L46.065,34.284 C46.664,34.884 46.994,35.682 46.994,36.531 C46.994,37.379 46.664,38.177 46.065,38.777 L40.587,44.267 C38.844,46.013 36.495,46.975 34.088,46.975 ZM13.709,33.611 C21.628,41.542 28.515,44.108 32.900,44.865 C35.174,45.256 37.517,44.501 39.169,42.846 L44.647,37.356 C44.867,37.135 44.989,36.843 44.989,36.531 C44.989,36.219 44.867,35.925 44.647,35.705 L36.307,27.347 C35.853,26.892 35.112,26.892 34.658,27.347 L28.270,33.748 C27.879,34.141 27.244,34.141 26.853,33.748 L13.569,20.437 C13.381,20.249 13.275,19.994 13.275,19.727 C13.275,19.460 13.381,19.205 13.569,19.017 L19.958,12.616 C20.411,12.160 20.411,11.419 19.958,10.963 L11.616,2.606 C11.176,2.164 10.409,2.164 9.969,2.606 L4.489,8.095 C2.838,9.751 2.086,12.099 2.476,14.379 C3.230,18.770 5.791,25.673 13.709,33.611 Z'/%3E%3C/svg%3E"); }
.con-com-16 .con-box-04 .dl-box-01 dl { display:flex; flex-wrap: wrap; width:50%; position: relative; padding: 12px 5px 10px 165px; }
.con-com-16 .con-box-04 .dl-box-01 dt { font-weight:500; text-align: left;  display: block; width: 100%; max-width: 200px; padding-right: 20px; padding-bottom: 20px; font-size: 1.5em; }
.con-com-16 .con-box-04 .dl-box-01 dd { text-align: left; display: block; width: 100%;}
.con-com-16 .con-box-04 .dl-box-01 dd span { padding-right: 10px; display:inline-block; vertical-align: top;}

/* 채용절차 */
.con-com-17 { margin: 0 auto; padding: 0 0px;  padding-top: 100px;}
.con-com-17 .con-box-01 {padding-left: 20px; padding-right:20px; font-size: 2.5em; font-weight: 600; overflow: hidden; text-align: center; width: 100%; position: relative; padding-top: 50px;  padding-bottom: 70px;}
.con-com-17 .con-box-01 strong { color:#0092df}
.con-com-17 .con-box-02 { padding:80px 20px 80px 20px; text-align: center; margin:0 auto; background:#f6f7f9;}
.con-com-17 .com-box-02 { padding:100px 20px 150px 20px; text-align: center; margin:0 auto; max-width: 1340px;}
.con-com-17 .con-box-04 { text-align: center; margin:0 auto; max-width: 1340px;}
.con-com-17 .com-box-04 { padding:50px 20px 50px 20px; text-align: center; margin:0 auto; max-width: 1340px;}
.con-com-17 .con-box-02 img { width:100%; max-width:1300px; }
.con-com-17 .con-box-02 .ls-list-img img { width: auto; height: 140px;}
.con-com-17 .con-box-02 .ls-list-img { padding-bottom: 30px;}
.con-com-17 .con-box-02 .box-list-01 img { max-width: 100%; width: auto; }
.con-com-17 .con-box-02 .box-list-01 .ls-list { padding-bottom: 30px; font-size: 1.2em;}
.con-com-17 .con-box-02 .box-list-01 .ls-list h4 { font-size: 1.3em; padding-bottom: 10px; font-weight: 400;}
.con-com-17 .com-box-03 { padding: 50px 20px; background:#f6f7f9}
.con-com-17 .con-box-04 .ls-bg-01{ padding: 60px 0;  }
.con-com-17 .con-box-04 .ls-bg-01 img { width:100%; max-width: 984px;}
.con-com-17 .con-box-04 .ls-box .ls-list { font-size: 1.3em; padding: 20px 0px 20px 10px; border-bottom:1px solid #c8c8c8; display: flex; text-align: left;}
.con-com-17 .con-box-04 .ls-box .ls-list:last-of-type { border:none;}
.con-com-17 .con-box-04 .ls-box .tt { font-weight: 600; width:200px; min-width: 200px;}
.con-com-17 .con-box-04 .ls-box .ss {word-break: keep-all; font-size: 0.9em; letter-spacing: -0.4px;}
.con-com-17 .con-box-05 { text-align: left;}
.con-com-17 .con-box-05 .tt { font-weight:500; border-bottom:1px solid #000; padding-bottom:20px;}
.con-com-17 .con-box-05 .ls-txt {padding-top: 20px; padding-bottom: 70px;}
.con-com-17 .con-box-05 .ls-txt li { word-break: keep-all;  padding-bottom: 10px;}
.con-com-17 .con-box-05 .ls-info { font-size: 0.7em; text-align:center; padding: 30px 0; background:#f4f4f4; border:1px solid #dbdbdb; }
.con-com-17 .con-box-05 .ls-info span {font-size: 1.15em; position: relative; padding-right:30px;margin-right: 30px;}
.con-com-17 .con-box-05 .ls-info span:before { content:'\2709'; padding-right: 5px; }
.con-com-17 .con-box-05 .ls-info span:after { content:''; position:absolute; height:18px; right:0;width:1px; top:6px; background:#d3d3d3 }
.con-com-17 .con-box-05 .tt { font-size: 1.3em;}
.con-com-17 .con-box-05 .ls-btn-01 { margin:50px auto; text-align: center; width:100%; max-width:410px; padding: 20px 30px 24px 30px; color:#fff; font-size: 1.1em;}
.con-com-17 .con-box-05 .ls-btn-01 a { display:inline-block; color:#fff; }
.con-com-17 .con-box-05 .ls-btn-01 img { filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1);}
.con-com-17 .con-box-05 .ls-btn-01 .saramin { margin-top:-10px; }
.con-com-17 .con-box-05 .ls-btn-01 span { margin:0 10px; }
.con-com-17 .con-box-05 .ls-btn-01 label { display:inline-block; margin-left:20px; }
.con-com-17 .box-grid-01 { padding-top: 40px; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-gap: 5% 2.5%; }
.con-com-17 .box-grid-01 img { max-width:100%; padding: 40px 0 40px 0; }
.con-com-17 .box-grid-01 .ls-img { background:#fff}
.con-com-17 .box-grid-01 &gt; div {  background:#f1f1f1;  font-size: 1em; color:#646464; font-weight: 600; border:1px solid #c8c8c8; text-align: center; }
.con-com-17 .box-grid-01 p {padding:30px 10px;}


/* 개인정보 처리방침 레이어 */
.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;}


/*게시판 : 인증현황 */
#news_list { width:100%; margin-left:10px;  }
#news_list .gl_list { display:inline-block; width:24%;   }
.bo_list1 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
.bo_list1 li {width:100%; max-width:280px; height:470px; overflow:hidden; padding:10px; }
.bo_list1 .bo_image1 { width:100%; overflow:hidden; height:380px; border:1px solid #eee; }
.bo_list1 .bo_image1 img {object-fit: cover; height: 380px; width: 100%; padding:10px; }
.bo_list1 .bo_title1 {margin-top:20px; height:80px; text-align:center; }
.bo_list1 .bo_title1 .tt { font-size:1.05em; font-weight:500; max-height:150px; overflow:hidden; word-break: keep-all;}
.bo_list1 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
.bo_list1 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }
.vo_title1 { border-top:2px solid #000; border-bottom:1px solid #ccc; padding:50px 20px 40px 20px; text-align:center; margin-bottom:50px; margin-top:100px;  }
.vo_title1 .tt { font-size:1.7em; font-weight:600; margin-bottom:20px; }
.vo_title1 .st { font-size:0.9em; color:#888; font-weight:400; }
.vo_list_btn1 { text-align:center; margin:80px 0; }
.vo_list_btn1 a { border:1px solid #333; color:#333; padding:15px 70px; border-radius:30px; font-weight:600; }
.vo_list_btn1 a:hover { background:#333; color:#fff; }

/* 사내소식 */
#news_list3 { width:100%; margin-left:10px;  }
#news_list3 .gl_list { display:inline-block; width:33%;   }
.bo_list3 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
.bo_list3 li {width:100%; max-width:400px; height:420px; overflow:hidden; padding:10px; }
.bo_list3 .bo_image1 { width:100%; overflow:hidden; height:210px; border:1px solid #eee; }
.bo_list3 .bo_image1 img {object-fit: cover; height: 210px; width: 100%; padding:0px; }
.bo_list3 .bo_title1 {margin-top:20px; height:80px; text-align:left; }
.bo_list3 .bo_title1 .tt { font-size:1.35em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bo_list3 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; word-break: break-all; }
.bo_list3 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }

#bo_v_atc * { word-break: break-all; }


@media all and (max-width : 1900px){
	.con-com-09 .con-box-04 .ls-his li {white-space:normal; }

	.con-com-11 .com-box-01 .list { width:33.3%; height:159px; margin-bottom:50px; }
	.con-com-11 .com-box-01 .list img { max-width:100%; height:159px; object-fit: cover;}

}


@media all and (max-width : 1024px){ 
	.con-com-05 .ls-list-01 .ls-info { padding: 15px 25px;} 
	.con-com-05 .ls-list-01 { margin-right: -10px;}
	.con-com-05 .ls-list-01 .list { width: calc(50% - 10px); margin-right:10px; margin-bottom:10px;}
	.con-com-05 .list dd { padding-top:10px}

	.con-com-16 .con-box-01 dt { width: 15%; max-width: 150px;}

	.con-com-06 .ul-box-01 li { padding: 30px 30px 30px 30px;}

	.con-com-16 .con-box-04 { font-size: 0.9em; flex-wrap: wrap;}
	.con-com-16 .con-box-04 h4, .con-com-16 .con-box-04 .dl-box-01{ text-align: left; width:100%;}
	.con-com-16 .con-box-04 h4 { padding-top:10px; padding-bottom:10px;}

	.con-com-11 .com-box-01 .list { width:50%; height:159px; margin-bottom:50px; }
	.con-com-11 .com-box-01 .list img { max-width:100%; height:159px; object-fit: cover;}

	.container { font-size: 1em;}
}

@media all and (max-width : 768px){ 
 
	.container { font-size: 0.8em;}
	.con-head { font-size: 1em;}
	.con-head h3 { font-size: 1.9em;}

	

	.con-com-01 .con-box-01, .con-com-03, .con-com-04{ padding-top: 50px;}
	.con-com-02 .con-box-01, .con-com-03 .con-box-01, .con-com-03 .con-box-02 .con-info-02, .con-com-07 .con-box-01  { padding-top: 35px; padding-bottom:30px;}
	.con-com-04, .con-com-07  { padding-bottom: 50px;}
	.con-com-04 .slide-box .con-info-01, .con-com-01, .con-com-05,  .con-com-02,  .con-com-03, .con-com-04, .con-com-06  { padding-top: 15px; padding-bottom:15px;}
	.con-com-06 .con-box-01 .dl-box-01,.con-com-06 .ul-box-01, .con-com-01 .con-box-01, .con-com-02 .con-box-04 { padding-top:30px;}
	.con-com-01 .con-head, .con-com-02 .con-head, .con-com-03 .con-head, .con-com-04 .con-head { padding-top: 60px;}

	.con-com-01 .ls-tab-01 ul { min-width: 400px; justify-content: flex-start; text-align: left;}
	.con-com-01 .ls-tab-01 {width:100%; overflow-x:auto; }

	.con-com-02 .ls-tab-01 ul { min-width: 400px; justify-content: flex-start; text-align: left; }
	.con-com-02 .ls-tab-01 {width:100%; overflow-x:auto; }

	.con-com-03 .ls-tab-01 ul { min-width: 400px; justify-content: flex-start; text-align: left; }
	.con-com-03 .ls-tab-01 {width:100%; overflow-x:auto; }

	.con-com-04 .ls-tab-01 ul {min-width: 400px; justify-content: flex-start; text-align: left; }
	.con-com-04 .ls-tab-01 {width:100%; overflow-x:auto; }

	.con-com-01 .con-box-01 { overflow: hidden;}
	.con-com-01 .ls-left .tt { word-break: keep-all; padding-bottom: 50px; font-size: 1.3em;}
	.con-com-01 .ls-left .ss { padding-right: 0px;}
	.con-com-01 .ls-bg {width:100%; padding: 20px 0 50px 0; }
	.con-com-01 .ls-left { width: 100%;}

	.snb li { max-width:100%;}

	.con-com-02 .box-grid-01 { grid-template-columns: 1fr 1fr;grid-gap: 2.5%; }
	.con-com-02 .box-grid-01 &gt; div { padding: 20% 5%; font-size: 1em;} 
	.con-com-02 .box-grid-01 .ls-img img {max-width: 50px; padding-bottom: 20px;}
	.con-com-02 figure { width:100%; padding: 30px 0;}
	.con-com-02 .ls-table-01 thead,.con-com-02 .ls-table-01  colgroup { display: none;}
	.con-com-02 .ls-table-01 td{position: relative;}
	.con-com-02 .ls-table-01 td { width:100%; display:block; text-align: left; padding: 5px 0px 5px 100px!important}
	.con-com-02 .ls-table-01 td br { display:none;}
	.con-com-02 .ls-table-01 td:before { font-weight: 600; padding:5px; height:100%;width: 90px; position: absolute; left:0px; top:0; background:#f6f7f9 }
	.con-com-02 .ls-table-01 td:nth-child(1):before { content: '검체처리능력';}
	.con-com-02 .ls-table-01 td:nth-child(2):before { content: '채널';}
	.con-com-02 .ls-table-01 td:nth-child(3):before { content: '사용량';}
	.con-com-02 .ls-table-01 td:nth-child(4):before { content: '온도설정';}
	.con-com-02 .ls-table-01 td:nth-child(5):before { content: '온도 정확도';}
	.con-com-02 .ls-table-01 td:nth-child(6):before { content: '온도 균일도';}
	.con-com-02 .ls-table-01 td:nth-child(7):before { content: '온도상승시간';}
	.con-com-02 .ls-table-01 td:nth-child(8):before { content: '실시간 스캔';}
	.con-com-02 .ls-table-01 table td, .con-com-02 .ls-table-01 table th { border-right:0;}
	.con-com-02 .box-grid-01 { padding-top:20px;}

	.con-com-03 .box-grid-01 { grid-template-columns: 1fr 1fr;grid-gap: 2.5%; }
	.con-com-03 .box-grid-01 &gt; div { padding: 20% 5%; font-size: 1em;}
	.con-com-03 .box-grid-01 .ls-img img {max-width: 50px; padding-bottom: 20px;}
	.con-com-03 figure { width:100%; padding: 30px 0;}
	.con-com-03 .box-grid-01 { padding-top:20px;}

	.con-com-04 .box-grid-01 { grid-template-columns: 1fr 1fr;grid-gap: 2.5%; }
	.con-com-04 .box-grid-01 &gt; div { padding: 20% 5%; font-size: 1em;}
	.con-com-04 .box-grid-01 .ls-img img {max-width: 50px; padding-bottom: 20px;}
	.con-com-04 figure { width:100%; padding: 10px 0 30px 0;}
	.con-com-04 .box-grid-01 { padding-top:20px;}
	.con-com-04 .con-box-03 .ls-txt-01 ul li { padding-left: 30px;}
	.con-com-04 .con-box-03 .ls-txt-01 ul li::before { left: 20px;}
	.con-com-04 .con-box-03 .ls-txt-01 ul { padding-top:15px;}
	.con-com-04 .con-box-01 { padding-top: 40px;}
	
	.con-com-05 .con-head-03 { font-size: 0.9em; padding-top:7px; padding-bottom:7px;}
	.con-com-05 .con-box-01 { padding-bottom: 40px; padding-top:25px;}
	.con-com-05 .ls-list-01 .ls-info { padding: 10px 15px;} 
	.con-com-05 .list dd { padding-top:5px; }
	.con-com-05 .list dt { line-height: 1.4em; min-height: 35px;}
	.con-com-05 .list dl {font-size: 0.5em; }
	.con-com-05 .ls-list-02 .list { flex-wrap: wrap;}
	.con-com-05 .ls-list-02 .list&gt;div { width:100%;} 
	.con-com-05 .ls-list-02 .ls-info { padding: 25px;  padding-top:0;} 
	.con-com-05 .ls-list-02 .list dl { padding-right:0;}
	.con-com-05 .con-head { padding-top: 50px;}
	.con-com-05 .ls-tab-01 { max-width: 240px;}

	.con-com-06 .box-grid-01 { grid-template-columns: 1fr 1fr;grid-gap: 2.5%; }
	.con-com-06 .box-grid-01 &gt; div { padding: 20% 5%; font-size: 1em;}
	.con-com-06 .box-grid-01 .ls-img img {max-width: 50px; padding-bottom: 20px;}
	.con-com-06 figure { width:100%; padding: 30px 0;}
	.con-com-06 .ls-table-01 thead,.con-com-06 .ls-table-01  colgroup { display: none;}
	.con-com-06 .ls-table-01 td{position: relative;}
	.con-com-06 .ls-table-01 td { width:100%; display:block; text-align: left; padding: 5px 0px 5px 130px!important}
	.con-com-06 .ls-table-01 td br { display:none;}
	.con-com-06 .ls-table-01 td:before { font-weight: 600; padding:5px; height:100%;width: 120px; position: absolute; left:0px; top:0; background:#f6f7f9 }
	.con-com-06 .ls-table-01 td:nth-child(1):before { content: '검체처리능력';}
	.con-com-06 .ls-table-01 td:nth-child(2):before { content: '채널';}
	.con-com-06 .ls-table-01 td:nth-child(3):before { content: '사용량';}
	.con-com-06 .ls-table-01 td:nth-child(4):before { content: '온도설정';}
	.con-com-06 .ls-table-01 td:nth-child(5):before { content: 'Dynamic range';}
	.con-com-06 .ls-table-01 td:nth-child(6):before { content: 'Quantitation CV'; }
	.con-com-06 .ls-table-01 td:nth-child(7):before { content: '온도상승시간';}
	.con-com-06 .ls-table-01 td:nth-child(8):before { content: '광원';}
	.con-com-06 .ls-table-01 table td, .con-com-06 .ls-table-01 table th { border-right:0;}
	.con-com-06 .box-grid-01 { padding-top:20px;}
	.con-com-06 .ls-table-01,.con-com-06 .con-head { padding-top: 50px;}
	.con-com-06 .con-box-01 { padding-top: 30px;}
	.con-com-06 .ls-tab-01 { max-width: 240px;}

	.con-com-07 .box-grid-01 { grid-template-columns: 1fr;grid-gap: 2.5%; }
	.con-com-07 .box-grid-01 &gt; div { padding: 10% 5%; font-size: 1em;}
	.con-com-07 .box-grid-01 .ls-img img {max-width: 50px; padding-bottom: 20px;}
	.con-com-07 figure { width:100%; padding: 20px 0;}
	.con-com-07 .box-grid-01 { padding-top:20px; padding-bottom:50px;}
	.con-com-07 .con-head { padding-top: 50px;}
	.con-com-07 .con-box-01 { padding-top: 30px;}
	.con-com-07 .ls-tab-01 { max-width: 240px;}
	.con-com-07 figure figcaption { font-size: 0.7em; padding-top:5px;}
	.con-com-07 .pb100 { padding-bottom: 50px;}

	.con-com-08 .box-grid-01 { grid-template-columns: 1fr;grid-gap: 2.5%; }
	.con-com-08 .box-grid-01 &gt; div { padding: 10% 5%; font-size: 1em;}
	.con-com-08 .box-grid-01 .ls-img img {max-width: 50px; padding-bottom: 20px;}
	.con-com-08 figure { width:100%; padding: 20px 0;}
	.con-com-08 .box-grid-01 { padding-top:20px; padding-bottom:50px;}
	.con-com-08 .con-head { padding-top: 50px;}
	.con-com-08 .con-box-01 { padding-top: 30px;}
	.con-com-08 .ls-tab-01 { max-width: 240px;}
	.con-com-08 .ls-table-01 table th:last-of-type { border-left:0;}
	.con-com-08 .ls-table-01 table tr { flex-wrap: wrap;}
	.con-com-08 .ls-table-01 table th { width:30%; max-width: 150px;}
	.con-com-08 .ls-table-01 table td { width:70%;}
	.con-com-08 .ls-table-01 { padding-top: 30px;}

	.con-com-09 .con-box-01 .ls-txt-02 { padding-right: 20px;}
	.con-com-09 .con-box-01 .ls-img-01 { position: relative; display: flex; align-items: center; top:0; padding-left:0; width:100%; padding: 30px 20px 30px 0; height: 310px;}
	.con-com-09 .con-box-01 .ls-img-01 .img-01 {width: auto; display:inline-block;position: relative; right:0; height: 100%;}
	.con-com-09 .con-box-01 .ls-img-01 .img-02 {width: auto; display:inline-block; height: 35px;}
	.con-com-09 .box-grid-01 &gt; div { grid-column: 1!important; font-size: 0.85em;}
	.con-com-09 .box-grid-01 &gt; div img { min-height: 230px!important; width:100%; max-width:100%;}
	.con-com-09 .box-grid-01 {grid-template-columns: 1fr;align-items: start; }
	.con-com-09 .box-grid-01 &gt; div:nth-child(2) img{ object-position: top center;}
	.con-com-09 .box-grid-01 .ls-img { min-width: 130px!important; max-width: 130px!important;}
	.con-com-09 .box-grid-01 .ls-list h4 { padding-bottom:10px;}
	.con-com-09 .box-grid-01 { grid-gap: 15px;}
	.con-com-09 .con-box-02 { padding-top:30px;}
	.con-com-09 .box-grid-01 &gt; div:nth-child(1) { width:100%;}
	.con-com-09 .com-box-02 { background-position: left -100px;  background-size: contain;}
	.con-com-09 .box-grid-01 ul li { padding-top:1px; padding-bottom:1px;}
	.con-com-09 { padding-top: 30px; padding-bottom:0;}
	.con-com-09 .con-box-02 { padding-bottom: 50px;}
	.con-com-09 .con-box-04 .ls-txt-01-in figure { max-width: 100%; width: 100%;}
	.con-com-09 .con-box-04 .ls-txt-01-in { flex-wrap: wrap;}
	.con-com-09 .con-box-04 .ls-txt-02-in figure { order: 0; max-width: 100%; width: 100%;}
	.con-com-09 .con-box-04 .ls-txt-02-in .ls-txt-box { width:100%; order:1; padding-left:5%; padding-right:0; position: relative; padding-top: 17px;}
	.con-com-09 .con-box-04 .ls-txt-02-in { flex-wrap: wrap; padding-top:0;}
	.con-com-09 .con-box-04:before { left:20px; transform: translateX(0);}
	.con-com-09 .con-box-04 { clear: both; margin-top: 120px; padding-top:0px; padding-bottom: 70px;}
	.con-com-09 .con-box-04 .ls-box { font-size: 1em;}
	.con-com-09 .con-box-04:after { display: none;}
	.con-com-09 .con-box-04 .ls-txt-01-in .ls-txt-box { width:100%; padding-top: 117px; position: relative;}
	.con-com-09 .con-box-04 .ls-txt-01-in:before { display: none;}
	.con-com-09 .con-box-04 .ls-txt-01-in .ls-txt-box:before { position: absolute; width:120%; left:0; content:''; height:1px; background:#e6e6e6; top: 73px; }
	.con-com-09 .con-box-04 .ls-txt-box h4 { min-width: 70px; padding-right: 10px;}
	.con-com-09 .con-box-04 .ls-his { padding-bottom:20px;}
	.con-com-09 .con-box-04 .ls-his ul { padding-top: 5px;}
	.con-com-09 .con-box-04 .ls-txt-04 { width:100%; margin-top:0; text-align: right;}
	.con-com-09 .con-box-04 .ls-txt-02-in .ls-txt-box:before { position: absolute; width:120%; left:0; content:''; height:1px; background:#e6e6e6; top: 73px; }
	.con-com-09 .con-box-03 { height: 120px;}

	.con-com-09 .con-box-04 .ls-txt-02-in:after {display:none;}

	.con-com-11 .com-box-01 .list { width:50%; height:69px; margin-bottom:30px; }
	.con-com-11 .com-box-01 .list img { max-width:100%; height:69px; object-fit: cover;}

	.con-com-12 .dl-box-01 dl { width:100%; padding-left: 90px; padding-bottom: 20px;}
	.con-com-12 .dl-box-01 dl:before { width:60px; height: 60px; background-size: 30px auto; }
	.con-com-12 .dl-box-01 dt { font-size: 1.3em; padding-bottom: 5px; padding-top:5px;}
	.con-com-12 .dl-box-01 dd { font-size: 1.1em;}
	.con-com-12 .dl-box-01 { margin-top:0;}
	.con-com-12 .con-box-01 { padding-top:10px; padding-bottom:20px;}
	.con-com-12 iframe { height: 300px;}

	.con-com-16 .con-box-01 dl, .con-com-16 .con-box-01 dt, .con-com-16 .con-box-01 dd { width:100%; max-width: 100%; flex:auto;}
	.con-com-16 .con-box-01 dl { font-size: 1.1em;}
	.con-com-16 .con-box-01 dt { padding-left: 5px;}
	.con-com-16 .con-box-01 { padding-top: 0px;}
	.con-com-16 .con-box-01 dl { padding-top: 5px; padding-bottom:5px;}
	.con-com-16 .con-box-01 textarea { height: 120px;}
	.con-com-16 .con-box-02 label {justify-content: flex-start;}
	.con-com-16 .con-box-02 { padding: 30px;}
	.con-com-16 .con-box-02 label&gt;span { font-size: 1.2em;}
	.con-com-16 .ls-btn a { width: 150px; padding: 10px}

	.con-com-17 .con-box-01 { padding-top: 0; padding-bottom: 30px; font-size: 1.5em;}
	.con-com-17 .box-grid-01 {grid-template-columns: 1fr 1fr;grid-gap : 1.5% 3%; padding-top: 20px; }
	.con-com-17 .box-grid-01 img {height: 100px; width: auto; padding: 20px 0;}
	.con-com-17 .box-grid-01 p {font-size:1.1em; padding: 20px 10px; font-weight: 400}
	.con-com-17 .con-box-04 .ls-box .tt { width: 80px; min-width: 80px;}
	.con-com-17 .con-box-04 .ls-box .ls-list { font-size: 1em;}
	.con-com-17 .con-box-05 .ls-txt li { padding-bottom:5px;}
	.con-com-17 .con-box-04 .ls-bg-01 { padding-top:30px; padding-bottom:30px;}
	.con-com-17 .com-box-02 { padding-bottom: 100px; padding-top: 50px;}
	.con-com-17 .con-box-02 { padding-top:40px; padding-bottom:40px;}
	.con-com-17 { padding-top:50px;}
	.con-com-17 .con-box-05 .ls-btn-01 label { margin-top:10px; margin-left:0px; }

	.footer .col-box { flex-direction: column; display:flex; justify-content: flex-start; align-items:  flex-start;; line-height:2em; }
	footer {  }
	
}


/* PC 사이즈 */
@media all and (max-width : 1440px)  { 
	.scroll-box-3 .slide-in .slide-box { width: 90%;}
}

@media all and (max-width : 1360px)  { 

}
@media all and (max-width : 1280px)  { 
		
	.scroll-box-4 .box .sub { top: 40%;}
}
/* 패드류 기본 */
@media all and (min-width : 769px) and (max-width : 1024px) {
	
	.scroll-box-1 .scroll-box-btn2.d-lg-none { display: block; bottom: 200px;}
	.scroll-box-4 .box .list { height: 210px;}
	.scroll-box-4 .box .sub { top: 45%;}
	
	.snb li a { padding-top: 25px;}
}

@media all and (max-width : 1024px){

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}
	header { height: 70px;}
	header h1 img { max-width: 80%;}



	.scroll-box-1, .scroll-box-1 .ls-slide-backgrounds, .scroll-box-2, .scroll-box-3, .scroll-box-3 .ls-slide-backgrounds, .scroll-box-3 .ls-slide-backgrounds img,
	.scroll-box-5, .scroll-box-5 .ls-slide-backgrounds, .scroll-box-5 .ls-slide-backgrounds img { height: 768px; }
	.scroll-box-1 .ls-slide-backgrounds img { height: 768px}
	.scroll-box-1 .ls-box-in { padding:0;}
	.scroll-box-3 .ls-sl-img { width: 55%;}
	.scroll-box-3 .ls-sl-info { width: 43%;}

	.scroll-box-2 .ls-box-02 { height: 260px; }
	
	.scroll-box-3 .ls-list li { padding: 0 2%;}
	
	.scroll-box-4 .box .ss { padding-bottom:15px;}
	.scroll-box-4 .box .tt { padding-top: 15px;}
	.scroll-box-4:before { height: 41%;}
	

}
@media all and (max-width : 1023px){
	
	.scroll-box-1 .ls-box-in .box-01, .scroll-box-1 .ls-box-in .box-02 { width: 100%; }
	.scroll-box-1 .ls-box-in { height: 214px;  flex-wrap: wrap; padding:0;}
	.scroll-box-1 .ls-box-in .box-01-01 .box-01-02 { padding-right: 25px;}
	.scroll-box-btn { bottom: 35px;}

	.scroll-box-2 .ls-box-in&gt;div { width:100%;}
	.scroll-box-2 .ls-slide-backgrounds, .scroll-box-2 .ls-slide-backgrounds img { height: 230px;}
	.scroll-box-2 .m-head h3 { font-size: 2.5em; }
	.scroll-box-3 .m-head h3 { font-size: 2.5em; }
	.scroll-box-4 .m-head h3 { font-size: 2.5em; }

	.scroll-box-2 .ls-box-01 .ls-box { padding-left:0; max-width:100%;}
	
	.scroll-box-2 .m-head.d-lg-none { display:block;}
	.scroll-box-2 .m-head.d-md-none { display:none;}
	.scroll-box-2 .ls-box-01 { justify-content: center;}
	.scroll-box-2 .txt-in {text-align: left; position: relative; font-size: 0.8em; margin:auto; padding-right:0px; padding-left: 85px;}
	.scroll-box-2 .txt-in .ls-icon { position: absolute; left:0px; top: 18px; width: 60px; height: 60px;}
	.scroll-box-2 .txt-in h4 { display: inline-block; padding: 9px 0; font-size: 1.4em;}
	.scroll-box-2 .txt-in .ls-btn { padding-top: 30px;}
	.scroll-box-2 .box-txt { left: 50%; transform: translate(-50%, -50%);}
	.scroll-box-2 .box { padding-right:0; font-size: 0.8em; margin-right:-15px;}
	.scroll-box-2 .box .list { width:calc(50% - 15px); margin-right:15px}
	.scroll-box-2 .box .ls-icon { margin-right:5px;}
	.scroll-box-2 .box .list:after { right: 7px;}
	.scroll-box-2 .box .list .tt { letter-spacing: -1px; padding-right: 15px;}
	.scroll-box-2 .box .list { margin-bottom: 15px; padding:3px;}
	.scroll-box-2 .box .ls-icon { width: 35px; height: 35px;}
	.scroll-box-2 .box { padding-top: 30px;}

	.scroll-box-3 .ls-list li { padding: 0 1%;}

	.scroll-page-top { right: 40px; transform: scale(0.5);}

	.footer &gt; div { width:100%; }
	.footer { flex-wrap: wrap;}
	.footer .head-box { padding-bottom: 0px; width:100%;}
	.footer .logo {padding-bottom: 40px; flex: 1 1 100%; display:inline-block}
	.footer .f-menu { display: none;}
	.footer .col-box {padding:0; padding-bottom: 40px;}
	.footer .col-box .email { display: block;}
	footer .box-inner { padding: 30px 20px;}
	.footer .col-box p { padding-top:3px; padding-bottom:3px;}
	.footer .col-box-02 {padding: 30px 0; margin:auto; width:100%; text-align: center;}


	footer .f-menu { display:none;}
	footer { text-align:center;}

	.con-com-09 .box-grid-01 .ls-img { min-width: 150px; max-width: 150px;}
	
	.con-com-09 .box-grid-01 &gt; div img { height: 100%; min-height: 300px; object-fit: cover;}
	.con-com-09 .box-grid-01 &gt; div img { width:100%; max-width:100%;}
	.con-com-09 .box-grid-01 &gt; div:nth-child(2) img{ object-position: top center;}
	.con-com-09 .box-grid-01 .ls-list h4 { padding-bottom:10px;}
	.con-com-09 .box-grid-01 &gt; div:nth-child(2) .ls-img {max-width:30%; position: relative;}
	.con-com-09 .box-grid-01 &gt; div:nth-child(2) .ls-img:after { position:absolute; content:''; z-index:2;height: 100%; width:100%; left:0; top:0; background-image: linear-gradient(270deg, rgba(255,255,255,1) 1%, rgba(0,0,0,0) 30%); }
	.con-com-09 .box-grid-01 { grid-gap: 15px;}
	.con-com-09 .box-grid-01 &gt; div:nth-child(1) h3 { font-size: 1.5em;}

}
@media all and (max-width : 768px){

	.scroll-box-1, .scroll-box-1 .ls-slide-backgrounds img, .scroll-box-2, .scroll-box-3, .scroll-box-3 .ls-slide-backgrounds, .scroll-box-3 .ls-slide-backgrounds img { height: 600px; }
	.scroll-box-3 .scroll-box-3-1 .ls-slide-backgrounds img .scroll-box-2, .scroll-box-3, .scroll-box-3 .ls-slide-backgrounds, .scroll-box-3 .ls-slide-backgrounds img {  height: 800px; }
	.scroll-box-4, .scroll-box-5, .scroll-box-5 .ls-slide-backgrounds, .scroll-box-5 .ls-slide-backgrounds img { height: 600px;}

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

	.footer { font-size: 0.7em;}

	.d-md-none { display: none!important;} /* pc 용 감추기 */
	.d-lg-none { display:block;} /* mobile 용 보여주기 */

	.scroll-box-1 .ls-box-in .box-01-01 { flex-wrap: wrap; width: 100%; max-width: 210px;}
	.scroll-box-1 .ls-box-in .box-01-01 &gt; div { width:100%; padding:0;}
	.scroll-box-1 .ls-box-in .box-01-01 .ls-01 { width: 30px; padding-right: 5px;}
	.scroll-box-1 .ls-box-in .box-01-01 .ls-02 { width: 180px ; padding-right:0;display: flex; justify-content: start;}
	.scroll-box-1 .ls-box-in .box-01-01 .ls-03 { font-size:1em; padding-left: 5px;}
	.scroll-box-1 .ls-box-in .box-01-01 .box-01-02 { margin-top:5px; padding-top:5px; padding-left:0; padding-right:0; border-top: 1px solid rgba(255,255,255,0.2)}
	.scroll-box-1 .ls-box-in .box-01-01 .ls-02:before { display: none;}
	.scroll-box-1 .ls-box-in .box-02, .scroll-box-1 .ls-box-in .box-01 { height: 50%;}
	.scroll-box-1 .ls-box-in .ls-sm { padding-top: 3px;}
	.scroll-box-1 .ls-info2 { font-size: 0.8em;}
	.scroll-box-1 .ls-slide-texts { font-size: 0.7em; padding-left:10px; padding-right:10px;}
	.scroll-box-1 .ls-head { padding-bottom:10px;}
	.scroll-box-1 .scroll-btn&gt;a span, .scroll-box-1 .scroll-btn&gt;a.active span { width: 70px; height:3px;}
	.scroll-box-1 .scroll-btn&gt;a.active span { background:#fff;}

	.scroll-box-2 .scroll-btn-02 a span, .scroll-box-2 .scroll-btn-02&gt;a.active span { width: 70px; height:3px;}
	.scroll-box-2 .scroll-btn-02&gt;a.active span { background:#fff;}

	.scroll-box-2 .ls-box-02 a .ls-more-mobi:after { position: absolute; left:50%; top:42%; transform: translate(-50%, -42%); font-size: 1rem; content:'\253C'; }
	.scroll-box-2 .ls-box-02 a .ls-more-mobi { border-radius: 50%; width: 55px; height:55px; display: block; margin-top: 20px; font-size: 0; position: relative;}

	.scroll-box-2 .m-head h3, .scroll-box-2 .m-head p { width:100%; }	
	.scroll-box-2 .m-head p { font-size:1em;}
	.scroll-box-2 .m-head {  flex-direction: column; padding-bottom: 30px;}
	.scroll-box-2 .ls-box-in { align-items: flex-end;}
	.scroll-box-2 .ls-box-02 { height: 100%;}
	.scroll-box-2 .ls-box-02 .ls-list::after { display: none;}
	.scroll-box-2 .ls-box-02 .ls-list { width:100%;}
	.scroll-box-2 .ls-box-02 .a-in { padding-bottom: 20px;}
	.scroll-box-2 .ls-box-02 h4 { font-size: 1.5em;}
	.scroll-box-2 .m-head h3 p { width: 15px; height: 15px;}
	.scroll-box-2 .m-head h3 span { top: -12px;}
	.scroll-box-2 .m-head h3 {padding-bottom: 15px;}
	
	.scroll-box-3 {overflow:hidden;}
	.scroll-box-3-1-inner { height:650px; overflow:hidden; }
	.scroll-box-3 .ls-list { flex-wrap: wrap;}
	.scroll-box-3 .ls-list&gt;li { width: 50%; padding-bottom:20px;}
	.scroll-box-3 .scroll-box-3-1 { width:100%;}
	.scroll-box-3 .ls-icon { width: 90px; height:90px; margin-bottom: 0px;}
	.scroll-box-3 .ls-icon p { background-size: 60%}
	.scroll-box-3 .m-head { padding-bottom: 15px; padding-top: 40px;}
	.scroll-box-3 .ls-sl-img img { max-height: 200px; max-width: 330px; width:100%; display:inline-block}
	.scroll-box-3 .ls-slide-backgrounds .img-01 { display: none;}
	.scroll-box-3 .m-head img { max-width: 250px;}
	.scroll-box-3 .ls-sl-img { text-align: center;}
	.scroll-box-3 .m-head p { padding-top: 5px;}
	.scroll-box-3 .ls-list a { font-size: 0.9em}
	.scroll-box-3 .ls-sl-img, .scroll-box-3 .ls-sl-info { width:100%; }
	.scroll-box-3 .slide-in .list { flex-wrap: wrap;}
	.scroll-box-3 .ls-sl-info { text-align: left; font-size: 0.9em;}
	.scroll-box-3 .ls-sl-info h4:after { display:none;}
	.scroll-box-3 .ls-sl-info h4 { padding-bottom:10px; text-align:center; }
	.scroll-box-3 .ls-icon-list ul { justify-content: center; font-size: 0.7em; line-height: 1.5em; transform:translate(0%) }
	.scroll-box-3 .ls-icon-list { padding-top: 20px; text-align:center; }
	.scroll-box-3 .ls-icon-list img { width: 40px; margin:0 auto;}

	.scroll-box-3 .ls-sl-info .txt-02 { text-align:center; height:70px; }
	.scroll-box-3 .ls-sl-img img { width:auto; height:140px; }
	
	

	.scroll-box-3 button:after { width: 50%; height: 50%; background-size: contain}

	.scroll-box-4-1-inner { height:700px; }
	.scroll-box-4 .box { flex-wrap: wrap;}
	.scroll-box-4 .box .list { width:100%; height: 300px;}
	.scroll-box-4 .box .ls-bg { width:100%;height: 300px;}
	.scroll-box-4 .box .ls-bg img { height: 300px}
	.scroll-box-4 .box .sub { width: 270px;}
	.scroll-box-4 .ls-box-02 .list.active img { transform: scale(1); width:100%; max-height: 210px; max-width:100%;}
	.scroll-box-4 .ls-box-02 .list.active .ls-img { height: 210px;}
	.scroll-box-4 .ls-box-02 .ls-img { max-width:100%;}
	.scroll-box-4 .ls-box-02 .list.active { margin-top:0;}
	.scroll-box-4 .ls-box-02 .slide-list { width:100%; flex-direction: column;}
	.scroll-box-4 .ls-btn { left: auto; right:0px; width: 60px; height: 60px;}
	.scroll-box-4 button { width: 25px;}

	.scroll-box-4:after { display:none;}
	.scroll-box-4:before { height: 34%;}
	.scroll-box-4 .m-head p{ font-size: 1em;}
	.scroll-box-4 .m-head h3 { padding-bottom: 10px;}
	.scroll-box-4 .slide-left { left: 5px;}
	.scroll-box-4 .slide-right { right: 0;}
	
	.footer .col-box-02 { font-size: 1.1em;}
	.footer .col-box-02 .ls-tel { font-size: 1.5em;}
	.footer .logo img { width: 140px;  }
	
	.snb-title { padding-top: 70px; padding-bottom: 20px; font-size: 2.5em}
	.snb-bg { height: 335px;}
	.snb-bg .ls-slide-backgrounds {height: 335px;}
	.snb-bg .ls-slide-backgrounds img {height: 335px;}
	.snb-bg .ls-slide-texts .ls-head { font-size: 2.5em;}
	.snb-bg .ls-slide-texts .ls-info { font-size: 0.8em;}

	.snb { height: 55px; }
	.snb li a:after { display: none;}
	.snb li a {font-size: 1.3em;}
	.snb li a:before { height:20px; width:1px; position: absolute; right:0; content:''; top:25px; background:#c8c8c8;}
	.snb li:last-of-type a:before { display:none;} 
	.snb.snb-01 li { max-width: none;}

	.scroll-page-top { z-index:4; position:absolute; right: 10px; top: 0; height:100%; }
	.with_main_mobi { position:absolute; right: 10px; top: 75%;  }
	.page-top { z-index:4; position:relative; right:0px; bottom: 240px; height: 49px; width: 49px;}


	/*게시판 : 인증현황 */
	#news_list { width:100%; margin-left:0px;  }
	#news_list .gl_list { display:inline-block; width:48%;   }
	.bo_list1 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
	.bo_list1 li {width:100%; max-width:280px; height:270px; overflow:hidden; padding:10px; }
	.bo_list1 .bo_image1 { width:100%; overflow:hidden; height:190px; border:1px solid #eee; }
	.bo_list1 .bo_image1 img {object-fit: cover; height: 190px; width: 100%; padding:5px; }
	.bo_list1 .bo_title1 {margin-top:10px; height:50px; text-align:center; }
	.bo_list1 .bo_title1 .tt { font-size:0.9em; font-weight:500;  max-height:120px; overflow:hidden; word-break: keep-all;}
	.bo_list1 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
	.bo_list1 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }
	.vo_title1 { border-top:2px solid #000; border-bottom:1px solid #ccc; padding:30px 10px 20px 10px; text-align:center; margin-bottom:50px; margin-top:0px;  }
	.vo_title1 .tt { font-size:1.3em; font-weight:600; margin-bottom:10px; }
	.vo_title1 .st { font-size:0.9em; color:#888; font-weight:400; }
	.vo_list_btn1 { text-align:center; margin:80px 0; }
	.vo_list_btn1 a { border:1px solid #333; color:#333; padding:15px 70px; border-radius:30px; font-weight:600; }
	.vo_list_btn1 a:hover { background:#333; color:#fff; }

	/* 사내소식 */
	#news_list3 { width:100%; margin-left:0px;  }
	#news_list3 .gl_list { display:inline-block; width:100%;   }
	.bo_list3 { width:100%; display:flex; justify-content: center; align-items: flex-start;}
	.bo_list3 li {width:100%; max-width:400px; height:420px; overflow:hidden; padding:10px; }
	.bo_list3 .bo_image1 { width:100%; overflow:hidden; height:210px; border:1px solid #eee; }
	.bo_list3 .bo_image1 img {object-fit: cover; height: 210px; width: 100%; padding:0px; }
	.bo_list3 .bo_title1 {margin-top:20px; height:80px; text-align:left; }
	.bo_list3 .bo_title1 .tt { font-size:1.35em; font-weight:700; max-height:100px; overflow:hidden; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.bo_list3 .bo_title1 .st { margin-top:10px; color:#767676; font-size:0.9em; }
	.bo_list3 .bo_title1 .dt { margin-top:10px; font-size:0.8em; color:#767676;  }

}

/* 모바일사이즈 기본 */
@media all and (max-width : 640px){
	
}
@media all and (max-width : 375px){
	.scroll-box-4 .box .ls-bg img, .scroll-box-4 .box .ls-bg, .scroll-box-4 .box .list { height: 250px;}
	.scroll-box-4:before { height: 36%;}
}


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






/* 중간 레이아웃 */
/**********************************************************************************************************************/
/* 여기부터 반응형 메인 박스 스타일 적용 */
/**********************************************************************************************************************/
#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;}
</pre></body></html>