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

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

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

/* 초기화 */
html {overflow-y:scroll; overflow-x:hidden; height:100%;min-width:320px; scroll-behavior: smooth; } /* overflow-x:hidden;  */
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; color:#000; }
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:width_img_revers 1s }
.imgswap:hover img:last-child {display:inline-block;  animation:width_img 1s }
@keyframes opacity_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes opacity_img_revers {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes width_img {
	0% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
	100% {
		transform:scale(1.25);             /*  default */
		-webkit-transform:scale(1.25);  /*  크롬 */
		-moz-transform:scale(1.25);     /* FireFox */
		-o-transform:scale(1.25);        /* Opera */
	}
}
@keyframes width_img_revers {
	0% {
		transform:scale(1.25);             /*  default */
		-webkit-transform:scale(1.25);  /*  크롬 */
		-moz-transform:scale(1.25);     /* FireFox */
		-o-transform:scale(1.25);        /* Opera */
	}
	100% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
}

.imgrotate img{
    animation: rotate_image 100s linear infinite;
    transform-origin: 50% 50%;
}
 
@keyframes rotate_image{
	100% {
		transform: rotate(360deg);
	}
}

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


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

/* 스타일 가이드 */
.main_modal_popup {background:rgba(0,0,0,0.6);width:100%;height:100vh; }

.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;}
.fs18 {font-size:18px;}
.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;}
.fs56 {font-size:56px;}
.fs64 {font-size:64px;}
.fs70 {font-size:70px;}
.fs80 {font-size:80px;}
.fs88 {font-size:88px;}
.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;}

.heading1 {font-size:88px; font-weight:300; }
.heading2 {font-size:64px; font-weight:600; }
.heading3 {font-size:48px; font-weight:600; }
.heading4 {font-size:40px; font-weight:600; }
.heading5 {font-size:40px; font-weight:400; }
.heading6 {font-size:32px; font-weight:600; }
.heading7 {font-size:24px; font-weight:600; }
.heading8 {font-size:32px; font-weight:300; }
.heading9 {font-size:40px; font-weight:500; }
.heading10 {font-size:32px; font-weight:600; }

.subtitle1 {font-size:24px; font-weight:300; }
.subtitle2 {font-size:20px; font-weight:600; }
.subtitle3 {font-size:28px; font-weight:300; }

.body1 {font-size:24px; font-weight:200; }
.body2 {font-size:20px; font-weight:400; }
.body3 {font-size:16px; font-weight:400; }
.body4 {font-size:16px; font-weight:200; }
.body5 {font-size:16px; font-weight:500; }
.body6 {font-size:18px; font-weight:400; }

.botton1 {font-size:20px; font-weight:400; }
.caption1 {font-size:13px; font-weight:100; }
.caption2 {font-size:13px; font-weight:400; }
.caption3 {font-size:14px; font-weight:300; }

.main_color0 {color:#000;}
.main_color1 {color:#fff;}
.main_color2 {color:#122a88;}
.main_color3 {color:#767676;}
.main_color4 {color:#00afec;}
.main_color5 {color:#122a88; opacity:0.4; }
.main_color6 {color:#959595;}


.button1 { width:50px; height:50px; border:1px solid #000; border-radius:50%; line-height:50px; text-align:center; cursor:pointer; }
.button1:hover { background:#000; color:#fff; }

.button2 { height:38px; border:2px solid #fff; border-radius:19px; padding:0 12px; color:#fff; line-height:38px; font-weight:400; width:100%; max-width:220px; margin:0 auto; cursor:pointer; }
.button2:hover { background:#fff; color:#000; }

.button3 { padding:15px 50px; font-size:20px; font-weight:500; text-align:center; border:2px solid #a0a0a0;  width:100%; max-width:120px; color:#a0a0a0; cursor:pointer; margin:0 auto; }
.button3:hover { border:2px solid #122a88; color:#122a88; }

.deg90 {-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);}
/* 스타일 가이드 끝 */



/* PC 사이즈 */
@media (min-width : 1201px) {
	
	#videobcg {
		 position: fixed;
		 top: 0px;
		 left: 0px;
		 min-width: 100%;
		 min-height: 100%;
		 width: auto;
		 height: auto;
		 z-index: -1000;
		 overflow: hidden;
	}

	#smenu_box {width:100%; max-width:1360px; margin:0 auto;}
	#smenu_box .box {float:left;width:25%; height:80px; line-height:80px; background:none; cursor:pointer; }
	#smenu_box .box:hover {background:#fff;  }
	#smenu_box .box a {color:#fff; font-size:20px;}
	#smenu_box .box:hover a {color:#0092df; }
	#smenu_box .box_active {float:left;width:25%; height:80px; line-height:80px; background:none; cursor:pointer; background:#fff; }
	#smenu_box .box_active a {color:#0092df; font-size:20px; }
	
	.top_text {}
	.top_text .main_title { position:absolute; z-index:201; top:35%; width:100%; text-align:center; }
	.top_text .main_title .txt1 { margin-bottom:15px; }
	.top_text .main_title .txt2 {}

	.page_sub_menu { position:relative; width:100%; height:70px; background:none; margin-top:-70px;}
	.page_sub_menu .inner { text-align:center; }
	.page_sub_menu .inner .sub_menu_name {}
	.page_sub_menu .inner .sub_menu_name .text { display:inline-block; margin-left:-4px; width:243px; height:70px; line-height:70px; cursor:pointer; color:#fff; background:#344587; font-weight:300;  }
	.page_sub_menu .inner .sub_menu_name .text:hover { color:#000; font-weight:300; background:#fff; cursor:pointer; }
	.page_sub_menu .inner .sub_menu_name .text_active { display:inline-block; margin-left:-4px; width:243px; height:70px; line-height:70px; cursor:pointer; color:#000; font-weight:300; background:#fff; }
	.page_sub_menu .inner .sub_menu_name .me10 { width:330px; }
	.page_sub_menu .inner .sub_menu_name .me20 { width:125px;}
	.page_sub_menu .inner .sub_menu_name .me30 { width:170px; }
	.page_sub_menu .inner .sub_menu_name .me40 { width:170px;}
	.page_sub_menu .inner .sub_menu_name .me50 { width:500px; }
	
	/* 스크롤 */
	#scroll_box img { position:fixed; bottom:50px; right:135px; transition: opacity 0.3s; opacity:1;  }
	#scroll_box img:hover { opacity: 0.4; }

	/* 게시판 박스 */
	.page_content_new {min-height:500px; }
	.page_content_new .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.page_content_new .inner .text1 { text-align:center; }
	.page_content_new .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.page_content_new .inner .text1 .txt2 {line-height:30px;}
	.page_content_new .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}	
	.bo_main_title {  border-top:1px solid #000; background:#efefef; }
	.bo_main_title .txt1 { padding:30px 50px;  }
	.bo_sub_title {  border-top:1px solid #000; border-bottom:1px solid #000;  background:#efefef; }
	.bo_sub_title .txt1 { padding:30px 50px;  }
	.prev_box { border-top:1px solid #a7a3a1; background:#fff; }
	.prev_box .txt1 { padding:30px 50px; }
	.prev_box .txt1:hover {color:#000; font-weight:400; }
	.next_box { border-top:1px solid #a7a3a1; border-bottom:1px solid #a7a3a1;  background:#fff; }
	.next_box .txt1 { padding:30px 50px;  }
	.next_box .txt1:hover {color:#000; font-weight:400; }
	.vod_list { float:left; width:30%; margin:0 1.6%; height:355px; padding-bottom:50px; overflow:hidden;}
	.vod_list .vod_image { width:100%; height: 240px;overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.vod_list .vod_image img { width:100%; height: 240px; object-fit: cover;}
	.vod_list .vod_title {margin-top:10px; overflow:hidden; }
	.vod_list .vod_date {margin-top:5px;}

	
	/* 슬라이드 1 */
	.slide1 { width:100%;height:100vh; vertical-align: bottom; white-space:normal; word-break:break-all;  display: flex; flex-direction: column; justify-content: center;  }
	.slide1 .inner {width:100%; max-width:1200px; margin:0 auto; text-align:left; min-height:350px; }
	.slide1 .inner .lbox {float:left; text-align:left;}
	.slide1 .inner .lbox .txt1 {}
	.slide1 .inner .lbox .txt2 {}
	.slide1 .inner .rbox {float:right; text-align:right; margin-top:150px; }
	.slide1 .inner .rbox .txt1 { line-height:50px; }
	.slide1_bo_box { position:absolute; bottom:0; right:0; background:#122a88; width:800px; height:100px; margin-right:-800px; text-align:left; }
	.slide1_bo_box .inner { float:left; padding:40px; width:100px; }
	.slide1_bo_box .inner .this_page {color:#fff; opacity:1; }
	.slide1_bo_box .inner .all_count {color:#fff;}
	.slide1_bo_box .inner .box {float:left; width:25px; opacity:0.4; cursor:pointer; }
	.slide1_bo_box .inner .box:hover {opacity:1;}
	.slide1_bo_box .inner2 {float:left; padding:30px; }
	.slide1_bo_box .inner2 .box {float:left; opacity:0.4; cursor:pointer; }
	.slide1_bo_box .inner2 .box:hover { opacity:1;}
	.slide1_bo_box .inner2 .prev { font-size:25px; margin-right:17px;}
	.slide1_bo_box .inner2 .stop { font-size:27px; margin-right:10px;}
	.slide1_bo_box .inner2 .next { font-size:25px; margin-right:10px;}

	/* 1 */
	.center_box1 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box1 .inner {padding:0 60px; margin-top:110px; }
	.center_box1 .inner .lbox {float:left; text-align:left; }
	.center_box1 .inner .lbox .txt1 {}
	.center_box1 .inner .lbox .txt2 {letter-spacing:-1px; margin-top:10px;}
	.center_box1 .inner .lbox .btn1 {margin-top:35px;}
	.center_box1 .inner .rbox {float:right; text-align:right; }
	.center_box1 .inner .rbox .txt1 {line-height:37px; margin-top:60px; }
	
	/* 2 */
	.center_box2 { width:100%; overflow:hidden; }
	.center_box2 .inner {max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box2 .inner .inbox { text-align:center; }
	.center_box2 .inner .inbox .box {float:left; width:25%; }
	.center_box2 .inner .inbox .box .img1 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img1 img {margin-top:15px;}
	.center_box2 .inner .inbox .box .img2 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img2 img {}
	.center_box2 .inner .inbox .box .img3 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img3 img {margin-top:35px;}
	.center_box2 .inner .inbox .box .txt1 {margin-top:40px;}
	.center_box2 .inner .inbox .box .txt2 {margin-top:20px;}

	/* 3 */
	.center_box3 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box3 .inner {padding:0 60px; margin-top:110px; }
	.center_box3 .inner .lbox {float:left; text-align:left; }
	.center_box3 .inner .lbox .txt1 {}
	.center_box3 .inner .lbox .txt2 {letter-spacing:-1px; margin-top:10px;}
	.center_box3 .inner .lbox .btn1 {margin-top:35px;}
	.center_box3 .inner .rbox {float:right; text-align:right; }
	.center_box3 .inner .rbox .txt1 {line-height:37px;  }
	.center_box3 .inner .rbox .txt2 {letter-spacing:-1px; margin-top:10px;}
	.center_box3 .inner .rbox .btn1 { float:right; margin-top:35px;}

	/* 4 */
	.center_box4 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box4 .inner { padding:65px 0; }
	.center_box4 .inner .txt_lbox {position:relative; z-index:21; text-align:left; height:415px; }
	.center_box4 .inner .txt_lbox .inbox {margin-top:65px; margin-left:60px; }
	.center_box4 .inner .txt_lbox .inbox .txt1 {letter-spacing:3px;}
	.center_box4 .inner .txt_lbox .inbox .txt2 {}
	.center_box4 .inner .txt_lbox .inbox .txt3 {}
	.center_box4 .inner .txt_lbox .inbox .more { margin-top:40px; cursor:pointer; }	
	.center_box4 .inner .txt_lbox .inbox .more:hover {opacity:0.5;}
	.center_box4 .inner .txt_lbox .inbox .more .txt {display:inline-block;}
	.center_box4 .inner .txt_lbox .inbox .more .line {display:inline-block; margin-left:10px; width:100px; height:6px; border-top:2px solid #000; }
	.center_box4 .inner .img_rbox {position:relative; z-index:20; text-align:right; height:415px; margin-top:-480px; }	
	.center_box4 .inner .img_rbox img {}	
	.center_box4 .inner .txt_rbox {position:relative; z-index:21; text-align:right; height:415px;  }
	.center_box4 .inner .txt_rbox .inbox {margin-top:65px; margin-right:60px; }
	.center_box4 .inner .txt_rbox .inbox .txt1 {letter-spacing:3px;}
	.center_box4 .inner .txt_rbox .inbox .txt2 {}
	.center_box4 .inner .txt_rbox .inbox .txt3 {}
	.center_box4 .inner .txt_rbox .inbox .more { margin-top:70px; cursor:pointer; }
	.center_box4 .inner .txt_rbox .inbox .more:hover {opacity:0.5;}
	.center_box4 .inner .txt_rbox .inbox .more .txt {display:inline-block;}
	.center_box4 .inner .txt_rbox .inbox .more .line {display:inline-block; margin-right:10px; width:100px; height:6px; border-top:2px solid #000; }
	.center_box4 .inner .img_lbox {position:relative; z-index:20; text-align:left; height:415px; margin-top:-480px; }	
	.center_box4 .inner .img_lbox img {}

	/* 8 */
	.center_box8 { width:100%; overflow:hidden; }
	.center_box8 .inner {max-width:1200px; margin:0 auto; min-height:680px; }
	.center_box8 .inner .inbox { text-align:center; margin:0 60px; }
	.center_box8 .inner .inbox .lbox {float:left; width:44%; text-align:left; margin-top:290px;}
	.center_box8 .inner .inbox .lbox .txt1 {}
	.center_box8 .inner .inbox .rbox {float:right; width:56%; margin-top:320px }
	.center_box8 .inner .inbox .rbox .line {border-top:1px solid #fff; }
	.center_box8 .inner .inbox .rbox .txtbox { }
	.center_box8 .inner .inbox .rbox .txtbox .txt1 { float:left; width:25%; margin-left:20%; opacity:0.6; cursor:pointer; }
	.center_box8 .inner .inbox .rbox .txtbox .txt1:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt1 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt1 .txt {margin-top:20px; text-align:center; }
	.center_box8 .inner .inbox .rbox .txtbox .txt2 { float:left; width:25%; opacity:0.6; cursor:pointer;}
	.center_box8 .inner .inbox .rbox .txtbox .txt2:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt2 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt2 .txt {margin-top:20px; text-align:center; }
	.center_box8 .inner .inbox .rbox .txtbox .txt3 { float:left; width:25%; opacity:0.6; cursor:pointer;}
	.center_box8 .inner .inbox .rbox .txtbox .txt3:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt3 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt3 .txt {margin-top:20px; text-align:center; }


	/* 8 */
	.center_box9 { width:100%; overflow:hidden; }
	.center_box9 .inner {max-width:1200px; margin:0 auto; min-height:890px; }
	.center_box9 .inner .inbox { text-align:center; margin:0 60px; }
	.center_box9 .inner .inbox .topbox {margin-top:65px;}
	.center_box9 .inner .inbox .topbox .lbox { float:left; width:35%; text-align:left; }
	.center_box9 .inner .inbox .topbox .lbox .txt1 { margin-bottom:20px; }
	.center_box9 .inner .inbox .topbox .lbox .txt2 {}
	.center_box9 .inner .inbox .topbox .rbox { float:right; width:65%; margin-top:50px; }
	.center_box9 .inner .inbox .topbox .rbox .outline { background:#e3e1e1; height:40px; border-radius:20px; }
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox {text-align:center;}
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox .btn1 { display:inline-block; width:100px; height:40px; line-height:40px; background:none; border-radius:20px; cursor:pointer; }
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox .btn1:hover { background:#122a88; color:#fff; }
	.center_box9 .inner .inbox .viewbox { visibility:hidden; margin-top:100px; position:absolute; max-width:1140px;}
	.center_box9 .inner .inbox .viewbox .box9_image {background:#fff; margin:0 10px; } /*슬라이드 5종*/
	.center_box9 .inner .inbox .viewbox .box9_image .inimg {padding:12px; text-align:left;  }
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 { width:100%; height:190px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 img { width:100%;  height: 190px; object-fit: cover;}
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/viewmore.png) 50% 50% no-repeat; background-size: 95px;}
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .txt1 { margin-top:25px; height:60px; }
	.center_box9 .inner .inbox .viewbox .box9_image:hover .inimg .img1 .dim {display:block;}
	.center_box9 .inner .inbox .viewbox .box9_image:hover .inimg .txt1 {color:#122a88; font-weight:500; }

	/* 10 */
	.center_box10 { width:100%; max-width:1200px; margin:0 auto; min-height:420px; overflow:hidden; margin-bottom:150px; margin-top:-170px;}
	.center_box10 .inner { }
	.center_box10 .inner .txt1 { margin-top:100px; }
	.center_box10 .inner .txt2 {}
	.center_box10 .inner .txt3 { margin-top:50px; }
	.center_box10 .inner .btn1 {margin-top:60px;}

	
	/*마지마 페이지 : 하단*/	
	.center_box_footer {border-top:1px solid #000;}	
	.center_box_footer .inner2 {width:100%; background:#000; text-align:left;}	
	.center_box_footer .inner2 .inbox { margin:0 auto; width:100%; max-width:1200px; padding:50px 0;}
	.center_box_footer .inner2 .inbox .top_btn { position:relative; text-align:right; margin-right:-150px; margin-top:-130px; padding-bottom:100px;}
	.center_box_footer .inner2 .inbox .lbox {float:left; width:40%; text-align:left;  }
	.center_box_footer .inner2 .inbox .lbox .ft_logo {}
	.center_box_footer .inner2 .inbox .lbox .ft_copy { opacity: 0.8; margin-top:20px;}
	.center_box_footer .inner2 .inbox .lbox .icons {margin-top:80px;}
	.center_box_footer .inner2 .inbox .lbox .icons img {margin-right:10px; }
	.center_box_footer .inner2 .inbox .rbox {float:right; width:50%; text-align:left; }
	.center_box_footer .inner2 .inbox .rbox .menu_box {display:inline-block; width:15%; vertical-align:top; height:250px; border-left:1px solid rgba(255,255,255,0.3); padding-left:10px; }
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu1 {margin-bottom:15px; opacity:1; cursor:pointer; }
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu1:hover {opacity:0.6;}
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu2 { opacity:0.7; margin:5px 0; cursor:pointer;}
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu2:hover {opacity:1;}
	.center_box_footer .inner2 .inbox .rbox img {margin-left:50px; margin-top:50px; opacity:1; cursor:pointer;}
	.center_box_footer .inner2 .inbox .rbox img:hover { opacity:0.5; }

	/*page1*/
	.page1 { min-height:500px; }
	.page1 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.page1 .inner .text1 {width:100%; text-align:center; }
	.page1 .inner .text1 .txt1 { margin-bottom:10px; }
	.page1 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page1 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page1 .inner .text1 .txt3  { line-height:35px; }
	.page1 .inner .text1 .img1  { margin-top:80px; text-align:center;  }
	.page1 .inner .text1 .img1 img {width:100%; max-width:954px; }
	.page1s {background:#f2efef; margin-top:320px;}
	.page1s .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.page1s .inner .text2 {position:relative; width:100%; margin-top:-420px; }
	.page1s .inner .text2 .inbox {padding:60px 80px 0 80px;}
	.page1s .inner .text2 .inbox .lbox { float:left; width:48%; margin-bottom:60px; }
	.page1s .inner .text2 .inbox .lbox .box1 {float:left; width:15%; }
	.page1s .inner .text2 .inbox .lbox .box1 .txt1 {opacity:0.45;}
	.page1s .inner .text2 .inbox .lbox .box2 {float:left; width:69%; padding-left:6%; border-left:1px solid #fff;  }
	.page1s .inner .text2 .inbox .lbox .box2 .img1 {margin-bottom:20px; cursor:pointer;}
	.page1s .inner .text2 .inbox .lbox .box2 .img1 img {}
	.page1s .inner .text2 .inbox .lbox .box2 .txt1 {margin-bottom:8px;}
	.page1s .inner .text2 .inbox .lbox .box2 .txt2 {margin-bottom:20px;}
	.page1s .inner .text2 .inbox .lbox .box2 .txt3 {}
	.page1s .inner .text2 .inbox .rbox { float:right; width:48%; margin-bottom:60px; }
	.page1s .inner .text2 .inbox .rbox .box1 {float:left; width:15%; }
	.page1s .inner .text2 .inbox .rbox .box1 .txt1 {opacity:0.45;}
	.page1s .inner .text2 .inbox .rbox .box2 {float:left; width:69%; padding-left:6%; border-left:1px solid #fff;  }
	.page1s .inner .text2 .inbox .rbox .box2 .img1 {margin-bottom:20px; cursor:pointer;}
	.page1s .inner .text2 .inbox .rbox .box2 .img1 img {}
	.page1s .inner .text2 .inbox .rbox .box2 .txt1 {margin-bottom:8px;}
	.page1s .inner .text2 .inbox .rbox .box2 .txt2 {margin-bottom:20px;}
	.page1s .inner .text2 .inbox .rbox .box2 .txt3 {}
	.page1s .inner .text1 {width:100%; text-align:center; margin-top:240px;}
	.page1s .inner .text1 .txt1 { margin-bottom:10px; }
	.page1s .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page1s .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page1s .inner .text1 .txt3  { line-height:35px; }
	.page1s .inner2 { padding-bottom:220px; }
	.page1s .inner2 img {width:100%;}
	
	/*page2*/
	.page2 { min-height:300px; }
	.page2 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 60px 0;} 
	.page2 .inner .text1 {width:100%; text-align:center; }
	.page2 .inner .text1 .txt1 { margin-bottom:10px; }
	.page2 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page2 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page2 .inner .text1 .txt3  { line-height:35px; }
	.page2s { height:850px; }
	.page2s .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.page2s .inner .rbox {float:right; width:45%; margin-right:5%; }
	.page2s .inner .rbox .txt1 {line-height:45px; margin-bottom:60px; }
	.page2s .inner .rbox .img1 {text-align:right; }
	.page2 .inner .text2 { padding-bottom:60px; }
	.page2 .inner .text2 .inbox {padding:0 60px;}
	.page2 .inner .text2 .inbox table {width:100%; border-collapse:collapse;border-spacing:0; }
	.page2 .inner .text2 .inbox table th {background:#f5f5f5; border:1px solid #d9d9d9; padding:30px; font-weight:700;  }
	.page2 .inner .text2 .inbox table td {border:1px solid #d9d9d9; padding:30px;}
	.page2 .inner .text2 .inbox table .btop {border-top:2px solid #000;}

	/*page3*/
	.page3 { min-height:300px; }
	.page3 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 60px 0;} 
	.page3 .inner .text1 {width:100%; text-align:center; }
	.page3 .inner .text1 .txt1 { margin-bottom:10px; }
	.page3 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page3 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page3 .inner .text1 .txt3  { line-height:35px; }
	.page3 .inner .text2 { margin-top:30px; margin-bottom:110px; }
	.page3 .inner .text2 .map {width:100%; height:530px; }
	.page3 .inner .text3 {}
	.page3 .inner .text3 .inbox1 {border-bottom:1px solid #000; padding-bottom:20px; margin-bottom:30px; }
	.page3 .inner .text3 .inbox1 .lbox {float:left; width:40%; margin-left:5%; text-align:left; }
	.page3 .inner .text3 .inbox1 .lbox .img1 { float:left; }
	.page3 .inner .text3 .inbox1 .lbox .img1 img {}
	.page3 .inner .text3 .inbox1 .lbox .txt1 { float:left; margin-top:7px; margin-left:20px; }
	.page3 .inner .text3 .inbox1 .rbox { float:right; width:40%; margin-right:5%;  text-align:left;}
	.page3 .inner .text3 .inbox1 .rbox .img1 { float:left; }
	.page3 .inner .text3 .inbox1 .rbox .img1 img {}
	.page3 .inner .text3 .inbox1 .rbox .txt1 { float:left; margin-top:7px; margin-left:20px; }
	.page3 .inner .text3 .inbox2 {padding-bottom:80px; }
	.page3 .inner .text3 .inbox2 .lbox {float:left; width:40%; margin-left:5%; text-align:left; }
	.page3 .inner .text3 .inbox2 .lbox .txt1 { line-height:30px; margin-left:20px; }
	.page3 .inner .text3 .inbox2 .rbox { float:right; width:40%; margin-right:5%;  text-align:left;}
	.page3 .inner .text3 .inbox2 .rbox .txt1 { line-height:30px; margin-left:20px; }
	
	/*page4*/
	.page4 { min-height:300px; }
	.page4 .inner {width:100%; max-width:1200px; margin:0 auto; padding:200px 0 150px 0;} 
	.page4 .inner .inbox { padding:0 100px; }
	.page4 .inner .inbox .box1 { position:relative; float:left; width:45%; text-align:left; margin-top:-125px; }
	.page4 .inner .inbox .box1 .img1 { width:100%; height:470px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page4 .inner .inbox .box1 .img1 img { width:100%; height: 470px; object-fit: cover;}
	.page4 .inner .inbox .box1 .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/cross.png) 100% 100% no-repeat; background-size: 95px;}
	.page4 .inner .inbox .box1 .img1 .dim .name {margin-top:210px; font-size:24px; font-weight:200; color:#fff; }
	.page4 .inner .inbox .box1 .img1:hover .dim {display:block;}
	.page4 .inner .inbox .box1 .text {}
	.page4 .inner .inbox .box1 .text .inb {padding:15px;}
	.page4 .inner .inbox .box1 .text .inb .txt1 {margin-bottom:20px; }
	.page4 .inner .inbox .box1 .text .inb .txt2 {}
	.page4 .inner .inbox .box2 { position:relative; float:right; width:45%; text-align:left; margin-top:125px;  }
	.page4 .inner .inbox .box2 .img1 { width:100%; height:470px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page4 .inner .inbox .box2 .img1 img { width:100%; height: 470px; object-fit: cover;}
	.page4 .inner .inbox .box2 .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/cross.png) 100% 100% no-repeat; background-size: 95px;}
	.page4 .inner .inbox .box2 .img1 .dim .name {margin-top:210px; font-size:24px; font-weight:200; color:#fff; }
	.page4 .inner .inbox .box2 .img1:hover .dim {display:block;}
	.page4 .inner .inbox .box2 .text {}
	.page4 .inner .inbox .box2 .text .inb {padding:15px;}
	.page4 .inner .inbox .box2 .text .inb .txt1 {margin-bottom:20px; }
	.page4 .inner .inbox .box2 .text .inb .txt2 {}
	

	/* 콘텐츠 목록 */
	.product_list {min-height:500px; }
	.product_list .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.product_list .inner .text1 { text-align:center; }
	.product_list .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_list .inner .text1 .txt2 {line-height:30px;}
	.product_list .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}	
	.page_content2 {margin-top:150px;}
	.page_content2 .page2_listbox {position:relative; float:left; width:30%; margin-right:5%; padding-bottom:30px; margin-top:-130px; height:420px; }
	.page_content2 .page2_listbox .photo { width:100%; height: 360px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox .photo .dim .name {margin-top:180px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox .photo img { width:100%; height: 360px;  object-fit: cover;}
	.page_content2 .page2_listbox .title {margin-top:15px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox .subtitle {margin-top:5px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}	
	.page_content2 .page2_listbox2 {position:relative; float:left; width:30%; margin-right:5%; padding-bottom:30px; margin-top:130px; height:420px;}
	.page_content2 .page2_listbox2 .photo { width:100%; height: 360px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox2 .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox2 .photo .dim .name {margin-top:180px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox2:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox2:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox2 .photo img { width:100%; height: 360px;  object-fit: cover;}
	.page_content2 .page2_listbox2 .title {margin-top:15px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox2 .subtitle {margin-top:5px; text-align:left; cursor:pointer; }
	/*납품실적*/
	.product_list .inner .text1s2 { text-align:center; }
	.product_list .inner .text1s2 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_list .inner .text1s2 .txt1 span {border-bottom:2px solid #000; }
	.page_content2 .page2_listbox_4box {position:relative; float:left; width:22%; margin-right:4%; padding-bottom:30px; height:320px;}
	.page_content2 .page2_listbox_4box .photo { width:100%; height: 220px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox_4box .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox_4box .photo .dim .name {margin-top:105px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox_4box:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox_4box:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox_4box .photo img { width:100%; height: 220px;  object-fit: cover;}
	.page_content2 .page2_listbox_4box .title {margin-top:15px; text-align:center; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox_4box:hover .title span {border-bottom:2px solid #000;}
	/*3D영상*/
	.page_content2 .page2_listbox_3box {position:relative; float:left; width:30%; margin-right:5%; padding-bottom:30px; height:320px;}
	.page_content2 .page2_listbox_3box .photo { width:100%; height: 220px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox_3box .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat; background-size: 95px; }
	.page_content2 .page2_listbox_3box:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox_3box:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox_3box .photo img { width:100%; height: 220px;  object-fit: cover;}
	.page_content2 .page2_listbox_3box .title {margin-top:15px; text-align:center; cursor:pointer; white-space:normal; word-break:break-all;}

	
	/* 콘텐츠 뷰어 */	
	.product_view1 { min-height:500px; }
	.product_view1 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.product_view1 .inner .text1 { text-align:center; }
	.product_view1 .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_view1 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.product_view1 .inner .text1 .txt2 { margin-bottom:50px; }	
	.product_view1 .inner .text1 .txt3 { line-height:30px; text-align:center; }
	.product_view1 .inner .text2 { margin-top:130px; }
	.product_view1 .inner .text2 .lbox { float:none; width:100%; margin-bottom:70px; }
	.product_view1 .inner .text2 .lbox .photo { width:100%; height: 580px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text2 .lbox .photo img { width:100%; height: 580px;  object-fit: cover;}
	.product_view1 .inner .text2 .rbox { float:none; width:100%; }
	.product_view1 .inner .text2 .rbox .photo { width:100%; height: 580px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text2 .rbox .photo img { width:100%; height: 580px;  object-fit: cover;}
	.product_view1 .inner .text3 { text-align:center; border-top:1px solid #20a4db; margin-top:220px; }
	.product_view1 .inner .text3 .txt1 {margin-bottom:20px; letter-spacing:-2px; margin-top:20px;}
	.product_view1 .inner .text4 { margin-top:130px; }
	.product_view1 .inner .text4 .inbox {margin-bottom:20px;}
	.product_view1 .inner .text4 .inbox .box { float:left; width:50%; margin-bottom:20px; }
	.product_view1 .inner .text4 .inbox .box .photo { width:100%; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text4 .inbox .box .photo img { width:100%;  object-fit: cover;}
	/* 납품실적 */
	.product_view1 .inner .text1 .top_box { border-bottom:1px solid #00afec; margin-bottom:20px; text-align:right; margin-top:-20px; }
	.product_view1 .inner .text1 .top_box .img1 {margin-bottom:10px;}
	.product_view1 .inner .text1 .top_box .img1 img {}
	.product_view1 .inner .text4s2 { margin-top:130px; }
	.product_view1 .inner .text4s2 .inbox {margin-bottom:20px;}
	.product_view1 .inner .text4s2 .inbox .photo { width:100%; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text4s2 .inbox .photo img { width:100%;   object-fit: cover;}
	.product_view1 .inner .text5 {margin-top:50px;}
	.product_view1 .inner .text5 .border1 {border-bottom:1px solid #00afec; margin:20px 0;}
	.product_view1 .inner .text5 .lbox { float:left; width: 49%; cursor:pointer; opacity:1;}
	.product_view1 .inner .text5 .lbox:hover {opacity:0.6;}
	.product_view1 .inner .text5 .lbox .box {float:left; margin-right:20px; height:40px; line-height:40px; }
	.product_view1 .inner .text5 .lbox .box .img1 {}
	.product_view1 .inner .text5 .lbox .box .img1 img {}
	.product_view1 .inner .text5 .lbox .box .txt1 {}
	.product_view1 .inner .text5 .lbox .box .txt2 {}
	.product_view1 .inner .text5 .midbox {float:left; width:1%; border-right:1px solid #00afec; height:40px; }
	.product_view1 .inner .text5 .rbox { float:right; width:48%; cursor:pointer; opacity:1}
	.product_view1 .inner .text5 .rbox:hover {opacity:0.6;}
	.product_view1 .inner .text5 .rbox .box {float:right; margin-left:20px; height:40px; line-height:40px; cursor:pointer; }
	.product_view1 .inner .text5 .rbox .box .img1 {}
	.product_view1 .inner .text5 .rbox .box .img1 img {}
	.product_view1 .inner .text5 .rbox .box .txt1 {}
	.product_view1 .inner .text5 .rbox .box .txt2 {}
	/*3D영상*/
	.product_view1 .inner .text4s2 .inbox .vod1 {}
	.product_view1 .inner .text4s2 .inbox .vod1 .vodplayer {width:100%; height:680px;}
	
	/*문의*/
	.center_re {min-height:500px; }
	.center_re .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.center_re .inner .text1 { text-align:center; }
	.center_re .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.center_re .inner .text1 .txt2 {line-height:30px;}
	.center_re .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}	
	.center_request { width:100%; max-width:1360px; margin:0 auto; text-align:center;}
	.center_request .inner {padding: 0px 50px; margin-top:0px;}
	.center_request .inner .lbox {float:left; width:30%; background:#313131; height:600px; text-align:left; }
	.center_request .inner .lbox .box1 { padding: 50px 50px; margin-top:100px;}
	.center_request .inner .lbox .box1 .txt1 {}
	.center_request .inner .lbox .box1 .txt2 {}
	.center_request .inner .lbox .box2 { padding: 15px 50px;}
	.center_request .inner .lbox .box2 .txt1 {}
	.center_request .inner .lbox .box2 .txt2 {}
	.center_request .inner .rbox { float:right; width:68%;}
	.center_request .inner .rbox .sub_input { margin-top:30px; }
	.center_request .inner .rbox .sub_input .chkup {margin-bottom:40px;}
	.center_request .inner .rbox .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.center_request .inner .rbox .sub_input .chkup span {border-bottom:1px solid #161616; cursor:pointer;}
	.center_request .inner .rbox .sub_input .chkup span:hover {color:#a7a7a7;}
	.center_request .inner .rbox .sub_table2 {text-align:left;}
	.center_request .inner .rbox .sub_table2 .border1 {border-bottom:1px solid #000; }
	.center_request .inner .rbox .sub_table2 .border2 {border-bottom:1px solid #d3d1d0; }
	.center_request .inner .rbox .sub_table2 .data {font-size:20px; padding:20px 0; } 
	.center_request .inner .rbox .sub_table2 .data .title {float:left; width:20%; color:#000; font-weight:500; }
	.center_request .inner .rbox .sub_table2 .data .text {float:left; width:80%; color:#000; font-weight:300; }	
	.center_request .inner .rbox .sub_table2 .data .text input {border:1px solid #ddd; height:35px;}
	.center_request .inner .rbox .sub_table2 .data .text textarea {border:1px solid #ddd; height:325px; width:100%;}
	.center_request .inner .rbox .submit_btn {margin:0 auto;}

	/* 개인정보 처리방침 레이어 */
	.layer_popup {position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,0.9);z-index:1000;display:none; overflow-y:scroll;}
	.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
	.layer_popup .inner .box {padding:0 20px;}
	.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
	.layer_popup .inner .close_top .imgbox {cursor:pointer;}
	.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%; line-height:30px;}
	.layer_popup .inner .con .inbox {padding:20px;} 

}


/* 패드류 기본 */
@media all and (min-width : 601px) and (max-width : 1200px) {
	
	#videobcg {
		display:none;
	}

	#smenu_box {width:100%; max-width:1360px; margin:0 auto;}
	#smenu_box .box {float:left;width:25%; height:80px; line-height:80px; background:none; cursor:pointer; }
	#smenu_box .box:hover {background:#fff;  }
	#smenu_box .box a {color:#fff; font-size:20px;}
	#smenu_box .box:hover a {color:#0092df; }
	#smenu_box .box_active {float:left;width:25%; height:80px; line-height:80px; background:none; cursor:pointer; background:#fff; }
	#smenu_box .box_active a {color:#0092df; font-size:20px; }

	.top_text {}
	.top_text .main_title { position:absolute; z-index:201; top:35%; width:100%; text-align:center; }
	.top_text .main_title .txt1 { margin-bottom:20px; }
	.top_text .main_title .txt2 {}

	.page_sub_menu { position:relative; width:100%; height:70px; background:none; margin-top:-70px;}
	.page_sub_menu .inner { text-align:center; }
	.page_sub_menu .inner .sub_menu_name {}
	.page_sub_menu .inner .sub_menu_name .text { display:inline-block; margin-left:-4px; width:243px; height:70px; line-height:70px; cursor:pointer; color:#fff; background:#344587; font-weight:300;  }
	.page_sub_menu .inner .sub_menu_name .text:hover { color:#000; font-weight:300; background:#fff; cursor:pointer; }
	.page_sub_menu .inner .sub_menu_name .text_active { display:inline-block; margin-left:-4px; width:243px; height:70px; line-height:70px; cursor:pointer; color:#000; font-weight:300; background:#fff; }
	.page_sub_menu .inner .sub_menu_name .me10 { width:330px; }
	.page_sub_menu .inner .sub_menu_name .me20 { width:100px;}
	.page_sub_menu .inner .sub_menu_name .me30 { width:130px; }
	.page_sub_menu .inner .sub_menu_name .me40 { width:130px;}
	.page_sub_menu .inner .sub_menu_name .me50 { width:330px;}
	


	/* 백그라운드 스타일 */
	.main_modal {background:#000;opacity:0.6;width:100%;height:100vh; padding-bottom:150px;  }
	.main_modal05 {background:#000;opacity:0.5;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal07 {background:#000;opacity:0.7;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal_page06 {background:#000;opacity:0.6;width:100%;height:100vh;  }
	.main_modal_page03 {background:#000;opacity:0.3;width:100%;height:100vh;  }
	.main_modal_silver06 {background:#ebebeb;opacity:0.6;width:100%;height:100vh;}
	.main_modal_silver03 {background:#ebebeb;opacity:0.3;width:100%;height:100vh;}

	.main_modal1 {background:#2e3a46;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
	.main_modal2 {background:#566571;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
	.main_modal3 {background:#2e92c1;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
	.main_modal4 {background:#5dc6dd;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
		
	.main_modal5 {background:#245488;opacity:0.6;width:100%;height:100vh; transition: opacity 0.3s }
	.main_modal5:hover {opacity:0.8; }

	/* 스크롤 */
	#scroll_box img { position:fixed; bottom:50px; right:135px; transition: opacity 0.3s; opacity:1;  }
	#scroll_box img:hover { opacity: 0.4; }

	/* 게시판 박스 */
	.page_content_new {min-height:500px; }
	.page_content_new .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.page_content_new .inner .text1 { text-align:center; }
	.page_content_new .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.page_content_new .inner .text1 .txt2 {line-height:30px;}
	.page_content_new .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}	
	.bo_main_title {  border-top:1px solid #000; background:#efefef; }
	.bo_main_title .txt1 { padding:30px 50px;  }
	.bo_sub_title {  border-top:1px solid #000; border-bottom:1px solid #000;  background:#efefef; }
	.bo_sub_title .txt1 { padding:30px 50px;  }
	.prev_box { border-top:1px solid #a7a3a1; background:#fff; }
	.prev_box .txt1 { padding:30px 50px; }
	.prev_box .txt1:hover {color:#000; font-weight:400; }
	.next_box { border-top:1px solid #a7a3a1; border-bottom:1px solid #a7a3a1;  background:#fff; }
	.next_box .txt1 { padding:30px 50px;  }
	.next_box .txt1:hover {color:#000; font-weight:400; }
	.vod_list { float:left; width:30%; margin:0 1.6%; height:330px; padding-bottom:50px; overflow:hidden; }
	.vod_list .vod_image { width:100%;  height: 200px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; }	
	.vod_list .vod_image img { width:100%; height: 200px; object-fit: cover; }
	.vod_list .vod_title {margin-top:10px; overflow:hidden; }
	.vod_list .vod_date {margin-top:5px;}


	/* 슬라이드 1 */
	.slide1 { width:100%;height:100vh; vertical-align: bottom; white-space:normal; word-break:break-all;  display: flex; flex-direction: column; justify-content: center;  }
	.slide1 .inner {padding:0 80px; text-align:left; min-height:250px; }
	.slide1 .inner .lbox {float:left; text-align:left;}
	.slide1 .inner .lbox .txt1 {}
	.slide1 .inner .lbox .txt2 {}
	.slide1 .inner .rbox {float:right; text-align:right; margin-top:150px; }
	.slide1 .inner .rbox .txt1 { line-height:50px; }
	.slide1_bo_box { position:absolute; bottom:0; right:0; background:#122a88; width:500px; height:100px; margin-right:-800px; text-align:left; }
	.slide1_bo_box .inner { float:left; padding:40px; width:100px; }
	.slide1_bo_box .inner .this_page {color:#fff; opacity:1; }
	.slide1_bo_box .inner .all_count {color:#fff;}
	.slide1_bo_box .inner .box {float:left; width:25px; opacity:0.4; cursor:pointer; }
	.slide1_bo_box .inner .box:hover {opacity:1;}
	.slide1_bo_box .inner2 {float:left; padding:30px; }
	.slide1_bo_box .inner2 .box {float:left; opacity:0.4; cursor:pointer; }
	.slide1_bo_box .inner2 .box:hover { opacity:1;}
	.slide1_bo_box .inner2 .prev { font-size:25px; margin-right:17px;}
	.slide1_bo_box .inner2 .stop { font-size:27px; margin-right:10px;}
	.slide1_bo_box .inner2 .next { font-size:25px; margin-right:10px;}

	/* 1 */
	.center_box1 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box1 .inner {padding:0 60px; margin-top:110px; }
	.center_box1 .inner .lbox {float:left; text-align:left; }
	.center_box1 .inner .lbox .txt1 {}
	.center_box1 .inner .lbox .txt2 {letter-spacing:-1px; margin-top:10px;}
	.center_box1 .inner .lbox .btn1 {margin-top:35px;}
	.center_box1 .inner .rbox {float:right; text-align:right; }
	.center_box1 .inner .rbox .txt1 {line-height:37px; margin-top:60px; }
	
	/* 2 */
	.center_box2 { width:100%; overflow:hidden; }
	.center_box2 .inner {max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box2 .inner .inbox { text-align:center; }
	.center_box2 .inner .inbox .box {float:left; width:25%; }
	.center_box2 .inner .inbox .box .img1 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img1 img {margin-top:15px;}
	.center_box2 .inner .inbox .box .img2 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img2 img {}
	.center_box2 .inner .inbox .box .img3 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img3 img {margin-top:35px;}
	.center_box2 .inner .inbox .box .txt1 {margin-top:40px;}
	.center_box2 .inner .inbox .box .txt2 {margin-top:20px;}

	/* 3 */
	.center_box3 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box3 .inner {padding:0 60px; margin-top:110px; }
	.center_box3 .inner .lbox {float:left; text-align:left; }
	.center_box3 .inner .lbox .txt1 {}
	.center_box3 .inner .lbox .txt2 {letter-spacing:-1px; margin-top:10px;}
	.center_box3 .inner .lbox .btn1 {margin-top:35px;}
	.center_box3 .inner .rbox {float:right; text-align:right; }
	.center_box3 .inner .rbox .txt1 {line-height:37px;  }
	.center_box3 .inner .rbox .txt2 {letter-spacing:-1px; margin-top:10px;}
	.center_box3 .inner .rbox .btn1 { float:right; margin-top:35px;}

	/* 4 */
	.center_box4 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box4 .inner { padding:65px 0; }
	.center_box4 .inner .txt_lbox {position:relative; z-index:21; text-align:left; height:415px; }
	.center_box4 .inner .txt_lbox .inbox {margin-top:65px; margin-left:60px; }
	.center_box4 .inner .txt_lbox .inbox .txt1 {letter-spacing:3px;}
	.center_box4 .inner .txt_lbox .inbox .txt2 {}
	.center_box4 .inner .txt_lbox .inbox .txt3 {}
	.center_box4 .inner .txt_lbox .inbox .more { margin-top:40px; cursor:pointer; }	
	.center_box4 .inner .txt_lbox .inbox .more:hover {opacity:0.5;}
	.center_box4 .inner .txt_lbox .inbox .more .txt {display:inline-block;}
	.center_box4 .inner .txt_lbox .inbox .more .line {display:inline-block; margin-left:10px; width:100px; height:6px; border-top:2px solid #000; }
	.center_box4 .inner .img_rbox {position:relative; z-index:20; text-align:right; height:415px; margin-top:-480px; }	
	.center_box4 .inner .img_rbox img {}	
	.center_box4 .inner .txt_rbox {position:relative; z-index:21; text-align:right; height:415px;  }
	.center_box4 .inner .txt_rbox .inbox {margin-top:65px; margin-right:60px; }
	.center_box4 .inner .txt_rbox .inbox .txt1 {letter-spacing:3px;}
	.center_box4 .inner .txt_rbox .inbox .txt2 {}
	.center_box4 .inner .txt_rbox .inbox .txt3 {}
	.center_box4 .inner .txt_rbox .inbox .more { margin-top:70px; cursor:pointer; }
	.center_box4 .inner .txt_rbox .inbox .more:hover {opacity:0.5;}
	.center_box4 .inner .txt_rbox .inbox .more .txt {display:inline-block;}
	.center_box4 .inner .txt_rbox .inbox .more .line {display:inline-block; margin-right:10px; width:100px; height:6px; border-top:2px solid #000; }
	.center_box4 .inner .img_lbox {position:relative; z-index:20; text-align:left; height:415px; margin-top:-480px; }	
	.center_box4 .inner .img_lbox img {}

	/* 8 */
	.center_box8 { width:100%; overflow:hidden; }
	.center_box8 .inner {max-width:1200px; margin:0 auto; min-height:680px; }
	.center_box8 .inner .inbox { text-align:center; margin:0 60px; }
	.center_box8 .inner .inbox .lbox {float:left; width:44%; text-align:left; margin-top:290px;}
	.center_box8 .inner .inbox .lbox .txt1 {}
	.center_box8 .inner .inbox .rbox {float:right; width:56%; margin-top:320px }
	.center_box8 .inner .inbox .rbox .line {border-top:1px solid #fff; }
	.center_box8 .inner .inbox .rbox .txtbox { }
	.center_box8 .inner .inbox .rbox .txtbox .txt1 { float:left; width:25%; margin-left:20%; opacity:0.6; cursor:pointer; }
	.center_box8 .inner .inbox .rbox .txtbox .txt1:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt1 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt1 .txt {margin-top:20px; text-align:center; }
	.center_box8 .inner .inbox .rbox .txtbox .txt2 { float:left; width:25%; opacity:0.6; cursor:pointer;}
	.center_box8 .inner .inbox .rbox .txtbox .txt2:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt2 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt2 .txt {margin-top:20px; text-align:center; }
	.center_box8 .inner .inbox .rbox .txtbox .txt3 { float:left; width:25%; opacity:0.6; cursor:pointer;}
	.center_box8 .inner .inbox .rbox .txtbox .txt3:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt3 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt3 .txt {margin-top:20px; text-align:center; }


	/* 8 */
	.center_box9 { width:100%; overflow:hidden; }
	.center_box9 .inner {max-width:1200px; margin:0 auto; min-height:890px; }
	.center_box9 .inner .inbox { text-align:center; margin:0 60px; }
	.center_box9 .inner .inbox .topbox {margin-top:65px;}
	.center_box9 .inner .inbox .topbox .lbox { float:left; width:35%; text-align:left; }
	.center_box9 .inner .inbox .topbox .lbox .txt1 { margin-bottom:20px; }
	.center_box9 .inner .inbox .topbox .lbox .txt2 {}
	.center_box9 .inner .inbox .topbox .rbox { float:right; width:65%; margin-top:50px; }
	.center_box9 .inner .inbox .topbox .rbox .outline { background:#e3e1e1; height:40px; border-radius:20px; }
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox {text-align:center;}
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox .btn1 { display:inline-block; width:100px; height:40px; line-height:40px; background:none; border-radius:20px; cursor:pointer; }
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox .btn1:hover { background:#122a88; color:#fff; }
	.center_box9 .inner .inbox .viewbox { visibility:hidden; margin-top:100px; position:absolute; max-width:85%; margin-left:2%;;}
	.center_box9 .inner .inbox .viewbox .box9_image {background:#fff; margin:0 10px; } /*슬라이드 5종*/
	.center_box9 .inner .inbox .viewbox .box9_image .inimg {padding:12px; text-align:left;  }
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 { width:100%; height:190px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 img { width:100%;  height: 190px; object-fit: cover;}
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/viewmore.png) 50% 50% no-repeat; background-size: 95px;}
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .txt1 { margin-top:25px; height:60px; }
	.center_box9 .inner .inbox .viewbox .box9_image:hover .inimg .img1 .dim {display:block;}
	.center_box9 .inner .inbox .viewbox .box9_image:hover .inimg .txt1 {color:#122a88; font-weight:500; }

	/* 10 */
	.center_box10 { width:100%; max-width:1200px; margin:0 auto; min-height:480px; overflow:hidden; margin-bottom:0px; margin-top:-170px;}
	.center_box10 .inner { }
	.center_box10 .inner .txt1 { margin-top:100px; }
	.center_box10 .inner .txt2 {}
	.center_box10 .inner .txt3 { margin-top:50px; }
	.center_box10 .inner .btn1 {margin-top:60px;}

	
	/*마지마 페이지 : 하단*/
	.center_box_footer {border-top:1px solid #000;}
	.center_box_footer .inner2 {width:100%; background:#000; text-align:left;}
	.center_box_footer .inner2 .inbox { padding:50px 20px;}
	.center_box_footer .inner2 .inbox .top_btn { position:relative; text-align:right; margin-right:20px; margin-top:-75px; padding-bottom:30px;}
	.center_box_footer .inner2 .inbox .lbox {float:left; width:40%; text-align:left;  }
	.center_box_footer .inner2 .inbox .lbox .ft_logo {}
	.center_box_footer .inner2 .inbox .lbox .ft_copy { opacity: 0.8; margin-top:20px;}
	.center_box_footer .inner2 .inbox .lbox .icons {margin-top:80px;}
	.center_box_footer .inner2 .inbox .lbox .icons img {margin-right:10px; }
	.center_box_footer .inner2 .inbox .rbox {float:right; width:50%; text-align:left; }
	.center_box_footer .inner2 .inbox .rbox .menu_box {display:inline-block; width:15%; vertical-align:top; height:250px; border-left:1px solid rgba(255,255,255,0.3); padding-left:10px; }
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu1 {margin-bottom:15px; opacity:1; cursor:pointer; }
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu1:hover {opacity:0.6;}
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu2 { opacity:0.7; margin:5px 0; cursor:pointer;}
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu2:hover {opacity:1;}
	.center_box_footer .inner2 .inbox .rbox img {margin-left:50px; margin-top:50px; opacity:1; cursor:pointer;}
	.center_box_footer .inner2 .inbox .rbox img:hover { opacity:0.5; }

	/*page1*/
	.page1 { min-height:500px; }
	.page1 .inner {padding:95px 20px 150px 20px;} 
	.page1 .inner .text1 {width:100%; text-align:center; }
	.page1 .inner .text1 .txt1 { margin-bottom:10px; }
	.page1 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page1 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page1 .inner .text1 .txt3  { line-height:35px; }
	.page1 .inner .text1 .img1  { margin-top:80px; text-align:center;  }
	.page1 .inner .text1 .img1 img {width:100%; max-width:954px; }
	.page1s {background:#f2efef; margin-top:320px;}
	.page1s .inner {padding:95px 0 150px 0;} 
	.page1s .inner .text2 {position:relative; width:100%; margin-top:-420px; }
	.page1s .inner .text2 .inbox {padding:60px 80px 0 80px;}
	.page1s .inner .text2 .inbox .lbox { float:left; width:48%; margin-bottom:60px; }
	.page1s .inner .text2 .inbox .lbox .box1 {float:left; width:15%; }
	.page1s .inner .text2 .inbox .lbox .box1 .txt1 {opacity:0.45;}
	.page1s .inner .text2 .inbox .lbox .box2 {float:left; width:69%; padding-left:6%; border-left:1px solid #fff;  }
	.page1s .inner .text2 .inbox .lbox .box2 .img1 {margin-bottom:20px; cursor:pointer;}
	.page1s .inner .text2 .inbox .lbox .box2 .img1 img {}
	.page1s .inner .text2 .inbox .lbox .box2 .txt1 {margin-bottom:8px;}
	.page1s .inner .text2 .inbox .lbox .box2 .txt2 {margin-bottom:20px;}
	.page1s .inner .text2 .inbox .lbox .box2 .txt3 {}
	.page1s .inner .text2 .inbox .rbox { float:right; width:48%; margin-bottom:60px; }
	.page1s .inner .text2 .inbox .rbox .box1 {float:left; width:15%; }
	.page1s .inner .text2 .inbox .rbox .box1 .txt1 {opacity:0.45;}
	.page1s .inner .text2 .inbox .rbox .box2 {float:left; width:69%; padding-left:6%; border-left:1px solid #fff;  }
	.page1s .inner .text2 .inbox .rbox .box2 .img1 {margin-bottom:20px; cursor:pointer;}
	.page1s .inner .text2 .inbox .rbox .box2 .img1 img {}
	.page1s .inner .text2 .inbox .rbox .box2 .txt1 {margin-bottom:8px;}
	.page1s .inner .text2 .inbox .rbox .box2 .txt2 {margin-bottom:20px;}
	.page1s .inner .text2 .inbox .rbox .box2 .txt3 {}
	.page1s .inner .text1 {width:100%; text-align:center; margin-top:240px;}
	.page1s .inner .text1 .txt1 { margin-bottom:10px; }
	.page1s .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page1s .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page1s .inner .text1 .txt3  { line-height:35px; }
	.page1s .inner2 { padding-bottom:220px; }
	.page1s .inner2 img {width:100%;}

	/*page2*/
	.page2 { min-height:300px; }
	.page2 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 60px 0;} 
	.page2 .inner .text1 {width:100%; text-align:center; }
	.page2 .inner .text1 .txt1 { margin-bottom:10px; }
	.page2 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page2 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page2 .inner .text1 .txt3  { line-height:35px; }
	.page2s { height:850px; }
	.page2s .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 150px 0;} 
	.page2s .inner .rbox {float:right; width:45%; margin-right:5%; }
	.page2s .inner .rbox .txt1 {line-height:45px; margin-bottom:60px; }
	.page2s .inner .rbox .img1 {text-align:right; }
	.page2 .inner .text2 { padding-bottom:60px; }
	.page2 .inner .text2 .inbox {padding:0 60px;}
	.page2 .inner .text2 .inbox table {width:100%; border-collapse:collapse;border-spacing:0; }
	.page2 .inner .text2 .inbox table th {background:#f5f5f5; border:1px solid #d9d9d9; padding:30px; font-weight:700;  }
	.page2 .inner .text2 .inbox table td {border:1px solid #d9d9d9; padding:30px;}
	.page2 .inner .text2 .inbox table .btop {border-top:2px solid #000;}

	/*page3*/
	.page3 { min-height:300px; }
	.page3 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 60px 0;} 
	.page3 .inner .text1 {width:100%; text-align:center; }
	.page3 .inner .text1 .txt1 { margin-bottom:10px; }
	.page3 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page3 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px;}
	.page3 .inner .text1 .txt3  { line-height:35px; }
	.page3 .inner .text2 { margin-top:30px; margin-bottom:110px; }
	.page3 .inner .text2 .map {width:100%; height:530px; }
	.page3 .inner .text3 {}
	.page3 .inner .text3 .inbox1 {border-bottom:1px solid #000; padding-bottom:20px; margin-bottom:30px; }
	.page3 .inner .text3 .inbox1 .lbox {float:left; width:40%; margin-left:5%; text-align:left; }
	.page3 .inner .text3 .inbox1 .lbox .img1 { float:left; }
	.page3 .inner .text3 .inbox1 .lbox .img1 img {}
	.page3 .inner .text3 .inbox1 .lbox .txt1 { float:left; margin-top:7px; margin-left:20px; }
	.page3 .inner .text3 .inbox1 .rbox { float:right; width:40%; margin-right:5%;  text-align:left;}
	.page3 .inner .text3 .inbox1 .rbox .img1 { float:left; }
	.page3 .inner .text3 .inbox1 .rbox .img1 img {}
	.page3 .inner .text3 .inbox1 .rbox .txt1 { float:left; margin-top:7px; margin-left:20px; }
	.page3 .inner .text3 .inbox2 {padding-bottom:80px; }
	.page3 .inner .text3 .inbox2 .lbox {float:left; width:40%; margin-left:5%; text-align:left; }
	.page3 .inner .text3 .inbox2 .lbox .txt1 { line-height:30px; margin-left:20px; }
	.page3 .inner .text3 .inbox2 .rbox { float:right; width:40%; margin-right:5%;  text-align:left;}
	.page3 .inner .text3 .inbox2 .rbox .txt1 { line-height:30px; margin-left:20px; }

	/*page4*/
	.page4 { min-height:300px; }
	.page4 .inner {padding:200px 20px 150px 20px;} 
	.page4 .inner .inbox { padding:0 100px; }
	.page4 .inner .inbox .box1 { position:relative; float:left; width:45%; text-align:left; margin-top:-125px; }
	.page4 .inner .inbox .box1 .img1 { width:100%; height:470px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page4 .inner .inbox .box1 .img1 img { width:100%; height: 470px; object-fit: cover;}
	.page4 .inner .inbox .box1 .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/cross.png) 100% 100% no-repeat; background-size: 95px;}
	.page4 .inner .inbox .box1 .img1 .dim .name {margin-top:210px; font-size:24px; font-weight:200; color:#fff; }
	.page4 .inner .inbox .box1 .img1:hover .dim {display:block;}
	.page4 .inner .inbox .box1 .text {}
	.page4 .inner .inbox .box1 .text .inb {padding:15px;}
	.page4 .inner .inbox .box1 .text .inb .txt1 {margin-bottom:20px; }
	.page4 .inner .inbox .box1 .text .inb .txt2 {}
	.page4 .inner .inbox .box2 { position:relative; float:right; width:45%; text-align:left; margin-top:125px;  }
	.page4 .inner .inbox .box2 .img1 { width:100%; height:470px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page4 .inner .inbox .box2 .img1 img { width:100%; height: 470px; object-fit: cover;}
	.page4 .inner .inbox .box2 .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/cross.png) 100% 100% no-repeat; background-size: 95px;}
	.page4 .inner .inbox .box2 .img1 .dim .name {margin-top:210px; font-size:24px; font-weight:200; color:#fff; }
	.page4 .inner .inbox .box2 .img1:hover .dim {display:block;}
	.page4 .inner .inbox .box2 .text {}
	.page4 .inner .inbox .box2 .text .inb {padding:15px;}
	.page4 .inner .inbox .box2 .text .inb .txt1 {margin-bottom:20px; }
	.page4 .inner .inbox .box2 .text .inb .txt2 {}


	/* 콘텐츠 목록 */
	.product_list {min-height:500px; }
	.product_list .inner {padding:95px 20px 150px 20px;} 
	.product_list .inner .text1 { text-align:center; }
	.product_list .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_list .inner .text1 .txt2 {line-height:30px;}
	.product_list .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page_content2 {margin-top:150px;}
	.page_content2 .page2_listbox {position:relative; float:left; width:30%; margin-right:5%; padding-bottom:30px; margin-top:-130px; padding-top:70px;}
	.page_content2 .page2_listbox .photo { width:100%; height: 320px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox .photo .dim .name {margin-top:180px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox .photo img { width:100%; height: 320px;  object-fit: cover;}
	.page_content2 .page2_listbox .title {margin-top:15px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox .subtitle {margin-top:5px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}	
	.page_content2 .page2_listbox2 {position:relative; float:left; width:30%; margin-right:5%; padding-bottom:30px; margin-top:130px;}
	.page_content2 .page2_listbox2 .photo { width:100%; height: 320px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox2 .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox2 .photo .dim .name {margin-top:180px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox2:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox2:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox2 .photo img { width:100%; height: 320px;  object-fit: cover;}
	.page_content2 .page2_listbox2 .title {margin-top:15px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox2 .subtitle {margin-top:5px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	/*납품실적*/
	.product_list .inner .text1s2 { text-align:center; }
	.product_list .inner .text1s2 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_list .inner .text1s2 .txt1 span {border-bottom:2px solid #000; }
	.page_content2 .page2_listbox_4box {position:relative; float:left; width:22%; margin-right:4%; padding-bottom:30px; height:320px;}
	.page_content2 .page2_listbox_4box .photo { width:100%; height: 220px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox_4box .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox_4box .photo .dim .name {margin-top:105px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox_4box:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox_4box:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox_4box .photo img { width:100%; height: 220px;  object-fit: cover;}
	.page_content2 .page2_listbox_4box .title {margin-top:15px; text-align:center; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox_4box:hover .title span {border-bottom:2px solid #000;}
	/*3D영상*/
	.page_content2 .page2_listbox_3box {position:relative; float:left; width:30%; margin-right:5%; padding-bottom:30px; height:320px;}
	.page_content2 .page2_listbox_3box .photo { width:100%; height: 220px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox_3box .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat; background-size: 95px; }
	.page_content2 .page2_listbox_3box:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox_3box:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox_3box .photo img { width:100%; height: 220px;  object-fit: cover;}
	.page_content2 .page2_listbox_3box .title {margin-top:15px; text-align:center; cursor:pointer; white-space:normal; word-break:break-all;}
	
	/* 콘텐츠 뷰어 */	
	.product_view1 {background:#f9f9f9; min-height:500px; }
	.product_view1 .inner  {padding:95px 20px 150px 20px;} 
	.product_view1 .inner .text1 { text-align:center; }
	.product_view1 .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_view1 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.product_view1 .inner .text1 .txt2 { margin-bottom:50px; }	
	.product_view1 .inner .text1 .txt3 { line-height:30px; text-align:center; }
	.product_view1 .inner .text2 { margin-top:130px; }
	.product_view1 .inner .text2 .lbox { float:none; width:100%; margin-bottom:70px; }
	.product_view1 .inner .text2 .lbox .photo { width:100%; height: 580px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text2 .lbox .photo img { width:100%; height: 580px;  object-fit: cover;}
	.product_view1 .inner .text2 .rbox { float:none; width:100%; }
	.product_view1 .inner .text2 .rbox .photo { width:100%; height: 580px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text2 .rbox .photo img { width:100%; height: 580px;  object-fit: cover;}
	.product_view1 .inner .text3 { text-align:center; border-top:1px solid #20a4db; margin-top:220px; }
	.product_view1 .inner .text3 .txt1 {margin-bottom:20px; letter-spacing:-2px; margin-top:20px;}
	.product_view1 .inner .text4 { margin-top:130px; }
	.product_view1 .inner .text4 .inbox {margin-bottom:20px;}
	.product_view1 .inner .text4 .inbox .box { float:left; width:50%; margin-bottom:20px;}
	.product_view1 .inner .text4 .inbox .box .photo { width:100%; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text4 .inbox .box .photo img { width:100%; object-fit: cover;}
	/* 납품실적 */
	.product_view1 .inner .text1 .top_box { border-bottom:1px solid #00afec; margin-bottom:20px; text-align:right; margin-top:-20px; }
	.product_view1 .inner .text1 .top_box .img1 {margin-bottom:10px;}
	.product_view1 .inner .text1 .top_box .img1 img {}
	.product_view1 .inner .text4s2 { margin-top:130px; }
	.product_view1 .inner .text4s2 .inbox {margin-bottom:20px;}
	.product_view1 .inner .text4s2 .inbox .photo { width:100%; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text4s2 .inbox .photo img { width:100%;   object-fit: cover;}
	.product_view1 .inner .text5 {margin-top:50px;}
	.product_view1 .inner .text5 .border1 {border-bottom:1px solid #00afec; margin:20px 0;}
	.product_view1 .inner .text5 .lbox { float:left; width: 49%; cursor:pointer; opacity:1;}
	.product_view1 .inner .text5 .lbox:hover {opacity:0.6;}
	.product_view1 .inner .text5 .lbox .box {float:left; margin-right:20px; height:40px; line-height:40px; }
	.product_view1 .inner .text5 .lbox .box .img1 {}
	.product_view1 .inner .text5 .lbox .box .img1 img {}
	.product_view1 .inner .text5 .lbox .box .txt1 {}
	.product_view1 .inner .text5 .lbox .box .txt2 {}
	.product_view1 .inner .text5 .midbox {float:left; width:1%; border-right:1px solid #00afec; height:40px; }
	.product_view1 .inner .text5 .rbox { float:right; width:48%; cursor:pointer; opacity:1}
	.product_view1 .inner .text5 .rbox:hover {opacity:0.6;}
	.product_view1 .inner .text5 .rbox .box {float:right; margin-left:20px; height:40px; line-height:40px; cursor:pointer; }
	.product_view1 .inner .text5 .rbox .box .img1 {}
	.product_view1 .inner .text5 .rbox .box .img1 img {}
	.product_view1 .inner .text5 .rbox .box .txt1 {}
	.product_view1 .inner .text5 .rbox .box .txt2 {}
	/*3D영상*/
	.product_view1 .inner .text4s2 .inbox .vod1 {}
	.product_view1 .inner .text4s2 .inbox .vod1 .vodplayer {width:100%; height:480px;}

	/*문의*/
	.center_re {min-height:500px; }
	.center_re .inner {padding:95px 20px 150px 20px;} 
	.center_re .inner .text1 { text-align:center; }
	.center_re .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.center_re .inner .text1 .txt2 {line-height:30px;}
	.center_re .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.center_request { text-align:center;}
	.center_request .inner {padding: 0px 50px; margin-top:0px;}
	.center_request .inner .lbox {float:left; width:30%; background:#313131; height:600px; text-align:left; }
	.center_request .inner .lbox .box1 { padding: 50px 50px; margin-top:80px;}
	.center_request .inner .lbox .box1 .txt1 {}
	.center_request .inner .lbox .box1 .txt2 {}
	.center_request .inner .lbox .box2 { padding: 15px 50px;}
	.center_request .inner .lbox .box2 .txt1 {}
	.center_request .inner .lbox .box2 .txt2 {}
	.center_request .inner .rbox { float:right; width:68%;}
	.center_request .inner .rbox .sub_input { margin-top:30px; }
	.center_request .inner .rbox .sub_input .chkup {margin-bottom:40px;}
	.center_request .inner .rbox .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.center_request .inner .rbox .sub_input .chkup span {border-bottom:1px solid #161616; cursor:pointer;}
	.center_request .inner .rbox .sub_input .chkup span:hover {color:#a7a7a7;}
	.center_request .inner .rbox .sub_table2 {text-align:left;}
	.center_request .inner .rbox .sub_table2 .border1 {border-bottom:1px solid #000; }
	.center_request .inner .rbox .sub_table2 .border2 {border-bottom:1px solid #d3d1d0; }
	.center_request .inner .rbox .sub_table2 .data {font-size:20px; padding:20px 0; } 
	.center_request .inner .rbox .sub_table2 .data .title {float:left; width:20%; color:#000; font-weight:500; }
	.center_request .inner .rbox .sub_table2 .data .text {float:left; width:80%; color:#000; font-weight:300; }	
	.center_request .inner .rbox .sub_table2 .data .text input {border:1px solid #ddd; height:35px;}
	.center_request .inner .rbox .sub_table2 .data .text textarea {border:1px solid #ddd; height:325px; width:100%;}
	.center_request .inner .rbox .submit_btn {margin:0 auto;}

	/* 개인정보 처리방침 레이어 */
	.layer_popup {position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(255,255,255,0.9);z-index:1000;display:none; overflow-y:scroll;}
	.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
	.layer_popup .inner .box {padding:0 20px;}
	.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
	.layer_popup .inner .close_top .imgbox {cursor:pointer;}
	.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%; line-height:30px;}
	.layer_popup .inner .con .inbox {padding:20px;} 
}


/* 모바일사이즈 기본 */
@media all and (max-width : 600px){
	
	#videobcg {
		display:none;
	}

	#smenu_box {width:100%; max-width:1360px; margin:0 auto;}
	#smenu_box .box {float:left;width:25%; height:80px; line-height:80px; background:none; cursor:pointer; }
	#smenu_box .box:hover {background:#fff;  }
	#smenu_box .box a {color:#fff; font-size:15px;}
	#smenu_box .box:hover a {color:#0092df; }
	#smenu_box .box_active {float:left;width:25%; height:80px; line-height:80px; background:none; cursor:pointer; background:#fff; }
	#smenu_box .box_active a {color:#0092df; font-size:15px;  }

	.top_text {}
	.top_text .main_title { position:absolute; z-index:201; top:20%; width:100%; text-align:center;  }
	.top_text .main_title .txt1 { margin-bottom:10px; font-size:30px; }
	.top_text .main_title .txt2 { font-size:15px; padding:0 20px;}

	.page_sub_menu { position:absolute; z-index:100; width:100%; overflow-x:auto;  margin-top:-60px;}
	.page_sub_menu .inner { text-align:center; }
	.page_sub_menu .inner .sub_menu_name { width:100%; background:rgba(9,53,137,0.6)}
	.page_sub_menu .inner .sub_menu_name .box1 {height:60px; line-height:60px; text-align:left; }
	.page_sub_menu .inner .sub_menu_name .box1 .txt1 {float:left; margin-left:20px; }
	.page_sub_menu .inner .sub_menu_name .box1 .txt2 {float:right; margin-right:20px; }
	.page_sub_menu .inner .sub_menu_name .box2 {height:60px; line-height:60px; text-align:left; }
	.page_sub_menu .inner .sub_menu_name .box2 .txt1 {float:left; margin-left:20px; }
	.page_sub_menu .inner .sub_menu_name .box2 .txt2 {float:right; margin-right:20px; }


	/* 백그라운드 스타일 */
	.main_modal {background:#000;opacity:0.6;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal05 {background:#000;opacity:0.5;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal07 {background:#000;opacity:0.7;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal_page06 {background:#000;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;  }
	.main_modal_page03 {background:#000;opacity:0.3;width:100%;height:100vh; padding-bottom:120px;   }
	.main_modal_silver06 {background:#ebebeb;opacity:0.6;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal_silver03 {background:#ebebeb;opacity:0.3;width:100%;height:100vh; padding-bottom:120px; }

	.main_modal1 {background:#2e3a46;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
	.main_modal2 {background:#566571;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
	.main_modal3 {background:#2e92c1;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
	.main_modal4 {background:#5dc6dd;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;-}
			
	.main_modal5 {background:#245488;opacity:0.6;width:100%;height:100vh; transition: opacity 0.3s }
	.main_modal5:hover {opacity:0.8; }


	#scroll_box img { display:none; transition: opacity 0.3s; opacity: 1; margin-right:30px; }
	#scroll_box img:hover { opacity: 0; }

	/* 게시판 박스 */
	.page_content_new {min-height:500px; }
	.page_content_new .inner { padding:95px 20px 150px 20px;} 
	.page_content_new .inner .text1 { text-align:center; }
	.page_content_new .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.page_content_new .inner .text1 .txt2 {line-height:30px;}
	.page_content_new .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}	
	.bo_main_title {  border-top:1px solid #000; background:#efefef; }
	.bo_main_title .txt1 { padding:20px 20px;  font-size:20px; }
	.bo_sub_title {  border-top:1px solid #000; border-bottom:1px solid #000;  background:#efefef; }
	.bo_sub_title .txt1 { padding:20px 20px; font-size:15px; }
	.prev_box { border-top:1px solid #a7a3a1; background:#fff; }
	.prev_box .txt1 { padding:20px; font-size:15px; }
	.prev_box .txt1:hover {color:#000; font-weight:400; }
	.next_box { border-top:1px solid #a7a3a1; border-bottom:1px solid #a7a3a1;  background:#fff; }
	.next_box .txt1 { padding:20px; font-size:15px; }
	.next_box .txt1:hover {color:#000; font-weight:400; }
	.next_box1 {float:left; width:33%; text-align:left; line-height:65px;}
	.next_box1 img {height:30px;}
	.next_box2 {float:left; width:34%; text-align:center; line-height:65px; }
	.next_box2 img {height:65px;}
	.next_box3 {float:right; width:33%; text-align:right; line-height:65px; }
	.next_box3 img {height:30px;}
	.vod_list { float:none; width:100%; ; padding-bottom:30px; overflow:hidden; }
	.vod_list .vod_image { width:100%;  height: 240px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; }	
	.vod_list .vod_image img { width:100%; height: 240px; object-fit: cover; }
	.vod_list .vod_title {margin-top:10px; overflow:hidden; }
	.vod_list .vod_date {margin-top:5px;}


	/* 슬라이드 1 */
	.slide1 { width:100%;height:100vh; vertical-align: bottom; white-space:normal; word-break:break-all;  display: flex; flex-direction: column; justify-content: center;  }
	.slide1 .inner {padding:0 20px; text-align:left; min-height:250px; }
	.slide1 .inner .lbox {float:left; text-align:left;}
	.slide1 .inner .lbox .txt1 {font-size:42px;}
	.slide1 .inner .lbox .txt2 {font-size:42px;}
	.slide1 .inner .rbox {float:right; text-align:right; margin-top:150px; }
	.slide1 .inner .rbox .txt1 { line-height:30px; font-size:20px;}
	.slide1_bo_box { position:absolute; bottom:0; right:0; background:#122a88; width:250px; height:100px; margin-right:-250px; text-align:left; }
	.slide1_bo_box .inner { float:none; width:75px; margin:0 auto;  padding:15px 0 8px 0;}
	.slide1_bo_box .inner .this_page {color:#fff; opacity:1; }
	.slide1_bo_box .inner .all_count {color:#fff;}
	.slide1_bo_box .inner .box {float:left; width:25px; opacity:0.4; cursor:pointer; }
	.slide1_bo_box .inner .box:hover {opacity:1;}
	.slide1_bo_box .inner2 {float:none; width:120px; margin:0 auto; }
	.slide1_bo_box .inner2 .box {float:left; opacity:0.4; cursor:pointer; }
	.slide1_bo_box .inner2 .box:hover { opacity:1;}
	.slide1_bo_box .inner2 .prev { font-size:25px; margin-right:17px;}
	.slide1_bo_box .inner2 .stop { font-size:27px; margin-right:10px;}
	.slide1_bo_box .inner2 .next { font-size:25px; margin-right:10px;}

	/* 1 */
	.center_box1 { width:100%; max-width:1200px; margin:0 auto;  }
	.center_box1 .inner {padding:0 20px; margin-top:60px; margin-bottom:60px; }
	.center_box1 .inner .lbox {float:none; text-align:left; }
	.center_box1 .inner .lbox .txt1 {font-size:15px; }
	.center_box1 .inner .lbox .txt2 {letter-spacing:-1px; margin-top:10px; font-size:30px; }
	.center_box1 .inner .lbox .btn1 {position:absolute; right:20px; margin-top:-150px; width:30px; height:30px; line-height:30px; font-size:15px; }
	.center_box1 .inner .rbox {float:none; text-align:left; margin:20px 0;  }
	.center_box1 .inner .rbox .txt1 {line-height:27px; margin-top:20px; font-size:15px;  }
	
	/* 2 */
	.center_box2 { width:100%; overflow:hidden; }
	.center_box2 .inner {max-width:1200px; margin:0 auto; }
	.center_box2 .inner .inbox { text-align:center; margin-bottom:60px;}
	.center_box2 .inner .inbox .box {float:left; width:40%; margin:0 5%; }
	.center_box2 .inner .inbox .box .img1 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img1 img {margin-top:15px; width:80%;}
	.center_box2 .inner .inbox .box .img2 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img2 img { width:80%;}
	.center_box2 .inner .inbox .box .img3 {margin-top:60px; height:140px; cursor:pointer; }
	.center_box2 .inner .inbox .box .img3 img {margin-top:35px; width:80%;}
	.center_box2 .inner .inbox .box .txt1 {margin-top:20px; font-size:16px;}
	.center_box2 .inner .inbox .box .txt2 {margin-top:10px; font-size:14px; }

	/* 3 */
	.center_box3 { width:100%; max-width:1200px; margin:0 auto;  }
	.center_box3 .inner {padding:0 20px; margin-top:60px;  }
	.center_box3 .inner .lbox {float:left; text-align:left; }
	.center_box3 .inner .lbox .txt1 { font-size:15px; }
	.center_box3 .inner .lbox .txt2 {letter-spacing:-1px; margin-top:10px; font-size:30px;}
	.center_box3 .inner .lbox .btn1 {margin-top:35px;}
	.center_box3 .inner .rbox {float:right; text-align:right; }
	.center_box3 .inner .rbox .txt1 {line-height:37px; font-size:15px; }
	.center_box3 .inner .rbox .txt2 {letter-spacing:-1px; margin-top:10px; font-size:30px;}
	.center_box3 .inner .rbox .btn1 { position:absolute; left:20px; margin-top:-150px; width:30px; height:30px; line-height:30px; font-size:15px; }

	/* 4 */
	.center_box4 { width:100%; max-width:1200px; margin:0 auto; min-height:400px; }
	.center_box4 .inner { padding:65px 0; }
	.center_box4 .inner .txt_lbox {text-align:left; }
	.center_box4 .inner .txt_lbox .inbox {margin-top:35px; margin-left:40px; }
	.center_box4 .inner .txt_lbox .inbox .txt1 {letter-spacing:3px; font-size:40px; }
	.center_box4 .inner .txt_lbox .inbox .txt2 {font-size:25px;}
	.center_box4 .inner .txt_lbox .inbox .txt3 {font-size:15px; margin-top:10px; }
	.center_box4 .inner .txt_lbox .inbox .more { margin-top:40px; cursor:pointer; }	
	.center_box4 .inner .txt_lbox .inbox .more:hover {opacity:0.5;}
	.center_box4 .inner .txt_lbox .inbox .more .txt {display:inline-block;}
	.center_box4 .inner .txt_lbox .inbox .more .line {display:inline-block; margin-left:10px; width:100px; height:6px; border-top:2px solid #000; }
	.center_box4 .inner .img_rbox { }	
	.center_box4 .inner .img_rbox img { width:100%;}	
	.center_box4 .inner .txt_rbox {position:relative; z-index:21; text-align:right; height:415px;  }
	.center_box4 .inner .txt_rbox .inbox {margin-top:65px; margin-right:60px; }
	.center_box4 .inner .txt_rbox .inbox .txt1 {letter-spacing:3px;}
	.center_box4 .inner .txt_rbox .inbox .txt2 {}
	.center_box4 .inner .txt_rbox .inbox .txt3 {}
	.center_box4 .inner .txt_rbox .inbox .more { margin-top:70px; cursor:pointer; }
	.center_box4 .inner .txt_rbox .inbox .more:hover {opacity:0.5;}
	.center_box4 .inner .txt_rbox .inbox .more .txt {display:inline-block;}
	.center_box4 .inner .txt_rbox .inbox .more .line {display:inline-block; margin-right:10px; width:100px; height:6px; border-top:2px solid #000; }
	.center_box4 .inner .img_lbox {position:relative; z-index:20; text-align:left; height:415px; margin-top:-480px; }	
	.center_box4 .inner .img_lbox img {}

	/* 8 */
	.center_box8 { width:100%; overflow:hidden; }
	.center_box8 .inner { padding-bottom:120px; }
	.center_box8 .inner .inbox { text-align:center; margin:0px; }
	.center_box8 .inner .inbox .lbox {float:none; width:100%; text-align:center; margin-top:100px;}
	.center_box8 .inner .inbox .lbox .txt1 {font-size:30px;}
	.center_box8 .inner .inbox .rbox {float:none; width:100%; margin-top:70px;  }
	.center_box8 .inner .inbox .rbox .line {border-top:1px solid #fff; }
	.center_box8 .inner .inbox .rbox .txtbox { }
	.center_box8 .inner .inbox .rbox .txtbox .txt1 { float:left; width:30%; margin-left:5%; opacity:0.6; cursor:pointer; }
	.center_box8 .inner .inbox .rbox .txtbox .txt1:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt1 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt1 .txt {margin-top:20px; text-align:center; }
	.center_box8 .inner .inbox .rbox .txtbox .txt2 { float:left; width:30%; opacity:0.6; cursor:pointer;}
	.center_box8 .inner .inbox .rbox .txtbox .txt2:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt2 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt2 .txt {margin-top:20px; text-align:center; }
	.center_box8 .inner .inbox .rbox .txtbox .txt3 { float:left; width:30%; margin-right:5%; opacity:0.6; cursor:pointer;}
	.center_box8 .inner .inbox .rbox .txtbox .txt3:hover {opacity:1;}
	.center_box8 .inner .inbox .rbox .txtbox .txt3 .dot { margin:0 auto; margin-top:-8px; width:15px; height:15px; background:#fff; border-radius:50%; }
	.center_box8 .inner .inbox .rbox .txtbox .txt3 .txt {margin-top:20px; text-align:center; }


	/* 8 */
	.center_box9 { width:100%; overflow:hidden; }
	.center_box9 .inner {min-height:700px; }
	.center_box9 .inner .inbox { text-align:center; }
	.center_box9 .inner .inbox .topbox {margin-top:65px; padding:0 20px; }
	.center_box9 .inner .inbox .topbox .lbox { float:none; width:100%; text-align:left; }
	.center_box9 .inner .inbox .topbox .lbox .txt1 { margin-bottom:10px; font-size:15px; }
	.center_box9 .inner .inbox .topbox .lbox .txt2 { font-size:24px;  }
	.center_box9 .inner .inbox .topbox .rbox { float:none; width:100%; margin-top:50px; }
	.center_box9 .inner .inbox .topbox .rbox .outline { background:#e3e1e1; height:40px; border-radius:20px; }
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox {text-align:center;}
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox .btn1 { float:left; width:20%; height:40px; line-height:40px; background:none; border-radius:20px; cursor:pointer; }
	.center_box9 .inner .inbox .topbox .rbox .outline .inbtnbox .btn1:hover { background:#122a88; color:#fff; }
	.center_box9 .inner .inbox .viewbox { visibility:hidden; margin-top:70px; position:absolute; max-width:100%;;}
	.center_box9 .inner .inbox .viewbox .box9_image {background:#fff; margin:0 10px; } /*슬라이드 5종*/
	.center_box9 .inner .inbox .viewbox .box9_image .inimg {padding:12px; text-align:left;  }
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 { width:100%; height:190px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 img { width:100%;  height: 190px; object-fit: cover;}
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/viewmore.png) 50% 50% no-repeat; background-size: 95px;}
	.center_box9 .inner .inbox .viewbox .box9_image .inimg .txt1 { margin-top:25px; height:60px; }
	.center_box9 .inner .inbox .viewbox .box9_image:hover .inimg .img1 .dim {display:block;}
	.center_box9 .inner .inbox .viewbox .box9_image:hover .inimg .txt1 {color:#122a88; font-weight:500; }

	/* 10 */
	.center_box10 { width:100%; max-width:1200px; margin:0 auto; min-height:620px; overflow:hidden; margin-bottom:0px; margin-top:0px;}
	.center_box10 .inner { }
	.center_box10 .inner .txt1 { margin-top:100px; }
	.center_box10 .inner .txt2 {}
	.center_box10 .inner .txt3 { margin-top:50px; }
	.center_box10 .inner .btn1 {margin-top:60px;}

	
	/*마지마 페이지 : 하단*/
	.center_box_footer {border-top:1px solid #000;}
	.center_box_footer .inner2 {width:100%; background:#000; text-align:left;}
	.center_box_footer .inner2 .inbox { padding:50px 20px;}
	.center_box_footer .inner2 .inbox .top_btn { position:relative; text-align:right; margin-right:20px; margin-top:-75px; padding-bottom:30px;}
	.center_box_footer .inner2 .inbox .lbox {float:none; width:100%; text-align:left;  }
	.center_box_footer .inner2 .inbox .lbox .ft_logo {}
	.center_box_footer .inner2 .inbox .lbox .ft_copy { opacity: 0.8; margin-top:20px;}
	.center_box_footer .inner2 .inbox .lbox .icons {margin-top:80px;}
	.center_box_footer .inner2 .inbox .lbox .icons img {margin-right:10px; }
	.center_box_footer .inner2 .inbox .rbox {display:none; float:none; width:100%; text-align:left; }
	.center_box_footer .inner2 .inbox .rbox .menu_box {display:inline-block; width:15%; vertical-align:top; height:250px; border-left:1px solid rgba(255,255,255,0.3); padding-left:10px; }
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu1 {margin-bottom:15px; opacity:1; cursor:pointer; }
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu1:hover {opacity:0.6;}
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu2 { opacity:0.7; margin:5px 0; cursor:pointer;}
	.center_box_footer .inner2 .inbox .rbox .menu_box .menu2:hover {opacity:1;}
	.center_box_footer .inner2 .inbox .rbox img {margin-left:50px; margin-top:50px; opacity:1; cursor:pointer;}
	.center_box_footer .inner2 .inbox .rbox img:hover { opacity:0.5; }
	
	/*page1*/
	.page1 {  }
	.page1 .inner {padding:60px 20px;  } 
	.page1 .inner .text1 {width:100%; text-align:center; }
	.page1 .inner .text1 .txt1 { margin-bottom:10px; }
	.page1 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:35px; margin-bottom:10px;}
	.page1 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:30px; font-size:26px; }
	.page1 .inner .text1 .txt3  { line-height:25px; font-size:15px; }
	.page1 .inner .text1 .img1  { margin-top:80px; text-align:center;  }
	.page1 .inner .text1 .img1 img {width:100%; max-width:954px; }
	.page1s {background:#f2efef; ;}
	.page1s .inner {padding:0px} 
	.page1s .inner .text2 {position:relative; width:100%;  }
	.page1s .inner .text2 .inbox {padding:60px 20px 0 20px;}
	.page1s .inner .text2 .inbox .lbox { float:none; width:100%; margin-bottom:60px; }
	.page1s .inner .text2 .inbox .lbox .box1 {float:left; width:12%; }
	.page1s .inner .text2 .inbox .lbox .box1 .txt1 {opacity:0.45; font-size:60px; }
	.page1s .inner .text2 .inbox .lbox .box2 {float:left; width:69%; padding-left:6%; border-left:1px solid #fff;  }
	.page1s .inner .text2 .inbox .lbox .box2 .img1 {position:absolute; right:40px; margin-bottom:20px; cursor:pointer;}
	.page1s .inner .text2 .inbox .lbox .box2 .img1 img {height:80px; }
	.page1s .inner .text2 .inbox .lbox .box2 .txt1 {margin-bottom:8px; font-size:20px; }
	.page1s .inner .text2 .inbox .lbox .box2 .txt2 {margin-bottom:30px;  font-size:15px; }
	.page1s .inner .text2 .inbox .lbox .box2 .txt3 { font-size:15px;}
	.page1s .inner .text2 .inbox .rbox { float:none; width:100%; margin-bottom:60px; }
	.page1s .inner .text2 .inbox .rbox .box1 {float:left; width:12%; }
	.page1s .inner .text2 .inbox .rbox .box1 .txt1 {opacity:0.45; font-size:60px;}
	.page1s .inner .text2 .inbox .rbox .box2 {float:left; width:69%; padding-left:6%; border-left:1px solid #fff;  }
	.page1s .inner .text2 .inbox .rbox .box2 .img1 {position:absolute; right:40px; margin-bottom:20px; cursor:pointer;}
	.page1s .inner .text2 .inbox .rbox .box2 .img1 img {height:80px;; }
	.page1s .inner .text2 .inbox .rbox .box2 .txt1 {margin-bottom:8px; font-size:20px;}
	.page1s .inner .text2 .inbox .rbox .box2 .txt2 {margin-bottom:30px; font-size:15px;}
	.page1s .inner .text2 .inbox .rbox .box2 .txt3 { font-size:15px;}
	.page1s .inner .text1 {width:100%; text-align:center; margin-top:140px;}
	.page1s .inner .text1 .txt1 { margin-bottom:10px; }
	.page1s .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:35px; margin-bottom:10px;}
	.page1s .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px; font-size:26px; }
	.page1s .inner .text1 .txt3  { line-height:25px; font-size:15px; }
	.page1s .inner2 { padding-bottom:120px; }
	.page1s .inner2 img {width:100%;}

	/*page2*/
	.page2 { min-height:300px; }
	.page2 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 60px 0;} 
	.page2 .inner .text1 {width:100%; text-align:center; }
	.page2 .inner .text1 .txt1 { margin-bottom:10px; }
	.page2 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page2 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px; font-size:26px; }
	.page2 .inner .text1 .txt3  { line-height:35px; }
	.page2s { height:850px; }
	.page2s .inner {padding:95px 50px 150px 50px;} 
	.page2s .inner .rbox {float:none; width:100%; margin-right:5%; }
	.page2s .inner .rbox .txt1 {line-height:34px; margin-bottom:60px; font-size:16px; }
	.page2s .inner .rbox .img1 {text-align:right; }
	.page2 .inner .text2 { padding-bottom:60px; }
	.page2 .inner .text2 .inbox {padding:0 20px;}
	.page2 .inner .text2 .inbox table {width:100%; border-collapse:collapse;border-spacing:0; }
	.page2 .inner .text2 .inbox table th {background:#f5f5f5; border:1px solid #d9d9d9; padding:20px; font-weight:700; font-size:15px;  }
	.page2 .inner .text2 .inbox table td {border:1px solid #d9d9d9; padding:20px; font-size:15px;}
	.page2 .inner .text2 .inbox table .btop {border-top:2px solid #000;}

	/*page3*/
	.page3 { min-height:300px; }
	.page3 .inner {width:100%; max-width:1200px; margin:0 auto; padding:95px 0 60px 0;} 
	.page3 .inner .text1 {width:100%; text-align:center; }
	.page3 .inner .text1 .txt1 { margin-bottom:10px; }
	.page3 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page3 .inner .text1 .txt2  { letter-spacing:-1px; margin-bottom:50px; font-size:26px}
	.page3 .inner .text1 .txt3  { line-height:35px; }
	.page3 .inner .text2 { margin-top:30px; margin-bottom:110px; }
	.page3 .inner .text2 .map {width:100%; height:250px; }
	.page3 .inner .text3 {}
	.page3 .inner .text3 .inbox1 { padding-bottom:20px; margin-bottom:30px; }
	.page3 .inner .text3 .inbox1 .lbox {float:none; padding:0 20px; text-align:left; }
	.page3 .inner .text3 .inbox1 .lbox .img1 { float:left; }
	.page3 .inner .text3 .inbox1 .lbox .img1 img {}
	.page3 .inner .text3 .inbox1 .lbox .txt1 { float:left; margin-top:7px; margin-left:20px; }
	.page3 .inner .text3 .inbox1 .lbox .txt2 {border-top:1px solid #000; margin-top:20px; padding-top:20px; font-size:15px; line-height:30px;  }
	
	/*page4*/
	.page4 { min-height:300px; }
	.page4 .inner {width:100%; max-width:1200px; margin:0 auto; padding:60px 0 60px 0;} 
	.page4 .inner .inbox { padding:0 20px; }
	.page4 .inner .inbox .box1 { position:none; float:none; width:100%; text-align:left; margin-top:0px; margin-bottom:60px;  }
	.page4 .inner .inbox .box1 .img1 { width:100%; height:270px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page4 .inner .inbox .box1 .img1 img { width:100%; height: 270px; object-fit: cover;}
	.page4 .inner .inbox .box1 .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/cross.png) 100% 100% no-repeat; background-size: 95px;}
	.page4 .inner .inbox .box1 .img1 .dim .name {margin-top:120px; font-size:24px; font-weight:200; color:#fff; }
	.page4 .inner .inbox .box1 .img1:hover .dim {display:block;}
	.page4 .inner .inbox .box1 .text {}
	.page4 .inner .inbox .box1 .text .inb {padding:15px;}
	.page4 .inner .inbox .box1 .text .inb .txt1 {margin-bottom:20px; font-size:20px;}
	.page4 .inner .inbox .box1 .text .inb .txt2 { }
	.page4 .inner .inbox .box2 { position:none; float:none; width:100%; text-align:left; margin-top:0px;; margin-bottom:60px;  }
	.page4 .inner .inbox .box2 .img1 { width:100%; height:270px; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page4 .inner .inbox .box2 .img1 img { width:100%; height: 270px; object-fit: cover;}
	.page4 .inner .inbox .box2 .img1 .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/cross.png) 100% 100% no-repeat; background-size: 95px;}
	.page4 .inner .inbox .box2 .img1 .dim .name {margin-top:120px; font-size:24px; font-weight:200; color:#fff; }
	.page4 .inner .inbox .box2 .img1:hover .dim {display:block;}
	.page4 .inner .inbox .box2 .text {}
	.page4 .inner .inbox .box2 .text .inb {padding:15px;}
	.page4 .inner .inbox .box2 .text .inb .txt1 {margin-bottom:20px; font-size:20px;}
	.page4 .inner .inbox .box2 .text .inb .txt2 {}


	/* 콘텐츠 목록 */
	.product_list {min-height:500px; }
	.product_list .inner {padding:95px 20px 150px 20px;} 
	.product_list .inner .text1 { text-align:center; }
	.product_list .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; font-size:30px;  }
	.product_list .inner .text1 .txt2 {line-height:30px; }
	.product_list .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.page_content2 {margin-top:100px;}
	.page_content2 .page2_listbox {position:relative; float:left; width:47%; margin-right:6%; padding-bottom:30px; margin-top:-70px; padding-top:30px;}
	.page_content2 .page2_listbox .photo { width:100%; height: 220px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox .photo .dim .name {margin-top:180px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox .photo img { width:100%; height: 220px;  object-fit: cover;}
	.page_content2 .page2_listbox .title {margin-top:15px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox .subtitle {margin-top:5px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}	
	.page_content2 .page2_listbox2 {position:relative; float:left; width:47%; margin-right:6%; padding-bottom:30px; margin-top:70px;}
	.page_content2 .page2_listbox2 .photo { width:100%; height: 220px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox2 .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox2 .photo .dim .name {margin-top:180px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox2:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox2:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox2 .photo img { width:100%; height: 220px;  object-fit: cover;}
	.page_content2 .page2_listbox2 .title {margin-top:15px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .page2_listbox2 .subtitle {margin-top:5px; text-align:left; cursor:pointer; white-space:normal; word-break:break-all;}
	/*납품실적*/
	.product_list .inner .text1s2 { text-align:center; }
	.product_list .inner .text1s2 .txt1 {margin-bottom:20px; letter-spacing:-2px; }
	.product_list .inner .text1s2 .txt1 span {border-bottom:2px solid #000; }
	.page_content2 .page2_listbox_4box {position:relative; float:left; width:47%; margin-right:6%; padding-bottom:30px; height:210px;}
	.page_content2 .page2_listbox_4box .photo { width:100%; height: 140px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox_4box .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) no-repeat; }
	.page_content2 .page2_listbox_4box .photo .dim .name {margin-top:105px; font-size:14px; font-weight:500; color:#00aee5; }
	.page_content2 .page2_listbox_4box:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox_4box:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox_4box .photo img { width:100%; height: 140px;  object-fit: cover;}
	.page_content2 .page2_listbox_4box .title {margin-top:10px; text-align:center; cursor:pointer; white-space:normal; word-break:break-all; font-size:15px; }
	.page_content2 .page2_listbox_4box:hover .title span {border-bottom:2px solid #000;}
	/*3D영상*/
	.page_content2 .page2_listbox_3box {position:relative; float:left; width:47%; margin-right:6%; padding-bottom:30px; height:210px;}
	.page_content2 .page2_listbox_3box .photo { width:100%; height: 140px; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; border:1px solid #d4d5d7;}
	.page_content2 .page2_listbox_3box .photo .dim { display:none; width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat; background-size: 95px; }
	.page_content2 .page2_listbox_3box:hover .photo { box-sizing: border-box; border:1px solid #d4d5d7; }
	.page_content2 .page2_listbox_3box:hover .photo .dim {display:block;}
	.page_content2 .page2_listbox_3box .photo img { width:100%; height: 140px;  object-fit: cover;}
	.page_content2 .page2_listbox_3box .title {margin-top:10px; text-align:center; cursor:pointer; white-space:normal; word-break:break-all;  font-size:15px; }
	
	/* 콘텐츠 뷰어 */	
	.product_view1 {background:#f9f9f9; min-height:500px; }
	.product_view1 .inner  {padding:95px 20px 150px 20px;} 
	.product_view1 .inner .text1 { text-align:center; }
	.product_view1 .inner .text1 .txt1 {margin-bottom:10px; letter-spacing:-2px;  }
	.product_view1 .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:35px; margin-bottom:10px;}
	.product_view1 .inner .text1 .txt2 { margin-bottom:50px; font-size:22px; }	
	.product_view1 .inner .text1 .txt3 { line-height:24px; text-align:center; font-size:15px; }
	.product_view1 .inner .text2 { margin-top:80px; }
	.product_view1 .inner .text2 .lbox { float:none; width:100%; margin-bottom:50px; }
	.product_view1 .inner .text2 .lbox .photo { width:100%;  background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text2 .lbox .photo img { width:100%;   object-fit: cover;}
	.product_view1 .inner .text2 .rbox { float:none; width:100%; }
	.product_view1 .inner .text2 .rbox .photo { width:100%;  background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text2 .rbox .photo img { width:100%;   object-fit: cover;}
	.product_view1 .inner .text3 { text-align:center; border-top:1px solid #20a4db; margin-top:120px; }
	.product_view1 .inner .text3 .txt1 {margin-bottom:20px; letter-spacing:-2px; margin-top:20px;}
	.product_view1 .inner .text4 { margin-top:80px; }
	.product_view1 .inner .text4 .inbox {}
	.product_view1 .inner .text4 .inbox .box { float:none; width:100%; margin-bottom:20px;}
	.product_view1 .inner .text4 .inbox .box .photo { width:100%; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text4 .inbox .box .photo img { width:100%;  object-fit: cover;}
	/* 납품실적 */
	.product_view1 .inner .text1 .top_box { border-bottom:1px solid #00afec; margin-bottom:20px; text-align:right; margin-top:-30px; }
	.product_view1 .inner .text1 .top_box .img1 {margin-bottom:10px;}
	.product_view1 .inner .text1 .top_box .img1 img {}
	.product_view1 .inner .text4s2 { margin-top:80px; }
	.product_view1 .inner .text4s2 .inbox {margin-bottom:20px;}
	.product_view1 .inner .text4s2 .inbox .photo { width:100%; background:#fff; overflow:hidden; cursor:pointer; text-align:center; position:relative; box-sizing: border-box; }
	.product_view1 .inner .text4s2 .inbox .photo img { width:100%;   object-fit: cover;}
	.product_view1 .inner .text5 {margin-top:50px;}
	.product_view1 .inner .text5 .border1 {border-bottom:1px solid #00afec; margin:20px 0;}
	.product_view1 .inner .text5 .lbox { float:none; width: 100%; ; cursor:pointer; opacity:1; padding-bottom:10px;}
	.product_view1 .inner .text5 .lbox:hover {opacity:0.6;}
	.product_view1 .inner .text5 .lbox .box {float:left; margin-right:12px; height:40px; line-height:40px; white-space:normal; word-break:break-all; font-size:15px; }
	.product_view1 .inner .text5 .lbox .box .img1 {}
	.product_view1 .inner .text5 .lbox .box .img1 img {width:13px;}
	.product_view1 .inner .text5 .lbox .box .txt1 { font-size:15px;}
	.product_view1 .inner .text5 .lbox .box .txt2 { font-size:15px;}
	.product_view1 .inner .text5 .midbox {float:none;  width:100%; border-bottom:1px solid #00afec; margin:10px 0; }
	.product_view1 .inner .text5 .rbox { float:none; width:100%; cursor:pointer; opacity:1; padding-top:10px; }
	.product_view1 .inner .text5 .rbox:hover {opacity:0.6;}
	.product_view1 .inner .text5 .rbox .box {float:right; margin-left:12px; height:40px; line-height:40px; cursor:pointer; white-space:normal; word-break:break-all;   }
	.product_view1 .inner .text5 .rbox .box .img1 {}
	.product_view1 .inner .text5 .rbox .box .img1 img { width:13px;}
	.product_view1 .inner .text5 .rbox .box .txt1 { font-size:15px;}
	.product_view1 .inner .text5 .rbox .box .txt2 { font-size:15px;}
	/*3D영상*/
	.product_view1 .inner .text4s2 .inbox .vod1 {}
	.product_view1 .inner .text4s2 .inbox .vod1 .vodplayer {width:100%; height:280px;}

	/*문의*/
	.center_re {min-height:500px; }
	.center_re .inner { margin-top:75px; } 
	.center_re .inner .text1 { text-align:center; }
	.center_re .inner .text1 .txt1 {margin-bottom:20px; letter-spacing:-2px; font-size:30px;  }
	.center_re .inner .text1 .txt2 {line-height:30px; }
	.center_re .inner .text1 .line1  { width:1px; background:#00afec; margin:0 auto; height:65px; margin-bottom:10px;}
	.center_request { text-align:center;}
	.center_request .inner { margin-top:0px;}
	.center_request .inner .lbox {float:none; width:100%; background:#313131; padding-bottom:40px; text-align:left; }
	.center_request .inner .lbox .box1 { padding: 30px 30px; margin-top:100px;}
	.center_request .inner .lbox .box1 .txt1 {float:left; margin-right:20px; }
	.center_request .inner .lbox .box1 .txt2 {float:left; margin-right:20px; }
	.center_request .inner .lbox .box2 { padding: 5px 30px;}
	.center_request .inner .lbox .box2 .txt1 {float:left; margin-right:20px; }
	.center_request .inner .lbox .box2 .txt2 {float:left; margin-right:20px; }
	.center_request .inner .rbox { float:none; padding: 0px 30px; margin-top:80px; }
	.center_request .inner .rbox .sub_input { margin-top:30px; }
	.center_request .inner .rbox .sub_input .chkup {margin-bottom:40px;}
	.center_request .inner .rbox .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.center_request .inner .rbox .sub_input .chkup span {border-bottom:1px solid #161616; cursor:pointer;}
	.center_request .inner .rbox .sub_input .chkup span:hover {color:#a7a7a7;}
	.center_request .inner .rbox .sub_table2 {text-align:left;}
	.center_request .inner .rbox .sub_table2 .border1 {border-bottom:1px solid #000; }
	.center_request .inner .rbox .sub_table2 .border2 {border-bottom:1px solid #d3d1d0; }
	.center_request .inner .rbox .sub_table2 .data {font-size:20px; padding:20px 0; } 
	.center_request .inner .rbox .sub_table2 .data .title {float:left; width:20%; color:#000; font-weight:500; }
	.center_request .inner .rbox .sub_table2 .data .text {float:left; width:80%; color:#000; font-weight:300; }	
	.center_request .inner .rbox .sub_table2 .data .text input {border:1px solid #ddd; height:35px;}
	.center_request .inner .rbox .sub_table2 .data .text textarea {border:1px solid #ddd; height:325px; width:100%;}
	.center_request .inner .rbox .submit_btn {margin:0 auto; margin-top:50px; }

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

	/*모바일 전체 메뉴*/
	#mobi_more_sitemap {}
	.more_sitemap_box {position:fixed; z-index:1000; top:0; width:100%; height:100vh; background:#fff; overflow-y: scroll;}
	.more_sitemap_box .inner40 {padding:25px 40px}
	.more_sitemap_box .inner40 .sitemap_close {text-align:right;opacity:0.4;margin-top:60px;}
	.more_sitemap_box .inner30 {padding:30px}
	.more_sitemap_box .inner30 .menu_box {float:left;width:44%;margin:0 3%; min-height:250px;}
	.more_sitemap_box .inner30 .close_btn_box {width:100%; background:#dedede; height:50px; line-height:50px; font-size:16px; color:#001e40; text-align:center; margin-top:60px; }
	.more_sitemap_box .inner30 .close_btn_box_img {padding-top:10px;text-align:right; margin-top:30px; }
	
	
}


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

    #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:#efefef;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 {}
.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;}
.tbl_head01 tfoot td {border-color:#666;background:#484848;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:18px;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}

