@charset "utf-8";

@font-face {
	font-family:'Noto Sans KR';
	font-display:auto;
	font-style:normal;
	font-weight:400;
	src: url(/font/NotoSansKR-Regular.woff2) format('woff2'),
		 url(/font/NotoSansKR-Regular.woff) format('woff'),
		 url(/font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family:'Noto Sans KR';
	font-display:auto;
	font-style:normal;
	font-weight:500;
	src: url(/font/NotoSansKR-Medium.woff2) format('woff2'),
		 url(/font/NotoSansKR-Medium.woff) format('woff'),
		 url(/font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family:'Noto Sans KR';
	font-display:auto;
	font-style:normal;
	font-weight:700;
	src: url(/font/NotoSansKR-Bold.woff2) format('woff2'),
		 url(/font/NotoSansKR-Bold.woff) format('woff'),
		 url(/font/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family:'NanumSquare';
	font-display:auto;
	font-style:normal;
	font-weight:300;
	src: url(/font/NanumSquareL.eot) format('eot'),
		 url(/font/NanumSquareL.ttf) format('truetype'),
		 url(/font/NanumSquareL.woff) format('woff');
}
@font-face {
	font-family:'NanumSquare';
	font-display:auto;
	font-style:normal;
	font-weight:400;
	src: url(/font/NanumSquareR.eot) format('eot'),
		 url(/font/NanumSquareR.ttf) format('truetype'),
		 url(/font/NanumSquareR.woff) format('woff');
}
@font-face {
	font-family:'NanumSquare';
	font-display:auto;
	font-style:normal;
	font-weight:700;
	src: url(/font/NanumSquareB.eot) format('eot'),
		 url(/font/NanumSquareB.ttf) format('truetype'),
		 url(/font/NanumSquareB.woff) format('woff');
}
@font-face {
	font-family:'HeaveneticaSH';
	font-display:auto;
	font-style:normal;
	font-weight:400;
	src: url(/font/HeaveneticaSH.woff) format('woff'),
		 url(/font/HeaveneticaSH.ttf) format('truetype'),
		 url(/font/HeaveneticaSH.woff) format('woff');
}
@font-face {
	font-family:'HeaveneticaSHBold';
	font-display:auto;
	font-style:normal;
	font-weight:700;
	src: url(/font/HeaveneticaSHBold.woff) format('woff'),
		 url(/font/HeaveneticaSHBold.ttf) format('truetype'),
		 url(/font/HeaveneticaSHBold.woff) format('woff');

}



.ft_nanum,
.en_snav .slist a,
.sub_page .inner > h2{ font-family:'NanumSquare' !important; }




/* 초기화 */
html {margin:0!important;padding:0!important;overflow-y:scroll}
body {margin:0!important;padding:0!important;font-size:0.75em;font-family:'Noto Sans KR', dotum, sans-serif;background:#ffffff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0!important}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', dotum, sans-serif!important}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.placeholdersjs { color: #aaa !important; }

.scroll-to-top{ display: none; }




/* 레이아웃 크기 지정 */
.clearfix:after { content:''; display:block; clear:both; }
.wrap { width:1200px; margin:0 auto; }
.wrap:after { content:''; display:block; clear:both; }
#hd, #wrapper, #ft{min-width:1200px}

	a:hover{text-decoration:none!important;}
#hd_pop,
#hd_wrapper,
#tnb ul,
#gnb .gnb_wrap,
#ft_wr{width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd { position:fixed; top:0; left:0; width:100%; height:80px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1); z-index:999; border-bottom: 1px solid #dfdfdf;}
#hd .hd_wrap { width:1200px; margin:0 auto; }
#hd .hd_wrap .logo img { padding:23px 0!important; width: 18%; }
#hd #gnb { width:980px; float:right; }
#hd #gnb .ul { position:relative; width:100%; float:left; text-align:right; padding:0px 0;  overflow:hidden;}
#hd #gnb .ul li { display:block; float:right; padding:26px 50px; position:relative; font-size:18px; font-weight:400; color:#fff; color:#fff; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; -ms-transition: .7s; transition: .7s; }
#hd #gnb .ul li a { padding:0 12px; position: relative; display:inline-block; }
#hd #gnb .ul li:after { content:''; width:1px; height:20px; background:#d6d6d6; display:block; position:absolute; top:50%; right:0; margin-top:-10px; }
#hd #gnb .ul li:first-child:after { display:none; }
#hd #gnb > .ul > li a:after { background:url(/img/gnboverhover.png); width:9px; height:10px; opacity:0; content:'';display: block; position:absolute; top:0px; right:0px;  }
#hd #gnb li a:hover:after { opacity:1; transition:all 0.7s ease;}


.ul .gnb_effect { width:90px; height:5px; bottom:0px; background: #1e78fd; left:-5.5%; margin-left:-45px; position:absolute; -webkit-transition:0.7s ease-in-out; -moz-transition:0.7s ease-in-out; -o-transition:0.7s ease-in-out; -ms-transition:0.7s ease-in-out; transition:0.7s ease-in-out; }

#gnb a:nth-child(4):hover ~ .gnb_effect { left: 17.7%; }
#gnb a:nth-child(3):hover ~ .gnb_effect { left: 40%; }
#gnb a:nth-child(2):hover ~ .gnb_effect { left: 61.3%; }
#gnb a:nth-child(1):hover ~ .gnb_effect { left: 82.8%; }


.menu_bg { width:1200px; margin:0 auto ;  }
#menudrop { position:fixed; top:80px; left:0; width:100%; z-index:999; }
#menudrop .bg { background-color:#ededed; width:100%;  }
.menubgtxt {float: left;  padding-top: 30px;background:url(/img/menu_bg.png); width:295px; height:300px;}
#menudrop .wrap { padding-left:269px; }
#menudrop ul {float:left; text-align:center; border-right:1px solid #dbdbdb; padding-top:25px; height: 300px;margin-bottom: 0;}
#menudrop ul:first-child { border-left:1px solid #dbdbdb; }
#menudrop ul li { width:100%; float:left; line-height:34px; letter-spacing:-0.3px; }
#menudrop ul li a { font-size:14px; font-weight:400; color:#333333; transition:all 0.3s ease; }
#menudrop ul li a:hover { color:#cb2926; text-decoration:underline; transition:all 0.3s ease; }
#menudrop ul:hover { background:#fff; height: 300px; transition:all 0.7s ease; }

.eng { position: absolute; right: 5%; top: 25px; }
.eng a{ display: block; font-size: 22px; font-weight: 700; color: #111; letter-spacing: -1px; font-family:'HeaveneticaSHBold'; }
.eng a:hover{ color: #111; }

/* 중간 레이아웃 */s
#wrapper{ margin-top:80px; }

#main_visual { width:100%; height:610px; float:left; overflow:hidden; }
#main_visual .slide li { position:relative; width:100%; height:610px; }
#main_visual li > img { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; }
#main_visual li .vtxt { position:absolute; width:1200px; height:300px; top:125px; left:50%; margin-left:-600px; text-align:center; z-index:99; }
#main_visual li .vtxt img { display:inline-block; }
#main_visual li .vbtn { margin-top:60px; display:inline-block; }

#main2 { width:100%; float:left; background:#f2f2f2; padding:60px 0; }
#main2 ul { width:100%; float:left; }
#main2 ul li { width:400px; height:310px; float:left; }
#main2 ul li.main2-1 { background:url(/img/main2-1.png) no-repeat; }
#main2 ul li.main2-2 { background:url(/img/main2-2.png) no-repeat; }
#main2 ul li.main2-3 { background:url(/img/main2-3.png) no-repeat; }

.main2txt1 {padding-top: 25px;}
.main2txt2 {padding-top: 25px;}
.main2txt3 {padding-top: 25px;}

.main2-1p {padding-top: 30px;}
.main2-2p {padding-top: 30px;}
.main2-3p {padding-top: 30px;}

#main2 ul li a { width:100%; height:100%; display:block; padding:25px 30px; }
#main2 ul li a  { font-size:18px; font-weight:700; margin-bottom:10px!important; color:#121111; letter-spacing:-0.3px; }
.main2txt1:before { content:''; width:11px; height:18px; display:inline-block; margin-right:10px; background:url(/img/main2-1dot.png); }
.main2txt2:before { content:''; width:11px; height:18px; display:inline-block; margin-right:10px; background:url(/img/main2-1dot.png); }
.main2txt3:before { content:''; width:11px; height:18px; display:inline-block; margin-right:10px; background:url(/img/main2-1dot.png); }
#main2 ul li a p { font-size:12px; font-weight:400; margin-bottom:10px!important; color:#515151; letter-spacing:-0.3px; padding-top: 30px;}
#main2 ul li a p span { font-family:'HeaveneticaSH', Arial; font-weight:bold; }
#main2 ul li a .arrow { width:36px; height:7px; background:url(/img/main2_arrow.png); margin-top:60px; transition:all 0.3s ease; }
#main2 ul li a:hover { border:10px solid #cb2926; padding-top:21px; padding-left:26px; transition:all 0.3s ease; }
#main2 ul li a:hover .arrow { background:url(/img/main2_arrow_over.png); transition:all 0.3s ease; }

#main4 {background: url(/img/main4bg.png);height: 550px; clear: both;  margin: 0 auto; text-align: center; }
.main4txt {padding-top: 110px;}
.main4box {padding-top:60px; padding: bottom 80px;}
.main4box img:hover {background:#ca3836 ;opacity:90%;}

.main5 {background: #ffffff; padding-top: 88px; padding-bottom: 68px; }
.main5bn {background: url(/img/main5bg.png) no-repeat;}
.main5btn {padding-top: 210px; padding-bottom: 35px; padding-left: 60px;}


#cont2 {position:relative;background:#fff;padding-bottom: 130px;}

.cont2 .container {overflow:hidden;width:1200px;margin:0 auto;text-align:center;padding: 0;}
.cont2 .container>div {height:230px;float:left;display:inline-block;vertical-align:top;border-right:1px solid #e3e3e3;}
.cont2 .container>div:last-child {border-right:none;}

.cont2 .text1 {font-family:"FuturaLight";font-size:24px;color:#2c2c2c;text-transform:uppercase;margin-bottom:10px;}
.cont2 .text1 img {margin-top:-7px;}
.cont2 .text1:after {display:block;visibility:hidden;clear:both;content:""}

.cont2 .box1 {position:relative;width:320px;text-align:left; padding-right:30px;}

.cont2 .box1 li {;border-bottom:1px dotted #bfbfbf;}
.cont2 .box1 li:last-child {border-bottom:none;}
.cont2 .box1 a {font-family:"NanumBarunGothic";color:#6b6b6b;}
.cont2 .box1 a span {font-size:11px;}

.cont2 .box2 {position:relative;width:440px;}
.cont2 .box2 .text1 {margin:0 30px;}
.cont2 .box2>div {margin:0 30px;padding:20px 0;border-bottom:1px dotted #bfbfbf;}
.cont2 .box2>div:last-child {border-bottom:none;}
.cont2 .box2>div:after {display:block;visibility:hidden;clear:both;content:""}
.cont2 .box2>div div {float:left;}
.cont2 .box2  h1 {font-family:"FuturaLight";font-size:34px;color:#2c2c2c;font-weight:900;margin-bottom:12px;}
.cont2 .box2 .text2 {font-size:11px;color:#959595;}
.cont2 .box2 .text3 {float:right;font-size:12px;color:#6b6b6b;}
.cont2 .box2 .text4 {font-size:18px;color:#767575;margin-bottom:5px;}
.cont2 .box2 .text4 b {color:#004071;}
.cont2 .box2 .text5 {font-size:11px;color:#959595;}

.cont2 .box3 {position:relative;width:370px;text-align:left;}
.cont2 .box3 .text1 {margin-left:30px;}
.cont2 .box3 .text2 {margin-left:30px;font-size:12px;color:#6b6b6b;margin-top:15px; font-weight:200;}
.cont2 .box3 .btn2 {float:right;border:1px solid #ddd;color:#aaa;letter-spacing:-1px; padding:2% 3% 2.2% 3%; border-radius:5px; font-size: 10px;}
.cont2 .box3 .map_wrap {margin-left:30px;margin-top:10px;}
.cont2 .box3 .map_wrap .wrap_controllers {display:none;}
.inimg {margin-left:30px;margin-top:20px;}

.slider4 {border-top:1px solid #dededf;padding:35px 0;}



#main3 { width:100%; background-color:#fff; float:left; padding:45px 0 60px; }
#main3 .wrap > div { margin-right:30px; float:left; }
#main3 .wrap > div:last-child { margin-right:0; }

#main3 .latest1 { background:#fff; width:340px; margin-right:50px!important; }
#main3 .latest2 { background:#1e78fd; width:390px; }
#main3 .latest3 { background:#4154a2; width:390px; }

#main4 .main4 .item { position:relative; }
#main4 .main4 .item .liover { position:absolute; top:0; left:0; display:none; }


/* 하단 레이아웃 */
#ft { width:100%;padding-bottom:40px;margin:0 auto;text-align:center; float:left; font-family: 'NanumSquare';background: #f0f0f0; }
#ft .f_top { width:100%; height:65px; float:left; border-bottom:1px solid #e0e0e0; }
#ft .f_top ul { padding:25px 0; float:left; }
#ft .f_top ul li { padding:0px 20px; float:left; transform:skew(0.08deg); border-right:1px solid #cecece; line-height:14px;  }
#ft .f_top ul li:first-child { padding-left:0; }
#ft .f_top ul li:last-child { border-right:0; }
#ft .f_top ul li a { font-size:14px; font-weight:400; color:#3d3c3c; letter-spacing:-0.3px; line-height:14px; }
#ft .f_top ul li a.red { color:#cc1422; }
#ft .f_top img { padding: 20px 0!important; float:right; }

#ft .f_bottom { width:100%; float:left; padding:40px 0 0; }
#ft .f_bottom .logo { float:left; margin-right:40px; }
#ft .f_bottom .f_center { width:680px; float:left; }
#ft .f_bottom .f_center ul { width:680px; float:left; }
#ft .f_bottom .f_center ul li { padding:0 16px; float:left; border-right:1px solid #e1e1e1;  font-size:14px; font-weight:400; color:#3d3c3c; letter-spacing:-0.3px; transform:skew(0.08deg); }
#ft .f_bottom .f_center ul li:nth-child(2),#ft .f_bottom .f_center ul li:nth-child(5) { border-right:0; }
#ft .f_bottom .f_center ul li:nth-child(1),#ft .f_bottom .f_center ul li:nth-child(3) { padding-left:0; }
#ft .f_bottom .f_center ul li a { font-size:14px; font-weight:400; color:#3d3c3c; }
#ft .f_bottom .f_center p.copy { float:left; font-size:13px; font-weight:400; color:#8c8b8b;  }
#ft .f_bottom .f_right { float:right; }

.select { position: relative; display: inline-block; margin-bottom: 15px; width:230px; height:34px; }
.select select { display: inline-block; float:right; width: 100%; cursor: pointer; padding: 10px 20px; outline: 0; border:1px solid #cccccc; border-radius:34px; background: #fff; color: #5b5b5b; appearance: none; -webkit-appearance: none; -moz-appearance: none; font-size:14px; letter-spacing:-0.3px; }
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus { color:#000; background:#f7f7f7; }
.select select:disabled { opacity:0.5; pointer-events:none; }
.select__arrow { position: absolute; top: 18px; right:15px; width:14px; height:7px; background:url(/img/select_arrow.png); pointer-events: none;}

#ft ul li a:hover { color:#cb2926; text-decoration:underline; transition:all 0.1s ease; }

/* 서브페이지 공통 */

.subvisual { width:100%; height:350px; }
.subtitle { width:100%; height:285px; text-align:center; padding: 125px 0; }

.menubox { position:relative; width:100%; height:65px; text-align:center; border-top:1px solid rgba(255,255,255,0.5); }

.snav { text-align:center; overflow:hidden; margin:0 auto; width: 1200px; position: relative; }

.snav1 a { position:relative; font-size:18px; font-weight:400; color:#fff; padding:15px 60px; display:inline-block; margin:0;	text-decoration: none; color:#fff; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; -ms-transition: .7s; transition: .7s; }

.snav2 a { position:relative; font-size:18px; font-weight:400; color:#fff; padding:15px 30px; display:inline-block; margin:0;	text-decoration: none; color:#fff; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; -ms-transition: .7s; transition: .7s; }
.snav3 a { position:relative; font-size:18px; font-weight:400; color:#fff; padding:15px 30px; display:inline-block; margin:0;	text-decoration: none; color:#fff; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; -ms-transition: .7s; transition: .7s; }
.snav4 a { position:relative; font-size:18px; font-weight:400; color:#fff; padding:15px 30px; display:inline-block; margin:0;	text-decoration: none; color:#fff; -webkit-transition: .7s; -moz-transition: .7s; -o-transition: .7s; -ms-transition: .7s; transition: .7s; }

.snav .effect { width:80px; height:3px; top:0px; background: #fff;  margin-left:-35px;position:absolute; -webkit-transition:0.7s ease-in-out; -moz-transition:0.7s ease-in-out; -o-transition:0.7s ease-in-out; -ms-transition:0.7s ease-in-out; transition:0.7s ease-in-out; }

	.snav1 a:nth-child(1):hover ~ .effect { left: 23.6%; }
	.snav1 a:nth-child(2):hover ~ .effect { left: 38.0%; }
	.snav1 a:nth-child(3):hover ~ .effect { left: 51.9%; }
	.snav1 a:nth-child(4):hover ~ .effect { left: 66.9%; }
	.snav1 a:nth-child(5):hover ~ .effect { left: 83.4%; }

	.snav2 .effect { width:80px!important; margin-left:-40px!important; }
	.snav2 a:nth-child(1):hover ~ .effect { left: 14.6%; }
	.snav2 a:nth-child(2):hover ~ .effect { left: 25.6%; }
	.snav2 a:nth-child(3):hover ~ .effect { left: 36.7%; }
	.snav2 a:nth-child(4):hover ~ .effect { left: 47.4%; }
	.snav2 a:nth-child(5):hover ~ .effect { left: 60.2%; }
	.snav2 a:nth-child(6):hover ~ .effect { left: 74.6%; }
	.snav2 a:nth-child(7):hover ~ .effect { left: 86.2%; }
	
	.snav3 .effect { width:80px!important; margin-left:-40px!important; }
	.snav3 a:nth-child(1):hover ~ .effect { left: 50.2%; }
	
	.snav4 .effect { width:80px!important; margin-left:-40px!important; }
	.snav4 a:nth-child(1):hover ~ .effect { left: 45%; }
	.snav4 a:nth-child(2):hover ~ .effect { left: 55.5%; }

	
	
.subv1 { background:url(/img/subbg1.png); margin-top:80px; }
.subv2 { background:url(/img/subbg2.png); margin-top:80px;}
.subv3 { background:url(/img/subbg3.png); margin-top:80px;}
.subv4 { background:url(/img/subbg4.png); margin-top:80px;}
.subv5 { background:url(/img/subbg5.png); margin-top:80px;}
/* ----- line example -----*/

.submenu .effect {
  width: 80px;
  height: 3px;
  bottom: 36px;
  background: #fff;
  box-shadow: 0 1px 0 white; 
  margin-left:-87px;
}

.subtit { text-align:center; margin:100px 0 50px!important;}
















/* ! ==================== 영문작업 ==================== */

@keyframes moveDown{
    0%{ opacity: 0; transform: translateY(-30px); }
    100%{ opacity: 1; transform: translateY(0); }
}


/** ───────── HEADER ──────── **/
#en_hd{ position: fixed; left: 0; top: 0; width: 100%; background: #fff; box-shadow:0 0 5px rgba(0,0,0,0.1); z-index: 999; }
#en_hd .hd_wrap{ width: 1200px; height: 80px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; }
#en_hd #logo img{ width: 216px; }
#en_hd #gnb ul{ display: flex; align-items: center; justify-content: flex-end; margin: 0; }
#en_hd #gnb ul li{ position: relative; text-align: center; }
#en_hd #gnb ul li:nth-of-type(1){ width: 170px; }
#en_hd #gnb ul li:nth-of-type(2){ width: 200px; }
#en_hd #gnb ul li:nth-of-type(3){ width: 140px; }
#en_hd #gnb ul li:nth-of-type(4){ width: 215px; }
#en_hd #gnb ul li:nth-of-type(5){ width: 180px; }
#en_hd #gnb ul li::after{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 17px; background: #dfdfdf; content: ''; display: block; }
#en_hd #gnb ul li:last-of-type:after{ display: none; }
#en_hd #gnb ul li a{ position: relative; display: inline-block; font-size: 17px; font-weight: 400; color: #000; line-height: 80px; }
#en_hd #gnb ul li a::after{ position: absolute; right: -13px; top: 26px; width: 9px; height: 10px; background: url(/img/ico_gnb_over.png) no-repeat center center; background-size: contain; content: ''; display: block; opacity: 0; transition: all 0.2s ease-in-out; }
#en_hd #gnb ul li a:hover:after{ opacity: 1; }


/** ───────── WRAPPER ──────── **/
#en_wrapper{ position: relative; padding-top: 80px; min-height: 800px; overflow: hidden; }
.inner{ width: 1200px; min-width: 1200px; margin: 0 auto; }


/** ───────── MAIN ──────── **/
.mvisual{ width: 100%; height: 610px; overflow: hidden; }
.mvisual .mv-slider{ position: relative; width: 100%; height: 100%; overflow: hidden; }
.mvisual .mv-slider ul{ width: 100%; height: 100%; }
.mvisual .mv-slider ul li{ position: relative; width: 100%; height: 100%; }
.mvisual .mv-slider ul li.s01{ background: url(/img/visual_1.jpg) no-repeat center center; background-size: cover; }
.mvisual .mv-slider ul li.s02{ background: url(/img/visual_2.png) no-repeat center center; background-size: cover; }
.mvisual .mv-slider ul li.s03{ background: url(/img/visual_3.png) no-repeat center center; background-size: cover; }
.mvisual .mv-slider ul li .txtBox{ position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%); width: 1200px; text-align: center; z-index: 10; }
.mvisual .mv-slider ul li .txtBox p{ margin-bottom: 50px; opacity: 0; }
.mvisual .mv-slider ul li .txtBox a{ display: inline-block; opacity: 0; }
.mvisual .mv-slider ul li.swiper-slide-active .txtBox p,
.mvisual .mv-slider ul li.swiper-slide-duplicate-active .txtBox p{ animation: moveDown 0.8s ease-out 1 forwards; }
.mvisual .mv-slider ul li.swiper-slide-active .txtBox a,
.mvisual .mv-slider ul li.swiper-slide-duplicate-active .txtBox a{ animation: moveDown 0.8s ease-out 1 0.2s forwards; }
.mvisual .mv-slider .mv-pager{ position: absolute; left: 0; bottom: 40px; width: 100%; text-align: center; margin-top: 30px; z-index: 10; }
.mvisual .mv-slider .mv-pager > span{ width: 65px; height: 4px; background: #fff; border-radius: 0; cursor: pointer; opacity: 1; margin: 0 5px; transition: all 0.3s ease-in-out; }
.mvisual .mv-slider .mv-pager > span.swiper-pagination-bullet-active{ background: #cb2926; }

.main02{ width: 100%; background: #f2f2f2; }
.main02 .inner{ padding: 80px 0; }
.main02 .inner ul{ display: flex; justify-content: center; }
.main02 .inner ul li a{ display: block; transition: all 0.3s ease-out; }
.main02 .inner ul li:nth-of-type(1) a{ background: url(/img/img_m2_01_on.png) no-repeat left top; }
.main02 .inner ul li:nth-of-type(2) a{ background: url(/img/img_m2_02_on.png) no-repeat left top; }
.main02 .inner ul li:nth-of-type(3) a{ background: url(/img/img_m2_03_on.png) no-repeat left top; }
.main02 .inner ul li a:hover{ -webkit-box-shadow:inset 0 0 0 10px #cb2926; box-shadow:inset 0 0 0 10px #cb2926; }
.main02 .inner ul li a img{ opacity: 1; transition: all 0.3s ease-out; }
.main02 .inner ul li a:hover img{ opacity: 0; }

.main03{ width: 100%; background: url(/img/main4bg.png) no-repeat center center; background-size: cover; }
.main03 .inner{ padding: 120px 0 100px; }
.main03 .inner > h2{ text-align: center; }
.main03 .inner .m3-slider{ width: 100%; overflow: hidden; margin-top: 60px; }
.main03 .inner .m3-slider ul li{ position: relative; width: 285px; height: 250px; margin: 0 10px; }
.main03 .inner .m3-slider ul li a{ position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; }
.main03 .inner .m3-slider ul li a img{ opacity: 1; transition: all 0.3s ease-out; }
.main03 .inner .m3-slider ul li a:hover img{ opacity: 0; }
.main03 .inner .m3-pager{ width: 100%; text-align: center; margin-top: 30px; }
.main03 .inner .m3-pager > span{ width: 8px; height: 8px; background: #2d2d2d; border-radius: 4px; cursor: pointer; opacity: 1; margin: 0 5px; transition: all 0.3s ease-in-out; }
.main03 .inner .m3-pager > span.swiper-pagination-bullet-active{ background: #cb2926; }

.main04{ width: 100%; background: #fff; }
.main04 .inner{ padding: 80px 0; }
.main04 .inner .m4-banner{ width: 100%; padding: 60px 60px 50px; background: url(/img/bg_m4_ban.png) no-repeat center center; background-size: cover; margin-bottom: 70px; }
.main04 .inner .m4-banner p{ margin-bottom: 40px; }
.main04 .inner .m4-cont{ display: flex; }
.main04 .inner .m4-cont > div{ height: 230px; display: block; border-right: 1px solid #e3e3e3; }
.main04 .inner .m4-cont > div:last-of-type{ border-right: none; }
.main04 .inner .m4-cont > div > .tit{ padding: 5px 0; margin-bottom: 20px; }
.main04 .inner .m4-cont .box1{ width: 360px; padding-right: 30px; }
.main04 .inner .m4-cont .box2{ width: 460px; padding: 0 30px; }
.main04 .inner .m4-cont .box3{ width: 380px; padding-left: 30px; }
.main04 .inner .m4-cont .box3 > .tit{ display: flex; align-items: center; justify-content: space-between; }


/** ───────── SUB ──────── **/
.svisual{ position: relative; width: 100%; height: 340px; overflow: hidden; }
.svisual.sv01{ background: url(/img/subbg1.png) no-repeat center center; background-size: cover; }
.svisual.sv02{ background: url(/img/subbg2.png) no-repeat center center; background-size: cover; }
.svisual.sv03{ background: url(/img/subbg3.png) no-repeat center center; background-size: cover; }
.svisual.sv04{ background: url(/img/subbg4.png) no-repeat center center; background-size: cover; }
.svisual.sv05{ background: url(/img/subbg5.png) no-repeat center center; background-size: cover; }
.svisual .inner{ padding: 125px 0; }
.svisual .inner h2{ font-size: 45px; font-weight: 500; color: #fff; letter-spacing: -0.5px; line-height: 50px; text-align: center; text-transform: uppercase; }
/*? snav */
.en_snav{ position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid rgba(255,255,255,0.3); }
.en_snav .slist{ position: relative; width: 1200px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.en_snav .slist a{ font-size: 18px; font-weight: 400; color: #fff; line-height: 65px; padding: 0 30px; }
.en_snav .slist .effect{ position:absolute; top: 0; width: 90px; height: 5px; background: #fff; display: inline-block; transition: all 0.7s ease-out; }
/* snav - sn01 */
.en_snav.sn01 .slist a:nth-of-type(1):hover ~ .effect { left: 18.5%; }
.en_snav.sn01 .slist a:nth-of-type(2):hover ~ .effect { left: 35%; }
.en_snav.sn01 .slist a:nth-of-type(3):hover ~ .effect { left: 48.5%; }
.en_snav.sn01 .slist a:nth-of-type(4):hover ~ .effect { left: 60.5%; }
.en_snav.sn01 .slist a:nth-of-type(5):hover ~ .effect { left: 74.5%; }
/* snav - sn02 */
.en_snav.sn02 .slist a{ padding: 0 15px; }
.en_snav.sn02 .slist a:nth-of-type(1):hover ~ .effect { left: 4.5%; }
.en_snav.sn02 .slist a:nth-of-type(2):hover ~ .effect { left: 19.5%; }
.en_snav.sn02 .slist a:nth-of-type(3):hover ~ .effect { left: 34.5%; }
.en_snav.sn02 .slist a:nth-of-type(4):hover ~ .effect { left: 45.9%; }
.en_snav.sn02 .slist a:nth-of-type(5):hover ~ .effect { left: 61.5%; }
.en_snav.sn02 .slist a:nth-of-type(6):hover ~ .effect { left: 77.5%; }
.en_snav.sn02 .slist a:nth-of-type(7):hover ~ .effect { left: 89%; }
/* snav - sn04 */
.en_snav.sn04 .slist a:nth-of-type(1):hover ~ .effect { left: 40.8%; }
.en_snav.sn04 .slist a:nth-of-type(2):hover ~ .effect { left: 52.5%; }
/* ? sub_page */
.sub_page .inner{ padding: 90px 0 150px; }
.sub_page .inner > h2{ font-size: 45px; font-weight: 400; color: #cb2926; letter-spacing: -1px; line-height: 50px; text-align: center; margin-bottom: 90px; }


/* SUB 01 */
.sub11 .inner{ width: 100%; }
.sub11 .inner .bgBox{ width: 100%; height: 620px; background: url(/img/en_sub11_bg.png) no-repeat center center; background-size: cover; }
.sub11 .inner .txtBox{ width: 920px; margin: -150px auto 0; }
.sub11 .inner .txtBox h3{ position: relative; padding-bottom: 25px; margin-bottom: 60px; }
.sub11 .inner .txtBox h3::before{ position: absolute; left: -630px; bottom: 0; width: 1000px; height: 1px; background: #cb2926; content: ''; display: block; z-index: 5; }
.sub12 .inner,
.sub13 .inner,
.sub14 .inner{ text-align: center; }
.sub15 .inner{ width: 100%; }
.sub15 .inner .mapBox{ width: 100%; }
.sub15 .inner .mapBox > div{ width: 100%; }
.sub15 .inner .mapBox .wrap_controllers{ display: none; }
.sub15 .inner .infoBox{ position: relative; width: 1200px; margin: -120px auto 0; z-index: 10; }

/* SUB 02 */
.sub21-2{ background: #f8f8f8; }
.sub21-2 .inner{ padding: 120px 0; }
.sub23-2{ background: #f8f8f8; }
.sub23-2 .inner{ padding: 120px 0; }
.sub26-2{ background: #f8f8f8; }
.sub26-2 .inner{ padding: 120px 0; }
.sub42-2{ background: #f8f8f8; }
.sub42-2 .inner,
.sub42-3 .inner{ padding: 120px 0; }

/* SUB - BOARD */
.sub41 .inner,
.sub51 .inner,
.sub52 .inner{ width: 980px; min-width: 980px; }



























/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove  .win_desc {text-align:center;display:block}
#copymove  .tbl_wrap{margin:20px }
#copymove  .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc { display: none; }
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle;}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {display:inline-block; background:#fff; border:1px solid #cb2926;color:#cb2926; font-weight:400; text-decoration:none;vertical-align:middle; border-radius:3px; }

a.btn_cancel {display:inline-block; background:#fff; border:1px solid #b3b3b3;color:#888888; font-weight:400; text-decoration:none;vertical-align:middle; border-radius:3px; }
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block; background:#fff; border:1px solid #b3b3b3;color:#888888; font-weight:400; text-decoration:none;vertical-align:middle; border-radius:3px; } 
a.btn_b02,.btn_b02 {display:inline-block; background:#fff; border:1px solid #cb2926;color:#cb2926; font-weight:400; text-decoration:none;vertical-align:middle; border-radius:3px; } 
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_admin,.btn_admin {display:inline-block; background:#fff; border:1px solid #b3b3b3;color:#888888; font-weight:400; text-decoration:none;vertical-align:middle; border-radius:3px; } /* 관리자 전용 버튼 */


/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px; border-bottom:1px solid #b3b3b3;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fafafa;height:45px; border-top:2px solid #cb2926;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:30px;padding:0 5px;min-width:30px;text-decoration:none;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #d9d9d9;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #d9d9d9;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #d9d9d9;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #d9d9d9;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;color:#333; font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

