
/*
	[디자인팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.
*/


.rb_agree .rb_group_tit {margin-right:15px;}
.rb_agree .agree_form .text_box {margin-right:15px;}

/* horiz */
@media screen and (max-width:900px) {
	.rb_agree .rb_group_tit {margin-right:10px;}
	.rb_agree .agree_form .text_box {margin-right:10px;}
}

/* horiz */
@media screen and (max-width:500px) {
	.rb_agree .rb_group_tit {margin-right:0px;}
	.rb_agree .agree_form .text_box {margin-right:0px;}
}

/* horiz */
@media screen and (max-width:360px) {
	.rb_agree .rb_group_tit .tit {display:block;}
}

