@charset "utf-8";

/***************************************************************

author :justin.j

ie6핵 : _ (언더바 핵)
ie7핵 : * (스타 핵)

ie8핵 전용
@media \0screen {
	#wrap{width:100%;}
}

***************************************************************/


/* float bug */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{
	display:inline-block;
	}
/* hides from ie-mac \*/
* html .clearfix{height:1%;}
/* */


/************************************************
*		reset									*
************************************************/
*{margin:0;padding:0;}
html, body{width:100%;height:100%;}
body{
	margin:0;
	padding:0;
	/*font-family:noto sans kr;*/
	/*font-family:noto sans kr,"맑은고딕",malgun gothic,"돋음", dotum, "굴림", gulim, tahoma, applegothic, sans-serif;*/
	font-family:malgun gothic, applegothic, sans-serif;
	color:#333;
	font-size:13px;
	line-height:150%;
}
div, input, textarea, button{
	/*font-family:noto sans kr;*/
	/*font-family:noto sans kr,"맑은고딕",malgun gothic,"돋음", dotum, "굴림", gulim, tahoma, applegothic, sans-serif;*/
	font-family:malgun gothic, applegothic, sans-serif;
	font-size:13px;
	line-height:150%;
}
table{border-collapse:collapse;border-spacing:0;}

input, textarea, button{z-index:0;}
input, button {border-radius:0;outline:none;box-shadow:none;-webkit-appearance: none;} /* safari */

a:link		{color:#333;text-decoration:none !important;}
a:visited	{color:#333;text-decoration:none !important;}
a:hover		{color:#03baff;text-decoration:none !important;}
a:active	{color:#03baff;text-decoration:none !important;}


ul, ol, ul li, ol li, dl, dt, dd, dt dd{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0;padding:0;font-size:12px;text-align:left}
img, fieldset, iframe, input, textarea{border:0 none;}
img, input, select{vertical-align:middle;}
em, address{font-style:normal;}


/* tab images setting */
a.rollover img {border-width:0px;display:block }
a.rollover img.rollover {display:none;}
a.rollover:hover {position:relative;}
a.rollover:hover img {display:none;}
a.rollover:hover img.rollover {display:block;}



.sliderkit{text-align:left;position:relative;overflow:hidden;}
.sliderkit a,
.sliderkit a:hover{text-decoration:none;}
.sliderkit a:focus{/*outline:1px dotted #000; optional*/}
.sliderkit img{border:0;}
.sliderkit .sliderkit-btn{z-index:10;}


textarea{
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#cccccc;
	scrollbar-3dlight-color:#999;
	scrollbar-darkshadow-color:#999;
	scrollbar-track-color:#ffffff;
}

iframe{
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#d2e5f4;
	scrollbar-highlight-color:#d2e5f4;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#d2e5f4;
}




/*************** normalize ***************/
header, section, article, main, nav, aside, details, figcaption, figure, hgroup, summary, footer{display:block;}
audio, canvas, video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}

a:focus{outline:0;}
a:hover,
a:active{outline:0;}

h1{font-size:2em;}
abbr[title]{border-bottom:1px dotted;}
b, strong{font-weight:bold;}
dfn{font-style:italic;}
hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
mark{background:#ce2c38;color:#efefef;}
code, kbd, pre, samp{font-size:1em;}
pre{white-space:pre-wrap;}
small{font-size:80%;}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{margin:0;padding:0;}
.blind,legend{width:1px;height:1px;position:absolute;left:-5000px;top:-5000px;display:block;overflow:hidden;}
legend{*width:0;border:0;padding:0;}
hr{display:none}

button::-moz-focus-inner{padding:0;border:0}
button, button img{border:none;}
button {border:0 none;background-color:transparent;cursor:pointer;cursor:pointer;_cursor /**/:hand;}
button::-moz-focus-inner{padding:0;border:0}



/*************** form ***************/
form {margin:0;padding:0;}
label {margin:0;padding:2px 0 0;font-size:0.9em;font-weight:300;cursor:pointer;display:block;}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	width:100%;
	padding:0 1em;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	-moz-transition:border-color 0.2s ease-in-out;
	-webkit-transition:border-color 0.2s ease-in-out;
	-o-transition:border-color 0.2s ease-in-out;
	-ms-transition:border-color 0.2s ease-in-out;
	transition:border-color 0.2s ease-in-out;
	background:transparent;
	border:1px solid #ddd;
	/*border-radius: 4px;*/
	/* [disabled]border: 1px  solid rgba(0, 0, 0, 0.3); */
	text-decoration:none;
	font-size:16px;
	color:#bbb;
	display:block;
	outline:0;
}

textarea {padding:0.5em 1em;overflow:auto;}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow:none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color:#999;
	color:#666;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height:50px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	margin-right: -2em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	opacity: 0;
	display: block;
	float: left;
	z-index: -1;
}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		padding-left: 2.55em;
		padding-right: 0.75em;
		text-decoration: none;
		font-size: 0.8em;
		font-weight: 200;
		color: rgba(0, 0, 0, 1);
		position: relative;
		cursor: pointer;
		display: inline-block;
		line-height:25px;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: fontawesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			width: 1.8em;
			height: 1.8em;
			border-radius: 4px;
			border: solid 1px rgba(0, 0, 0, 0.3);
			content: '';
			text-align: center;
			line-height: 1.725em;
			display: inline-block;
			position: absolute;
			left: 0;
			top: 0;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background: rgba(0, 0, 0, 0.15);
		color: #666;
		content: '\f00c';
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #d4d4d4;
	}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}
::-webkit-input-placeholder {
	color:rgba(0, 0, 0, 0.5) !important;
	opacity:1.0;
}

:-moz-placeholder {
	color:rgba(0, 0, 0, 0.5) !important;
	opacity:1.0;
}

::-moz-placeholder {
	color:rgba(0, 0, 0, 0.5) !important;
	opacity:1.0;
}

:-ms-input-placeholder {
	color:rgba(0, 0, 0, 0.5) !important;
	opacity:1.0;
}

.formerize-placeholder {
	color:rgba(0, 0, 0, 0.5) !important;
	opacity:1.0;
}

.select-wrapper {
	height:48px;
	margin:5px 0 10px;
	background:url(../images/icon/arrow_d.png) 97% 50% no-repeat;
	background-size:17px 17px;
	text-decoration:none;
	font-size:14px;
	color:#bbb;
	line-height:48px;
	display:block;
	position:relative;
}

.select-wrapper:before {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-transform:none !important;
}

.select-wrapper:before {
	width:50px;
	height:50px;
	text-align:center;
	color:#666;
	line-height:50px;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-4px;
	display:block;
}

.select-wrapper select::-ms-expand {
	display:none;
}

.select-wrapper select{
	height:48px;
}

.select option {
	background-color:#fff;
	color:#666;
}

.select:focus::-ms-value {
	background:transparent;
}



/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	height:2.5em;
	margin:5px 1px;
	padding:0 1.4em;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	-moz-transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color:#f6f6f6;
	/*border-radius:4px;*/
	border:0;
	box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.3);
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	font-weight:300;
	/*color:#666 !important;*/
	line-height:2.5em;
	cursor:pointer;
	display:inline-block;
}

input[type="submit"]:hover, input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
	box-shadow:inset 0 0 0 1px #666;
	color:#666 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color:rgba(228, 76, 101, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
	margin-right:0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width:100%;
	margin:0 0 1em 0;
	display:block;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	height:2em !important;
	margin:0 3px !important;
	padding:0 0.8em !important;
	/*border-radius:3px !important;*/
	font-size:0.7em !important;
	font-weight:700 !important;
	color:#333 !important;
	line-height:2em !important;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
	background-color:#333;
	box-shadow:none;
	color:#fff !important;
}

input[type="submit"].big:hover,
input[type="reset"].big:hover,
input[type="button"].big:hover,
.button.big:hover {
	background-color:#666;
}

input[type="submit"].big:active,
input[type="reset"].big:active,
input[type="button"].big:active,
.button.special:active {
	background-color:#000;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
	background-color:#c00000;
	box-shadow:none;
	color:#fff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
	background-color:#e00101;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
	background-color:#e00226;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
	background-color:rgba(0, 0, 0, 0.3) !important;
	box-shadow:none !important;
	color:#666 !important;
	cursor:default;
	opacity:0.25;
}

.btn_search {
	height:2.9em;
	text-decoration:none;
	color:#666;
	display:block;
	position:relative;
}

.btn_search:before {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-family:fontawesome;
	font-style:normal;
	font-weight:normal;
	text-transform:none !important;
}

.btn_search:before {
	width:2em;
	height:2.9em;
	content:'\f002';
	text-align:center;
	color:#666;
	line-height:2.9em;
	pointer-events:none;
	position:absolute;
	left:25%;
	top:0;
	display:block;
}




/************************************************
*		botton									*
************************************************/
ul.actions {
	width:100%;
	padding-left:0;
	list-style:none;
	cursor:default;
}

ul.actions li {
	width:100%;
	display:inline-block;
	padding:0 1em 0 0;
	vertical-align:middle;
}

ul.actions li:last-child {
	padding-right:0;
}

ul.actions.small li {
	padding:0 0.5em 0 0;
}

ul.actions.vertical li {
	display:block;
	padding:1em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding-top:0;
}

ul.actions.vertical li > * {
	margin-bottom:0;
}

ul.actions.vertical.small li {
	padding:0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
	padding-top:0;
}

ul.actions.fit {
	width:calc(100% + 1em);
	margin-left:-1em;
	padding:0;
	table-layout:fixed;
	display:table;
}

ul.actions.fit li {
	display:table-cell;
	padding:0 0 0 1em;
}

ul.actions.fit li > * {
	margin-bottom:0;
}

ul.actions.fit.small {
	width:calc(100% + 0.5em);
	margin-left:-0.5em;
}

ul.actions.fit.small li {
	padding:0 0 0 0.5em;
}
/* ul.actions.20p{width:20%;}
ul.actions.40p{width:40%;}
ul.actions.60p{width:60%;}
ul.actions.80p{width:80%;}
ul.actions.100p{width:100%;} */





/* etc style */

.mt0px{margin-top:0px !important;}
.mt5px{margin-top:5px !important;}
.mt10px{margin-top:10px !important;}
.mt15px{margin-top:15px !important;}
.mt20px{margin-top:20px !important;}
.mt25px{margin-top:25px !important;}
.mt30px{margin-top:30px !important;}
.mt35px{margin-top:35px !important;}
.mt40px{margin-top:40px !important;}
.mt45px{margin-top:45px !important;}
.mt50px{margin-top:50px !important;}
.mt60px{margin-top:60px !important;}
.mt70px{margin-top:70px !important;}
.mt80px{margin-top:80px !important;}
.mt90px{margin-top:90px !important;}
.mt100px{margin-top:100px !important;}

.ml0px{margin-left:0px !important;}
.ml5px{margin-left:5px !important;}
.ml10px{margin-left:10px !important;}
.ml15px{margin-left:15px !important;}
.ml20px{margin-left:20px !important;}
.ml25px{margin-left:25px !important;}
.ml30px{margin-left:30px !important;}
.ml35px{margin-left:35px !important;}
.ml40px{margin-left:40px !important;}
.ml45px{margin-left:45px !important;}
.ml50px{margin-left:50px !important;}
.ml60px{margin-left:60px !important;}
.ml70px{margin-left:70px !important;}
.ml75px{margin-left:75px !important;}
.ml80px{margin-left:80px !important;}
.ml90px{margin-left:90px !important;}
.ml100px{margin-left:100px !important;}

.mr0px{margin-right:0px !important;}
.mr5px{margin-right:5px !important;}
.mr10px{margin-right:10px !important;}
.mr15px{margin-right:15px !important;}
.mr20px{margin-right:20px !important;}
.mr25px{margin-right:25px !important;}
.mr30px{margin-right:30px !important;}
.mr35px{margin-right:35px !important;}
.mr40px{margin-right:40px !important;}
.mr45px{margin-right:45px !important;}
.mr50px{margin-right:50px !important;}
.mr60px{margin-right:60px !important;}
.mr70px{margin-right:70px !important;}
.mr80px{margin-right:80px !important;}
.mr90px{margin-right:90px !important;}
.mr100px{margin-right:100px !important;}

.mb0px{margin-bottom:0px !important;}
.mb5px{margin-bottom:5px !important;}
.mb10px{margin-bottom:10px !important;}
.mb15px{margin-bottom:15px !important;}
.mb20px{margin-bottom:20px !important;}
.mb25px{margin-bottom:25px !important;}
.mb30px{margin-bottom:30px !important;}
.mb35px{margin-bottom:35px !important;}
.mb40px{margin-bottom:40px !important;}
.mb45px{margin-bottom:45px !important;}
.mb50px{margin-bottom:50px !important;}
.mb60px{margin-bottom:60px !important;}
.mb70px{margin-bottom:70px !important;}
.mb80px{margin-bottom:80px !important;}
.mb90px{margin-bottom:90px !important;}
.mb100px{margin-bottom:100px !important;}



.pt0px{padding-top:0px !important;}
.pt5px{padding-top:5px !important;}
.pt10px{padding-top:10px !important;}
.pt15px{padding-top:15px !important;}
.pt20px{padding-top:20px !important;}
.pt25px{padding-top:25px !important;}
.pt30px{padding-top:30px !important;}
.pt35px{padding-top:35px !important;}
.pt40px{padding-top:40px !important;}
.pt45px{padding-top:45px !important;}
.pt50px{padding-top:50px !important;}
.pt60px{padding-top:60px !important;}
.pt70px{padding-top:70px !important;}
.pt80px{padding-top:80px !important;}
.pt90px{padding-top:90px !important;}
.pt100px{padding-top:100px !important;}

.pl0px{padding-left:0px !important;}
.pl5px{padding-left:5px !important;}
.pl10px{padding-left:10px !important;}
.pl15px{padding-left:15px !important;}
.pl20px{padding-left:20px !important;}
.pl25px{padding-left:25px !important;}
.pl30px{padding-left:30px !important;}
.pl35px{padding-left:35px !important;}
.pl40px{padding-left:40px !important;}
.pl45px{padding-left:45px !important;}
.pl50px{padding-left:50px !important;}
.pl60px{padding-left:60px !important;}
.pl70px{padding-left:70px !important;}
.pl80px{padding-left:80px !important;}
.pl90px{padding-left:90px !important;}
.pl100px{padding-left:100px !important;}

.pr0px{padding-bottom:0px !important;}
.pr5px{padding-bottom:5px !important;}
.pr10px{padding-right:10px !important;}
.pr15px{padding-right:15px !important;}
.pr20px{padding-right:20px !important;}
.pr25px{padding-right:25px !important;}
.pr30px{padding-right:30px !important;}
.pr35px{padding-right:35px !important;}
.pr40px{padding-right:40px !important;}
.pr45px{padding-right:45px !important;}
.pr50px{padding-right:50px !important;}
.pr60px{padding-right:60px !important;}
.pr70px{padding-right:70px !important;}
.pr80px{padding-right:80px !important;}
.pr90px{padding-right:90px !important;}
.pr100px{padding-right:100px !important;}

.pb0px{padding-bottom:0px !important;}
.pb5px{padding-bottom:5px !important;}
.pb10px{padding-bottom:10px !important;}
.pb15px{padding-bottom:15px !important;}
.pb20px{padding-bottom:20px !important;}
.pb25px{padding-bottom:25px !important;}
.pb30px{padding-bottom:30px !important;}
.pb35px{padding-bottom:35px !important;}
.pb40px{padding-bottom:40px !important;}
.pb45px{padding-bottom:45px !important;}
.pb50px{padding-bottom:50px !important;}
.pb60px{padding-bottom:60px !important;}
.pb70px{padding-bottom:70px !important;}
.pb80px{padding-bottom:80px !important;}
.pb90px{padding-bottom:90px !important;}
.pb100px{padding-bottom:100px !important;}


.black{color:#000 !important;}
.lgray{color:#ccc !important;}
.sgray{color:#fafafa !important;}
.dgray{color:#333 !important;}
.gray{color:#999 !important;}
.red{color:#ff0303 !important;}
.rred{color:#e6b9b8 !important;}
.dred{color:#c3090e !important;}
.blue{color:#03baff !important;}
.dblue{color:#4e5e8f !important;}
.lgreen{color:#05cfb5 !important;}
.green{color:#36cfbb !important;}
.yellow{color:#fff200 !important;}
.orange{color:#f2700e !important;}
.white{color:#fff !important;}

.bg_black{background-color:#000 !important;}
.bg_lgray{background-color:#ccc !important;}
.bg_sgray{background-color:#fafafa !important;}
.bg_dgray{background-color:#333 !important;}
.bg_gray{background-color:#999 !important;}
.bg_red{background-color:#ff0303 !important;}
.bg_rred{background-color:#e6b9b8 !important;}
.bg_dred{background-color:#c3090e !important;}
.bg_blue{background-color:#03baff !important;}
.bg_dblue{background-color:#4e5e8f !important;}
.bg_lgreen{background-color:#05cfb5 !important;}
.bg_green{background-color:#36cfbb !important;}
.bg_yellow{background-color:#fff200 !important;}
.bg_orange{background-color:#f2700e !important;}
.bg_white{background-color:#fff !important;}


.bg_w_over{background:#fff;opacity:0.5;filter:alpha(opacity=50);-ms-filter:alpha(opacity=50);-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=50)';-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(opacity=50);}
.bg_b_over{background:#000;opacity:0.5;filter:alpha(opacity=50);-ms-filter:alpha(opacity=50);-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=50)';-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(opacity=50);}
.bg_g_over{background:#000;opacity:0.1;filter:alpha(opacity=10);-ms-filter:alpha(opacity=10);-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=10)';-moz-opacity:0.1;-khtml-opacity:0.1;filter:alpha(opacity=10);}


.hltxt{text-decoration:line-through !important;}
.ultxt{text-decoration:underline !important;}

.dot_line{height:1px;margin:0;padding:0;background-color:#666;}
.top_line{height:2px;background-color:#666;}
.cut_line{height:1px;margin:0;background-color:#666;}
.half_line{height:1px;margin:10px 0;background-color:#666;}
.noline{border:none !important;border:0 !important;}



.wn{text-overflow:ellipsis !important;*text-overflow:ellipsis !important;white-space:nowrap !important;*white-space:nowrap !important;display:block !important;*display:block !important;overflow:hidden !important;*overflow:hidden !important;}

.clear{width:100% !important;height:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;display:block !important;float:none !important;clear:both !important;overflow:hidden !important;}






/************************************************
*					secret chat					*
************************************************/

.sc_wrap{width:96%;margin:30px auto 55px;padding:0;position:relative;}
.sc_wrap .sc_img{margin:0 0 20px;text-align:center;}
.sc_wrap .sc_img img{width:25%;}
.sc_wrap .sc_txt{margin:0 0 20px;padding:0 20px;text-align:left;font-size:15px;font-weight:500;color:#333;line-height:20px;}
.sc_wrap .sc_txt b{font-size:22px;font-weight:700;color:#000;line-height:38px;letter-spacing:-1px;}
.sc_wrap .sc_case{width:100%;max-width:1020px;margin:0 auto 20px;padding:0;position:relative;}
.sc_wrap .sc_case .sc_head{width:100%;margin:0;padding:0;border:0;position:relative;}
.sc_wrap .sc_case .sc_foot{width:100%;margin:-4px 0 0;padding:0;border:0;position:relative;}
.sc_wrap .sc_case .sc_body{padding:10px 0;background:url(../images/scbox_gr_body.png) repeat-y;background-size:100%;text-align:center;color:#fff;}
.sc_wrap .sc_case .sc_body p{margin:0 0 15px;font-size:17px;font-weight:400;line-height:20px;letter-spacing:-1px;display:block;}
.sc_wrap .sc_case .sc_body b{margin:0 0 20px;font-size:28px;font-weight:600;line-height:28px;display:block;}
.sc_wrap .sc_case .sc_body a{width:140px;margin:0 auto;padding:13px 0;background-color:#222327;border-radius:5px;text-align:center;font-size:20px;font-weight:600;color:#fff;display:block;}
.sc_wrap .sc_box{padding:15px;background-color:#f3f3f3;}
.sc_wrap .sc_box b{margin:0 0 10px;font-size:20px;font-weight:700;color:#000;line-height:45px;letter-spacing:-1px;display:block;}
.sc_wrap .sc_box p,
.sc_wrap .sc_box table{font-size:11px;font-weight:500;line-height:20px;letter-spacing:-1px;display:block;}

/*230605*/

input[type="checkbox"] + label,
input[type="radio"] + label {font-size: 12px;}