@charset "utf-8";

.layoutColumn {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
	-webkit-box-pack:center;-moz-box-justify-content:center;-ms-flex-pack:center;justify-content:center;
	-webkit-box-align:center;-moz-align-items:center;-ms-flex-align:center;align-items:center;
}
.fullPopup * { font-family:"Noto Sans KR","Roboto","Apple SD Gothic Neo","맑은 고딕","Malgun Gothic","돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif !important;letter-spacing:-.04rem }
.fullPopup .fullPopWrap { display:block; }
.fullPopWrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	width:100%;
	height:100%;
}
.fullPopWrap.active { display:block; }
.fullPopWrap .popHeader {
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:5.6rem;
	background-color:#fff;
	border:0;
}
.fullPopWrap .popHeader h1 {
	display:block;
	width:100%;
	font-size:1.6rem;
	font-weight:400;
	color:#111;
	text-align:center;
}
.fullPopWrap .popHeader .popCloseX {
	position:absolute;
	top:1.6rem;
	right:1.6rem;
}
.fullPopWrap .popContWrap {
	width:100%;
	height:100%;
	padding:5.6rem 1.6rem 12.8rem 1.6rem;
	background-color:#fff;
	overflow-y:auto;
}
.fullPopWrap .popContWrap.noBtn { padding:5.6rem 1.6rem 4.8rem 1.6rem; }
.fullPopWrap .popContWrap > * { width:100%; }
.fullPopWrap .popContWrap .contTitle {
	min-height:2.5rem;
	margin:2.4rem 0 0 0;
	font-size:2.4rem;
	font-weight:700;
	color:#111;
	text-align:left;
	line-height:3.3rem;
}
.fullPopWrap .popContWrap .contTitle > a { color:#046fd9; }
.fullPopWrap .popContWrap .popSubTitle {
	margin-top:1.2rem;
	font-size:1.4rem;
	font-weight:400;
	color:#666;
}
.fullPopWrap .popContWrap .popContent { margin:4.8rem 0 3.2rem 0; }
.fullPopWrap .popContWrap .popBtn {
	position:fixed;
	bottom:0;
	left:0;
	z-index:9;
    width:100%;
    height:10.4rem;
    padding:2.4rem 1.6rem;
    background-image:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.fullPopWrap .popCloseX {
	width:2.4rem;
	height:2.4rem;
	background:url("/mhwr/direct/images/app/direct/icon_btn_close.png") no-repeat center / 100%;
	font-size:0;
}
.fullPopWrap .popContWrap .contTab {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:horizontal;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;
	-webkit-box-pack:center;-moz-box-justify-content:center;-ms-flex-pack:center;justify-content:center;
	-webkit-box-align:center;-moz-align-items:center;-ms-flex-align:center;align-items:center;
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:4rem 0 0 0;
}
.fullPopWrap .popContWrap .contTab:before {
	content:'';
	display:block;
	position:absolute;
	bottom:-.2rem;
	left:0;
	width:calc(100% + 3.2rem);
	margin:0 0 0 -1.6rem;
	border:.1rem solid #f0f0f0;
}
.fullPopWrap .popContWrap .contTab button {
	width:50%;
	height:4.8rem;
	font-size:1.6rem;
	font-weight:400;
	color:#666;
	text-align:center;
	line-height:4.8rem;
}
.fullPopWrap .popContWrap .contTab button.active {
	border-bottom:.2rem solid #26282c;
	font-weight:700;
	color:#26282c;
}
.fullPopWrap .popContWrap .contSection {
	width:100%;
	margin:2.4rem 0 0 0;
}
.fullPopWrap .popContWrap .contSection + .contSection { margin:6.8rem 0 0 0; }
.fullPopWrap .popContWrap .contSection > * { width:100%; }
.fullPopWrap .popContWrap .contSection h3 {
	font-size:1.8rem;
	font-weight:700;
	coloor:#26282c;
}
.fullPopWrap .popContWrap .contSection .fs1 {
	margin-top:1.2rem;
	font-size:1.4rem;
	font-weight:400;
	color:#26282c;
	text-align:left;
	line-height:1.9rem;
}
.fullPopWrap .popContWrap .contSection .fs1 a {
	color:#046fd9;
	text-decoration:underline;
}
.fullPopWrap .popContWrap .contSection .gradeGraph {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:horizontal;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;
	-webkit-box-pack:center;-moz-box-justify-content:center;-ms-flex-pack:center;justify-content:center;
	-webkit-box-align:start;-moz-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;
	margin-top:2.4rem;
	padding:1.5rem 0 0 0;
	min-height:7.4rem;
}
.fullPopWrap .popContWrap .contSection .gradeGraph span {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:20%;
	font-size:1.4rem;
	font-weight:500;
	color:#666;
	text-align:center;
}
.fullPopWrap .popContWrap .contSection .gradeGraph span:before {
	content:'';
	display:block;
	position:absolute;
	top:2.5rem;
	left:0;
	width:100%;
	height:1.4rem;
}
.fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(1):before {
	-webkit-border-radius:1.4rem 0 0 1.4rem;
	border-radius:1.4rem 0 0 1.4rem;
	background-color:#00a1e9;
}
.fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(2):before { background-color:#2ca739; }
.fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(3):before { background-color:#f5b325; }
.fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(4):before { background-color:#f08300; }
.fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(5):before {
	-webkit-border-radius:0 1.4rem 1.4rem 0;
	border-radius:0 1.4rem 1.4rem 0;
	background-color:#d1131c;
}
.fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(2):after {
	content:'';
	display:block;
	position:absolute;
	top:2.9rem;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	width:1.4rem;
	height:1.4rem;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:.3rem solid #26282c;
	background-color:#fff;
}
.fullPopWrap .popContWrap .contSection .contBox {
	margin-top:2.4rem;
}
.fullPopWrap .popContWrap .contSection .contBox dt {
	font-size:1.6rem;
	font-weight:500;
	color:#26282c;
	text-align:left;
}
.fullPopWrap .popContWrap .contSection .contBox dd {
	position:relative;
	top:0;
	left:0;
	padding-left:.9rem;
	margin-top:.4rem;
	font-size:1.4rem;
	font-weight:400;
	color:#666;
	text-align:left;
	line-height:1.9rem;
}
.fullPopWrap .popContWrap .contSection .contBox dt + dd { margin-top:.8rem; }
.fullPopWrap .popContWrap .contSection .contBox dd:before {
	content:'';
	display:block;
	position:absolute;
	top:.85rem;
	left:0;
	width:.3rem;
	height:.3rem;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#666;
}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd,
.fullPopWrap .popContWrap .contSection .contBox.noListStyle dd { padding:0; }
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd:before,
.fullPopWrap .popContWrap .contSection .contBox.noListStyle dd:before { display:none; }
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div {
	width:100%;
	padding:1.6rem;
	-webkit-border-radius:.6rem;
	border-radius:.6rem;
	border:.1rem solid #eaeaee;
}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table { width:100%; }
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table th {
	padding:.8rem;
	background-color:#f3f3f3;
	border:.1rem solid #eaeaee;
	border-left:0;
	font-size:1.3rem;
	font-weight:400;
	color:#26282c;
	text-align:left;
	line-height:1.8rem;
}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table tr:nth-child(1) th:nth-child(1) {
	background-color:#edf0f8;
	border:.1rem solid #ddd;
	border-left:0;
	font-size:1.4rem;
	line-height:1.9rem;
}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table td {
	padding:.8rem;
	font-size:1.3rem;
	font-weight:400;
	color:#666;
	text-align:left;
	line-height:1.8rem;
	border:.1rem solid #eaeaee;
}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p {
	width:100%;
	margin-top:1.6rem;
	font-size:1.4rem;
	font-weight:400;
	color:#26282c;
	text-align:left;
}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p em {
	font-size:inherit;
	font-weight:500;
	color:inherit;
}
/*20251121 안심뱃지형태로 변경*/
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p.rating > strong {position:relative;top:-.1rem;margin-left:.6rem;padding:.2rem .5rem;border-radius:.5rem;-webkit-border-radius:.5rem;font-size:1.2rem;font-weight:400;line-height:1.6rem;letter-spacing:-0.04em;}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p.rating > strong.blue {background-color:#ecf6ff;color:#046fd9;}
.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p.rating > strong.green {background-color:#eaf6eb;color:#2ca739;}

.fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p:first-child { margin-top:0; }
.fullPopWrap .popContWrap .contSection .btnAgree {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:horizontal;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;
	-webkit-box-pack:center;-moz-box-justify-content:center;-ms-flex-pack:center;justify-content:center;
	-webkit-box-align:center;-moz-align-items:center;-ms-flex-align:center;align-items:center;
	margin-top:1.6rem;
}
.fullPopWrap .popContWrap .contSection .btnAgree span {
	display:block;
	position:relative;
	top:0;
	left:0;
	flex:1;
}
.fullPopWrap .popContWrap .contSection .btnAgree span:nth-child(2) { margin-left:.8rem; }
.fullPopWrap .popContWrap .contSection .btnAgree span input[type='radio'] {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	filter:alpha(opacity=0);
	vertical-align:top;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	margin:0;
	width:1px;
	height:1px;
}
.fullPopWrap .popContWrap .contSection .btnAgree span input[type='radio'] + label {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
	-webkit-box-pack:center;-moz-box-justify-content:center;-ms-flex-pack:center;justify-content:center;
	-webkit-box-align:center;-moz-align-items:center;-ms-flex-align:center;align-items:center;
	width:100%;
	height:4rem;
	-webkit-border-radius:.6rem;
	border-radius:.6rem;
	border:.1rem solid #ccc;
	background-color:#fff;
	font-size:1.4rem;
	font-weight:400;
	color:#26282c;
	text-align:center;
	white-space:nowrap;
}
.fullPopWrap .popContWrap .contSection .btnAgree span input[type='radio']:checked + label {
	border-color:#046fd9;
	font-weight:700;
	color:#046fd9;
}
.fullPopWrap .popContWrap .contSection .chkAgree {
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-box-orient:horizontal;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;
	-webkit-box-pack:start;-moz-box-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;
	-webkit-box-align:center;-moz-align-items:center;-ms-flex-align:center;align-items:center;
	flex-wrap:wrap;
	margin-top:1.6rem;
}
.fullPopWrap .popContWrap .contSection .chkAgree span {
	display:block;
	width:calc(50% - .4rem);
	min-height:2rem;
	margin-top:1.2rem;
}
.fullPopWrap .popContWrap .contSection .chkAgree span:nth-child(1) {
	width:100%;
	margin-top:0;
}
.fullPopWrap .popContWrap .contSection .chkAgree span:nth-child(3),
.fullPopWrap .popContWrap .contSection .chkAgree span:nth-child(5) { margin-left:.8rem; }
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] {
	position:absolute;
	width:0;
	height:0;
	padding:0;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	border:0;
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] + label {
	position:relative;
	display:inline-block;
	min-height:2rem;
	padding-left:2.8rem;
	font-size:1.5rem;
	letter-spacing:-.8px;
	font-weight:400;
	line-height:2rem;
	color:#111;
	word-wrap:break-word;
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] + label:before {
	content:'';
	display:block;
	position:absolute;
	top:-.1rem;
	left:-.1rem;
	z-index:3;
	width:2.2rem;
	height:2.2rem;
	background:#fff;
	border:.1rem solid #dcdcdc;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-transition:.3s cubic-bezier(.4, .0, .23, 1);
	transition:.3scubic-bezier(.4, .0, .23, 1);
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] + label:after {
	content:"비활성화";
	display:block;
	position:absolute;
	top:.6rem;
	left:.5rem;
	z-index:4;
	width:1.1rem;
	height:0.9rem;
	background:url('/mhwr/direct/images/app/ltrmMdl/ico_chk.png') no-repeat center / 1.1rem 0.9rem;
	text-indent:-9999em;
	-webkit-transition:.3s cubic-bezier(.4, .0, .23, 1);
	transition:.3scubic-bezier(.4, .0, .23, 1);
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:checked + label:after {
	content:'활성화';
	border-color:#fff;
	background-image:url("/mhwr/direct/images/app/ltrmMdl/ico_chk_on.png");
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:checked + label:before {
	background-color:#fff;
	border:.2rem solid #046fd9;
	transition:none;
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:disabled + label:before,
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:disabled:checked + label:before {
	background-color:#f2f4f7;
	border-color:#f2f4f7;
}
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:disabled + label:after { background-color:#f2f4f7; }
.fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:disabled:checked + label:after { border-color:#d7d8dc; }
.fullPopWrap .popContWrap .contSection .infoTxt { margin-top:1.6rem; }
.fullPopWrap .popContWrap .contSection .infoTxt li {
	position:relative;
	top:0;
	left:0;
	padding-left:.9rem;
	margin-top:.4rem;
	font-size:1.3rem;
	font-weight:400;
	color:#666;
	text-align:left;
	line-height:1.8rem;
}
.fullPopWrap .popContWrap .contSection .infoTxt li:first-child { margin-top:0; }
.fullPopWrap .popContWrap .contSection .infoTxt li:before {
	content:'';
	display:block;
	position:absolute;
	top:.85rem;
	left:0;
	width:.3rem;
	height:.3rem;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#666;
}
.btnFixed {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:20;
	transform:translateZ(0);
	padding:2.5rem 1.6rem;
	margin-top:0;
	background-image:linear-gradient(rgba(255,255,255,0.0),rgba(255,255,255,1.0),rgba(255,255,255,1.0),rgba(255,255,255,1.0));
}
.btnFixed .bottomBtn {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:5.6rem;
	padding-left:1.2rem;
	padding-right:1.2rem;
	background-color:#fff;
	border:.1rem solid;
	font-size:1.6rem;
	line-height:normal;
	font-weight:700;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	border-radius:.8rem;
	background-color:#046fd9;
	border-color:#046fd9;
	color:#ffffff;
}
.popCont .bottomBtn span{position:relative;color:#fff;}
.popCont .bottomBtn.disabled,
.popCont .bottomBtn:disabled{pointer-events:none;background:#c4c4c4 !important;border-color:#c4c4c4 !important;background-color:#c4c4c4;border-color:#c4c4c4;text-shadow:none!important;color:#fff !important;}

/* 251210 마케팅정보활용 동의/철회 페이지 px단위 사용 이슈로 맞춤 수정 */
.cmInfoAgree .fullPopWrap,
.cmInfoAgree .fullPopWrap * { box-sizing:border-box; }
.cmInfoAgree .fullPopWrap { overflow-x:hidden; }
.cmInfoAgree .fullPopWrap .popContWrap { padding:56px 16px 128px 16px;overflow-x:hidden; }
.cmInfoAgree .fullPopWrap .popHeader { height:56px; }
.cmInfoAgree .fullPopWrap .popHeader h1 { font-size:16px; }
.cmInfoAgree .fullPopWrap .popContWrap .contTitle { min-height:25px;margin:24px 0 0 0; font-size:24px;line-height:33px; }
.cmInfoAgree .fullPopWrap .popContWrap .contTab { margin:40px 0 0 0; }
.cmInfoAgree .fullPopWrap .popContWrap .contTab:before { bottom:-2px;width:calc(100% + 32px);margin:0 0 0 -16px;border:1px solid #f0f0f0; }
.cmInfoAgree .fullPopWrap .popHeader .popCloseX { top:16px;right:16px;width:24px;height:24px; }
.cmInfoAgree .fullPopWrap .popContWrap .contTab button { height:48px;font-size:16px;line-height:48px;border:0;background-color:transparent; }
.cmInfoAgree .fullPopWrap .popContWrap .contTab button.active { border-bottom:2px solid #26282c; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection { margin:24px 0 0 0; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection h3 { font-size:18px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .fs1 { margin-top:12px;font-size:14px;line-height:19px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .gradeGraph { margin-top:24px;padding:15px 0 0 0;min-height:74px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .gradeGraph span { font-size:14px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .gradeGraph span:before { top:25px;height:14px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .gradeGraph span:nth-child(2):after { top:29px;width:14px;height:14px;border:3px solid #26282c; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox { margin-top:24px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox { padding:5px;margin:5px 0 0 0;border:1px solid #ddd; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox dt { font-size:16px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox dd { padding-left:9px;margin-top:4px;font-size:14px;line-height:19px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox dt + dd { margin-top:8px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox dd:before { top:8.5px;width:3px;height:3px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div { padding:16px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #eaeaee; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table th { padding:8px;border:1px solid #eaeaee;font-size:13px;line-height:18px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table tr:nth-child(1) th:nth-child(1) { border:1px solid #ddd;border-left:0;font-size:14px;line-height:19px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div table td { padding:8px;font-size:13px;line-height:18px;border:1px solid #eaeaee; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p { margin-top:16px;font-size:14px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .contBox.innerBox dd > div > p.rating > strong { top:-1px;margin-left:6px;padding:2px 5px;border-radius:5px;-webkit-border-radius:5px;font-size:12px;line-height:16px;letter-spacing:-0.4px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .btnAgree { margin-top:16px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .btnAgree span input[type='radio'] + label { height:40px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #ccc;font-size:14px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .btnAgree span input[type='radio']:checked + label { border-color:#046fd9; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .infoTxt { margin-top:16px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .infoTxt li { padding-left:9px;margin-top:4px;font-size:13px;line-height:18px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .infoTxt li:before { top:8.5px;width:3px;height:3px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] + label { min-height:20px;padding-left:28px;font-size:15px;line-height:20px; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] + label:before { top:-1px;left:-1px;width:22px;height:22px;border:1px solid #dcdcdc; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox]:checked + label:before { border:2px solid #046fd9; }
.cmInfoAgree .fullPopWrap .popContWrap .contSection .chkAgree input[type=checkbox] + label:after { top:6px;left:5px;width:11px;height:9px;background:url(/mhwr/direct/images/app/ltrmMdl/ico_chk.png) no-repeat center / 11px 9px; }
.cmInfoAgree .btnFixed { padding:25px 16px; }
.cmInfoAgree .btnFixed .bottomBtn { height:56px;padding-left:12px;padding-right:12px;border:1px solid;font-size:16px;border-radius:8px; }


