@charset "utf-8";
/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); */
/* @import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url('https://fonts.googleapis.com/css?family=Nunito'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap'); */
@font-face {    font-family: 'EBSHMJESaeronRA';    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/EBSHMJESaeronRA.woff') format('woff');    font-weight: normal;    font-style: normal;}
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&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); */

.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: '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:#d80420;}
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: 100px; margin-top:-1px; }
/* header:after { left:0; right:0; margin: 0 auto;justify-content: center;align-items: center;display: flex;content:''; top: 100px; position:absolute; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.3);} */
header h1 {z-index: 10;flex-basis: content;text-align: left;}
header h1 img { height: 40px; /* filter: brightness(0) grayscale(1) invert(1);  */max-width:auto;}
header h1 .yes-scroll { display:none;}
header h1 a { display: inline-block;}
header .box_inner {z-index:4; position: relative;display:flex; max-width: 1560px; padding: 0px 20px; width: 100%; height: 100%;justify-content:  space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}
.menu-scroll .yes-scroll { display:inline-block;}
.menu-scroll .no-scroll { display:none;}
.site-view h1 img { filter:none; }

/*웹용 메뉴*/
.nav_web { margin-right:auto; height:100%;  flex: 1 1 auto; max-width: 1200px; width:100%; /* padding-left: 1%; margin-right:10%; max-width: 750px; height: 100%; flex:1 1 750px; */ position: relative;}
.nav_web>ul { margin-left: 7%; width:100%; height: 100%; max-width: 100%; display: flex; justify-content: space-between; align-items: flex-end; }
.nav_web>ul>li:hover>a { height:100%;}
.nav_web>ul>li {flex: auto; height: 100%;position:relative;  display: inline-block; text-align: left;}
.nav_web>ul>li>a { position: relative; color:#fff; padding: 0 15px; height:100%;}
.nav_web a {width:100%; font-size: 1.1em; display:flex; align-items: center; justify-content: flex-start;}
.nav_web ul ul { text-align: left; display: none ; letter-spacing: -0.3px; height:180px; padding: 15px 25px 0 15px; background:#fff; }
.nav_web ul ul a { word-break:keep-all; padding: 5px 12px;}
.nav_web ul ul a:hover { color:#c3162d}
header .nav_head p span:after { width:100%; line-height: 4rem; position:absolute; left:50%; top: 25%; transform: translate(-50%, -50%); content:'\2261'; font-weight: 200; color:#fff; font-size: 3rem;  z-index:6;  }
header .nav_head a {display:block;}
header .nav_head { z-index:5; width: 50px;font-size: 1.1em; position: absolute; right: 1.5em;  color:#fff; min-width: 50px;} 
header .nav_head p { width:100%;}
header .nav_head p span { position: relative; display:inline-block; font-size:0; border-radius: 30px; width: 50px; height:50px;  } 

/*모바일용메뉴*/
.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-color:#121f6b; height: 100%; width: 100%; /* max-width: 570px;  */ background-size: contain; background-position: left bottom; background-repeat: no-repeat;}
.nav_md_wrap>ul { height: 100%;  padding: 50px 0em 50px 0em; }
.nav_md_wrap>ul>li {/* border-bottom:1px solid rgba(255,255,255,0.2); */ position:relative;  width: 100%; max-width: 100%;display: inline-block; }
.nav_md_wrap>ul>li>a { font-weight: 600; padding: 12px 0 12px 4.2em;}
/*.nav_md_wrap>ul>li:hover ul { display: block;}*/
.nav_md_wrap a:hover {color:#fff;}
.nav_md ul ul { background-color: rgba(255,255,255,0.2); padding:14px 0% 14px 4.2em; display: none;}
.nav_md ul ul a {font-size: 0.9em;  font-weight: 300; padding: 4px 0; }
.nav_md ul a { position:relative; padding: 10px 50px; display: block; text-align: left; color:#fff; }
.nav_md .nav_md_wrap>ul>li>a:after {  font-size: 1.3em; display:inline-block; vertical-align: middle; position: absolute; line-height: 1.3em; left:2em; height:20px; width: 30px; content:'+'; }   
.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: 40px; 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:#fff; font-size: 1.5rem; z-index:6}
.nav_head_md { padding: 0 20px 0 25px; display:flex; justify-content: flex-start; align-items: center; text-align: left; height:65px;/*  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; }
.nav_head_md p a:after  { width:100%; line-height: 4rem; position:absolute; left:50%; top: 25%; transform: translate(-50%, -50%); content:'\2261'; font-weight: 200; color:#fff; font-size: 3rem;  z-index:6  }
.nav_head_md p span { margin-right: 5px;text-align: center; display:inline-block; border-radius: 30px; width: 26px; height:26px;/*  background-color:#9cc40d;  */} 
.nav_head_md a { font-size: 0.9em;}
.nav_head_md p span img { position: relative; filter: contrast(3) brightness(0) grayscale(1) hue-rotate(360deg) saturate(0) invert(1); width: 12px; height: auto; }
  
/*사이트맵*/
.sitemap-box {display: none;width: 100%; height: 100vh; top:0; right:0; position: fixed; z-index: 5; background-color:#222222;} 
.sitemap-box:before {position: absolute; z-index:1; background:#ffffff; width: 40%; content:''; height:100%; left:0; top:0;}
.sitemap-out { z-index:2; max-width: 1320px; padding-left:20px; padding-right:20px; margin:0 auto; position:relative; display:flex; height:100%; justify-content: center; align-items: stretch; width: 100%; /* max-width: 570px;  */ background-size: contain; background-position: left bottom; background-repeat: no-repeat; }
.sitemap-out .sitemap-info { width:40%; margin-top: auto; max-width: 460px; text-align: left; padding-bottom: 15em;} 
.sitemap-out .sitemap-info p { font-weight: 500; line-height:2em;}
.sitemap-out .sitemap-info .copy { padding-top:2em; font-size: 0.9em; opacity: 0.5; font-weight: 400;}
.sitemap-in { width:60%;  position:relative; margin-top: auto; margin-bottom:auto; padding-left: 5%; min-height: 470px;}
.sitemap-in h2 { font-size:0; width:100%; text-align: left; color:#fff; padding-bottom:1em;}
.sitemap-in>ul { max-width: 1300px; margin:0 auto;  padding: 50px 20px 50px 20px;}
.sitemap-in>ul>li {display:flex; align-items: stretch; padding-left: 1em; position:relative;  width: 100%; max-width: 100%; }
.sitemap-in>ul>li>a { max-width: 360px; width:100%; font-size: 3.4em; opacity: 0.4; font-weight: 600; padding: 17px 0;}
.sitemap-in>ul>li:hover ul { display:block;}
.sitemap-in a:hover {color:#fff;}
.sitemap-in ul ul {display:none; /*  background-color: rgba(255,255,255,0.2); */ padding:30px 0% 30px 0px;}
.sitemap-in ul ul a {font-size: 1em; font-weight: 300; padding: 7px 0; }
.sitemap-in ul a { position:relative; padding: 10px 50px; display: block; text-align: left; color:#fff;}
.sitemap-box .close { position:absolute; right:1.5em; width: 50px; height: 50px; top:22px; z-index: 11;}
.sitemap-box .close a { position: relative; display: block; font-size:0;width: 100%; height: 100%; color:#fff; border-radius: 100px;}
.sitemap-box .close a:after {transform: translate(-50%, -50%); top: 50%;  left:50%; position:absolute; content:'\2715'; font-weight: 200; color:#fff; font-size: 1.7rem; z-index:6}

/* 메뉴 스크롤 시 */
.menu-scroll { background:#fff; }
/* .menu-scroll .box_inner { border-bottom:1px solid #d2d2d2;} */
.menu-scroll .nav_web ul ul {width: 100%; top: 100px; position:absolute; display: block; border-top:1px solid #e6e6e6;}
.menu-scroll .nav_web { z-index:4;}
.menu-scroll .nav_web li li a { padding: 7px 0; }
.menu-scroll .nav_web li:not(.nav_head) a { text-align: center; clear: both; width: 100%;}
.menu-scroll .nav_web>ul>li>a { position: relative; height:100%; text-align: center; color:#000;}  
.menu-scroll .nav_web>ul>li:hover:after { content:''; height:5px; background:#c3162d;  width:100%; max-width: 80px; bottom:0; left:15px; position: absolute;}
.menu-scroll h1 img { filter: none;}
/* header:not(.menu-scroll) .nav_wrap { display: none;} */
.menu-scroll .nav_wrap { border-top:1px solid #e6e6e6; display: block; z-index:1;width: 100%; height: 180px; background-color:rgba(255,255,255, 1); position: absolute; left:0; top: 100px;} /* 2depth 배경 */
.menu-scroll .nav_head p span:after { color:#848484}

/* 모바일메뉴보기 버튼 */
.menu_view {display:none; position:absolute; top:0px;right:10px; width: 60px; 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%; line-height: 3rem; position:absolute; left:50%; top: 50%; transform: translate(-50%, -50%); content:'\2261'; font-weight: 300; color:#fff; font-size: 2rem;  z-index:6 }
.menu-scroll .menu_view a:after  { color:#000}
/* 

/** 언어타입**/
.lang { color:#fff; border:1px solid #fff; padding:3px 16px 5px 16px; border-radius:30px;}
.lang a { color:#fff;}
.lang a.active { color:#d80420; font-weight:600;}
.lang a:hover { color:#d80420; }
.menu-scroll .lang { color:#000; border:1px solid #000; padding:3px 16px 5px 16px; border-radius:30px;}
.menu-scroll .lang a { color:#000;}
.menu-scroll .lang a:hover { color:#d80420;}

.menu_view {display:none; position:absolute; top:0px;right:10px; width: 60px; 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%; line-height: 1em; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); content:'\2261'; font-weight: 100; color:#fff; font-size: 2.3rem;  z-index:6}
 */

/* 메인 스크롤 아이콘(왼쪽) */
.scroll-ud-btn { width: 15px; top:50%; transform: translateY(-50%); position:fixed; right:50px; z-index:10;}
.scroll-ud-btn .scroll-i-btn>span{ font-size: 0.7em; font-weight: 200; color:#fff; text-align: center; display:inline-block; padding: 10px 0;}
.scroll-ud-btn a { clear: both; color:#fff; display:block; /* padding: 20px 25px; */ font-size:0;}
.scroll-ud-btn a span { text-align: center; display:inline-block; width:1px; height: 64px; position: relative; background:#fff}
.scroll-ud-btn .active span { background:#c3162d} 
/* .scroll-ud-btn a.active span:before { left: 50%; top:50%; transform: translate(-50%, -50%); border-radius: 50%; position: absolute; width:33px; height:33px; content:''; background:rgba(255,255,255,0.2)}
 */
.container {background: transparent;  margin: 0 auto; text-align: center;}

/*메인상단 슬라이드 뒷배경*/
.scroll-box-1 .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 100%; overflow:hidden;}
.scroll-box-1 .ls-slide-backgrounds img {object-fit: cover; max-height: 100%; height: 100%; width: 100%;}
.scroll-box-1 .ls-slide-texts {z-index: 2; flex-direction: column; padding: 0px 20px; margin:0 auto; max-width: 1320px; text-align: center;width: 100%;color:#fff; position:relative; display:flex; justify-content: center; height:100%;}
.scroll-box-1 .ls-slide-texts p { width:100%;}
.scroll-box-1 .ls-info1 {width:100%; word-break: keep-all; position: relative; padding-top: 20px; line-height: 1.7; font-size : 1.2em;}
.scroll-box-1 .ls-head b { font-weight: 600;}
.scroll-box-1 .ls-head {font-size: 3.2em; font-weight: 600; line-height: 1.5em; padding-top:1em;}

/*메인 모바일 슬라이드*/
.scroll-box-1 { position:relative; width: 100%; height: 100%; overflow:hidden; }
.scroll-box-1-1 { height: 100%;z-index: 2;}

/*메인 스크롤 버튼*/
.scroll-box-1 .scroll-box-btn { width:90%; margin:0 auto; max-width: 250px; color:#fff; z-index: 5; padding-top: 3em; }
.scroll-box-1 .scroll-btn { z-index: 4;display: flex;justify-content : center;align-items: center; clear: both; width: 100%;  position: relative;}
.scroll-box-1 .scroll-btn>a { font-size: 0.6em; padding: 10px 5px; display: flex; justify-content : center;align-items: center;}
.scroll-box-1 .scroll-btn .ls-num {  padding-left: 1em; padding-right:1em; color:#fff;}
.scroll-box-1 .scroll-btn .ls-bar { margin:2px 5px 0px 0px; display:none; position: relative; background:rgba(255,255,255,1); border-radius: 11px; height:2px; width: 130px;}
.scroll-box-1 .scroll-btn .ls-bar-in {z-index:1; display:block; position: absolute; left:0; background:#c3162d; height:100%; }
.scroll-box-1 .scroll-btn>a.active .ls-bar{ display: inline-block;  }
.scroll-box-1 .scroll-btn>a.active .ls-num, .scroll-box-1 .scroll-btn>a:hover .ls-num { opacity: 1;}

/*메인 비전*/
.scroll-box-2 { background:#fff; position:relative; width: 100%; height: 100%; overflow:hidden; }
.scroll-box-2 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: 100%; overflow:hidden;}
.scroll-box-2 .ls-slide-backgrounds img {height: 100%; width: 100%; object-fit: cover; }
.scroll-box-2 .m-head {width:100%; height: 50%; text-align: center;padding: 5% 20px 0px 20px; display:flex; align-content: center; justify-content: center; flex-direction: column;}
.scroll-box-2 .m-head h3 {  width: 100%; font-weight: 600; line-height: 1.2em; padding-bottom: 15px; font-size:1.6em;}
.scroll-box-2 .m-head h3 p { display: inline-block; }
.scroll-box-2 .m-head .ls-txt-01 { letter-spacing: -1px; font-size:1.8em;font-weight: 600; }
.scroll-box-2 .m-head .ls-txt-02 { font-size: 1.1em; padding-top: 1em; opacity: 0.6; }
.scroll-box-2 .scroll-box-2-1 {margin:0 auto; height:100%; width:100%; text-align: center;position: absolute; left:0%; top: 50%; transform: translate(0%, -50%);}
.scroll-box-2 .ls-box-in { height:100%; width:100%;}
.scroll-box-2 .box-inner { width:100%; height: 50%;position: relative;margin:0 auto; }
.scroll-box-2 .box-inner .ls-img-bg { position: absolute; width:100%;  height:100%;}
.scroll-box-2 .box-inner .ls-img-bg img { object-fit: cover; width:100%; height: 100%;}
.scroll-box-2 .box-inner .ls-img-bg div { height:100%;}
.scroll-box-2 .box-inner .ls-list-box { width:100%; max-width: 1520px; height:100%; margin:0 auto; display:flex; justify-content: center; align-items: stretch; }
.scroll-box-2 .box-inner .ls-list-box .ls-img-04 { display:none;}
.scroll-box-2 .box-inner .ls-list { border-left:1px solid #dcdcdc; height:100%; position: relative; width: 33.333%;}
.scroll-box-2 .box-inner .ls-list:last-of-type { border-right:1px solid #dcdcdc}
.scroll-box-2 .box-inner .ls-list a {background:none!important; width:100%; height:100%; display:flex; justify-content: center; align-items: center; flex-direction: column;color:#fff; }
.scroll-box-2 .box-inner h4 { position: relative; font-size: 1.3em; display:inline-block; padding-bottom: 0.5em;}
.scroll-box-2 .box-inner .ls-txt { display:none; min-height: 100px; line-height: 1.6em; padding-top: 20px;}
.scroll-box-2 .box-inner .ls-list:hover h4:after { left:0; content:''; position: absolute; bottom:-3px; width:100%; background:#c3162d; height: 5px;}
.scroll-box-2 .box-inner .ls-list:hover .ls-txt { display:block;}
.scroll-box-2 button {display:none; top:50%; font-size:0; border:none; border-radius: 5px; width:55px; height: 110px; background:none; position: absolute; z-index: 5;}
.scroll-box-2 button:after { background-position: center center;transform: translate(0%, -50%); top:50%;  left:0%;font-size:7rem;  width:100%; height:100%; content:'';position: absolute;  background-repeat: no-repeat;}
.scroll-box-2 .slide-right:after { left: auto; right:0% }
.scroll-box-2 .slide-left { left:10px; }
.scroll-box-2 .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(30, 30, 30)' 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-2 .slide-right { right:10px;  }
.scroll-box-2 .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(30, 30, 30)' 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-2 .ls-more { padding-top: 20px; position: relative;  }
.scroll-box-2 .ls-more a { display:inline-block; position: relative;}
.scroll-box-2 .ls-more .ls-more-icon { z-index:1; margin-left: 15px; position: absolute; display:inline-block; width:30px; height:30px; border-radius: 30px; background:#c3162d }
.scroll-box-2 .ls-more .ls-more-txt {color:#c3162d; position: relative;}
.scroll-box-2 .ls-more .ls-more-icon:after { z-index:4;position: absolute; color:#fff; top:50%; left:45%; content:'\221F'; font-size:0.7rem; font-weight: 400; transform: translate(-50%, -50%) rotate( -136deg );}

/*메인 비전*/
.scroll-box-3 { position:relative; width: 100%; height: 100%; background:#fff; overflow:hidden; }
.scroll-box-3 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: 100%; overflow:hidden;}
.scroll-box-3 .ls-slide-backgrounds img {height: 100%; width: 100%; object-fit: cover; }
.scroll-box-3 .m-head h3 {  width: 100%; font-weight: 600; line-height: 1.2em; padding-bottom: 10px; font-size:1.6em;}
.scroll-box-3 .m-head h3 p { display: inline-block; }
.scroll-box-3 .m-head .ls-txt-02 { font-size: 1.1em; opacity: 0.6; }
.scroll-box-3 .m-head { padding-bottom: 3em; padding-left: 20px; padding-right:20px; text-align: left; width:100%;}
.scroll-box-3 .scroll-box-3-1 { width:100%; height:100%; margin:0 auto; 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 {background-position: center center; 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(30, 30, 30)' 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(30, 30, 30)' 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 .box-inner { width: 100%; height:100%;}
.scroll-box-3 .slide-in {flex-wrap: wrap; width: 100%; height:100%; position: relative; margin:0 auto; padding: 0px 50px; max-width: 1410px; display:flex; justify-content: center; align-items: center;}
.scroll-box-3 .slide-in .slide-box { max-width: 1060px; width:100%; margin:0 auto; }
.scroll-box-3 .slide-in .list {  display:flex; justify-content: space-between; align-items: center; padding: 0 20px;}
.scroll-box-3 .ls-sl-img { width: 50%; text-align: left; margin-top: auto;}
.scroll-box-3 .ls-sl-img img { display:block; max-width: 100%;}
.scroll-box-3 .ls-sl-info { width: 50%; text-align: left; padding-bottom: 5em;}
.scroll-box-3 .ls-sl-info h4 { position: relative; font-size: 1.8em; padding-bottom:0.5em;}
.scroll-box-3 .ls-sl-info .txt-02 { font-weight: 600; font-size: 1.1em; position: relative; }
.scroll-box-3 .ls-sl-info .txt-01 { font-size: 1.1em; opacity: 0.6; position: relative;}
.scroll-box-3 .ls-img-01 {width: 40%; max-width: 720px; text-align: right; height: 100%;z-index:-1; position: absolute ; right:0; bottom:0; }
.scroll-box-3 .ls-img-01 img { object-fit: cover; object-position: right bottom; width:100%; height:70%; bottom:-20%; position: relative;}
.scroll-box-3 .ls-more { padding-top: 3em; position: relative;  }
.scroll-box-3 .ls-more a { display:inline-block; position: relative;}
.scroll-box-3 .ls-more .ls-more-icon { z-index:1; margin-left: 15px; position: absolute; display:inline-block; width:30px; height:30px; border-radius: 30px; background:#c3162d }
.scroll-box-3 .ls-more .ls-more-txt {color:#c3162d; position: relative;}
.scroll-box-3 .ls-more .ls-more-icon:after { z-index:4;position: absolute; color:#fff; top:50%; left:45%; content:'\221F'; font-size:0.7rem; font-weight: 400; transform: translate(-50%, -50%) rotate( -136deg );}

.scroll-box-4 { position:relative; background:#000; width: 100%; height: calc(970px - 270px); overflow:hidden; }
.scroll-box-4 .ls-slide-backgrounds {position:absolute; left:0; bottom:0; width: 100%; height: calc(970px - 270px); overflow:hidden;}
.scroll-box-4 .ls-slide-backgrounds img {object-fit: cover; max-height: 970px; height: calc(970px - 270px); 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 .m-head h3 {  width: 100%; font-weight: 600; line-height: 1.2em; padding-bottom: 10px; font-size:2.4em;}
.scroll-box-4 .m-head h3 p { display: inline-block; }
.scroll-box-4 .m-head .ls-txt-02 { opacity: 0.6; font-size: 1.1em;}
.scroll-box-4 .m-head { color:#fff; padding-bottom: 3em; padding-left: 20px; padding-right:20px; text-align: center; width:100%;}
.scroll-box-4 .box-inner { width: 100%; height:100%;}
.scroll-box-4 button { top:35%; font-size:0; border:none; border-radius: 45px; width:45px; height: 45px; background:#c3162d; position: absolute; z-index: 5;}
.scroll-box-4 button:after {position: absolute; font-size:1rem; font-weight: 400; color:#fff; top:45%; left:50%;  width:50%; height:50%;}
.scroll-box-4 .slide-left { left:20px; }
.scroll-box-4 .slide-left:after { content:'\221F'; transform: translate(-50%, -40%) rotate( 46deg );}
.scroll-box-4 .slide-right { right:20px;  }
.scroll-box-4 .slide-right:after { content:'\221F'; transform: translate(-50%, -50%) rotate( -136deg );}
.scroll-box-4 .box-inner { width: 100%; height:100%;}
.scroll-box-4 .slide-in { flex-wrap: wrap; width: 100%; height:100%; position: relative; margin:0 auto; padding: 0px 20px; max-width: 1560px; display:flex; justify-content: center; align-items: center;}
.scroll-box-4 .slide-in .slide-box { padding-left: 30px; padding-right: 30px; max-width:1490px;  width:100%; margin:0 auto; display:flex; justify-content: center; align-items: center;}
.scroll-box-4 .slide-in .list { margin:0 30px; }
.scroll-box-4 .slide-in .list.active { width: 35%;}
.scroll-box-4 .slide-in .list a { color:#fff; }
.scroll-box-4 .slide-in .ls-day { font-size: 0.8em; padding-top: 0.5em}
.scroll-box-4 .slide-in h4 { padding-top: 1em; display:block; width:100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.scroll-box-4 .slide-in .ls-sl-img { width:100%; height:165px; position: relative; margin-top:50px;  }
.scroll-box-4 .slide-in .ls-sl-img img { width:100%; height:165px; object-fit: cover;  }
.scroll-box-4 .slide-in .slick-center .ls-sl-img img { height: 270px; }
.scroll-box-4 .slide-in .slick-center .ls-sl-img  { height: 270px; margin-top:0px; }
.scroll-box-4 .slide-in .list a:hover .ls-sl-img:after { content:''; height:0.5em; background:#c3162d; width:100%; bottom:0; left: 0; position: absolute;}
.scroll-box-4 .slide-in .list a:hover .ls-sl-img:before { font-weight: 200; content:'\253C';height:100%; font-size: 4rem; display:flex; justify-content: center; align-items: center;  position:absolute; left:0; width:100%; top:0; background-color:rgba(0,0,0,0.48);}

.ls-scroll { height: 220px; z-index: 5; font-size: 0.8em; position: absolute; right: 9.7%; bottom:0px; writing-mode: vertical-rl; color:#fff;}
.ls-scroll p {padding-left: 3px; display:flex; align-items: flex-start;}
.ls-scroll:after {position: absolute; bottom:0px;content:''; left: 40%;width:1px; height: 110px; background:#fff;}

/*서브상단 뒷배경*/
.snb-bg { height: 590px;}
.snb-bg .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height: 590px; overflow:hidden;}
.snb-bg .ls-slide-backgrounds img {object-fit: cover; height: 590px; 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:1.4em; padding-top: 0.5em;}
.snb-bg .ls-slide-texts .ls-head { font-size: 3.2em; font-weight: 600;}

.snb-title { padding: 100px 0 60px 0; font-size: 2em;}
.snb { margin:0 auto; width: 100%; position: relative ; height: 70px; border-bottom:1px solid #c8c8c8;}
.snb ul { max-width: 1300px; 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; font-size: 1em;  display: block; padding: 20px 1%; height: 100%;}
.snb li a.active:after {background:#c3162d; height:6px; bottom: -5px;}
.snb li a.active { font-weight: 600;}
.snb li a:after { content:''; height:0px; width:100%; max-width: 280px; background:#c8c8c8; position: absolute; left:50%; transform: translateX(-50%); bottom: 0px;}

.snb-md { font-size: 1.1em;z-index: 10; position: relative; height: 40px; border-bottom:1px solid rgba(0, 0, 0, 0.2) }
.snb_list { width: 100%; position: absolute; background:rgba(0,0,0,0.9); }
.snb-md ul { padding-top:3px; padding-bottom:3px;}
.snb-md li { width: 100%;}
.snb-md li a { line-height:1.6;text-align: left; color:#fff;position: relative; display: block; padding: 8px 20px 8px 20px; }
.snb-md li a:hover, .snb-md li a.active { color:#c3162d} 
.snb-md i {  font-size:0;font-style: normal; position: absolute; right: 20px;}
.snb-md i:after {  font-size:0.6rem; content:'\25BC'; color:#c3162d; 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: 8px; padding-left: 20px; display: block; height: 100%;}

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

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

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

.sub-menu { margin:0; margin-top:0!important; width: 100%;position: relative ; }
.sub-menu ul { display: flex; justify-content:center; align-items: center; height: 115px;}
.sub-menu li { display: inline-block; flex: 1 1 290px; width: 290px; max-width: 290px;}
.sub-menu li a { border:1px solid #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:#c3162d;}
.bgc-02 { background-color:#1e2b59;}
.bgc-03 { background-color:#d80420;}
.bgc-04 { background-color:#2a5cc1;}
.bgc-05 { background-color:#595757;}
.bgc-06 { background-color:#90c31f;}
.bgc-07 { background-color:#000000;}
.bgc-08 { background-color:#fff;}
.fc-01 { color:#c3162d}
.fc-02 { color:#1e2b59}
.fc-03 { color:#d80420}
.fc-04 { color:#2a5cc1}
.fc-05 { color:#acacac}
.fn-01 { font-family: 'EBSHMJESaeronRA', 'Noto Sans KR', sans-serif!important; }
.fn-02 { font-family: 'Poppins', 'Noto Sans KR', sans-serif!important; }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { background:#1e2b59;position: relative; width: 100%; height: 270px;  word-break: keep-all; font-size: 0.9em; }
footer .box-inner {margin:0 auto;  width: 100%; max-width: 1560px; padding: 2.5em 20px; position: relative;}
.footer {position: relative; width:100%; height: 100%;color:#fff;text-align: left; display:flex;  justify-content: space-between; align-items: stretch;}
.footer .head-box { max-width: 210px; padding-bottom: 50px; width:25%; }
.footer .f-menu>ul { display: flex; justify-content: end; align-items: stretch;}
.footer .logo { line-height: 1.4em; text-align: left;}
.footer .logo img {height: 50px; width: auto; }
.footer .col-box-in { text-align: left; width:100%; padding-right: 49px; padding-left:2%; display:flex;justify-content: space-between; align-items: stretch;   }
.footer .col-box { line-height: 1.7em; padding-right: 1%; flex:auto; }
.footer .col-box:last-of-type { max-width: 240px;}
.footer .col-box p {display:block;  }
.footer .col-box p span { font-size: 1.4em; font-weight: 200; padding-right: 0.3em;}
.footer .copy { padding-top: 0.7em; font-size: 0.8em; width:100%; text-align: left;}
.footer .ls-pdt {display:block; background:#c3162d; color:#fff; font-weight: 500; width:100%; text-align: center; line-height:1; padding:0.7em 0; }
footer .sns-box { z-index:4; position:absolute; right: 0px; top: 2.5em; height:100%; }
footer .sns-box li { padding: 0.5em 0; position: relative;}

.page-top {z-index:4; position:absolute; right: 5%; bottom: 330px; height: 49px; width: 49px;}
.page-top a {color:#c3162d; font-size: 1.1em; font-weight: 600; padding-top: 60px;position: relative;display: block;width: 49px; height: 90px;}
.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:60px; 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(195, 22, 45)' 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%;}
.wd25p { width: 25%;}
.wd24 { width: 24px;}
.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: 3.2em;}
.con-head+.con-head { padding-top: 70px;}

.ls-tab-01 a {font-size: 1.2em; display:flex; justify-content: center; align-items: center; position: relative; color:#c8c8c8; height: 55px; border-top:1px solid #c8c8c8;  border-bottom:1px solid #c8c8c8; border-right:1px solid #c8c8c8;}
.ls-tab-01 li:first-of-type a {  border-left:1px solid #c8c8c8}
.ls-tab-01 a:hover, .ls-tab-01 a.active{ color:#d80420; background:#fff; border-color:#d80420}
.ls-tab-01 a:hover:after, .ls-tab-01 a.active:after { position: absolute; left:-1px; top:0; height:100%; width:1px; content:''; background:#d80420}

.ls-tab-02 a {display:block; color:#949494; padding: 10px 0; font-size: 1.3em;}
.ls-tab-02 a:hover, .ls-tab-02 a.active{ color:#c3162d; }
.ls-tab-02 a:hover span, .ls-tab-02 a.active span {  font-weight:600; }

/* overview */
.con-com-01 { margin:0 auto; position: relative; overflow:hidden; padding-top: 140px;}
.con-com-01 .con-head {position: relative; text-align: center; padding-left:50px; padding-right:50px;  }
.con-com-01 .con-head h3 { display:inline-block; max-width: 990px; height:100%; padding: 2em 10% 1em 10%; width: 100%; border:0.4em solid #1e2b59;}
.con-com-01 .con-head h3 img {max-width:100%}
.con-com-01 .con-head .con-txt-01 { padding-right: 80px; padding-left: 80px;width:100%; max-width: 990px; display:block; font-size: 1.3em; font-weight:normal; position: absolute; bottom:-5px; left: 50%; transform: translateX(-50%);}
.con-com-01 .con-head .con-txt-01 p { font-size:0.8em; width:100%;  color:rgba(0,0,0,0.6); background:#fff; padding-top: 1em;}
.con-com-01 .com-box-01 {position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-01 .com-box-02 {position: relative; width: 100%; margin:0 auto; height: 370px; }
.con-com-01 .com-box-03 {position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-01 .con-box-01 { padding-top: 2em; padding-bottom:2em;}
.con-com-01 .con-box-02 { height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.con-com-01 .ls-txt-01 { font-size: 1.15em; text-align: justify; letter-spacing: -1.9px; line-height: 1.8em; }
.con-com-01 .ls-txt-02 {  color:#434343; font-size: 0.9em; font-weight: 500;}
.con-com-01 .ls-txt-02 p { line-height: 1.8em; padding-top: 3em; }
.con-com-01 .ls-txt-02 p span { display:block; padding-bottom:1em}
.con-com-01 .con-box-02 { padding-top: 3em;}
.con-com-01 .ls-head h4 {font-size:2.4em;}
.con-com-01 .ls-head p {font-size:1.3em; padding-top:0.5em;}
.con-com-01 .ls-list-box-01 {display:grid; grid-template-columns: repeat(3, 1fr); column-gap: 2%; }
.con-com-01 .ls-list-box-01 .ls-list { text-align: center; display:flex; flex-direction: column; justify-content: center; align-items: center; width:100%; padding: 3em 0; margin:2em 0;}
.con-com-01 .ls-list-box-01 .ls-list p { color:#373737; padding-top: 1em; font-size: 1.15em; opacity: 0.6;}
.con-com-01 .ls-list-box-01 .ls-img-01 { position: relative;}
.con-com-01 .ls-list-box-01 .ls-img-01 img { max-width:100%;}
.con-com-01 .ls-list-box-01 .ls-img-01:after { content:''; height: 0.5em; position: absolute; background:#c3162d; width:100%; left:0; bottom:0;}

/* digi pcr */
.con-com-02 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px;}
.con-com-02 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-02 .com-box-01 {position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-02 .con-box-01 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-02 .con-box-01 .ls-box-01 { position: relative; width: 28.7%; padding-top: 2.5em; }
.con-com-02 .con-box-01 .ls-box-01:before { height: 4px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-02 .con-box-01 .ls-box-02 { position: relative; width: 64.5%; padding-top: 2.5em; }
.con-com-02 .con-box-01 .ls-box-02:before { height: 1px; background:#000; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-02 .con-box-01 dl {text-align: left; letter-spacing: -1.4px; }
.con-com-02 .ls-box-01 dl { position: relative; width:100%; padding-bottom: 2em;}
.con-com-02 .ls-box-01 dt { font-size: 2.4em; font-weight: 600; padding-bottom:1em;}
.con-com-02 .ls-img-01 img { max-width: 100%;}
.con-com-02 .ls-img-01 { padding-top: 3em;}
.con-com-02 .ls-box-02 dl { border-bottom:1px solid #000; position: relative; width:100%; padding-bottom: 2em; display:flex; justify-content: center;  align-items: stretch;}
.con-com-02 .ls-box-02 dl:last-of-type { border-bottom:0;}
.con-com-02 .ls-box-02 dl:not(:first-of-type) { padding-top:2.5em; }
.con-com-02 .ls-box-02 dt { position: relative; font-size: 1.6em; font-weight: 600; width:18%; max-width: 120px;  }
.con-com-02 .ls-box-02 dd { position: relative; width:82%;}
.con-com-02 .ls-box-02 dd span { width: 40px;}
.con-com-02 .con-box-01 dd li { font-size: 1em; opacity: 0.6; position: relative; line-height: 1.9em;padding-left: 10px;}
.con-com-02 .con-box-01 dd ul { width:100%;}
.con-com-02 .con-box-01 dd li:before { display:inline-block; content:'\00B7'; font-size: 1.2rem; left:0; position: absolute; }

/* digi pcr */
.con-com-03 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px;}
.con-com-03 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-03 .com-box-01 {position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-03 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-03 .ls-box-01 { position: relative; width: 28.7%; padding-top: 2.5em; }
.con-com-03 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-03 .ls-box-02 { position: relative; width: 64.5%;}
.con-com-03 dl {text-align: left; letter-spacing: -1px; }
.con-com-03 .con-box-01 { padding-bottom:7em;}
.con-com-03 .ls-box-01 h4 { text-align: left; font-size: 2.4em; font-weight: 600; padding-bottom:1em;}
.con-com-03 .ls-box-02 dl { text-align: left; position: relative; width:100%; padding-top: 2em;}
.con-com-03 .ls-box-02 dt {  position: relative; font-size: 1.6em; font-weight: 600; padding-bottom: 0.5em; }
.con-com-03 .ls-box-02 dd { line-height: 2.4em; font-size: 1.15em;}
.con-com-03 .ls-box-02 dd span { padding-right: 25px;}
 
.con-com-04 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px;}
.con-com-04 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-04 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-04 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-04 .ls-box-in-2 {  display:flex; justify-content: space-between;  align-items: stretch; padding-top: 3em; } 
.con-com-04 .ls-box-01 { position: relative; width: 28.7%; padding-top: 2.5em; }
.con-com-04 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-04 .ls-box-02 { line-height: 2em; position: relative; width: 64.5%; font-size: 1.15em; padding-top: 2.5em; }
.con-com-04 .ls-box-02:before { height: 1px; background:#000; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-04 .ls-box-03 {  position: relative; width: 28.7%; }
.con-com-04 .ls-box-04 { position: relative; width: 64.5%; font-size: 1.15em;}
.con-com-04 .con-box-01 dl {text-align: left; }
.con-com-04 .con-box-01 { padding-bottom:7em;}
.con-com-04 .ls-box-02 .ls-img-01 {position: relative; padding-top:4em; margin-bottom:1em;}
.con-com-04 .ls-box-02 .ls-img-01 img { width:100%;}
.con-com-04 .ls-box-02 .ls-img-p {  position: absolute; max-width: 40%; right:-20px; bottom:-2em;}
.con-com-04 .ls-box-02 .ls-img-p img { width: 100%;}
.con-com-04 .ls-box-02 .ls-txt-01 { opacity: 0.7; text-align: justify;}
.con-com-04 .ls-box-01 h4 { text-align: left; font-size: 2.4em; font-weight: 600; padding-bottom:1em; letter-spacing: -1px;;}
.con-com-04 .ls-box-03 h5 { position: relative; font-size: 1.6em; font-weight: 600; padding-left: 25px;}
.con-com-04 .ls-box-03 h5:before { display:inline-block; content:'\00B7'; line-height:3.5rem; top:-0.5rem; font-size: 3.5rem; font-weight: 600; left:0; position: absolute; }
.con-com-04 .ls-box-04 dd { opacity: 0.7; position: relative; padding-left:15px;}
.con-com-04 .ls-box-04 dd:before { display:inline-block; content:'\00B7'; font-size: 1.2rem; left:0; position: absolute; }
.con-com-04 .ls-box-04 dl {padding: 1.2em 0; border-top:1px solid #7f7f7f; display:flex; justify-content: flex-start;}
.con-com-04 .ls-box-04 dl:last-of-type { border-bottom:1px solid #7f7f7f}
.con-com-04 .ls-box-04 dt {font-weight: 600; min-width: 270px; width: 30%; display:flex; justify-content: flex-start;  align-items: center;}
    
.con-com-05 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-05 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-05 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-05 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-05 .ls-box-01 { position: relative; width: 28.7%; padding-top: 2.5em; }
.con-com-05 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-05 .ls-box-02 { line-height: 2em; position: relative; width: 64.5%; font-size: 1.15em; padding-top: 2.5em; }
.con-com-05 .ls-box-02:before { height: 1px; background:#000; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-05 .con-box-01 dl {text-align: left;}
.con-com-05 .con-box-01 { letter-spacing: -1.4px;  padding-bottom:7em;}
.con-com-05 .ls-box-02 .ls-img-01 {position: relative; padding-top:4em; margin-bottom:1em;}
.con-com-05 .ls-box-02 .ls-img-01 img { width:100%;}
.con-com-05 .ls-box-02 .ls-txt-01 { opacity: 0.6; text-align:justify; }
.con-com-05 .ls-box-01 h4 { text-align: left; font-size: 2.4em; font-weight: 600; padding-bottom:1em;}
.con-com-05 .con-box-02 h5 { position: relative; font-size: 1.6em; font-weight: 600; padding-left: 25px; padding-bottom:1em;}
.con-com-05 .con-box-02 h5:before { display:inline-block; content:'\00B7'; line-height:3.5rem; top:-0.5rem; font-size: 3.5rem; font-weight: 600; left:0; position: absolute; }
.con-com-05 .ls-img-02 { text-align: center; border:1px solid #cccccc}
.con-com-05 .ls-img-02 img {max-width:100%;}
.con-com-05 .ls-txt-02 { line-height:1; font-size: 1.2em; font-weight: 600; margin-top: 1em; color:#fff; padding:1em 0; text-align: center;}

.con-com-06 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-06 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-06 .com-box-01 { text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-06 .con-box-01 { letter-spacing: -1.4px;  padding-bottom:7em;}
.con-com-06 .ls-box-in { flex-wrap: wrap; display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-06 .ls-box-01 { position: relative; width: 28.7%; padding-top: 2.5em; }
.con-com-06 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-06 .ls-box-01 h4 { text-align: left; font-size: 2.4em; font-weight: 600; padding-bottom:1em;}
.con-com-06 .ls-pip { width:100%;}
.con-com-06 .ls-pip { overflow-x:auto }

.con-com-07 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-07 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-07 .com-box-01 {  text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-07 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-07 .ls-box-01 { position: relative; width: 36.3%; padding-top: 2.5em; }
.con-com-07 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-07 .ls-box-02 { line-height: 2em; position: relative; width: 60.2%; font-size: 1.15em; padding-top: 2.5em; }
.con-com-07 .ls-box-02:before { height: 1px; background:#7f7f7f; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-07 .con-box-01 dl {text-align: left;}
.con-com-07 .con-box-01 { letter-spacing: -1.4px; padding-bottom:5em;}
.con-com-07 .con-box-02 { border-top:1px solid #7f7f7f; padding-top: 3em;}
.con-com-07 .ls-box-02 .ls-img-01 {position: relative; padding-top:4em; margin-bottom:1em;}
.con-com-07 .ls-box-02 .ls-img-01 img { width:100%;}
.con-com-07 .ls-box-02 h4 { text-align: left; font-size: 2.2em; font-weight: 600; padding-bottom:1em;}
.con-com-07 .ls-box-02 dt { font-weight:600;}
.con-com-07 .ls-txt-01 { letter-spacing: -1px; text-align: justify; line-height: 1.8em; opacity: 0.6; font-size: 1.15em;}
.con-com-07 .ls-txt-01 p { padding-bottom:2em;}
.con-com-07 .con-box-02 h5 { position: relative; font-size: 1.6em; font-weight: 600; padding-left: 25px; padding-bottom:1em;}
.con-com-07 .con-box-02 h5:before { display:inline-block; content:'\00B7'; line-height:3.5rem; top:-0.5rem; font-size: 3.5rem; font-weight: 600; left:0; position: absolute; }
.con-com-07 .ls-box-01 img {max-width:100%;}
.con-com-07 dd li {  opacity: 0.6; position: relative; line-height: 1.9em;padding-left: 10px;}
.con-com-07 dd ul { width:100%;}
.con-com-07 dd li:before { display:inline-block; content:'\00B7'; font-size: 1.2rem; left:0; position: absolute; }

.con-com-08 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-08 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-08 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-08 .con-box-02 { border-top:1px solid #7f7f7f;}
.con-com-08 .con-box-01 { padding-bottom: 5em;}
.con-com-08 .ls-tab-box { padding: 70px 20px 0 20px;  margin:0 auto; position: relative; }
.con-com-08 .ls-tab-box ul {  display:flex; justify-content: center; align-items: center;}
.con-com-08 .ls-tab-box li a {  white-space: nowrap; display:block; padding: 10px 0.5em;}
.con-com-08 .ls-tab-box li .active, .con-com-11 .ls-tab-box li a:hover { color:#b31c27; border-color:#b31c27;}
.con-com-08 .ls-tab-box li { position: relative; padding: 0 1%; }
.con-com-08 .ls-tab-box li:after { content:''; position: absolute; right:-2px; height:20px; display:inline-block;  top:55%; transform: translateY(-50%); width:1px; background:#949494; }
.con-com-08 .ls-tab-box li:last-of-type:after { display:none;} 
.con-com-08 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-08 .ls-box-01 { position: relative; width: 36.3%; padding-top: 3em; }
.con-com-08 .con-box-01 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-08 .ls-box-02 { line-height: 2em; position: relative; width: 60.2%;  font-size: 1.15em; padding-top: 3em; }
.con-com-08 .con-box-01 .ls-box-02:before { height: 1px; background:#7f7f7f; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-08 .ls-box-02 h5 { text-align: left; font-size: 2.2em; font-weight: 600;}
.con-com-08 .ls-box-02 .ls-txt-01 { font-weight: 600;padding-top: 0.5em; padding-bottom: 2em; font-size: 1.1em;}
.con-com-08 h4 { position: relative; font-size: 1.6em; font-weight: 600; padding-left: 25px; padding-bottom:1em;}
.con-com-08 h4:before { display:inline-block; content:'\00B7'; line-height:3.5rem; top:-0.5rem; font-size: 3.5rem; font-weight: 600; left:0; position: absolute; }
.con-com-08 .ls-table-01 table { width:100%; border-top:3px solid #000; border-bottom:3px solid #000; letter-spacing: -0.7px; color:rgba(0,0,0,0.5); table-layout: fixed; font-size: 0.9em; text-align: center; border-collapse: collapse;}
.con-com-08 .ls-table-01 th { background:#f2f3f5; width: 40%; font-weight: normal;}
.con-com-08 .ls-table-01 td, .con-com-08 .ls-table-01 th { border-bottom:1px solid #b2b2b2; padding:0.5em 0;}
.con-com-08 .ls-table-01 th:last-of-type th, .con-com-08 .ls-table-01 th:last-of-type td { border-bottom:0;}

.con-com-08-1 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-08-1 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-08-1 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-08-1 .con-box-01 { padding-bottom: 5em;}
.con-com-08-1 .con-box-02 { padding-bottom: 5em; border-bottom:1px solid #7f7f7f;}
.con-com-08-1 .ls-tab-box { padding: 70px 20px 0 20px;  margin:0 auto; position: relative; }
.con-com-08-1 .ls-tab-box ul {  display:flex; justify-content: center; align-items: center;}
.con-com-08-1 .ls-tab-box li a {  white-space: nowrap; display:block; padding: 10px 0.5em;}
.con-com-08-1 .ls-tab-box li .active, .con-com-11 .ls-tab-box li a:hover { color:#b31c27; border-color:#b31c27;}
.con-com-08-1 .ls-tab-box li { position: relative; padding: 0 1%; }
.con-com-08-1 .ls-tab-box li:after { content:''; position: absolute; right:-2px; height:20px; display:inline-block;  top:55%; transform: translateY(-50%); width:1px; background:#949494; }
.con-com-08-1 .ls-tab-box li:last-of-type:after { display:none;} 
.con-com-08-1 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-08-1 .ls-box-01 { position: relative; width: 36.3%; padding-top: 3em; }
.con-com-08-1 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-08-1 .ls-box-02 { line-height: 2em; position: relative; width: 60.2%;  font-size: 1.15em; padding-top: 3em; }
.con-com-08-1 .ls-box-02:before { height: 1px; background:#7f7f7f; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-08-1 .ls-box-02 h5 { text-align: left; font-size: 2.2em; font-weight: 600;}
.con-com-08-1 .ls-box-02 .ls-txt-01 { font-weight: 600;padding-top: 0.5em; padding-bottom: 2em; font-size: 1.1em;}
.con-com-08-1 .dl-box-01 dl{ font-size: 1.1em; display:flex; justify-content: flex-start; align-items: center; }
.con-com-08-1 .dl-box-01 dt { font-weight: 600; width: 23%; max-width: 230px;}
.con-com-08-1 .dl-box-01 dd { color:rgba(0,0,0,0.5); width: 77%;}
.con-com-08-1 .ls-img-01 { text-align: center;}
.con-com-08-1 .ls-img-01 img { max-width:100%;}

.con-com-08-2 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-08-2 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-08-2 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-08-2 .con-box-01 { padding-bottom: 5em;}
.con-com-08-2 .con-box-02 { border-top:1px solid #7f7f7f; padding-top: 3em;}
.con-com-08-2 .ls-tab-box { padding: 70px 20px 0 20px;  margin:0 auto; position: relative; }
.con-com-08-2 .ls-tab-box ul {  display:flex; justify-content: center; align-items: center;}
.con-com-08-2 .ls-tab-box li a {  white-space: nowrap; display:block; padding: 10px 0.5em;}
.con-com-08-2 .ls-tab-box li .active, .con-com-11 .ls-tab-box li a:hover { color:#b31c27; border-color:#b31c27;}
.con-com-08-2 .ls-tab-box li { position: relative; padding: 0 1%; }
.con-com-08-2 .ls-tab-box li:after { content:''; position: absolute; right:-2px; height:20px; display:inline-block;  top:55%; transform: translateY(-50%); width:1px; background:#949494; }
.con-com-08-2 .ls-tab-box li:last-of-type:after { display:none;} 
.con-com-08-2 .ls-box-in {  display:flex; justify-content: space-between;  align-items: stretch; } 
.con-com-08-2 .ls-box-01 { position: relative; width: 36.3%; padding-top: 3em; }
.con-com-08-2 .ls-box-01:before { height: 5px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-08-2 .ls-box-02 { line-height: 2em; position: relative; width: 60.2%;  font-size: 1.15em; padding-top: 3em; }
.con-com-08-2 .ls-box-02:before { height: 1px; background:#7f7f7f; width:100%; position:absolute; content:''; top:0; left:0;}
.con-com-08-2 .ls-box-02 h5 { text-align: left; font-size: 2.2em; font-weight: 600;}
.con-com-08-2 .ls-box-02 .ls-txt-01 { font-weight: 600;padding-top: 0.5em; padding-bottom: 2em; font-size: 1.1em;}
.con-com-08-2 .dl-box-01 dl{ font-size: 0.9em; display:flex; justify-content: flex-start; align-items: center; }
.con-com-08-2 .dl-box-01 dt { font-weight: 600; width: 23%; max-width: 230px;}
.con-com-08-2 .dl-box-01 dd { color:rgba(0,0,0,0.5); width: 77%;}
.con-com-08-2 .ls-img-01 { text-align: center;}
.con-com-08-2 .ls-img-01 img { max-width:100%;}
.con-com-08-2 .ls-txt-01 p { padding-bottom:2em;}
.con-com-08-2 .con-box-02 h5 { position: relative; font-size: 1.6em; font-weight: 600; padding-left: 25px; padding-bottom:1em;}
.con-com-08-2 .con-box-02 h5:before { display:inline-block; content:'\00B7'; line-height:3.5rem; top:-0.5rem; font-size: 3.5rem; font-weight: 600; left:0; position: absolute; }
.con-com-08-2 .ul-box-01 li { font-size: 1.15em; opacity: 0.6; position: relative; line-height: 1.9em;padding-left: 10px;}
.con-com-08-2 .ul-box-01 li:before { display:inline-block; content:'\00B7'; font-size: 1.2rem; left:0; position: absolute; }

.con-com-09 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-09 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-09 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-09 .con-box-01 { color:#fff; position: relative; padding: 9%; background-position: center center; background-size: cover; background-repeat: no-repeat;}
.con-com-09 .con-box-01 .ls-img-01 { width:40%; max-width: 350px;  position: absolute; right: 9%; bottom:10%;}
.con-com-09 .con-box-01 .ls-img-01 img { max-width:100%;}
.con-com-09 .con-box-01 h4 { font-size: 2.6em; font-weight: 600;}
.con-com-09 .con-box-01 .ls-txt-01 { padding-top:0.5em; padding-bottom: 3em; opacity: 0.7; font-size: 1.2em;}
.con-com-09 .con-box-01 .ls-more a { font-size: 1.2em; display:inline-block; border:1px solid #fff; color:#fff; line-height: 1; padding: 0.6em 1.2em;}
.con-com-09 .con-box-01 .ls-more a:hover { background:#c3162d; border-color:#c3162d;}

.con-com-10 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-10 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-10 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-10 .con-box-01 {  text-align: left; font-size: 0.8em; }
.con-com-10 .con-box-01 .ls-info, .con-com-10 .con-box-01 ::placeholder { letter-spacing: -0.5px; color:#cacaca;}
.con-com-10 .con-box-01 .ls-info { padding-bottom:15px;}
.con-com-10 .con-box-01 .dl-box-01 { border-top:1px solid #000; border-bottom:1px solid #000; flex-wrap: wrap; padding-top:3em; padding-bottom:3em; display:flex; justify-content: center; align-items: center;}
.con-com-10 .con-box-01 dl { width: 100%; line-height: 1.2em;display:flex; flex-wrap: wrap; position: relative; padding: 40px 5px; }
.con-com-10 .con-box-01 dt { font-size: 1.7em; font-weight: 400; padding-top:20px; display: block; width:30%; max-width: 250px;  }
.con-com-10 .con-box-01 dd {text-align:left; display: block; width: 70%; }
.con-com-10 .con-box-01 dt span { width: 40px; font-weight:600; padding-right: 7px;}
.con-com-10 .con-box-01 input[type=text], .con-com-10 .con-box-01 textarea {font-size: 1.7em; border:none; border-bottom: 1px solid #b2b2b2; width:100%; padding: 20px 10px 20px 0;}
.con-com-10 .con-box-01 .txt-a-02 { height: 250px;}
.con-com-10 .con-box-01 .txt-a-01 { height: 100px;}
.con-com-10 .con-box-01 .dl-p { padding-top: 10px; padding-bottom:10px;}
.con-com-10 .ls-btn { font-size: 0.9em; padding-top: 50px; text-align: center; }
.con-com-10 .ls-btn a {  width:100%; max-width: 120px; padding: 10px 0 13px 0; display:inline-block; text-align: center;}
.con-com-10 .con-box-01 dl label { padding: 13px 0px 10px 0; display: block; text-align: left;}
.con-com-10 .con-box-01 .ls-txt-01 { font-weight: 600; text-align: right;}
.con-com-10 .con-box-02 { padding: 50px 0 50px 0;text-align: left;}
.con-com-10 .con-box-02 input[type=checkbox] { display:inline-block; min-width:18px; width: 33px; height: 33px; margin-top:0px;}
.con-com-10 .con-box-02 label { display:flex; justify-content: start;align-items: stretch;}
.con-com-10 .con-box-02 label>span { position: relative; top:-2px;padding-left:10px; vertical-align: middle;}
.con-com-10 .con-box-02 label>span span { border-bottom: 1px solid #000; padding-bottom:2px; }
.con-com-10 .con-box-02 textarea { width:100%; height: 200px;  border: 1px solid #d2d2d2; padding: 20px;}
.con-com-10 .con-box-02 .ls-txt-a { padding: 20px 0;}
.con-com-10 .ls-btn { padding-top: 50px;text-align: center; }
.con-com-10 .ls-btn a { font-size: 1.1em; line-height:1em; width:100%; max-width: 200px; padding: 0.8em 0px 1em 0; display:inline-block; text-align: center;  color:#fff;}
.con-com-10 .ls-btn a:hover { background:#1e2b59}

/*20230418 추가 */
.con-com-11 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-11 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-11 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-11 .con-box-02 { border-top:1px solid #7f7f7f;}
.con-com-11 .con-box-01 { padding-bottom: 5em;}
.con-com-11 .ls-tab-box { padding: 70px 20px 0 20px;  margin:0 auto; position: relative; }
.con-com-11 .ls-tab-box ul {  display:flex; justify-content: center; align-items: center;}
.con-com-11 .ls-tab-box li a {  white-space: nowrap; display:block; padding: 10px 0.5em;}
.con-com-11 .ls-tab-box li .active, .con-com-11 .ls-tab-box li a:hover { color:#b31c27; border-color:#b31c27;}
.con-com-11 .ls-tab-box li { position: relative; padding: 0 1%; }
.con-com-11 .ls-tab-box li:after { content:''; position: absolute; right:-2px; height:20px; display:inline-block;  top:55%; transform: translateY(-50%); width:1px; background:#949494; }
.con-com-11 .ls-tab-box li:last-of-type:after { display:none;} 
.con-com-11 .ls-box-in { position: relative;  display:flex; justify-content: space-between; width:100%; align-items: stretch; font-size: 1.15em; line-height: 2em; } 
.con-com-11 .ls-box-in:after { height: 100%; background:#c3162d; width:5px; position:absolute; content:''; top:0; left:50%; transform: translateX(-50%);} 
.con-com-11 .ls-img-01 { padding-top: 2em;}
.con-com-11 .ls-img-01 img { max-width: 100%;}
.con-com-11 .ls-box-01 { position: relative; width: 40%; padding-top: 3em; border-top:1px solid #7f7f7f;}
.con-com-11 .ls-box-02 { position: relative; width: 40%; padding-top: 3em; border-top:1px solid #7f7f7f; }
.con-com-11 h4 { text-align: left; font-size: 2.2em; font-weight: 600;}
.con-com-11 .ls-txt-01 { font-weight: 600;padding-top: 0.5em; padding-bottom: 2em; font-size: 1.1em;}

.con-com-12 { margin:0 auto; position: relative; overflow:hidden; padding-top: 100px; padding-bottom: 5em;}
.con-com-12 .con-head { text-align: center; padding-left:20px; padding-right:20px; }
.con-com-12 .com-box-01 {text-align:left;position: relative; width: 100%; max-width: 1250px; margin:0 auto; padding-left:20px; padding-right:20px;  padding-top: 100px; padding-bottom: 100px;}
.con-com-12 .con-box-02 { border-top:1px solid #7f7f7f;}
.con-com-12 .con-box-01 { padding-bottom: 5em;}
.con-com-12 .ls-tab-box { padding: 70px 20px 0 20px;  margin:0 auto; position: relative; }
.con-com-12 .ls-tab-box ul {  display:flex; justify-content: center; align-items: center;}
.con-com-12 .ls-tab-box li a {  white-space: nowrap; display:block; padding: 10px 0.5em;}
.con-com-12 .ls-tab-box li .active, .con-com-12 .ls-tab-box li a:hover { color:#b31c27; border-color:#b31c27;}
.con-com-12 .ls-tab-box li { position: relative; padding: 0 1%; }
.con-com-12 .ls-tab-box li:after { content:''; position: absolute; right:-2px; height:20px; display:inline-block;  top:55%; transform: translateY(-50%); width:1px; background:#949494; }
.con-com-12 .ls-tab-box li:last-of-type:after { display:none;} 
.con-com-12 .ls-box-in { position: relative;  display:flex; justify-content: space-between; width:100%; align-items: stretch; font-size: 1.15em; line-height: 2em; } 
.con-com-12 .ls-box-in:after { height: 100%; background:#c3162d; width:5px; position:absolute; content:''; top:0; left:50%; transform: translateX(-50%);} 
.con-com-12 .ls-img-01 { padding-top: 2em;}
.con-com-12 .ls-img-01 img { max-width: 100%;}
.con-com-12 .ls-box-01 { position: relative; width: 40%; padding-top: 3em; border-top:1px solid #7f7f7f;}
.con-com-12 .ls-box-02 { position: relative; width: 40%; padding-top: 3em; border-top:1px solid #7f7f7f; }
.con-com-12 h4 { text-align: left; font-size: 2.2em; font-weight: 600;}
.con-com-12 .ls-txt-01 { font-weight: 600;padding-top: 0.5em; padding-bottom: 2em; font-size: 1.1em;}
.con-com-12 .dl-box-01 dl { padding-bottom: 15px; font-size: 0.9em; display:flex; justify-content: flex-start; align-items: stretch; line-height: 1.4em; }
.con-com-12 .dl-box-01 dt { font-weight: 600; width: 35%; max-width: 250px; }
.con-com-12 .dl-box-01 dd { color:rgba(0,0,0,0.5); width: 65%;}
/* 20230418 추가완료 */


/* 개인정보 처리방침 레이어 */
.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:450px; 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:700; max-height:100px; 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:0px;  }
.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 #eee; background:#c3162d; color:#fff; padding:15px 70px; font-weight:500; }
.vo_list_btn1 a:hover { background:#ccc; color:#000; }

/*게시판 : 일반 */
.bo_list2 { width:100%; }
.bo_list2 table {width:100%; border-collapse:collapse;}
.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; }
.bo_list2 table tbody td.text-center {text-align:center;}
.bo_list2 a:hover { color:#51b431; }

#bo_list2_search { margin:0 auto; text-align:center; margin-bottom:50px; background:#f9f9f9; padding:50px 0; border:1px solid #eee; }
#bo_list2_search select { width:120px; height:40px; border:1px solid #cfcfcf;  }
#bo_list2_search input[type=text] { width:300px; height:40px;  border:1px solid #cfcfcf; padding:0 10px; }
#bo_list2_search input[type=submit] { width:90px; height:40px;  border:1px solid #51b431; color:#51b431; background:#fff; }
#bo_list2_search input[type=submit]:hover { color:#fff; background:#51b431; }

/* 사내소식 */
#news_list3 { width:100%; margin-left:10px; padding-top:0px; }
#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:400px; overflow:hidden; padding:10px; }
.bo_list3 .bo_image1 { width:100%; overflow:hidden; height:240px; border:1px solid #eee; }
.bo_list3 .bo_image1 img {object-fit: cover; height: 240px; 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; }

.main_footer { font-size:0.78em; }



@media all and (max-width : 1280px){
	
	.footer .sel-in h2 a { min-width: 200px;}

	.lang { transform: scale(0.8); margin-right:45px;}
}


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

	.container { font-size: 1em;}

	.con-com-01 .con-head h3 { border-width: 0.3em; padding-top: 1em; padding-bottom:1em;}
	.con-com-01 .con-head h3 img { height: 50px;}
	.con-com-01 .con-head .con-txt-01 { bottom:-10px;}


}

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

	.ls-tab-01 a { padding-top:5px; padding-bottom:5px;}

	.con-com-01 {padding-top: 40px;}
	.con-com-01 .com-box-01 { padding-top: 50px; padding-bottom:30px;}
	.con-com-01 .con-head h3 { border-width: 0.25em;}
	.con-com-01 .con-head h3 img { height: 28px;} 
	.con-com-01 .con-head { padding-right:40px; padding-left: 40px; max-width: 410px;  margin:0 auto;}
	.con-com-01 .con-head .con-txt-01 { bottom:-20px; font-size: 0.95em;  padding-right:55px; padding-left: 55px;}
	.con-com-01 .ls-txt-01 br { display:none;}
	.con-com-01 .com-box-02 { height: 180px;}
	.con-com-01 .ls-list-box-01 {  grid-template-columns:repeat(1, 1fr) }
	.con-com-01 .ls-list-box-01 .ls-img-01 { width:100%;}
	.con-com-01 .ls-list-box-01 .ls-img-01 img {width:100%; height: 180px; object-fit: cover;}
	.con-com-01 .ls-list-box-01 .ls-img-01:after { height: 0.4em}
	.con-com-01 .ls-list-box-01 .ls-list { padding:0;}
	.con-com-01 .com-box-03 { padding-top:40px;}
	.con-com-01 .ls-head h4 { font-size: 1.8em;}
	.con-com-01 .ls-txt-01 { letter-spacing: -1px; text-align:left; }
	.con-com-01 .ls-head p {font-size: 1.2em;}

	.con-com-02 {padding-top: 40px;}
	.con-com-02 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-02 .con-box-01 .ls-box-in { flex-wrap: wrap;}
	.con-com-02 .con-box-01 .ls-box-01 { width:100%; padding-top:2em;}
	.con-com-02 .con-box-01 .ls-box-02 { width:100% }
	.con-com-02 .ls-img-01 img { height: 180px; width:100%; object-fit: cover;}
	.con-com-02 .con-box-01 .ls-box-01:before { height: 3px;}
	.con-com-02 .ls-box-01 dt { padding-bottom:0.5em; font-size: 1.8em}
	.con-com-02 .con-box-01 dd li { font-size: 1em;}
	.con-com-02 .ls-img-01 { padding-top:2em;}
	.con-com-02 .ls-box-02 dt { font-size: 1.3em; max-width: 90px; min-width: 55px; width:13%;}
	.con-com-02 .ls-box-02 dd { width: 87%;}
	.con-com-02 .con-box-01 .ls-box-02 { padding-top:2em;}
	.con-com-02 .ls-box-02 dl:not(:first-of-type) { padding-top:2em;}
	.con-com-02 .con-box-01 .ls-box-01 li { font-size: 1.1em;}

	.con-com-03 {padding-top: 40px;}
	.con-com-03 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-03 .con-box-01 { padding-bottom:3em;}
	.con-com-03 .ls-box-in { flex-wrap: wrap;}
	.con-com-03 .ls-box-01 { width:100%; padding-top:2em;}
	.con-com-03 .ls-box-02 { width:100% }
	.con-com-03 .ls-box-01:before { height: 3px;}
	.con-com-03 .ls-box-01 h4 { font-size: 1.8em}
	.con-com-03 iframe { height: 220px}
	.con-com-03 .ls-box-02 dd { font-size: 1.1em; line-height: 1.8em;}
	.con-com-03 .ls-box-02 dt { font-size: 1.4em}
	.con-com-03 .con-box-02 .ls-box-02 dd p:nth-child(2), .con-com-03 .con-box-02 .ls-box-02 dd p:nth-child(3) { display:inline-block}

	.con-com-04 {padding-top: 40px;}
	.con-com-04 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-04 .con-box-01 { padding-bottom:4em;}
	.con-com-04 .con-box-02 { padding-bottom:4em;}
	.con-com-04 .ls-box-in, .con-com-04 .ls-box-in-2 { flex-wrap: wrap;}
	.con-com-04 .ls-box-01 { width:100%; padding-top:2em;}
	.con-com-04 .ls-box-01:before { height: 3px;}
	.con-com-04 .ls-box-02, .con-com-04 .ls-box-04 { width:100%; padding-top:1em; }
	.con-com-04 .ls-box-02:before { display:none;}
	.con-com-04 .ls-box-01 h4 { font-size: 1.8em}
	.con-com-04 .ls-box-02 dt { font-size: 1.4em}
	.con-com-04 .ls-box-02 { font-size: 1em; line-height: 1.6em; }
	.con-com-04 .ls-box-02 .ls-img-01 { padding-top:2em;}
	.con-com-04 .ls-box-in-2 { padding-top: 2em;}
	.con-com-04 .ls-box-03 { width:100%; padding-top:0em;}
	.con-com-04 .ls-box-03 h5 { font-size: 1.3em; padding-left:15px;}
	.con-com-04 .ls-box-03 h5:before { top:-0.4rem; font-size: 2rem; line-height:2rem;  }
	.con-com-04 .ls-box-04 dl { flex-wrap: wrap; padding: 0.8em 0;}
	.con-com-04 .ls-box-04 dt, .con-com-04 .ls-box-04 dd { width:100%;}
	.con-com-04 .ls-box-04 dd:before { display:none;}
	.con-com-04 .ls-box-04 dd { padding-left:0;}
	.con-com-04 .ls-box-02 .ls-img-p { right:-5px; max-width: 45%;}
	.con-com-04 .ls-box-02 .ls-txt-01  { font-size: 1.1em;}

	.con-com-05 {padding-top: 40px;}
	.con-com-05 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-05 .con-box-01 { padding-bottom:4em;}
	.con-com-05 .ls-box-in { flex-wrap: wrap;}
	.con-com-05 .ls-box-01 { width:100%; padding-top:2em;}
	.con-com-05 .ls-box-01:before { height: 3px;}
	.con-com-05 .ls-box-02 { width:100%;  padding-top:0em; }
	.con-com-05 .ls-box-02 .ls-img-01 img { max-width: 500px; display:inline-block; }
	.con-com-05 .ls-box-02 .ls-img-01 { text-align: center;}
	.con-com-05 .ls-img-02 img { max-width: 500px; width:100%;}
	.con-com-05 .con-box-02 h5 { font-size: 1.3em; padding-left:15px;}
	.con-com-05 .con-box-02 h5:before { top:-0.4rem; font-size: 2rem; line-height:2rem;  }
	.con-com-05 .ls-box-01 h4 { font-size: 1.8em}
	.con-com-05 .ls-box-01 h4 br { display: none;}
	.con-com-05 .ls-box-02:before { display:none;}
	.con-com-05 .ls-box-02 { line-height: 1.6em;}
	.con-com-05 .ls-txt-02 {line-height:1.6em;}

	.con-com-06 {padding-top: 40px;}
	.con-com-06 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-06 .con-box-01 { padding-bottom:2em;}
	.con-com-06 .ls-box-in { flex-wrap: wrap;}
	.con-com-06 .ls-box-01 { width:100%; padding-top:2em;}
	.con-com-06 .ls-box-01 h4 { font-size: 1.8em}
	.con-com-06 .ls-box-01:before { height: 3px;}
	.con-com-06 .ls-pip img { width: 728px;}

	.con-com-07 {padding-top: 40px;}
	.con-com-07 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-07 .con-box-01 { padding-bottom:2em;}
	.con-com-07 .ls-box-in { flex-wrap: wrap;}
	.con-com-07 .ls-box-02 h4 { font-size: 1.8em}
	.con-com-07 .ls-box-01:before { display:none;}
	.con-com-07 .ls-box-01 {order:2; width:100%; }
	.con-com-07 .ls-box-02 { order:1; width:100%; padding-top:2em; font-size: 1em;} 
	.con-com-07 .ls-box-02:before {height: 3px; background:#c3162d;}
	.con-com-07 .ls-box-01 img { width:100%;  }
	.con-com-07 .con-box-02 h5 { font-size: 1.3em; padding-left:15px;}
	.con-com-07 .con-box-02 h5:before { top:-0.4rem; font-size: 2rem; line-height:2rem;  }
	.con-com-07 .con-box-01 dl {font-size: 1.2em;}
	.con-com-07 .ls-txt-01 { font-size: 1.1em; text-align: left;}

	.con-com-08 {padding-top: 40px;}
	.con-com-08 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-08 .con-box-01 { padding-bottom:2em;}
	.con-com-08 .ls-tab-box { padding-top: 35px;}
	.con-com-08 .ls-tab-box a { font-size: 1.1em;}
	.con-com-08 .ls-tab-box li:after { height: 11px; }
	.con-com-08 .ls-box-in { flex-wrap: wrap;}
	.con-com-08 .ls-box-01 {order:2; width:100%; }
	.con-com-08 .ls-box-01:before { display:none;}
	.con-com-08 .ls-box-02 { font-size: 1em; order:1; width:100%; padding-top:2em;} 
	.con-com-08 .con-box-01 .ls-box-02:before {height: 3px; background:#c3162d;}
	.con-com-08 .con-box-02 { border:none; }
	.con-com-08 .ls-box-02:before {height: 3px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
	.con-com-08 .ls-box-01 h4 { display:none;}
	.con-com-08 h4 { font-size: 1.3em; padding-left:15px;}
	.con-com-08 h4:before { top:-0.4rem; font-size: 2rem; line-height:2rem;  }
	.con-com-08 .ls-box-02 h5 { font-size: 1.8em}
	.con-com-08 .ls-table-01 th { width: 45%;}
	.con-com-08 .ls-table-01 td { width: 55%;}
	.con-com-08 .ls-table-01 td, .con-com-08 .ls-table-01 th { line-height: 1.4em;}
	.con-com-08 .ls-table-01 table { border-width: 2px;}

	.con-com-08-1 {padding-top: 40px;}
	.con-com-08-1 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-08-1 .con-box-01 { padding-bottom:3em;}
	.con-com-08-1 .ls-tab-box { padding-top: 35px;}
	.con-com-08-1 .ls-tab-box a { font-size: 1.1em;}
	.con-com-08-1 .ls-tab-box li:after { height: 11px; }
	.con-com-08-1 .ls-box-in { flex-wrap: wrap;}
	.con-com-08-1 .ls-box-01 {order:2; width:100%; display:none; }
	.con-com-08-1 .ls-box-01:before { display:none;}
	.con-com-08-1 .ls-box-02 { font-size:1em; order:1; width:100%; padding-top:2em;} 
	.con-com-08-1 .con-box-01 .ls-box-02:before {height: 3px; background:#c3162d;}
	.con-com-08-1 .ls-img-02 { border:1px solid #d2d2d2; text-align: center; padding: 0.5em 0}
	.con-com-08-1 .ls-img-02 img { display:inline-block; max-height: 200px;}
	.con-com-08-1 .ls-box-02 h5 { font-size: 1.8em}
	.con-com-08-1 .ls-box-02:before {height: 3px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
	.con-com-08-1 .con-box-02 { border-bottom:0; padding-bottom:0;}
	.con-com-08-1 .dl-box-01 { padding-top: 1em; font-size: 1.05em;}

	.con-com-08-2 {padding-top: 40px;}
	.con-com-08-2 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-08-2 .con-box-01 { padding-bottom:3em;}
	.con-com-08-2 .ls-tab-box { padding-top: 35px;}
	.con-com-08-2 .ls-tab-box a { font-size: 1.1em;}
	.con-com-08-2 .ls-tab-box li:after { height: 11px; }
	.con-com-08-2 .ls-box-in { flex-wrap: wrap;}
	.con-com-08-2 .ls-box-01 {order:2; width:100%; display:none; }
	.con-com-08-2 .ls-box-01:before { display:none;}
	.con-com-08-2 .ls-box-02 { font-size:1em; order:1; width:100%; padding-top:2em;} 
	.con-com-08-2 .con-box-01 .ls-box-02:before {height: 3px; background:#c3162d;}
	.con-com-08-2 .ls-img-02 { border:1px solid #d2d2d2; text-align: center; padding: 0.5em 0}
	.con-com-08-2 .ls-img-02 img { display:inline-block; max-height: 200px;}
	.con-com-08-2 .ls-box-02 h5 { font-size: 1.8em}
	.con-com-08-2 .ls-box-02:before {height: 3px; background:#c3162d; width:100%; position:absolute; content:''; top:0; left:0;}
	.con-com-08-2 .con-box-02 { border-bottom:0; padding-bottom:0;}
	.con-com-08-2 .dl-box-01 { padding-top: 1em;  font-size: 1.05em;}
	.con-com-08-2 .con-box-02 h5 { font-size: 1.3em; padding-left:15px;}
	.con-com-08-2 .con-box-02 h5:before { top:-0.4rem; font-size: 2rem; line-height:2rem;  }
	.con-com-08-2 .ul-box-01 li { font-size: 1.1em; line-height: 1.8em;}

	.con-com-09 {padding-top: 40px;}
	.con-com-09 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-09 .con-box-01 { padding-bottom:3em;}
	.con-com-09 .con-box-01 { font-size: 0.8em; height: 350px;}
	.con-com-09 .con-box-01 .ls-img-01 { width: 60%; text-align: right;}
	.con-com-09 .con-box-01 .ls-img-01 img { max-width: 200px;}

	.con-com-10 {padding-top: 40px;}
	.con-com-10 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-10 .con-box-01 { padding-bottom:3em; font-size: 0.65em;}
	.con-com-10 .con-box-01 dl { padding: 20px 0;}
	.con-com-10 .con-box-01 .dl-box-01 { padding-top:1em;}
	.con-com-10 .con-box-01 .txt-a-02 { height: 170px;}
	.con-com-10 .con-box-02 { padding-top: 0px;}
	.con-com-10 .con-box-02 textarea { height: 150px;}
	.con-com-10 .con-box-02 input[type=checkbox] { height: 21px; width:21px;}
	.con-com-10 .ls-btn { padding-top:25px}
	.con-com-10 .ls-btn a { max-width: 130px;}
	.con-com-10 .con-box-01 dl label { padding-top: 5px;}

	/* 20230418 추가 */
	.con-com-11 {padding-top: 40px;}
	.con-com-11 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-11 .con-box-01 { padding-bottom:0em;}
	.con-com-11 .ls-tab-box { padding-top: 35px;}
	.con-com-11 .ls-tab-box a { font-size: 1.1em;}
	.con-com-11 .ls-tab-box li:after { height: 11px; }
	.con-com-11 .ls-box-in { flex-wrap: wrap; font-size:1em;}
	.con-com-11 .ls-box-in:after { display:none;}
	.con-com-11 .ls-box-01 { padding-top:2em; width: 100%; border-top:3px solid #c3162d;}
	.con-com-11 .ls-box-02 { padding-top:2em; width: 100%; border-top:3px solid #c3162d;}
	.con-com-11 h4 { font-size: 1.8em}
	.con-com-11 .ls-img-01 {text-align: center; padding-bottom: 5em;}
	.con-com-11 .ls-img-01 img { max-width: 260px;}
	.con-com-11 .ls-box-02 .ls-img-01 { padding-bottom:0;}

	.con-com-12 {padding-top: 40px;}
	.con-com-12 .com-box-01 { padding-top: 50px; padding-bottom:50px;}
	.con-com-12 .con-box-01 { padding-bottom:0em;}
	.con-com-12 .ls-tab-box { padding-top: 35px;}
	.con-com-12 .ls-tab-box a { font-size: 1.1em;}
	.con-com-12 .ls-tab-box li:after { height: 11px; }
	.con-com-12 .ls-box-in { flex-wrap: wrap; font-size:1em;}
	.con-com-12 .ls-box-in:after { display:none;}
	.con-com-12 .ls-box-01 { padding-top:2em; width: 100%; border-top:3px solid #c3162d;}
	.con-com-12 .ls-box-02 { padding-top:2em; width: 100%; border-top:3px solid #c3162d;}
	.con-com-12 h4 { font-size: 1.8em}
	.con-com-12 .dl-box-01 { padding-top: 0.5em; font-size: 1.05em; padding-bottom:4em;}
	.con-com-12 .dl-box-01 dl { padding-bottom: 10px; }
	.con-com-12 .ls-box-02 .dl-box-01 { padding-bottom:0;}
	/* 20230418 추가완료 */


	/*게시판 : 인증현황 */
	#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:250px; 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:600; max-height:100px; 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; }

		
	/*게시판 : 일반 */
	.bo_list2 { width:100%; }
	.bo_list2 table {width:100%; border-collapse:collapse;}
	.bo_list2 table thead th { border-top:2px solid #000; border-bottom:1px solid #000;  padding:20px 7px; text-align:center; }
	.bo_list2 table tbody td { border-bottom:1px solid #e5e5e5; padding:20px 7px; }
	.bo_list2 table tbody td.text-center {text-align:center;}
	.bo_list2 a:hover { color:#51b431; }

	#bo_list2_search { margin:0 auto; text-align:center; margin-bottom:50px; }
	#bo_list2_search select { width:80px; height:40px; border:1px solid #cfcfcf;  }
	#bo_list2_search input[type=text] { width:120px; height:40px;  border:1px solid #cfcfcf; padding:0 10px; }
	#bo_list2_search input[type=submit] { width:50px; height:40px;  border:1px solid #51b431; color:#51b431; background:#fff; }
	#bo_list2_search input[type=submit]:hover { color:#fff; background:#51b431; }

	#bo_list_admin th:nth-of-type(2) {display:none;}
	#bo_list th:nth-of-type(1) {display:none;}
	#bo_list_admin td:nth-of-type(2) {display:none;}
	#bo_list td:nth-of-type(1) {display:none;}

	/* 사내소식 */
	#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:400px; 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;  }

	.main_footer { font-size:1em; }

}




/* PC 사이즈 */
@media all and (max-width : 1600px)  { 
	
	footer .sns-box { right:20px;}
	.nav_web { max-width:75%;}
	
}

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

	.nav_web { margin-right: 2em;}


}
@media all and (max-width : 1280px)  { 
	.footer .logo img { height: 40px}
	.footer .head-box { width:17%;}

	
	
}
/* 패드류 기본 */
@media all and (min-width : 769px) and (max-width : 1024px) {
		 
	.scroll-box-2 .box-inner .ls-list-01 a { padding-right: 2em;}

}

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

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}
	header { height: 65px;}
	header h1 img { height: 20px; width:auto;}
	header:after { top: 60px;}
	header .box_inner { padding-left: 20px; padding-right:20px;}
	header:after { display:none;}

	.scroll-ud-btn { display:none;}

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

	footer { height: auto; font-size:1.1em;}
	.footer { flex-direction: column; justify-content: center; padding-bottom: 10px;}
	footer .box-inner { padding:20px;}
	.footer .head-box {width:100%; max-width:100%; flex-direction: column; justify-content: center; padding-bottom:25px;}
	.footer .logo img { height: 25px;}
	.footer .col-box { width:100%; font-size: 0.8em;}
	.footer .col-box-in { padding-left: 0; flex-wrap: wrap; padding-right:0; }
	.footer .col-box p { padding-right:0; padding-bottom:0; line-height: 1.6em; word-break: keep-all;}
	.footer .col-box p span {display: inline-block}
	.footer .col-box-in .col-box:nth-child(1) p:nth-child(2), .footer .col-box-in .col-box:nth-child(1) p:nth-child(3) { position: relative; display:inline-block}
	.footer .col-box-in .col-box:nth-child(1) p:nth-child(2):after { content:''; height:12px; width:1px; top:6px; background:#fff; right:10px; position: absolute;}
	.footer .col-box-in .col-box:nth-child(1) p:nth-child(2) { padding-right: 20px;}
	.footer .col-box-in p b, .footer .col-box-in .col-box:nth-child(2) p:nth-child(2), .footer .col-box-in .col-box:nth-child(2) p:nth-child(3) { display:inline-block}
	.footer .col-box-in .col-box:nth-child(2) p:nth-child(1) b span, .footer .col-box-in .col-box:nth-child(3) p:nth-child(1) b span { display:none;}
	.footer .col-box-in .col-box:nth-child(2) p:nth-child(1) b span, .footer .col-box-in .col-box:nth-child(4) p:nth-child(1) b span { display:none;}
	.footer .col-box-in .col-box:nth-child(2) p:nth-child(2) { position: relative; padding-right: 20px;}
	.footer .col-box-in .col-box:nth-child(2) p:nth-child(2):after { content:''; height:12px; width:1px; top:6px; background:#fff; right:10px; position: absolute;}
	.footer .col-box-in p br { display:none;}
	.footer .col-box-in .col-box:nth-child(3), .col-box:nth-child(4) { color:#70757f }
	.footer .col-box p span { font-size: 1.2em;}
	.footer .col-box:last-of-type { max-width:100%; margin-top: 1em;}
	footer .sns-box { text-align: right; height:auto; right:20px; width: 100px; top:20px; }
	footer .sns-box li { padding:0 5px; display:inline-block}
	footer .sns-box img { height: 25px;}

	.page-top { transform: scale(0.8); bottom:400px; }
	
	.ls-scroll { display:none;}

	.menu-scroll .nav_wrap { display:none;}


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

	.scroll-box-1, .scroll-box-1 .ls-slide-backgrounds, .scroll-box-1 .ls-slide-backgrounds img { min-height:700px; height:700px; }
	.scroll-box-2, .scroll-box-2 .ls-slide-backgrounds, .scroll-box-2 .ls-slide-backgrounds img { min-height:700px; height:700px; }
	.scroll-box-3, .scroll-box-3 .ls-slide-backgrounds, .scroll-box-3 .ls-slide-backgrounds img { min-height:700px; height:700px; } 
	.scroll-box-3 .ls-slide-backgrounds img { height: 700px; width: 100%; object-fit: cover; object-position: right bottom; }
	.scroll-box-4, .scroll-box-4 .ls-slide-backgrounds, .scroll-box-4 .ls-slide-backgrounds img { min-height:550px; height:550px; }

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


	.page-top { transform: scale(0.6); }

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

	.scroll-box-1 .ls-head { padding-top:0; }
	.scroll-box-1 .ls-slide-texts { font-size: 0.9em; padding-left:20px; padding-right:20px;  height:700px; }
	.scroll-box-1 .ls-more a:before { width: 40px; height: 40px;}
	.scroll-box-1 .ls-more a { padding-left: 20px;}
	.scroll-box-1 .scroll-box-btn { position: absolute; bottom:70px; max-width: 640px; left:50%; transform: translateX(-50%);}
	.scroll-box-1 .scroll-btn>a { font-size: 1.2em;}
	.scroll-box-1 .scroll-btn .ls-bar { width: 90%; margin-left: 10px;}
	.scroll-box-1 .scroll-btn .active { width:100%;}
	.scroll-box-1 .scroll-btn .ls-num { padding-left: 0.2em; padding-right: 0.2em}

	.scroll-box-2 .box-inner { display:flex; height: 45%;}
	.scroll-box-2 .ls-img-bg { display:none;}
	.scroll-box-2 .box-inner .ls-list { width:100%; height:100%;  }
	.scroll-box-2 .box-inner .ls-list-box { flex-wrap: wrap; padding-left: 50px; padding-right:50px; }
	.scroll-box-2 button  { display:block;}
	.scroll-box-2 .box-inner .ls-list-box .ls-img-04 { display:block; left:0; top:0; position: absolute;  height:100%;}
	.scroll-box-2 .box-inner .ls-img-04 img { object-fit: cover; height:100%; width:100%;}
	.scroll-box-2 .box-inner .ls-txt { display:block; position: relative; }
	.scroll-box-2 .box-inner .ls-list h4:after { left:0; content:''; position: absolute; bottom:-3px; width:100%; background:#c3162d; height: 5px;}
	.scroll-box-2 .m-head { height: 50%;}
	.scroll-box-2 button { width: 25px; height: 40px; top: 40%;}
	.scroll-box-2 button:after { background-size: contain; opacity: 0.7;}
	.scroll-box-2 .m-head h3 { padding-bottom: 5px;}
	.scroll-box-2 .m-head .ls-txt-01 { font-size: 1.6em;}
	.scroll-box-2 .ls-more .ls-more-icon { transform: scale(0.6); margin-left: 0px; margin-top:-4px;}
	.scroll-box-2 .a-in { padding:90px 0; }

	.scroll-box-3 .m-head { text-align: center;}
	.scroll-box-3 .slide-in .list { flex-wrap: wrap;}
	.scroll-box-3 .ls-sl-info { width:100%; text-align: center; padding-bottom:3em;}
	.scroll-box-3 .ls-sl-img { width:100%; text-align: center;}
	.scroll-box-3 .ls-more { padding-top: 1em;}
	.scroll-box-3 .ls-more .ls-more-icon { transform: scale(0.6); margin-left: 0px; margin-top:-4px;}
	.scroll-box-3 .ls-sl-img img { display:inline-block; max-width: 250px;}
	.scroll-box-3 button { width: 25px; height: 40px; top: 60%;}
	.scroll-box-3 button:after { background-size: contain; opacity: 0.7;}
	.scroll-box-3 .ls-img-01 { left:0; width:100%; height: 40%;}
	.scroll-box-3 .ls-img-01 img { height:100%; width:100%;}
	.scroll-box-3 .m-head .ls-txt-02 br { display: none;}
	.scroll-box-3 .ls-sl-info h4 { font-size: 1.4em;}
	

	.scroll-box-4 .slide-in .list { margin:0px; }	
	.scroll-box-4 .slide-in .list.active { width:100%;}
	.scroll-box-4 .slide-in h4 { overflow:visible; white-space: normal; padding-top:2em;}
	.scroll-box-4 button { width: 25px; height: 40px;  background-color:transparent; }
	.scroll-box-4 button:after {background-position: center center; right:0; left:0; background-size: contain; width:100%; height:100%; background-repeat: no-repeat; }
	.scroll-box-4 .slide-left { left:10px; }
	.scroll-box-4 .slide-left:after { content:''; transform: none; 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(255, 255, 255)' 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-4 .slide-right { right:10px;  }
	.scroll-box-4 .slide-right:after { content:''; transform: none; 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(255, 255, 255)' 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-4 .m-head h3 { font-size: 1.6em }
	.scroll-box-4 .slide-in .list a:hover .ls-sl-img:before { font-size: 2rem}
	.scroll-box-4 .slide-in .list a:hover .ls-sl-img:after { height:3px;}

	.scroll-box-4 .slide-in .ls-sl-img { height:270px; position: relative; margin-top:0px;  }
	.scroll-box-4 .slide-in .ls-sl-img img { height:270px; object-fit: cover;  }
	.scroll-box-4 .slide-in .slick-center .ls-sl-img img { height: 270px; }
	.scroll-box-4 .slide-in .slick-center .ls-sl-img  { height: 270px; margin-top:0px; }

	.scroll-box-4 .ls-sl-info { height:100px;}
	
	.snb-title { padding-top: 70px; padding-bottom: 20px; font-size: 2.5em}
	.snb-bg { height: 220px;}
	.snb-bg .ls-slide-backgrounds {height: 220px;}
	.snb-bg .ls-slide-backgrounds img {height: 220px;}
	.snb-bg .ls-slide-texts .ls-head { font-size: 2.4em;}
	.snb-bg .ls-slide-texts .ls-info { font-size: 0.9em;}

	.snb { height: 55px; }
	.snb li a {font-size: 1em; padding-left: 1em; padding-right:1.2em;}
	.snb li a:after { height:10px;}
	.snb ul { padding-left: 35px; background-size: 17px auto;}
	.snb li:last-of-type a { padding-right:0;}

	.footer .foo-box-02,.footer .foo-box-01 { padding-top:25px; padding-bottom: 25px;}
	.footer .col-box p span { padding-right: 0.5em;}

	.page-top { bottom:320px; right:10px; }

}

/* 모바일사이즈 기본 */
@media all and (max-width : 420px){
	
	
}
@media all and (max-width : 339px){
	
	.con-com-01 .con-head { padding-left:20px; padding-right:20px;}
	.con-com-01 .con-head .con-txt-01 { padding-right:35px; padding-left: 35px;}
}

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






/* 중간 레이아웃 */
/**********************************************************************************************************************/
/* 여기부터 반응형 메인 박스 스타일 적용 */
/**********************************************************************************************************************/
#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 : 601px) 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 : 600px){

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

/* 모바일 탭 스크롤 및 반응형 개선 */
.ls-tab-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ls-tab-02 ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.ls-tab-02 li {
  flex: 0 0 auto;
  min-width: unset;
  box-sizing: border-box;
}

.ls-tab-02 a {
  display: block;
  padding: 10px 16px;
  text-align: center;
}

/* 모바일(1024px 이하)에서만 줄바꿈 */
@media all and (max-width: 1024px) {
  .ls-tab-02 ul {
    flex-wrap: wrap;
    white-space: normal;
  }
  .ls-tab-02 li {
    flex: 1 1 auto;
    min-width: 120px;
  }
}