@charset "utf-8";

/******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
 라온비엔피 통합보드 Front/Admin  공통 CSS
*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/



p,ul,li,div,section,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol,label,address{
	margin:0;
}
a:hover{
	text-decoration:none;
}

.container,
.container-fluid{
	position:relative;
}

@media (min-width: 1199.98px){
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1230px;
	}
}
.row.row-lg > [class^='col-']{
	padding-left:20px;
	padding-right:20px;
}
.row.row-sm > [class^='col-']{
	padding-left:10px;
	padding-right:10px;
}
.row.row-xs > [class^='col-']{
	padding-left:5px;
	padding-right:5px;
}
.row.row-none{
	margin-left:0;
	margin-right:0;
}
.row.row-none > [class^='col-']{
	padding-left:0;
	padding-right:0;
}

.text_blind{
	position:absolute !important;
	opacity:0 !important;
	font-size:0 !important;
	overflow:hidden !important;
	text-indent:-10000px !important;
	width:0 important;
	height:0 important;
}



/*animate*/
.animate02{
	transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-webkit-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
}
.animate03{
	transition:all 0.3s ease-in-out !important;
	-moz-transition:all 0.3s ease-in-out !important;
	-webkit-transition:all 0.3s ease-in-out !important;
	-o-transition:all 0.3s ease-in-out !important;
}
.animate04{
	transition:all 0.4s ease-in-out !important;
	-moz-transition:all 0.4s ease-in-out !important;
	-webkit-transition:all 0.4s ease-in-out !important;
	-o-transition:all 0.4s ease-in-out !important;
}
.animate05{
	transition:all 0.5s ease-in-out !important;
	-moz-transition:all 0.5s ease-in-out !important;
	-webkit-transition:all 0.5s ease-in-out !important;
	-o-transition:all 0.5s ease-in-out !important;
}
.animate06{
	transition:all 0.6s ease-in-out !important;
	-moz-transition:all 0.6s ease-in-out !important;
	-webkit-transition:all 0.6s ease-in-out !important;
	-o-transition:all 0.6s ease-in-out !important;
}
.animate07{
	transition:all 0.7s ease-in-out !important;
	-moz-transition:all 0.7s ease-in-out !important;
	-webkit-transition:all 0.7s ease-in-out !important;
	-o-transition:all 0.7s ease-in-out !important;
}
.animate08{
	transition:all 0.8s ease-in-out !important;
	-moz-transition:all 0.8s ease-in-out !important;
	-webkit-transition:all 0.8s ease-in-out !important;
	-o-transition:all 0.8s ease-in-out !important;
}
.animate09{
	transition:all 0.9s ease-in-out !important;
	-moz-transition:all 0.9s ease-in-out !important;
	-webkit-transition:all 0.9s ease-in-out !important;
	-o-transition:all 0.9s ease-in-out !important;
}
.animate1{
	transition:all 1s ease-in-out !important;
	-moz-transition:all 1s ease-in-out !important;
	-webkit-transition:all 1s ease-in-out !important;
	-o-transition:all 1s ease-in-out !important;
}



/*************************** margin *************************/

.mt0 {margin-top:0rem !important;}
.mt05 {margin-top:.5rem !important;}
.mt08 {margin-top:.8rem !important;}
.mt10 {margin-top:1rem !important;}
.mt15 {margin-top:1.5rem !important;}
.mt20 {margin-top:2rem !important;}
.mt25 {margin-top:2.5rem !important;}
.mt30 {margin-top:3rem !important;}
.mt35 {margin-top:3.5rem !important;}
.mt40 {margin-top:4rem !important;}
.mt50 {margin-top:5rem !important;}
.mt55 {margin-top:5.5rem !important;}
.mt60 {margin-top:6rem !important;}
.mt70 {margin-top:7rem !important;}
.mt80 {margin-top:8rem !important;}

.mb0 {margin-bottom:0rem !important;}
.mb03 {margin-bottom:.3rem !important;}
.mb05 {margin-bottom:.5rem !important;}
.mb08 {margin-bottom:.8rem !important;}
.mb10 {margin-bottom:1rem !important;}
.mb15 {margin-bottom:1.5rem !important;}
.mb20 {margin-bottom:2rem !important;}
.mb25 {margin-bottom:2.5rem !important;}
.mb30 {margin-bottom:3rem !important;}
.mb35 {margin-bottom:3.5rem !important;}
.mb40 {margin-bottom:4rem !important;}
.mb50 {margin-bottom:5rem !important;}
.mb55 {margin-bottom:5.5rem !important;}
.mb60 {margin-bottom:6rem !important;}
.mb70 {margin-bottom:7rem !important;}
.mb80 {margin-bottom:8rem !important;}

.ml0 {margin-left:0rem !important;}
.ml05 {margin-left:.5rem !important;}
.ml08 {margin-left:.8rem !important;}
.ml10 {margin-left:1rem !important;}
.ml15 {margin-left:1.5rem !important;}
.ml20 {margin-left:2rem !important;}
.ml25 {margin-left:2.5rem !important;}
.ml30 {margin-left:3rem !important;}
.ml35 {margin-left:3.5rem !important;}
.ml40 {margin-left:4rem !important;}
.ml50 {margin-left:5rem !important;}
.ml55 {margin-left:5.5rem !important;}
.ml60 {margin-left:6rem !important;}
.ml70 {margin-left:7rem !important;}
.ml80 {margin-left:8rem !important;}

.mr0 {margin-right:0rem !important;}
.mr05 {margin-right:.5rem !important;}
.mr08 {margin-right:.8rem !important;}
.mr10 {margin-right:1rem !important;}
.mr15 {margin-right:1.5rem !important;}
.mr20 {margin-right:2rem !important;}
.mr25 {margin-right:2.5rem !important;}
.mr30 {margin-right:3rem !important;}
.mr35 {margin-right:3.5rem !important;}
.mr40 {margin-right:4rem !important;}
.mr50 {margin-right:5rem !important;}
.mr55 {margin-right:5.5rem !important;}
.mr60 {margin-right:6rem !important;}
.mr80 {margin-right:8rem !important;}


@media (max-width: 1199.98px) {
	.mt0-xl {margin-top:0rem !important;}
	.mt05-xl {margin-top:.5rem !important;}
	.mt08-xl {margin-top:.8rem !important;}
	.mt10-xl {margin-top:1rem !important;}
	.mt15-xl {margin-top:1.5rem !important;}
	.mt20-xl {margin-top:2rem !important;}
	.mt25-xl {margin-top:2.5rem !important;}
	.mt30-xl {margin-top:3rem !important;}
	.mt35-xl {margin-top:3.5rem !important;}
	.mt40-xl {margin-top:4rem !important;}
	.mt50-xl {margin-top:5rem !important;}
	.mt55-xl {margin-top:5.5rem !important;}
	.mt60-xl {margin-top:6rem !important;}
	.mt70-xl {margin-top:7rem !important;}
	.mt80-xl {margin-top:8rem !important;}

	.mb0-xl {margin-bottom:0rem !important;}
	.mb03-xl {margin-bottom:.3rem !important;}
	.mb05-xl {margin-bottom:.5rem !important;}
	.mb08-xl {margin-bottom:.8rem !important;}
	.mb10-xl {margin-bottom:1rem !important;}
	.mb15-xl {margin-bottom:1.5rem !important;}
	.mb20-xl {margin-bottom:2rem !important;}
	.mb25-xl {margin-bottom:2.5rem !important;}
	.mb30-xl {margin-bottom:3rem !important;}
	.mb35-xl {margin-bottom:3.5rem !important;}
	.mb40-xl {margin-bottom:4rem !important;}
	.mb50-xl {margin-bottom:5rem !important;}
	.mb55-xl {margin-bottom:5.5rem !important;}
	.mb60-xl {margin-bottom:6rem !important;}
	.mb70-xl {margin-bottom:7rem !important;}
	.mb80-xl {margin-bottom:8rem !important;}

	.ml0-xl {margin-left:0rem !important;}
	.ml05-xl {margin-left:.5rem !important;}
	.ml08-xl {margin-left:.8rem !important;}
	.ml10-xl {margin-left:1rem !important;}
	.ml15-xl {margin-left:1.5rem !important;}
	.ml20-xl {margin-left:2rem !important;}
	.ml25-xl {margin-left:2.5rem !important;}
	.ml30-xl {margin-left:3rem !important;}
	.ml35-xl {margin-left:3.5rem !important;}
	.ml40-xl {margin-left:4rem !important;}
	.ml50-xl {margin-left:5rem !important;}
	.ml55-xl {margin-left:5.5rem !important;}
	.ml60-xl {margin-left:6rem !important;}
	.ml70-xl {margin-left:7rem !important;}
	.ml80-xl {margin-left:8rem !important;}

	.mr0-xl {margin-right:0rem !important;}
	.mr05-xl {margin-right:.5rem !important;}
	.mr08-xl {margin-right:.8rem !important;}
	.mr10-xl {margin-right:1rem !important;}
	.mr15-xl {margin-right:1.5rem !important;}
	.mr20-xl {margin-right:2rem !important;}
	.mr25-xl {margin-right:2.5rem !important;}
	.mr30-xl {margin-right:3rem !important;}
	.mr35-xl {margin-right:3.5rem !important;}
	.mr40-xl {margin-right:4rem !important;}
	.mr50-xl {margin-right:5rem !important;}
	.mr55-xl {margin-right:5.5rem !important;}
	.mr60-xl {margin-right:6rem !important;}
	.mr80-xl {margin-right:8rem !important;}
}
@media (max-width: 991.98px) {
	.mt0-lg {margin-top:0rem !important;}
	.mt05-lg {margin-top:.5rem !important;}
	.mt08-lg {margin-top:.8rem !important;}
	.mt10-lg {margin-top:1rem !important;}
	.mt15-lg {margin-top:1.5rem !important;}
	.mt20-lg {margin-top:2rem !important;}
	.mt25-lg {margin-top:2.5rem !important;}
	.mt30-lg {margin-top:3rem !important;}
	.mt35-lg {margin-top:3.5rem !important;}
	.mt40-lg {margin-top:4rem !important;}
	.mt50-lg {margin-top:5rem !important;}
	.mt55-lg {margin-top:5.5rem !important;}
	.mt60-lg {margin-top:6rem !important;}
	.mt70-lg {margin-top:7rem !important;}
	.mt80-lg {margin-top:8rem !important;}

	.mb0-lg {margin-bottom:0rem !important;}
	.mb03-lg {margin-bottom:.3rem !important;}
	.mb05-lg {margin-bottom:.5rem !important;}
	.mb08-lg {margin-bottom:.8rem !important;}
	.mb10-lg {margin-bottom:1rem !important;}
	.mb15-lg {margin-bottom:1.5rem !important;}
	.mb20-lg {margin-bottom:2rem !important;}
	.mb25-lg {margin-bottom:2.5rem !important;}
	.mb30-lg {margin-bottom:3rem !important;}
	.mb35-lg {margin-bottom:3.5rem !important;}
	.mb40-lg {margin-bottom:4rem !important;}
	.mb50-lg {margin-bottom:5rem !important;}
	.mb55-lg {margin-bottom:5.5rem !important;}
	.mb60-lg {margin-bottom:6rem !important;}
	.mb70-lg {margin-bottom:7rem !important;}
	.mb80-lg {margin-bottom:8rem !important;}

	.ml0-lg {margin-left:0rem !important;}
	.ml05-lg {margin-left:.5rem !important;}
	.ml08-lg {margin-left:.8rem !important;}
	.ml10-lg {margin-left:1rem !important;}
	.ml15-lg {margin-left:1.5rem !important;}
	.ml20-lg {margin-left:2rem !important;}
	.ml25-lg {margin-left:2.5rem !important;}
	.ml30-lg {margin-left:3rem !important;}
	.ml35-lg {margin-left:3.5rem !important;}
	.ml40-lg {margin-left:4rem !important;}
	.ml50-lg {margin-left:5rem !important;}
	.ml55-lg {margin-left:5.5rem !important;}
	.ml60-lg {margin-left:6rem !important;}
	.ml70-lg {margin-left:7rem !important;}
	.ml80-lg {margin-left:8rem !important;}

	.mr0-lg {margin-right:0rem !important;}
	.mr05-lg {margin-right:.5rem !important;}
	.mr08-lg {margin-right:.8rem !important;}
	.mr10-lg {margin-right:1rem !important;}
	.mr15-lg {margin-right:1.5rem !important;}
	.mr20-lg {margin-right:2rem !important;}
	.mr25-lg {margin-right:2.5rem !important;}
	.mr30-lg {margin-right:3rem !important;}
	.mr35-lg {margin-right:3.5rem !important;}
	.mr40-lg {margin-right:4rem !important;}
	.mr50-lg {margin-right:5rem !important;}
	.mr55-lg {margin-right:5.5rem !important;}
	.mr60-lg {margin-right:6rem !important;}
	.mr80-lg {margin-right:8rem !important;}
}
@media (max-width: 767.98px) {
	.mt0-md {margin-top:0rem !important;}
	.mt05-md {margin-top:.5rem !important;}
	.mt08-md {margin-top:.8rem !important;}
	.mt10-md {margin-top:1rem !important;}
	.mt15-md {margin-top:1.5rem !important;}
	.mt20-md {margin-top:2rem !important;}
	.mt25-md {margin-top:2.5rem !important;}
	.mt30-md {margin-top:3rem !important;}
	.mt35-md {margin-top:3.5rem !important;}
	.mt40-md {margin-top:4rem !important;}
	.mt50-md {margin-top:5rem !important;}
	.mt55-md {margin-top:5.5rem !important;}
	.mt60-md {margin-top:6rem !important;}
	.mt70-md {margin-top:7rem !important;}
	.mt80-md {margin-top:8rem !important;}

	.mb0-md {margin-bottom:0rem !important;}
	.mb03-md {margin-bottom:.3rem !important;}
	.mb05-md {margin-bottom:.5rem !important;}
	.mb08-md {margin-bottom:.8rem !important;}
	.mb10-md {margin-bottom:1rem !important;}
	.mb15-md {margin-bottom:1.5rem !important;}
	.mb20-md {margin-bottom:2rem !important;}
	.mb25-md {margin-bottom:2.5rem !important;}
	.mb30-md {margin-bottom:3rem !important;}
	.mb35-md {margin-bottom:3.5rem !important;}
	.mb40-md {margin-bottom:4rem !important;}
	.mb50-md {margin-bottom:5rem !important;}
	.mb55-md {margin-bottom:5.5rem !important;}
	.mb60-md {margin-bottom:6rem !important;}
	.mb70-md {margin-bottom:7rem !important;}
	.mb80-md {margin-bottom:8rem !important;}

	.ml0-md {margin-left:0rem !important;}
	.ml05-md {margin-left:.5rem !important;}
	.ml08-md {margin-left:.8rem !important;}
	.ml10-md {margin-left:1rem !important;}
	.ml15-md {margin-left:1.5rem !important;}
	.ml20-md {margin-left:2rem !important;}
	.ml25-md {margin-left:2.5rem !important;}
	.ml30-md {margin-left:3rem !important;}
	.ml35-md {margin-left:3.5rem !important;}
	.ml40-md {margin-left:4rem !important;}
	.ml50-md {margin-left:5rem !important;}
	.ml55-md {margin-left:5.5rem !important;}
	.ml60-md {margin-left:6rem !important;}
	.ml70-md {margin-left:7rem !important;}
	.ml80-md {margin-left:8rem !important;}

	.mr0-md {margin-right:0rem !important;}
	.mr05-md {margin-right:.5rem !important;}
	.mr08-md {margin-right:.8rem !important;}
	.mr10-md {margin-right:1rem !important;}
	.mr15-md {margin-right:1.5rem !important;}
	.mr20-md {margin-right:2rem !important;}
	.mr25-md {margin-right:2.5rem !important;}
	.mr30-md {margin-right:3rem !important;}
	.mr35-md {margin-right:3.5rem !important;}
	.mr40-md {margin-right:4rem !important;}
	.mr50-md {margin-right:5rem !important;}
	.mr55-md {margin-right:5.5rem !important;}
	.mr60-md {margin-right:6rem !important;}
	.mr80-md {margin-right:8rem !important;}
}
@media (max-width: 575.98px) {
	.mt0-sm {margin-top:0rem !important;}
	.mt05-sm {margin-top:.5rem !important;}
	.mt08-sm {margin-top:.8rem !important;}
	.mt10-sm {margin-top:1rem !important;}
	.mt15-sm {margin-top:1.5rem !important;}
	.mt20-sm {margin-top:2rem !important;}
	.mt25-sm {margin-top:2.5rem !important;}
	.mt30-sm {margin-top:3rem !important;}
	.mt35-sm {margin-top:3.5rem !important;}
	.mt40-sm {margin-top:4rem !important;}
	.mt50-sm {margin-top:5rem !important;}
	.mt55-sm {margin-top:5.5rem !important;}
	.mt60-sm {margin-top:6rem !important;}
	.mt70-sm {margin-top:7rem !important;}
	.mt80-sm {margin-top:8rem !important;}

	.mb0-sm {margin-bottom:0rem !important;}
	.mb03-sm {margin-bottom:.3rem !important;}
	.mb05-sm {margin-bottom:.5rem !important;}
	.mb08-sm {margin-bottom:.8rem !important;}
	.mb10-sm {margin-bottom:1rem !important;}
	.mb15-sm {margin-bottom:1.5rem !important;}
	.mb20-sm {margin-bottom:2rem !important;}
	.mb25-sm {margin-bottom:2.5rem !important;}
	.mb30-sm {margin-bottom:3rem !important;}
	.mb35-sm {margin-bottom:3.5rem !important;}
	.mb40-sm {margin-bottom:4rem !important;}
	.mb50-sm {margin-bottom:5rem !important;}
	.mb55-sm {margin-bottom:5.5rem !important;}
	.mb60-sm {margin-bottom:6rem !important;}
	.mb70-sm {margin-bottom:7rem !important;}
	.mb80-sm {margin-bottom:8rem !important;}

	.ml0-sm {margin-left:0rem !important;}
	.ml05-sm {margin-left:.5rem !important;}
	.ml08-sm {margin-left:.8rem !important;}
	.ml10-sm {margin-left:1rem !important;}
	.ml15-sm {margin-left:1.5rem !important;}
	.ml20-sm {margin-left:2rem !important;}
	.ml25-sm {margin-left:2.5rem !important;}
	.ml30-sm {margin-left:3rem !important;}
	.ml35-sm {margin-left:3.5rem !important;}
	.ml40-sm {margin-left:4rem !important;}
	.ml50-sm {margin-left:5rem !important;}
	.ml55-sm {margin-left:5.5rem !important;}
	.ml60-sm {margin-left:6rem !important;}
	.ml70-sm {margin-left:7rem !important;}
	.ml80-sm {margin-left:8rem !important;}

	.mr0-sm {margin-right:0rem !important;}
	.mr05-sm {margin-right:.5rem !important;}
	.mr08-sm {margin-right:.8rem !important;}
	.mr10-sm {margin-right:1rem !important;}
	.mr15-sm {margin-right:1.5rem !important;}
	.mr20-sm {margin-right:2rem !important;}
	.mr25-sm {margin-right:2.5rem !important;}
	.mr30-sm {margin-right:3rem !important;}
	.mr35-sm {margin-right:3.5rem !important;}
	.mr40-sm {margin-right:4rem !important;}
	.mr50-sm {margin-right:5rem !important;}
	.mr55-sm {margin-right:5.5rem !important;}
	.mr60-sm {margin-right:6rem !important;}
	.mr80-sm {margin-right:8rem !important;}
}



/*************************** padding *************************/

.pt0 {padding-top:0rem !important;}
.pt05 {padding-top:.5rem !important;}
.pt08 {padding-top:.8rem !important;}
.pt10 {padding-top:1rem !important;}
.pt15 {padding-top:1.5rem !important;}
.pt20 {padding-top:2rem !important;}
.pt25 {padding-top:2.5rem !important;}
.pt30 {padding-top:3rem !important;}
.pt35 {padding-top:3.5rem !important;}
.pt40 {padding-top:4rem !important;}
.pt50 {padding-top:5rem !important;}
.pt55 {padding-top:5.5rem !important;}
.pt60 {padding-top:6rem !important;}
.pt70 {padding-top:7rem !important;}
.pt80 {padding-top:8rem !important;}

.pb0 {padding-bottom:0rem !important;}
.pb03 {padding-bottom:.3rem !important;}
.pb05 {padding-bottom:.5rem !important;}
.pb08 {padding-bottom:.8rem !important;}
.pb10 {padding-bottom:1rem !important;}
.pb15 {padding-bottom:1.5rem !important;}
.pb20 {padding-bottom:2rem !important;}
.pb25 {padding-bottom:2.5rem !important;}
.pb30 {padding-bottom:3rem !important;}
.pb35 {padding-bottom:3.5rem !important;}
.pb40 {padding-bottom:4rem !important;}
.pb50 {padding-bottom:5rem !important;}
.pb55 {padding-bottom:5.5rem !important;}
.pb60 {padding-bottom:6rem !important;}
.pb70 {padding-bottom:7rem !important;}
.pb80 {padding-bottom:8rem !important;}

.pl0 {padding-left:0rem !important;}
.pl05 {padding-left:.5rem !important;}
.pl08 {padding-left:.8rem !important;}
.pl10 {padding-left:1rem !important;}
.pl15 {padding-left:1.5rem !important;}
.pl20 {padding-left:2rem !important;}
.pl25 {padding-left:2.5rem !important;}
.pl30 {padding-left:3rem !important;}
.pl35 {padding-left:3.5rem !important;}
.pl40 {padding-left:4rem !important;}
.pl50 {padding-left:5rem !important;}
.pl55 {padding-left:5.5rem !important;}
.pl60 {padding-left:6rem !important;}
.pl70 {padding-left:7rem !important;}
.pl80 {padding-left:8rem !important;}

.pr0 {padding-right:0rem !important;}
.pr05 {padding-right:.5rem !important;}
.pr08 {padding-right:.8rem !important;}
.pr10 {padding-right:1rem !important;}
.pr15 {padding-right:1.5rem !important;}
.pr20 {padding-right:2rem !important;}
.pr25 {padding-right:2.5rem !important;}
.pr30 {padding-right:3rem !important;}
.pr35 {padding-right:3.5rem !important;}
.pr40 {padding-right:4rem !important;}
.pr50 {padding-right:5rem !important;}
.pr55 {padding-right:5.5rem !important;}
.pr60 {padding-right:6rem !important;}
.pr80 {padding-right:8rem !important;}


@media (max-width: 1199.98px) {
	.pt0-xl {padding-top:0rem !important;}
	.pt05-xl {padding-top:.5rem !important;}
	.pt08-xl {padding-top:.8rem !important;}
	.pt10-xl {padding-top:1rem !important;}
	.pt15-xl {padding-top:1.5rem !important;}
	.pt20-xl {padding-top:2rem !important;}
	.pt25-xl {padding-top:2.5rem !important;}
	.pt30-xl {padding-top:3rem !important;}
	.pt35-xl {padding-top:3.5rem !important;}
	.pt40-xl {padding-top:4rem !important;}
	.pt50-xl {padding-top:5rem !important;}
	.pt55-xl {padding-top:5.5rem !important;}
	.pt60-xl {padding-top:6rem !important;}
	.pt70-xl {padding-top:7rem !important;}
	.pt80-xl {padding-top:8rem !important;}

	.pb0-xl {padding-bottom:0rem !important;}
	.pb03-xl {padding-bottom:.3rem !important;}
	.pb05-xl {padding-bottom:.5rem !important;}
	.pb08-xl {padding-bottom:.8rem !important;}
	.pb10-xl {padding-bottom:1rem !important;}
	.pb15-xl {padding-bottom:1.5rem !important;}
	.pb20-xl {padding-bottom:2rem !important;}
	.pb25-xl {padding-bottom:2.5rem !important;}
	.pb30-xl {padding-bottom:3rem !important;}
	.pb35-xl {padding-bottom:3.5rem !important;}
	.pb40-xl {padding-bottom:4rem !important;}
	.pb50-xl {padding-bottom:5rem !important;}
	.pb55-xl {padding-bottom:5.5rem !important;}
	.pb60-xl {padding-bottom:6rem !important;}
	.pb70-xl {padding-bottom:7rem !important;}
	.pb80-xl {padding-bottom:8rem !important;}

	.pl0-xl {padding-left:0rem !important;}
	.pl05-xl {padding-left:.5rem !important;}
	.pl08-xl {padding-left:.8rem !important;}
	.pl10-xl {padding-left:1rem !important;}
	.pl15-xl {padding-left:1.5rem !important;}
	.pl20-xl {padding-left:2rem !important;}
	.pl25-xl {padding-left:2.5rem !important;}
	.pl30-xl {padding-left:3rem !important;}
	.pl35-xl {padding-left:3.5rem !important;}
	.pl40-xl {padding-left:4rem !important;}
	.pl50-xl {padding-left:5rem !important;}
	.pl55-xl {padding-left:5.5rem !important;}
	.pl60-xl {padding-left:6rem !important;}
	.pl70-xl {padding-left:7rem !important;}
	.pl80-xl {padding-left:8rem !important;}

	.pr0-xl {padding-right:0rem !important;}
	.pr05-xl {padding-right:.5rem !important;}
	.pr08-xl {padding-right:.8rem !important;}
	.pr10-xl {padding-right:1rem !important;}
	.pr15-xl {padding-right:1.5rem !important;}
	.pr20-xl {padding-right:2rem !important;}
	.pr25-xl {padding-right:2.5rem !important;}
	.pr30-xl {padding-right:3rem !important;}
	.pr35-xl {padding-right:3.5rem !important;}
	.pr40-xl {padding-right:4rem !important;}
	.pr50-xl {padding-right:5rem !important;}
	.pr55-xl {padding-right:5.5rem !important;}
	.pr60-xl {padding-right:6rem !important;}
	.pr80-xl {padding-right:8rem !important;}
}
@media (max-width: 991.98px) {
	.pt0-lg {padding-top:0rem !important;}
	.pt05-lg {padding-top:.5rem !important;}
	.pt08-lg {padding-top:.8rem !important;}
	.pt10-lg {padding-top:1rem !important;}
	.pt15-lg {padding-top:1.5rem !important;}
	.pt20-lg {padding-top:2rem !important;}
	.pt25-lg {padding-top:2.5rem !important;}
	.pt30-lg {padding-top:3rem !important;}
	.pt35-lg {padding-top:3.5rem !important;}
	.pt40-lg {padding-top:4rem !important;}
	.pt50-lg {padding-top:5rem !important;}
	.pt55-lg {padding-top:5.5rem !important;}
	.pt60-lg {padding-top:6rem !important;}
	.pt70-lg {padding-top:7rem !important;}
	.pt80-lg {padding-top:8rem !important;}

	.pb0-lg {padding-bottom:0rem !important;}
	.pb03-lg {padding-bottom:.3rem !important;}
	.pb05-lg {padding-bottom:.5rem !important;}
	.pb08-lg {padding-bottom:.8rem !important;}
	.pb10-lg {padding-bottom:1rem !important;}
	.pb15-lg {padding-bottom:1.5rem !important;}
	.pb20-lg {padding-bottom:2rem !important;}
	.pb25-lg {padding-bottom:2.5rem !important;}
	.pb30-lg {padding-bottom:3rem !important;}
	.pb35-lg {padding-bottom:3.5rem !important;}
	.pb40-lg {padding-bottom:4rem !important;}
	.pb50-lg {padding-bottom:5rem !important;}
	.pb55-lg {padding-bottom:5.5rem !important;}
	.pb60-lg {padding-bottom:6rem !important;}
	.pb70-lg {padding-bottom:7rem !important;}
	.pb80-lg {padding-bottom:8rem !important;}

	.pl0-lg {padding-left:0rem !important;}
	.pl05-lg {padding-left:.5rem !important;}
	.pl08-lg {padding-left:.8rem !important;}
	.pl10-lg {padding-left:1rem !important;}
	.pl15-lg {padding-left:1.5rem !important;}
	.pl20-lg {padding-left:2rem !important;}
	.pl25-lg {padding-left:2.5rem !important;}
	.pl30-lg {padding-left:3rem !important;}
	.pl35-lg {padding-left:3.5rem !important;}
	.pl40-lg {padding-left:4rem !important;}
	.pl50-lg {padding-left:5rem !important;}
	.pl55-lg {padding-left:5.5rem !important;}
	.pl60-lg {padding-left:6rem !important;}
	.pl70-lg {padding-left:7rem !important;}
	.pl80-lg {padding-left:8rem !important;}

	.pr0-lg {padding-right:0rem !important;}
	.pr05-lg {padding-right:.5rem !important;}
	.pr08-lg {padding-right:.8rem !important;}
	.pr10-lg {padding-right:1rem !important;}
	.pr15-lg {padding-right:1.5rem !important;}
	.pr20-lg {padding-right:2rem !important;}
	.pr25-lg {padding-right:2.5rem !important;}
	.pr30-lg {padding-right:3rem !important;}
	.pr35-lg {padding-right:3.5rem !important;}
	.pr40-lg {padding-right:4rem !important;}
	.pr50-lg {padding-right:5rem !important;}
	.pr55-lg {padding-right:5.5rem !important;}
	.pr60-lg {padding-right:6rem !important;}
	.pr80-lg {padding-right:8rem !important;}
}
@media (max-width: 767.98px) {
	.pt0-md {padding-top:0rem !important;}
	.pt05-md {padding-top:.5rem !important;}
	.pt08-md {padding-top:.8rem !important;}
	.pt10-md {padding-top:1rem !important;}
	.pt15-md {padding-top:1.5rem !important;}
	.pt20-md {padding-top:2rem !important;}
	.pt25-md {padding-top:2.5rem !important;}
	.pt30-md {padding-top:3rem !important;}
	.pt35-md {padding-top:3.5rem !important;}
	.pt40-md {padding-top:4rem !important;}
	.pt50-md {padding-top:5rem !important;}
	.pt55-md {padding-top:5.5rem !important;}
	.pt60-md {padding-top:6rem !important;}
	.pt70-md {padding-top:7rem !important;}
	.pt80-md {padding-top:8rem !important;}

	.pb0-md {padding-bottom:0rem !important;}
	.pb03-md {padding-bottom:.3rem !important;}
	.pb05-md {padding-bottom:.5rem !important;}
	.pb08-md {padding-bottom:.8rem !important;}
	.pb10-md {padding-bottom:1rem !important;}
	.pb15-md {padding-bottom:1.5rem !important;}
	.pb20-md {padding-bottom:2rem !important;}
	.pb25-md {padding-bottom:2.5rem !important;}
	.pb30-md {padding-bottom:3rem !important;}
	.pb35-md {padding-bottom:3.5rem !important;}
	.pb40-md {padding-bottom:4rem !important;}
	.pb50-md {padding-bottom:5rem !important;}
	.pb55-md {padding-bottom:5.5rem !important;}
	.pb60-md {padding-bottom:6rem !important;}
	.pb70-md {padding-bottom:7rem !important;}
	.pb80-md {padding-bottom:8rem !important;}

	.pl0-md {padding-left:0rem !important;}
	.pl05-md {padding-left:.5rem !important;}
	.pl08-md {padding-left:.8rem !important;}
	.pl10-md {padding-left:1rem !important;}
	.pl15-md {padding-left:1.5rem !important;}
	.pl20-md {padding-left:2rem !important;}
	.pl25-md {padding-left:2.5rem !important;}
	.pl30-md {padding-left:3rem !important;}
	.pl35-md {padding-left:3.5rem !important;}
	.pl40-md {padding-left:4rem !important;}
	.pl50-md {padding-left:5rem !important;}
	.pl55-md {padding-left:5.5rem !important;}
	.pl60-md {padding-left:6rem !important;}
	.pl70-md {padding-left:7rem !important;}
	.pl80-md {padding-left:8rem !important;}

	.pr0-md {padding-right:0rem !important;}
	.pr05-md {padding-right:.5rem !important;}
	.pr08-md {padding-right:.8rem !important;}
	.pr10-md {padding-right:1rem !important;}
	.pr15-md {padding-right:1.5rem !important;}
	.pr20-md {padding-right:2rem !important;}
	.pr25-md {padding-right:2.5rem !important;}
	.pr30-md {padding-right:3rem !important;}
	.pr35-md {padding-right:3.5rem !important;}
	.pr40-md {padding-right:4rem !important;}
	.pr50-md {padding-right:5rem !important;}
	.pr55-md {padding-right:5.5rem !important;}
	.pr60-md {padding-right:6rem !important;}
	.pr80-md {padding-right:8rem !important;}
}
@media (max-width: 575.98px) {
	.pt0-sm {padding-top:0rem !important;}
	.pt05-sm {padding-top:.5rem !important;}
	.pt08-sm {padding-top:.8rem !important;}
	.pt10-sm {padding-top:1rem !important;}
	.pt15-sm {padding-top:1.5rem !important;}
	.pt20-sm {padding-top:2rem !important;}
	.pt25-sm {padding-top:2.5rem !important;}
	.pt30-sm {padding-top:3rem !important;}
	.pt35-sm {padding-top:3.5rem !important;}
	.pt40-sm {padding-top:4rem !important;}
	.pt50-sm {padding-top:5rem !important;}
	.pt55-sm {padding-top:5.5rem !important;}
	.pt60-sm {padding-top:6rem !important;}
	.pt70-sm {padding-top:7rem !important;}
	.pt80-sm {padding-top:8rem !important;}

	.pb0-sm {padding-bottom:0rem !important;}
	.pb03-sm {padding-bottom:.3rem !important;}
	.pb05-sm {padding-bottom:.5rem !important;}
	.pb08-sm {padding-bottom:.8rem !important;}
	.pb10-sm {padding-bottom:1rem !important;}
	.pb15-sm {padding-bottom:1.5rem !important;}
	.pb20-sm {padding-bottom:2rem !important;}
	.pb25-sm {padding-bottom:2.5rem !important;}
	.pb30-sm {padding-bottom:3rem !important;}
	.pb35-sm {padding-bottom:3.5rem !important;}
	.pb40-sm {padding-bottom:4rem !important;}
	.pb50-sm {padding-bottom:5rem !important;}
	.pb55-sm {padding-bottom:5.5rem !important;}
	.pb60-sm {padding-bottom:6rem !important;}
	.pb70-sm {padding-bottom:7rem !important;}
	.pb80-sm {padding-bottom:8rem !important;}

	.pl0-sm {padding-left:0rem !important;}
	.pl05-sm {padding-left:.5rem !important;}
	.pl08-sm {padding-left:.8rem !important;}
	.pl10-sm {padding-left:1rem !important;}
	.pl15-sm {padding-left:1.5rem !important;}
	.pl20-sm {padding-left:2rem !important;}
	.pl25-sm {padding-left:2.5rem !important;}
	.pl30-sm {padding-left:3rem !important;}
	.pl35-sm {padding-left:3.5rem !important;}
	.pl40-sm {padding-left:4rem !important;}
	.pl50-sm {padding-left:5rem !important;}
	.pl55-sm {padding-left:5.5rem !important;}
	.pl60-sm {padding-left:6rem !important;}
	.pl70-sm {padding-left:7rem !important;}
	.pl80-sm {padding-left:8rem !important;}

	.pr0-sm {padding-right:0rem !important;}
	.pr05-sm {padding-right:.5rem !important;}
	.pr08-sm {padding-right:.8rem !important;}
	.pr10-sm {padding-right:1rem !important;}
	.pr15-sm {padding-right:1.5rem !important;}
	.pr20-sm {padding-right:2rem !important;}
	.pr25-sm {padding-right:2.5rem !important;}
	.pr30-sm {padding-right:3rem !important;}
	.pr35-sm {padding-right:3.5rem !important;}
	.pr40-sm {padding-right:4rem !important;}
	.pr50-sm {padding-right:5rem !important;}
	.pr55-sm {padding-right:5.5rem !important;}
	.pr60-sm {padding-right:6rem !important;}
	.pr80-sm {padding-right:8rem !important;}
}


/*가로*/
.w10{width:10px !important;}
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w60{width:60px !important;}
.w70{width:70px !important;}
.w80{width:80px !important;}
.w90{width:90px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w130{width:130px !important;}
.w140{width:140px !important;}
.w150{width:150px !important;}
.w160{width:160px !important;}
.w170{width:170px !important;}
.w180{width:180px !important;}
.w190{width:190px !important;}
.w200{width:200px !important;}
.w210{width:210px !important;}
.w220{width:220px !important;}
.w230{width:230px !important;}
.w240{width:240px !important;}
.w250{width:250px !important;}
.w260{width:260px !important;}
.w270{width:270px !important;}
.w280{width:280px !important;}
.wp100 {width:100% !important;}
.wp90 {width:90% !important;}
.wp80 {width:80% !important;}
.wp70 {width:70% !important;}
.wp60 {width:60% !important;}
.wp50 {width:50% !important;}
.wp40 {width:40% !important;}
.wp30 {width:30% !important;}
.wp20 {width:20% !important;}
.wp10 {width:10% !important;}


@media(max-width:991.98px){
.w10-lg{width:10px !important;}
.w20-lg{width:20px !important;}
.w30-lg{width:30px !important;}
.w40-lg{width:40px !important;}
.w50-lg{width:50px !important;}
.w60-lg{width:60px !important;}
.w70-lg{width:70px !important;}
.w80-lg{width:80px !important;}
.w90-lg{width:90px !important;}
.w100-lg{width:100px !important;}
.w110-lg{width:110px !important;}
.w120-lg{width:120px !important;}
.w130-lg{width:130px !important;}
.w140-lg{width:140px !important;}
.w150-lg{width:150px !important;}
.w160-lg{width:160px !important;}
.w170-lg{width:170px !important;}
.w180-lg{width:180px !important;}
.w190-lg{width:190px !important;}
.w200-lg{width:200px !important;}
.w210-lg{width:210px !important;}
.w220-lg{width:220px !important;}
.w230-lg{width:230px !important;}
.w240-lg{width:240px !important;}
.w250-lg{width:250px !important;}
.w260-lg{width:260px !important;}
.w270-lg{width:270px !important;}
.w280-lg{width:280px !important;}

.wp100-lg {width:100% !important;}
.wp90-lg {width:90% !important;}
.wp80-lg {width:80% !important;}
.wp70-lg {width:70% !important;}
.wp60-lg {width:60% !important;}
.wp50-lg {width:50% !important;}
.wp40-lg {width:40% !important;}
.wp30-lg {width:30% !important;}
.wp20-lg {width:20% !important;}
.wp10-lg {width:10% !important;}
}
@media(max-width:767.98px){
.w10-md{width:10px !important;}
.w20-md{width:20px !important;}
.w30-md{width:30px !important;}
.w40-md{width:40px !important;}
.w50-md{width:50px !important;}
.w60-md{width:60px !important;}
.w70-md{width:70px !important;}
.w80-md{width:80px !important;}
.w90-md{width:90px !important;}
.w100-md{width:100px !important;}
.w110-md{width:110px !important;}
.w120-md{width:120px !important;}
.w130-md{width:130px !important;}
.w140-md{width:140px !important;}
.w150-md{width:150px !important;}
.w160-md{width:160px !important;}
.w170-md{width:170px !important;}
.w180-md{width:180px !important;}
.w190-md{width:190px !important;}
.w200-md{width:200px !important;}
.w210-md{width:210px !important;}
.w220-md{width:220px !important;}
.w230-md{width:230px !important;}
.w240-md{width:240px !important;}
.w250-md{width:250px !important;}
.w260-md{width:260px !important;}
.w270-md{width:270px !important;}
.w280-md{width:280px !important;}

.wp100-md {width:100% !important;}
.wp90-md {width:90% !important;}
.wp80-md {width:80% !important;}
.wp70-md {width:70% !important;}
.wp60-md {width:60% !important;}
.wp50-md {width:50% !important;}
.wp40-md {width:40% !important;}
.wp30-md {width:30% !important;}
.wp20-md {width:20% !important;}
.wp10-md {width:10% !important;}
}
@media(max-width:575.98px){
.w10-sm{width:10px !important;}
.w20-sm{width:20px !important;}
.w30-sm{width:30px !important;}
.w40-sm{width:40px !important;}
.w50-sm{width:50px !important;}
.w60-sm{width:60px !important;}
.w70-sm{width:70px !important;}
.w80-sm{width:80px !important;}
.w90-sm{width:90px !important;}
.w100-sm{width:100px !important;}
.w110-sm{width:110px !important;}
.w120-sm{width:120px !important;}
.w130-sm{width:130px !important;}
.w140-sm{width:140px !important;}
.w150-sm{width:150px !important;}
.w160-sm{width:160px !important;}
.w170-sm{width:170px !important;}
.w180-sm{width:180px !important;}
.w190-sm{width:190px !important;}
.w200-sm{width:200px !important;}
.w210-sm{width:210px !important;}
.w220-sm{width:220px !important;}
.w230-sm{width:230px !important;}
.w240-sm{width:240px !important;}
.w250-sm{width:250px !important;}
.w260-sm{width:260px !important;}
.w270-sm{width:270px !important;}
.w280-sm{width:280px !important;}

.wp100-sm {width:100% !important;}
.wp90-sm {width:90% !important;}
.wp80-sm {width:80% !important;}
.wp70-sm {width:70% !important;}
.wp60-sm {width:60% !important;}
.wp50-sm {width:50% !important;}
.wp40-sm {width:40% !important;}
.wp30-sm {width:30% !important;}
.wp20-sm {width:20% !important;}
.wp10-sm {width:10% !important;}
}




/*공통 체크박스*/
.checkbox_type1,
.radio_type1{
	margin-right:25px;
	vertical-align:top;
}
.checkbox_type1.middle,
.radio_type1.middle{
	vertical-align:middle;
}


.checkbox_type1:last-child,
.radio_type1:last-child{
	margin-right:0;
}

p[class^="checkbox_"]{
	overflow:hidden;
	display:inline-block;
	color:#111;
	font-size:1.4rem;
}
p[class^="checkbox_"] > input{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
	left:-100%;
}

.checkbox_type1 > label{
	display:block;
	padding:5px 0;
	padding-left:2.5rem;
	position:relative;
	cursor:pointer;
	font-weight: 400;
}
.checkbox_type1 > label::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:18px;
	height:18px;
	overflow:hidden;
	background:#f6f6f6;
	border-radius:3px;
	border:1px solid #ccc;
/* 	transition:all .1s ease-in-out; */
}
.checkbox_type1 > label::before{
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 3px;
    background: #293f3a;
    border: 1px solid #293f3a;
    z-index: 1;
	display:none;
}
.checkbox_type1 > input:checked + label::before{
	display:block;
}


.checkbox_type1.checkbox_square > label::before{
	background: url('../_img/icon/check_green.png')no-repeat center center/ contain;
	border:none;
	border-radius:0;
	width:11px;
	height:11px;
}
.checkbox_type1.checkbox_square > label::after{
	border-radius:0;
}






/*공통 라디오박스*/
p[class^="radio_"]{
	overflow:hidden;
	display:inline-block;
	color:#111;
	font-size:1.4rem;
}
p[class^="radio_"] > input{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
	left:-100%;
}

.radio_type1 > label{
	display:block;
	padding:5px 0;
	padding-left:2rem;
	position:relative;
	cursor:pointer;
}
.radio_type1 > label::after,
.radio_type1 > label::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	transition:all .1s ease-in-out;
	border-radius:100%;

}
.radio_type1 > label::after{
	width:15px;
	height:15px;
	overflow:hidden;
	border:1px solid #444;
}
.radio_type1 > input:checked + label::before{
	width:9px;
	height:9px;
	background:#444;
	left:3px;
}



p[class^="radio_"].sm,
p[class^="checkbox_"].sm{
	font-size:1.4rem;
}
.checkbox_type1.text_none,
.radio_type1.text_none{
	margin-left:0;
}
.checkbox_type1.text_none > label{
	padding-left:0px;
	width:18px;
	height:18px;
	font-size:0;
	text-indent:-100px;
}

.checkbox_type1.right > label,
.radio_type1.right > label{
	padding-left:0;
	padding-right:30px;
}
.checkbox_type1.right > label::after,
.radio_type1.right > label::after{
	left:auto;
	right:0;
}


.checkbox_type1.sm > label,
.radio_type1.sm > label{
	padding-left:24px;
}
.checkbox_type1.right > label,
.radio_type1.right > label{
	padding-left:0;
	padding-right:24px;
}
.checkbox_type1.sm > label::after{
	margin-left:0;
	background:url('/_img/icon/icon_checkbox_type1.png') no-repeat left top / 18px auto;
	width:18px;
	height:18px;
}
.checkbox_type1.sm > input:checked + label::after{
	background:url('/_img/icon/icon_checkbox_type1.png') no-repeat left -18px / 18px auto;
}

.radio_type1.sm > label::after{
	width:18px;
	height:18px;
	overflow:hidden;
	border:1px solid #444;
}
.radio_type1.sm > input:checked + label::before{
	width:10px;
	height:10px;
	background:#444;
	left:4px;
}





/*추가 체크박스*/
.checkbox_square,
.checkbox_circle{
	overflow:hidden;
	vertical-align: top;
	font-size:0 !important
}
.checkbox_square.ntxt label{
	width:2rem;
	height:2rem;
	vertical-align: top;
	background:url('/html/_img/comm/check_square.png') no-repeat center top / 2rem auto;
	cursor: pointer;
	position:relative;
}
.checkbox_square.ntxt input:checked + label{
	background:url('/html/_img/comm/check_square.png') no-repeat center bottom / 2rem auto;
}

.checkbox_square:not(.ntxt) label{
	padding:5px 5px 5px 3.5rem;
	vertical-align: top;
	position:relative;
	cursor: pointer;
	font-size:1.6rem;
}
.checkbox_square:not(.ntxt) label::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	background:url('/html/_img/comm/check_square.png') no-repeat center top / 2rem auto;
	width:2rem;
	height:2rem;
}
.checkbox_square:not(.ntxt) input:checked + label::after{
	background:url('/html/_img/comm/check_square.png') no-repeat center bottom / 2rem auto;
}
/* 수정 " 20230306 */
.checkbox_square input:disabled + label::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	background:#000;
	width:2rem;
	height:2rem;
	opacity:.2;
}




.checkbox_circle{
	overflow:hidden;
}
.checkbox_circle.ntxt label{
	width:2rem;
	height:2rem;
	vertical-align: top;
	background:url('/html/_img/comm/check_circle.png') no-repeat center top / 2rem auto;
	cursor: pointer;
	position:relative;
}
.checkbox_circle.ntxt input:checked + label{
	background:url('/html/_img/comm/check_circle.png') no-repeat center bottom / 2rem auto;
}

.checkbox_circle:not(.ntxt) label{
	padding:5px 5px 5px 3.5rem;
	vertical-align: top;
	position:relative;
	cursor: pointer;
}
.checkbox_circle:not(.ntxt) label::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	background:url('/html/_img/comm/check_circle.png') no-repeat center top / 2rem auto;
	width:2rem;
	height:2rem;
}
.checkbox_circle:not(.ntxt) input:checked + label::after{
	background:url('/html/_img/comm/check_circle.png') no-repeat center bottom / 2rem auto;
}
/* 수정 " 20230306 */
.checkbox_circle input:disabled + label::before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	background:#000;
	width:2rem;
	height:2rem;
	border-radius:100%;
	opacity:.2;
}







/*자동등록방지*/
#captcha{}
#captcha legend{
	display:none;
}
#captcha audio{
	vertical-align:middle;
}
#captcha_img{
	height:54px;
	padding:5px 5px 2px;
	width:auto;
	vertical-align:middle;
	margin-right:5px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:8px;
}
#captcha #captcha_key{
	border:1px solid #ddd;
	padding:10px;
	height:54px;
	border-radius:8px;
	vertical-align:middle;
}

#mb_recommend_search button{
	border:0;
	border:1px solid #222;
	padding:0px 15px;
	background:#fff;
	height:48px;
	line-height:46px;
	font-size:1.3rem;
	vertical-align:middle;
}

#captcha button{
	height:54px;
	line-height:52px;
	padding:0px 10px;
	font-size:1.4rem;
	border-radius:8px;
	display:inline-block;
	vertical-align: middle;
	outline:none;
	box-shadow:none;
	text-align: center;
    background: #888;
    border: 1px solid #888;
    color: #fff;
}
#captcha_info{
	color:#999;
	font-size:1.3rem;
	display:block;
	margin: 0.5rem;
}
@media(max-width:767.98px){
	#captcha audio{
		width:100%;
		margin-bottom: 5px;
	}
	#captcha_img{
		padding:5px 0 0;
		width:100px;
	}
	#captcha #captcha_key {
		padding: 10px;
		width:85px;
	}
	#captcha button{
		padding:0 10px;
		font-size:1.2rem;
		height:40px;
		line-height: 38px;
	}
	#captcha #captcha_key,
	#captcha_img{
		height:40px;
	}
}


/**/
.s_only,
.sound_only{
	position:absolute;
	z-index:-1;
	opacity:0;
	width:0;
	height:0;
	font-size:0;
}
