@charset "utf-8";
@import url(/main/inc/css/fonts/font.css);

@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); 
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800|Noto+Sans+KR:100,300,400,500,700,900&amp;subset=korean);


@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  letter-spacing:1px;
  src: url(./nanumsquarer.eot);
  src: local('NanumSquareR'),
       local('NanumSquareR'),
       url(/main/inc/css/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/main/inc/css/fonts/NanumSquareR.woff2) format('woff2'),
       url(/main/inc/css/fonts/NanumSquareR.woff) format('woff'),
       url(/main/inc/css/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 600;
  letter-spacing:1px;
  src: url(./NanumSquareB.eot);
  src: local('NanumSquareB'),
       local('NanumSquareB'),
       url(/main/inc/css/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/main/inc/css/fonts/NanumSquareB.woff2) format('woff2'),
       url(/main/inc/css/fonts/NanumSquareB.woff) format('woff'),
       url(/main/inc/css/fonts/NanumSquareB.ttf) format('truetype');
}
/* 서울남산체 */
@font-face {
    font-family: 'SeoulNamsan';
    src: url('/main/inc/css/fonts/SeoulNamsan.eot');
    src: url('/main/inc/css/fonts/SeoulNamsan.eot?#iefix') format('embedded-opentype'),
         url('/main/inc/css/fonts/SeoulNamsan.woff2') format('woff2'),
         url('/main/inc/css/fonts/SeoulNamsan.woff') format('woff'),
         url('/main/inc/css/fonts/SeoulNamsan.ttf') format('truetype'),
         url('/main/inc/css/fonts/SeoulNamsan.svg#seoulnamsanregular') format('svg');
    font-weight: normal;
	font-style: normal;
}



/* 초기화 */
html {overflow-y:scroll; overflow-x:hidden; width:100%;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:16px;height:100%; line-height:140%; font-family: 'Noto Sans KR','NanumSquare','Gmarket Sans', 'NanumBarunGothic','SeoulNamsan',dotum,'돋움',sans-serif; letter-spacing: -0.5px; font-weight:300}
div,td,th,tr,ul,li,select,input,button {margin:0;padding:0;list-style:none; font-family: 'Noto Sans KR','NanumSquare','Gmarket Sans', 'NanumBarunGothic','SeoulNamsan',dotum,'돋움',sans-serif; letter-spacing: -0.5px;box-sizing:border-box;font-weight:300}
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}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em; font-family: 'Noto Sans KR','NanumSquare','Gmarket Sans', 'NanumBarunGothic','SeoulNamsan',dotum,'돋움',sans-serif; letter-spacing: -0.5px; border:none; outline:0;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em; font-family: 'Noto Sans KR','NanumSquare','Gmarket Sans', 'NanumBarunGothic','SeoulNamsan',dotum,'돋움',sans-serif; letter-spacing: -0.5px;}

select{padding:1px;vertical-align:bottom;border:0;outline-style:none;
		-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;
		 }
select::-ms-expand{display:none;}
select{min-width:90px;height:23px;line-height:23px;border:solid 1px #aaa;background-color:#fff; background:url('/main/img/btn_drop.png') no-repeat 95% 50%; /*padding-left:5px !important;*/}
textarea {border-radius:0;-webkit-appearance:none}
/*select {margin:0;background:none}*/
p, div {margin:0;padding:0;word-break:keep-all; letter-spacing: -0.5px; font-weight:300; font-family:inherit; line-height:140%;font-family: 'Noto Sans KR','NanumSquare','Gmarket Sans', 'NanumBarunGothic','SeoulNamsan',dotum,'돋움',sans-serif; letter-spacing: -0.5px;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000; text-decoration:none !important; }
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

/* 초기화
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.85em;height:100%; font-family: 'Noto Sans KR','NanumGothic', 'NanumBarunGothic',dotum,'돋움',sans-serif; letter-spacing: -0.5px; font-weight:300}
div,td,th,tr,ul,li,select,input,button {margin:0;padding:0;list-style:none; font-family: 'NanumGothic','NanumBarunGothic','Noto Sans KR', sans-serif;box-sizing:border-box;font-weight:300}
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}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em; font-family: 'Noto Sans KR','NanumGothic', 'NanumBarunGothic',dotum,'돋움',sans-serif; border:none; outline:0;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family: 'Noto Sans KR','NanumGothic', 'NanumBarunGothic',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:keep-all; letter-spacing: -0.5px; font-weight:300; font-family:inherit;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000; text-decoration:none; }
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
.img-fluid, .img_fluid {max-width:100%;height:auto}

@media (max-width: 768px){
	.img-fluid, .img_fluid { margin:5px auto; }
}



/* 팝업레이어 */


#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#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 img{max-width:100%;height:auto}
.hd_pops_con {}
.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}


/* 가운데정렬 팝업*/

	.layerbg {position:fixed; z-index:99999999; background: rgba(0,0,0,0.6); top:0; left:0; bottom:0; right:0; text-align:center;}
	.layerbg:before { content:""; display:inline-block; height:100%; vertical-align:middle;}
	.layer { display:inline-block;vertical-align:middle; height:auto; max-width:840px; background:#464e88; padding:5px 10px 10px 10px; }
	.layerCon > p { /*text-align:right; margin-top:-15px; margin-right:-15px;*/
				text-align:right; margin-top:-25px; margin-right:-25px;
	}
	.layerCon > p:hover {opacity:0.8}
	
	
@media (max-width: 850px){
	.layer {width:400px; height:auto; padding:5px;}
	.layerCon > div img { width:100%; height:auto; }
}
@media (max-width: 400px){
	.layer {width:320px; height:auto; padding:5px;}
	.layerCon > div img { width:100%; height:auto; }
}


/* 상단 레이아웃 */
#hd{text-align:center;width:100%;background:#fff;/*background:transparent;*/
position:absolute; z-index:999999;}

/*
#hd.header-scrolled {
  transition: all 0.5s;
}
@media (max-width: 970px){
	#hd.header-scrolled { height: 80px;}
}
*/



#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd:before{content:'';position:absolute;bottom:0;left:0;width:100%;}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{margin:0 auto;width:100%;max-width:1200px;position:relative; height:90px;}



#logo {position:absolute;top:0;left:0; }
#logo a{display:block;padding:22px 10px; }

#logo img { width:216px; height:46px;}

	@media (max-width: 1150px){
		#logo img { width:200px; height:auto; }
	}


	@media (max-width: 970px){
		#logo {position:absolute;top:0;left:0 !important; }
		#logo a {float:left !important; }
		#logo img{ width:160px; height:auto; float:left; margin-top:-10px;  padding:0;}
		#gnb {display:none;}
	}


	@media (min-width: 970px){
		#hd_btn {  }
		#hd_btn .hd_menu_btn { /*display:none;*/ }
	}


#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

/*#hd.fixed{position:fixed;top:0;left:0}*/
#gnb.fixed{position: fixed; top : 0; left : 0;}

#gnb {position:absolute; width:100%; top:90px; height:60px; background:#2a4d91}
#gnb:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_1dul {width:1200px;height:60px; margin:0 auto !important; position:relative;}


#gnb a {display:block}
.gnb_1dli{display:inline-block; position:relative;float:left;line-height:60px; padding:0 46px; }
.gnb_1dli:after {display:block;visibility:hidden;clear:both;content:""}

@media (max-width: 1150px){
	.gnb_1dli { padding:0 27px}
	.gnb_1da { padding:0; }
}

.gnb_1dli button{float:left;border:0;width:0px;height:60px;overflow:hidden;border:0; background-size:10px ;text-indent:-9999px}
.gnb_1da {position:relative;float:left;line-height:60px; /*margin:34px 0 17px 0;*/
			font-size:22px; color:#fff; font-weight:500; font-family: inherit; }

.gnb_2dul {display:none;position:absolute;top:60px;left:24px; z-index:99; text-align:left;
		 min-width: 150px;max-width: 180px; width:100%; white-space: nowrap;border-radius: 2px;background: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;}
.gnb_2dli {height:40px; line-height:40px;}
.gnb_1dli:hover .gnb_2dul {display:block}
.gnb_1dli:hover .gnb_1da{ color:#fff;}
.gnb_1dli:hover .gnb_1da:before{background:#2677df;}
.gnb_2da {width: 100%;padding:0 25px 0 20px;font-size: 15px;color: #333;display: inline-block;float: left;
		position: relative;font-weight:400;white-space: nowrap; letter-spacing:-0.5px;
		border-top: 1px solid rgba(0,0,0,0.03);
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.gnb_2da:hover{color: #222; background: #eee;}
.gnb_2da:active { background: #eaecf7;color:#40498d}



/*3차메뉴 추가*/
.gnb_3dul {display:none;position:absolute;top:0px;left:149px;min-width: 130px;z-index:99; text-align:left;
		 white-space: nowrap; background: #f2f2f2;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out;}

.gnb_2dli:hover .gnb_3dul {display:block}
/* 41px씩 추가*/
.gnb_2dul li:nth-child(1) .gnb_3dul {margin-top:0px; }
.gnb_2dul li:nth-child(2) .gnb_3dul {margin-top:42px; }
.gnb_2dul li:nth-child(3) .gnb_3dul {margin-top:83px; }
.gnb_2dul li:nth-child(4) .gnb_3dul {margin-top:124px; }
.gnb_2dul li:nth-child(5) .gnb_3dul {margin-top:165px; }
.gnb_2dul li:nth-child(6) .gnb_3dul {margin-top:206px; }
.gnb_2dul li:nth-child(7) .gnb_3dul {margin-top:247px; }

.gnb_2dli:hover .gnb_2da{ color:#40498d;  background: #fafafa;}
.gnb_2dli:hover .gnb_2da:before{/*background:#2677df;*/}

.gnb_3da {width: 100%;padding:0 15px;font-size: 14px;color: #666;display: inline-block;float: left;
		position: relative;font-weight:500;white-space: nowrap; letter-spacing:-0.5px;
		border-top: 1px solid rgba(0,0,0,0.03);
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.gnb_3da:hover{color: #3986b4; background: #eee;}
.gnb_3da:active { background: #eaecf7;color:#3986b4}

/* 3차메뉴 추가 끝 */


#hd_btn{position:absolute;top:0;right:0;text-align:center; }
#hd_btn button{;width:42px;border:0;background:transparent; /*height:110px;*/float:left}



#hd_sch{z-index:10;display:none;position:absolute;top:0;left:0;background:#fff;width:100%;height:110px}
#hd_sch .sch_wr{}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:110px;padding:0 80px;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid #3986b4;}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;height:110px;width:85px;font-size:18px;}
#hd_sch .btn_close{position:absolute;top:0;right:0;width:85px;height:110px;border:0;background:none;font-size:20px;color:#aaa}
#hd_sch .btn_close:hover{color:#000}



/*** 외부로그인함 - sb일때 주석 해제 해야 함 **/
.ol{float:left;padding:25px 20px 0 0; z-index:9999}
.ol a {margin-left:10px;}
.prf_btn a img {vertical-align:middle; }
#ol_after_private {display:none;position:absolute;top:95px;right:0;background:#fff;border-radius:5px;z-index:79;width:80px;text-align:left;
-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2) ;
-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
box-shadow: 0 2px 7px rgba(0,0,0,0.2);}
#ol_after_private li{line-height:30px;display:block;float:none}
#ol_after_private li a{width:100%;display:block;padding:0 15px;line-height:40px;font-size: 13px;color: #a8a6b0;float: left;position: relative;font-weight:normal;white-space: nowrap; border-top: 1px solid rgba(0,0,0,0.03);
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
#ol_after_private li a:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private li a:hover{color: #3986b4; background: #fafafa;}
#ol_after_private li a:active { background: #eaecf7;color:#3986b4}

#ol_after_private li strong{display:inline-block;background:#4ad1d4;color:#fff;float:right;line-height:20px;border-radius:30px;padding:0 7px;font-size:0.92em;margin-top:9px;font-weight:300}
#ol_after_private li .admin{color:#ff0000 !important}

@media (max-width: 969px){
	.ol {display:none;}
    .prf_btn img{}
    #hd_btn .btn_b02 {padding:0 15px}
    #ol_after_private{top:70px}
}



/*새로 로그인 추가*/


@media (min-width: 970px){
	.tnb-icon-menu {display:none;}
}
@media (max-width: 969px){
     .tnb-icon-menu {float:left;padding: 10px 15px 0 10px; z-index:9999; }
	.tnb-icon-menu-wrap {display:none;position:absolute;top:15px !important;
						float:left; margin-left:-30px; width:100px!important;
						background:#fff;border-radius:2px;z-index:79;text-align:left; 
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2) ;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	box-shadow: 0 2px 7px rgba(0,0,0,0.2);}
	.tnb-icon-menu-wrap:after {content:"";position:absolute;right:0;}

	.tnb-icon-list {width:100%; padding:0;}
	.tnb-icon-list li {float:left;width:100%;}
	.tnb-icon-list li a {width:100%;display:block;padding:0 15px;line-height:40px;font-size: 13px;color: #a8a6b0;float: left;position: relative;font-weight:normal;white-space: nowrap; border-bottom: 1px solid rgba(0,0,0,0.03);
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out}
	.tnb-icon-list li a:hover {color:#1b1b1b}
	}


/*전체메뉴*/
#al_menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;text-align:left}
#al_menu .bg{background: rgba(0,0,0,0.5);width:100%;height:100%}  
#al_menu .menu_wr{position:absolute;top:0;left:0;background:#fff;width:100%; }
#al_menu .btn_close{position:absolute;top:0;right:0;background:none;border:0;width:100px;height:100px;font-size:20px;outline:0;color:#aaa}
#al_menu .btn_close:hover{color:#000}

@media (min-width: 970px){
    .btn_menu_op{display:none}
	.btn_menu_op2{display:none}
    #menu{max-width: 1200px; margin: 0 auto; padding: 110px 40px;}
    #menu:after {display:block;visibility:hidden;clear:both;content:""}
    #menu .menu_li h2 {padding-bottom: 26px;font-weight: 500; font-size: 1.5em;color: #555;text-align: left;border-bottom: 1px solid #ddd;}
	#menu .menu_li h2 a { color:#555; }
    #menu .menu_li{float:left;width:25%;padding:20px}    
    #menu .menu_li:nth-child(4n+1){clear:both}
    
	#menu .sub_menu {margin:15px 0}
    #menu .sub_menu li a{color:#555; font-weight: 400;padding-left:10px;line-height:20px;margin:5px 0;display:block;position:relative;}
    #menu .sub_menu li a:before{content:'';width:3px;height:3px;background:#3986b4;position:absolute;top:50%;left:0;margin-top:-1px}

	 #menu .sub_menu .sub_menu2{display:none;margin-top:10px; list-style:none;}
    #menu .sub_menu .sub_menu2 li a{ color:#888; position:relative;line-height:18px;margin:10px 0;padding-left:30px; }
    #menu .sub_menu .sub_menu2 li a:before{content:'';width:3px;height:3px;background:#fff;position:absolute;top:50%;left:5px;margin-top:-1px}
 }


@media (max-width: 969px){
    #hd{height:70px; padding-top:5px;}
    #gnb {display:none}
    #hd_btn button {width:38px; height: 70px;}
    #al_menu .menu_wr{position:absolute;top:0;left:0;height:100%;width:300px;max-height:100%;overflow-y:auto}
    #al_menu .btn_close{width:100%;background:#f3f3f3;height:55px;padding-right:20px;text-align:right}
    #menu{padding:65px 25px 30px 30px}

    #menu .menu_li{margin:15px 0;position:relative;} 
    #menu .menu_li h2{font-weight: 500; font-size: 1.25em;line-height:30px;color: #555; text-align: left}
	#menu .menu_li h2 a { color:#555; }
    
	#menu .btn_menu_op{position:absolute;top:0;right:0;width:20px;height:30px;border:0;background:transparent;}
	#menu .sub_menu .btn_menu_op2{position:relative; float:right; right:20px; top:-31px;
			width:30px;height:20px;border:0;background:transparent; z-index:9999}
	#menu .sub_menu .btn_menu_op2 i {color:#aaa;}


    #menu .sub_menu{display:none;margin-top:10px;}
    #menu .sub_menu li a{ color:#555; position:relative;display:block;line-height:20px;margin:10px 0;padding-left:15px; }
    #menu .sub_menu li a:before{content:'';width:3px;height:3px;background:#3986b4;position:absolute;top:50%;left:5px;margin-top:-1px}

	 #menu .sub_menu .sub_menu2{display:none;margin-top:10px; list-style:none;}
    #menu .sub_menu .sub_menu2 li a{ color:#888; position:relative;line-height:20px;margin:10px 0;padding-left:30px; }
    #menu .sub_menu .sub_menu2 li a:before{content:'';width:3px;height:3px;background:#fff;position:absolute;top:50%;left:5px;margin-top:-1px}


    #hd_sch .btn_close{width:55px;height:55px}

}


/*아이콘*/
.search-icon{display:inline-block;width:19px;height:19px;border:2px solid #000;border-radius:50px}
.search-icon:before{ content: "";position: absolute; width: 10px;height: 2px;background-color: #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 15px;
margin-left: 5px;margin-left:11px \0/IE9}
.menu-icon{display:inline-block;width:30px;height:3px;background:#000;position:relative;vertical-align:middle}
.menu-icon:before{position:absolute;top:-7px;left:0;width:100%;background:#000;height:3px;content:'';}
.menu-icon:after{position:absolute;bottom:-7px;left:0;width:100%;background:#000;height:3px;content:'';}

 @media (max-width: 969px){

    .menu-icon{display:inline-block;width:30px;height:3px; margin-top:-3px; background:#333;position:relative;vertical-align:middle}
    .menu-icon:before{position:absolute;top:-9px;left:0;width:100%;background:#333;height:3px;content:'';}
    .menu-icon:after{position:absolute;bottom:-9px;left:0;width:100%;background:#333;height:3px;content:'';}
 }


/******mymenu 사이트맵*********/
@media (max-width: 768px) {
    .modal {display:none;}
	.modal-dialog {display:none;}
	.modal-content {display:none;}
}


.mymenu {
    width: 100%;
}
.mymenu .wrapper {
    padding: 30px;
}
.mymenu .title {
	text-align:left;
    color: #192024;
    margin-bottom: 6px;
    margin-top: 0;
}
.mymenu .subtitle {
	text-align:left;
    font-size: 14px;
	font-weight:500;
    color: #141b1e;
    margin-bottom: 35px;
}
.mymenu .my_box {display:table; position:relative; width:98%; padding:13px 7px; margin:2px auto; 
				height:auto; min-height:260px;  border:1px solid #ddd;}
.mymenu .my_box h3, .mymenu .my_box h3 a {font-size: 17px; color:#366da9; font-weight:500; padding-left:10px;text-align:left;  }
.mymenu .my_box .sl_stp_sub { position:block; list-style:none; float:left; width:100%;  padding:7px;}
.mymenu .my_box .sl_stp_sub li { width:100%; border-bottom:1px solid #eee;text-align:left; }
.mymenu .my_box .sl_stp_sub li  a {color:#333; font-size:13px; padding-left:20px}



/******mymenu 사이트맵 끝*********/







/****슬라이더 서브 *****/
.carousel-item {
  height: 100vh;
  width:100%;
  min-height: 150px;
  background:#000 no-repeat center top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-inner { box-shadow: 10px 0px 10px #555 }
.carousel-inner h3 {font-size:40px; font-weight:500;}

.carousel-control-prev {left:7%;}
.carousel-control-next {right:7%;}

.carousel-caption {}

@media (max-width: 1200px) {
  .carousel-item {
   height: 75vh;
	background: #000;
  }
  .carousel-inner h3 {font-size:30px;}
}

@media (max-width: 768px) {
  .carousel-item {
   height: 65vh;
  }
  .carousel-inner h3 {font-size:25px;}
}

/*서브페이지 이미지*/
.carousel-item-sub {
  position:relative;
  margin-top:150px;
  width:100%;
  height: 150px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item-sub .carousel-caption {margin-top:70px;/*margin-bottom:100px*/}
.carousel-item-sub .carousel-caption h3 {font-size:30px; font-weight:700; color:#c99a9a;font-family: 'Gmarket Sans'; }


@media only screen and (max-width: 969px) {
	.carousel-item-sub { margin-top:70px;
		}
	.carousel-item-sub .carousel-caption h3 {font-size:25px;}
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 9999s;
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 






/* 중간 레이아웃 */
#wrapper { width:100%; padding:0;margin:0; padding-top:180px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
.container {position:relative; width:100%; max-width:1200px; margin:0 auto; padding:0;  }
.container:after {display:block;visibility:hidden;clear:both;content:""} 


@media (max-width: 1200px){
	.container {width:100%;  }
	#wrapper .container { /*padding:25px 0;*/ }
}
@media (max-width: 969px){
	#wrapper { padding-top:70px;}
}

@media (max-width: 480px){
	#wrapper .container { padding:0; }
}

#container_title {position:relative;font-weight:bold;background:#fff;color:#333; text-align:center;				
					z-index:9;line-height:300px;color:#fff;font-size:2.5em;
					background:url(/main/inc/img/subP.jpg) no-repeat ;}


#wrapper .cont_tit { letter-spacing:5px; text-align:center; margin-bottom:60px;}

@media (max-width: 768px){
	#wrapper .cont_tit { letter-spacing:3px; margin-bottom:30px;}
}







/*슬라이더 및 영상 게시판*/
ul.m_sl_cont {width:100%;padding:0;margin:0;}
ul.m_sl_cont li {float:left; padding:0;}
ul.m_sl_cont li.sl_slider {width:750px; height:400px;}
ul.m_sl_cont li.sl_vod {width:450px; height:400px;}

@media (max-width: 1225px){
	ul.m_sl_cont li.sl_slider {width:100%; height:auto; min-height:150px;}
	ul.m_sl_cont li.sl_vod {width:100%; height:auto; min-height:300px; }
}


.mvod1 {width:100%; height:200px; background: #012060; /*background: #d9d9d9 url(/main/img/m_vod_bg1.jpg) no-repeat ; */
		background-size: cover; padding:23px;}
.mvod2 {width:100%; height:200px; background: #012060; /*background: #d9d9d9 url(/main/img/m_vod_bg2.jpg) no-repeat ; */
		background-size: cover;padding:23px;}
.mvod3 {width:100%; height:200px; background: #012060; /*background: #d9d9d9 url(/main/img/m_vod_bg3.jpg) no-repeat ; */ 
		background-size: cover;padding:23px;}		
.mvod4 {width:100%; height:200px; background: #012060; /*background: #d9d9d9 url(/main/img/m_vod_bg4.jpg) no-repeat ; */
		background-size: cover;padding:23px;}

.sl_vod a h3 {font-size:25px;font-family:'Gmarket Sans';font-weight:bold;color:#fff;}
.sl_vod a img {width:179px; height:107px;}

@media (max-width: 576px){
	.mvod1,.mvod2, .mvod3, .mvod4  {height:auto; min-height:100px;}
	.sl_vod a h3 {font-size:23px;}
	.sl_vod a img {width:125px; height:auto;}
}






/* Board_전체 */
.m_board { position: relative; display:block; padding:0; width:100%; }


	@media (max-width: 991px){
		.m_board  { height:auto; min-height:200px;}
	}

.m_board .m_worship {height:340px; padding:60px 40px 40px 45px; margin:0;
				background: #d9d9d9 url(/main/img/m_worship_bg.jpg) no-repeat ; 
				background-position: center top;
				background-size: cover;}
	@media (max-width: 991px){
		.m_board .m_worship  { height:auto; min-height:300px; padding:50px 25px;}
	}
	@media (max-width: 576px){
		.m_board .m_worship  {min-height:200px; }
	}

.m_worship a {display:block; }
.m_worship p {letter-spacing:-0.5px; line-height:44px;font-family: 'Gmarket Sans';}
.m_worship div {font-family: inherit;}
.m_board .m_worship div:hover {color:#2767c1}

.msermon_info { position:relative; width:150px; height:42px; border:5px solid #1f2020; margin-top:20px;text-align:center; }
.msermon_info:hover {border:5px solid #fff; -webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.msermon_info:hover a {color:#fff;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.msermon_info a {display:block; font-size:18px; background: transparent; color:#1f2020;font-family: 'Gmarket Sans'; font-weight:400; padding:7px 10px;}

@media only screen and (max-width: 768px) {
	.container .m_worship { height:auto; padding:30px 30px; }
	.container .m_worship p {line-height:35px; font-size:23px;}
	.msermon_info { position:relative; width:140px; border:4px solid #1f2020}
	.msermon_info a {font-size:16px; color:#1f2020; }
}

.mbanner {position:relative;}
.mbanner a {display:block; color:#fff;}
.mbanner a h3 {font-size:25px; color:#fff; font-weight:700;font-family: 'Gmarket Sans';}
.mbanner a h5 {font-size:15px; color:#fff; font-weight:400;font-family: 'Gmarket Sans'; line-height:17px;}
.mbanner a h5 span {display:block;}
.mbanner a:hover {opacity:0.8; /*transition:.3s;*/
		-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;transition:all .35s ease-in-out
		}
.mbanner .ic_plus {position:absolute; bottom:0!important; right:0 !important; margin:0; border-radius:0 !important; background:#000; opacity:0.5; width:50px; height:50px; font-size:30px; font-weight:400; line-height:50px; text-align:center; }
.mbanner .ic_plus:hover {opacity:0.3;transition:.3s;}

.mbanner .mbanbg1 {height:170px; margin:0; padding: 60px 25px 0 30px;
				background: #fff url(/main/img/mbanbg1.jpg) no-repeat ; 
				background-position: center top;
				background-size: cover;}
.mbanner .mbanbg2 {height:170px; padding: 60px 25px 0 30px; margin:0;
				background: #fff url(/main/img/mbanbg2.jpg) no-repeat ; 
				background-position: center top;
				background-size: cover;}

.mbanner .mbanbg3 {height:170px; padding: 60px 25px 0 30px; margin:0;
				background: #fff url(/main/img/mbanbg3.jpg) no-repeat ; 
				background-position: center top;
				background-size: cover;}

.mbanner .mbanbg4 {height:170px; padding: 60px 30px 0 30px; margin:0;
				background: #fff url(/main/img/mbanbg4.jpg) no-repeat ; 
				background-position: center top;
				background-size: cover;}

	@media only screen and (max-width: 768px) {
		.mbanner a h3 { font-size:22px; }
		.mbanner .mbanbg1, .mbanner .mbanbg2, .mbanner .mbanbg3, .mbanner .mbanbg3_, .mbanner .mbanbg4 {height:130px;padding: 28px 20px 0 25px; }
		.mbanner .ic_plus {width:40px; height:40px; font-size:20px;line-height:40px;}
	}
	@media only screen and (max-width: 440px) {
		.mbanner a h3 { font-size:19px; }
		.mbanner a h5 {font-size:13px;line-height:15px;}
		
	}




/* 하단 레이아웃 */
#ft {background:#424141;position:relative;margin-top:45px; }
.ft_wr{position:relative; margin:0 auto;max-width:1200px;padding:35px 10px}
.ft_wr:after {display:block;visibility:hidden;clear:both;content:""}


 @media (max-width: 1200px){
    .ft_wr{padding:30px 15px}
}

/*이용약관*/
.ft_wr .info {position:absolute;top:50px; right:10px;color:#fff;}
.ft_wr .info a {color:#fff;font-size:15px;letter-spacing:-1px;text-decoration: none;
}
.ft_wr .info a:hover {color:#f8ef63}

	 @media (max-width: 768px){
		.ft_wr .info {top:60px; left:15px !important; right:none;}
	}



/*로고 및 하단 주소*/
.ft_wr h3{
	font-size: 27px;
	line-height: 30px;
	font-family: 'Gmarket Sans';
    color: #eceaea;
	font-weight:bold;
}

.ft_wr div { font-size: 15px; line-height: 20px;color: #fff	}
#ft div span {margin-right:30px;}
.ft_wr div b {color:#ebed26;}
.ft_wr p.copyright { margin-top: 5px;font-size: 15px;font-weight:300;}
.ft_wr p.copyright a {color: #fff}

@media (max-width: 768px) {
	.ft_wr h3 {font-size:22px;}
	.ft_wr div {padding-top:60px;}
	#ft div span { display: block; clear: both; margin-right:0px;}
	#ft h3 {float:left; margin-top:-5px; display:block; clear: both; }
}

@media (max-width: 480px) {
	#ft p.copyright {font-size:12px; letter-spacing:-0.5px;}
}




#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;background:#000;opacity:0.3;border-radius:30px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn:hover{opacity:1}
#device_change {display:block;line-height:40px;border:1px solid #3a3a3a;border-radius:2em;color:#777;font-size:1em;text-decoration:none;text-align:center}



/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:5px;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #2677df;border-color:#2677df;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {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;width:40px;height:40px;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:5px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* 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;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.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}

/* 버튼 */
.btn_s{display:inline-block;height:33px;line-height:30px;border-radius:30px;padding: 0 15px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_m{display:inline-block;height:40px;line-height:38px;border-radius:30px;padding: 0 15px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_l{display:inline-block;height:50px;line-height:48px;border-radius:30px;padding: 0 25px; font-weight:700;font-size:	1.154em;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}

a.btn01 {display:inline-block;background:#eee;color:#444;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;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 {display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle;}
.btn_submit:hover {background:#0456ec}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:1px solid transparent;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0456ec}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;border-radius:30px;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;background:#db0000}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: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;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:keep-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 {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:keep-all}

/* 기본리스트 */
.list_01{padding: 15px;}
.list_01 li{background:#fff;border-radius:5px;padding:10px ;border:1px solid #efefef;margin-bottom:5px}

/* 기본폼 */
.form_01{margin:20px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d0d4df;background:#fff;color:#000;vertical-align:middle;border-radius:5px;padding:0 10px;height:40px;
 -webkit-box-shadow: inset 2px 2px 2px #f3f3f3;
-moz-box-shadow: inset 2px 2px 2px #f3f3f3;
box-shadow:inset 2px 2px 2px #f3f3f3}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;background:#f3f3f3}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:5px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;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: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:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;margin:0 0 20px;display:inline-block;font-weight:bold}

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

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-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;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:400;}
.sv_member img{vertical-align:top}
.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 {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}


