
/* 초기화 */
html {overflow-y:scroll;overflow-x:hidden}
body {margin:0;padding:0;font-size:13.5px; letter-spacing:-0.3px; font-family: 'SUIT', sans-serif;word-break: keep-all; word-wrap:break-word;}
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;font-family: 'SUIT', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ol, ul, li, dd, dl, dt{list-style:none; padding:0; margin:0;}
.cf:after{display:block; content:""; clear: both;}
.hide{display:none;}

#hd ul, nav ul, #ft ul {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; border: 0;}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}

textarea, select {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:link, a:visited {color:#565656;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none;}

/*너비*/
.w_100{width: 100% !important;}

/* 팝업레이어 */
#hd_pop {z-index:9999;position:relative;margin:0 auto;width:970px;height:0}
@media screen and (max-width:1000px) {
	#hd_pop {z-index:9999;position:relative;margin:0 auto;width:86% !important;height:0; top:50px}
	#hd_pop img{ max-width:100%}
}

#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;/*border:1px solid #e9e9e9*/;background:#fff; box-shadow:0 0 3px #333}
@media screen and (max-width:1000px) {
	.hd_pops { width:100% !important; position:absolute; top:0px !important; left:0 !important}
	.hd_pops img{ width:100% !important; height:100% !important}
}

.hd_pops_con{}
@media screen and (max-width:1000px) {
	.hd_pops_con {width: 100% !important;height: 100% !important;}
}

.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
@media screen and (max-width:1000px) {
	.hd_pops_footer { width:100% !important}
}

.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff;font-size: 0.90em;}


/* 전체 검색 */
#hd_sch {position:absolute; left:10px; top:40px; padding:0;border:1px solid #c3c6ca; border-radius:35px; padding:0 10px 0 20px; display:none;}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden; display:none;}
#hd_sch #sch_stx {padding-left:5px;width:150px;height:30px;border:0;background:#fff;line-height:35px!important;}
#hd_sch #sch_submit {padding:0 5px; width:20px; height:30px;border:0; background:url(../img/common/sch_icon.gif) no-repeat 0 50%; text-indent:-9999px; cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}


/* 상단 레이아웃 */
/* header */
#header h2{display: none;;}
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 100%;
	transition: all .3s ease
}

#header .hd_inner {
	position: relative;
	margin: 0 auto;
	max-width: 1660px;
	width: 96%;
	height: 100%
}

#header .logo {
	position: absolute;
	left: 0;
	top: 26px;
	z-index: 10
}


#header .logo a {
	display: block;
	height: 61px;
	display: flex;
	align-items: center;
}
#header .logo a img{
	height: 100%;
}
#header .gnb_wrap {

}

#header .gnb_wrap>ul {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: Center;
	max-width: 950px;
	margin: 0 auto
}

#header .gnb_wrap>ul>li {
	position: relative;
	width: 160px;
}
#header .gnb_wrap>ul>li>a {
	white-space: nowrap;
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	/* height: 100px; */
	line-height: 100px;
	position: relative;
	transition: all .3s ease
}
#header .gnb_wrap>ul>li:hover>a:after {
	width: 100%
}

#header .gnb_wrap>ul>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #cac9c9;
}
#header .gnb_wrap>ul>li:hover > ul{
	display: block;
}
#header .gnb_wrap>ul>li>ul>li{
	position: relative;
}
#header .gnb_wrap>ul>li>ul>li::after{
	content: '';
	width: 6px;height: 100%;
	position: absolute;
	left: 100%;top: 0;
}
#header .gnb_wrap>ul>li>ul>li>ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	left: calc(100% + 6px);
	width: 100%;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #cac9c9;
}
#header .gnb_wrap>ul>li>ul>li>ul>li a{
	display: block;
	padding: 6px;
	color: #222;
	font-weight: 500;
	font-size: 1.1em;
	word-break: keep-all;
}
#header .gnb_wrap>ul>li>ul>li>ul>li a:hover{
	color: #25a8ff;
}
#header .gnb_wrap>ul>li>ul>li:hover>ul{
	display: block;
}
#header .gnb_wrap>ul>li>ul>li>a {
	color: #222;
	display: block;
	padding: 10px;
	font-weight: 500;
	font-size: 1.1em;
	word-break: keep-all;
}
#header .gnb_wrap>ul>li>ul>li>a:hover {
	color: #25a8ff;
}


#header .hd_right {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10
}

#topm{

}
#topm .tnb_box{
	display: flex;
}
#topm li{
	position: relative;
	padding: 0 8px;
}
#topm li a{
	color: #eee;
	line-height: 1em;
	font-size: 12px;
	letter-spacing: 0;
}
#topm li a i{
	margin-right: 6px;
}
/*#topm li:after {
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: rgba(250, 250, 250, 0.6);
	position: absolute;
	top: 5px;
	right: -1px;
}*/


#header.white {
	border-bottom: 1px solid #eee
}

#header.on,#header.white {
	background: #fff
}
#header.on:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1
}

#header.on .logo a,#header.white .logo a {
	background: url(/hongbo/lowcarbon/img/logo_b.png) no-repeat 50%/100%
}

#header.on .logoEn a,#header.white .logoEn a {
	background: url(/hongbo/lowcarbon/img/logoEn_b.png) no-repeat 50%/100%
}

#header.on .gnb_wrap>ul>li {
	width: 200px;
	border-color: #eee;
	background: #f9f9f9
}

#header.white .gnb_wrap>ul>li>a {
	color: #333
}

#header.on .gnb_wrap>ul>li>a {
	background: #fff;
	color: #333
}

#header.on .gnb_wrap:after {
	opacity: 1
}

#header.on .hd_language .btn_language,#header.white .hd_language .btn_language {
	color: #333
}

#header.on .all_menu_btn a .bar,#header.white .all_menu_btn a .bar {
	background: #333
}

#header.on .hd_language .btn_language,#header.white .hd_language .btn_language {
	background-image: url(/hongbo/lowcarbon/img/ico_language.png)
}

#header.on .hd_language .btn_language:after,#header.white .hd_language .btn_language:after {
	background-image: url(/hongbo/lowcarbon/img/ico_lang_arr.png)
}


/* 오른쪽 사이드메뉴 */
.hd_all_menu {
	width: 500px;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 99;
	display: flex;
	transition: all .6s ease;
}

.hd_all_menu.open {
	right: 0
}
.hd_tab_menu {
	text-align: center;
	width: 30%;
	min-width: 160px;
	background: #f8f8f8;
	padding: 100px 0
}

.hd_tab_menu li a {
	display: block;
	padding: 15px;
	font-size: 18px;
	cursor: pointer
}

.hd_tab_menu li a.active {
	color: #25a8ff;
	font-weight: 600
}

.hd_tab {
	width: calc(70% - 70px);
	padding: 100px 0;
	display: none;
	font-size: 16px;
	position: relative;

	overflow-y: scroll;
}


.hd_tab>a {
	display: block;
	padding: 15px 30px
}

.hd_tab>ul>li {
	position: relative;
	background: #fff
}

.hd_tab>ul>li:after {
	content: "";
	width: calc(100% - 60px);
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 30px;
	bottom: 0
}


.hd_tab>ul>li>a {
	display: block;
	padding: 15px 50px 15px 30px;
	color: #000;
	position: Relative;
	cursor: pointer
}
.hd_tab>ul>li.depth>a:after {
	content: "+";
	position: absolute;
	right: 30px;
	top: 6px;
	color: #999;
	font-weight: 100;
	font-size: 24px;
	font-family: "sans-serif"
}
.hd_tab>ul>li.noPluse a:after{
	display: none;
}

.hd_tab>ul>li.depth>a.on:after {
	content: "-"
}

.hd_tab>ul>li>ul {
	display: block;
	padding: 0
}

.hd_tab>ul>li>ul>li>a {
	display: block;
	padding: 10px 28px;
	color: #999;
	font-weight: 300;
	font-size: 16px;
	transition: all .3s ease
}
.hd_tab>ul>li>ul>li:last-child {
	padding-bottom: 15px
}
.hd_tab>ul>li>ul>li>a:hover {
	background: #25a8ff;
	padding: 15px 28px;
	color: #fff
}
.hd_tab.active {
	display: block
}
.hd_tab #admin {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.hd_tab #admin a{
	color: #afafaf;
	font-size: 12px;
}

.hd_all_close {
	width: 70px;
	border-left: 1px solid #ddd
}

.hd_all_close a {
	display: block;
	width: 70px;
	height: 70px;
	padding: 10px;
	cursor: pointer
}

.hd_all_close span {
	width: 25px;
	height: 2px;
	background: #000;
	display: block;
	margin: 18px auto
}

.hd_all_close span:first-child {
	transform: translateY(10px) rotate(45deg)
}

.hd_all_close span:nth-child(2) {
	transform: translateY(-10px) rotate(-45deg)
}

.all_menu_btn {
	margin-left: 30px
}

.all_menu_btn a {
	display: block
}

.all_menu_btn a .bar {
	display: block;
	margin: 9px auto;
	width: 34px;
	height: 2px;
	background-color: #fff;
	transition: all .3s ease-in-out
}

.react-slidedown {
	/* height: 0; */
	height: auto;
	transition-property: none;
	transition-duration: .5s;
	transition-timing-function: ease-in-out
}

.react-slidedown.transitioning {
	overflow-y: hidden;
}

.react-slidedown.closed {
	display: none;
}
/* **********************************************************
**********************************************************
************************** 반응형 **************************
********************************************************** */
@media (max-width:1440px){
	/* header */
	#header .gnb_wrap{
		display: none;
	}
}
@media (max-width:767px){
	#header{
		height: 72px;
	}
	#header .logo,
	#header .hd_right{
		top: 50%;
		transform: translateY(-50%);
	}
	#header .logo a{
		height: 48px;
	}
	#header .logo a img{
		margin-bottom: -10px;
	}
	.all_menu_btn{
		margin-left: 20px;
	}
	.all_menu_btn a .bar{
		width: 24px;
		margin: 7px auto;
	}
	.hd_all_menu{
		width: 100%;
	}
	.hd_tab{
		width: 70%;
	}
	.hd_all_close{
		position: absolute;
		right: 0;
		top: 0;
		border-left: 0;
	}
	.hd_tab_menu{
		min-width: 140px;
	}
	.hd_tab_menu li a{
		font-size: 16px;
	}
	.hd_tab>ul>li>a,
	.hd_tab>ul>li>ul>li>a{
		font-size: 15px;
	}
}



/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:100%; zoom:1; background:#fff;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}
#container_index {position:relative;width:100%;height:auto !important;font-size:1em;zoom:1;}
#container {width:1200px; margin:0px auto; height:auto !important;background:#fff;font-size:1em; zoom:1; position:relative;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#scont_wrap{/* width:1400px;*/ margin:0 auto; }
#scont_wrap2{ width:100%; padding:60px 0;min-height:500px;}
#scont{ width:100%; padding:50px 0; min-height:560px;}

/*서브-타이틀부분*/
#sub_title{ position:relative; margin-bottom:50px; }
.container_title { font-size:2.7em; color:#333; line-height:1em; padding-bottom:30px; letter-spacing:-1.5px; font-weight:400; border-bottom:1px solid #ddd;}
#sub_title p{ font-size:1.2em; color:#ccc; letter-spacing:5px; margin-top:15px;}
#sub_title p:after{ display:block; content:""; width:70px; height:1px; background:#333; margin:30px auto;}

/*푸터-카피라이터*/
#footer{ width:100%; min-width:1400px; height:auto; background:#f4f4f4;  position:relative;}

.foot_menu{width:100%; height:70px; border-bottom:1px solid rgba(0,0,0,0.1); position:relative;}
.foot_menu .fm{ width:1400px; margin:0 auto;}
.foot_menu li{ display:inline-block; margin-right:30px;}
.foot_menu li a{ font-size:1.2em; color:#444; position:relative; font-weight:400; line-height:70px;}
/*.foot_menu li a:after{ display:block; content:""; width:1px; height:13px; background:rgba(0,0,0,0.3); position:absolute; top:4px; right:-13px;}
.foot_menu li:last-child a:after{ display:none;}*/

.footer_in{ width:1400px; height:auto; padding:40px 0 40px 350px; margin:0 auto; background:url(../img/common/logo_b.png) no-repeat left 40px/auto 50px;position:relative;}
.footer_in address{ color:rgba(0,0,0,0.5); margin-bottom:5px; font-size:1.1em;}
.footer_in address h1{ font-size:1.2em; font-weight:500; color:#555; margin-bottom:10px;}
.footer_in address p{ overflow:hidden;line-height:1.7em; letter-spacing:0;}
.footer_in address strong{ font-weight:normal;}
.footer_in address p.co{ font-size:14px; letter-spacing:0px; margin: 10px 0 0; color: #333;}
.footer_in address p.co a{ color:#91a0c0;}
.footer_in  p span{display:inline-block;margin-right:10px;}
.footer_in address p.fp{ font-weight:bold ; font-size:1.1em; color:#f1642c;}
.footer_in address p.fp strong{ font-weight:bold;}
.footer_in .b_call{ position:absolute; top:50px; right:0px; font-size:1.3em; color:#fff; line-height:1.7em;}
.footer_in .b_call strong{ font-size:1.5em; color:#1777e1; display:block;}

/*푸터-관련사이트*/
#footer .fs { width:140px; margin-left:5px; position:absolute; top:23px; left:50%; margin-left:460px;}
#footer .fs a:before{content:"";}
#footer .fs dt{cursor:pointer; border:1px solid #C9C9C9; width:100%; line-height:25px; text-align:left; text-indent:10px; border-radius:2px;
	background:url(../img/common/btn_lnb_off.gif) #FBFBFB no-repeat 95% 50% /auto 65%;}
#footer .fs dd{display:none; position:absolute; left:0; right:0; top:27px; z-index:100; width:100%; border:1px solid #ccc; border-top:0; border-radius:0 0 2px 2px;}
#footer .fs dd a{display:block; width:100%; text-align:left; padding:0; margin:0; line-height:25px;  text-indent:5px;
	border-top:1px dashed #999; background:#FBFBFB; margin-top:-1px;}
#footer .fs:hover dt{border:1px solid #999;}
#footer .fs:hover dd{border:1px solid #999; border-top:0;}
#footer .fs dd a:hover{background:#EFEFEF; font-weight:600; color:#333;}





/*퀵메뉴*/
/*#quick{ position:fixed; top:230px; right:20px; z-index:99999; width:115px; height:115px; border-radius:120px; background:#fff; border:1px solid #e61f21; text-align:center;
font-size:1.1em; font-weight:500; padding-top:17px; box-shadow:0px 2px 4px rgba(0,0,0,0.2);}
#quick a{ color:#b51416;}
#quick p{ font-size:1.5em; color:#444; line-height:1em; margin:5px 0 1px 0;}
#quick span{ color:#e61f21;}
*/
/*브라우저 상하단이동버튼*/
#gobtn{ position:fixed; display:block; right:30px; bottom:40px; display:none; z-index:9999;}
#gobtn .goHd { display:block; width:50px; height:50px; background:#1777e1; text-align:center; color:#fff; font-size:1.4em; line-height:50px; transition:all 0.5s;}
#gobtn .goHd span{ display:none;}
#gobtn .goHd:hover{ background:#444; transition:all 0.5s;}
/*.goHd, .goFt{width:40px; height:40px; background:rgba(255, 255, 255, 0.6); z-index:9999; text-indent:-9999px; border:1px solid #858585; position:relative;
	  transition:all 0.5s; box-shadow:0px 0px 3px RGBA(0, 0, 0, 0.3); border-radius:5px; display:block; margin-bottom:3px;}
.goHd span{position:absolute; top:60%; left:12px; display:block; width:15px; height:15px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(45deg);}
.goFt span{position:absolute; top:40%; left:12px; display:block; width:15px; height:15px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(-135deg);}
.goHd:hover, .goFt:hover{background:#333; border:1px solid #333}
.goHd:hover span, .goFt:hover span{border-left:2px solid #FFF; border-top:2px solid #FFF;}*/


@media (max-width:1000px) {
	#hd {min-width:100%;}
	#hd_wrapper{width:100%;}

	/* 상단 메뉴*/
	#topm{ display:none;}

	#logo { padding:10px 20px 10px 0; width:250px;}
	#logo img{height: 45px;}

	/*스크롤시 hd.on*/
	#hd.on #logo{ padding:15px 20px;}

	#gnb{ display:none;}
	/*#hd .mobile_home{ display:block; position:absolute; top:25px; left:15px;}
    #hd .mobile_home a{font-size:30px; display:inline-block; line-height:30px; color:#777;}*/

	/* 모바일 카테고리 왼쪽메뉴 */
	#hd .nav_open{display:block; position:absolute; top:8px; right:5px;}
	#hd .nav_open a{font-size:25px; display:inline-block; line-height:30px; color:#666; padding:9px 14px;}
	#hd .nav_open span{ display:block; width:25px; height:1px; background:#fff; margin-bottom:6px;}


	/* 중간 레이아웃 */
	#container { width:100%;}
	#scont_wrap{ width:100%; padding:0 5px;}
	#scont_wrap2{ width:100%; padding:30px 0;min-height:300px;}
	#scont{ width:100%; margin-left:0; padding:30px 0; min-height:300px;}

	/*서브-타이틀부분*/
	#sub_title{ margin-bottom:30px; text-align:center;}
	.container_title { font-size:1.6em; padding-bottom:20px;}

	#footer{ min-width:100%; padding:0 0px 60px 0;}

	.foot_menu{ height:auto;}
	.foot_menu .fm{ width:100%; text-align:center;}
	.foot_menu li{ margin-right:15px;}
	.foot_menu li a{ font-size:1em; line-height:50px;}

	.footer_in{ width:100%; padding:100px 0 10px 0; background-position:center 30px; text-align:center; background-size:180px;}
	.footer_in address{ padding:0 15px; text-align:center; font-size:12px;}
	.footer_in address h1{ display:none;}
	.footer_in address p{ line-height:1.3em; display:inline-block;}
	.footer_in address p.co{ font-size:10px;}
	.footer_in .b_call{ position:relative; top:auto; right:auto; margin-top:10px; text-align:center;}

	#gobtn{ right:10px; bottom:20px;}
	#gobtn .goHd { width:40px; height:40px; font-size:1.2em; line-height:40px;}

	/*푸터-관련사이트*/
	#footer .fs { margin:0 auto; position:relative; top:auto; left:auto;}
}


/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.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}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.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%}


/* 사이드뷰 */
.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}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* 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}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
