/* Minification failed. Returning unminified contents.
(10,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
 */
@charset "utf-8";
/*참고
- 말줄임 : -ms-text-overflow:ellipsis; -o-text-overflow:ellipsis ; text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
*/
/* 폰트설정 */
@font-face { font-family: "NanumBarunGothic"; src: url('/content/fonts/NanumBarunGothic.eot'); src: local('?'), url('/content/fonts/NanumBarunGothic.woff') format('woff'), url('/content/fonts/NanumBarunGothic.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: "NanumBarunGothicBold"; src: url('/content/fonts/NanumBarunGothicBold.eot'); src: local('?'), url('/content/fonts/NanumBarunGothicBold.woff') format('woff'), url('/content/fonts/NanumBarunGothicBold.ttf') format('truetype'); font-weight: normal; font-style: normal; }

/*초기화*/
body { font-size: 0.8em; overflow-y: scroll; +overflow-y:auto; }
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select { margin: 0; padding: 0; }
body, input, textarea, button, select, optgroup, option { font-family: 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; color: #333333; }
h1, h2, h3, h4, h5, th, dt, strong { font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; font-weight: normal; }
img, fieldset { border: 0; }
input, textarea, button, select, img { vertical-align: middle; }
legend { display: none; }
ul, ol { list-style-type: none; }
em, address { text-decoration: none; }
textarea { font-size: 13px; }
select { padding: 2px; }

/*일반*/
body, li, p { line-height: 1.3; }
h1 { margin-bottom: 30px; font-size: 180%; color: #000000; }
h2 { margin-bottom: 20px; font-size: 210%; color: #000000; }
h3 { margin-bottom: 10px; font-size: 150%; color: #000000; }
a { color: #5F5F5F; text-decoration: none; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
	a:hover { color: #D62824; text-decoration: underline; }
input[type=text], input[type=password], textarea, select, input[type=file] { border: 1px solid #D5D5D5; vertical-align: middle; }
input[type=text], input[type=password], textarea { padding: 5px 0 4px 5px; border-top: 1px solid #CACACA; border-left: 1px solid #C9C9C9; border-right: 1px solid #CACACA; border-bottom: 1px solid #C9C9C9; }

/*** Utils */
.w-buttons { text-align: center; }
	.w-buttons a, .w-buttons input, .w-buttons img { vertical-align: middle; }
	.w-buttons .w-btn { margin-left: 10px; }
		.w-buttons .w-btn:last-child { margin-left: 0; }
.w-left { text-align: left; }
.w-right { text-align: right; }
.w-center { text-align: center; }
.w-float-left { float: left; }
.w-float-right { float: right; }

.w-inline { display: block; *zoom: 1; overflow: hidden; position: relative; }
	.w-inline:after { content: ''; display: table; line-height: 0; clear: both; }
	.w-inline li { float: left; }
		.w-inline li.w-float-right { float: right; }
form.w-inline { display: inline; }

.w-clear { *zoom: 1; position: relative; }
	.w-clear:after { content: ''; display: table; line-height: 0; clear: both; }
.w-text-point01 { color: #D62824; }
.w-text-point02 { color: #FF630E; }
.w-text-eng { font-family: Arial, Verdana, Geneva, 'DejaVu Sans', sans-serif; }
.w-text-error { color: #FF0000; }
.w-text-small { font-size: 90%; }
.w-none { display: block; font-size: 0; height: 1px; left: -9999px; line-height: 0; overflow: hidden; position: absolute; text-indent: -9999px; width: 1px; }
strong, .w-strong { font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; font-weight: normal; }
.w-relative { position: relative; }

.w-input-full { width: 99%; }
.w-input-xxlarge { width: 90%; }
.w-input-large { width: 80%; }
.w-input-medium { width: 250px; }
.w-input-small { width: 100px; }
.w-input-big, input[type=text].w-input-big, input[type=password].w-input-big { padding: 8px 0 9px 5px; }
.w-input-tiny,
input[type=text].w-input-tiny { width: 30px; }
.w-input-calendar { width: 80px !important; padding-right: 20px !important; background: url(/images/common/ico_calendar2.gif) no-repeat 89px center; }

.w-btn { display: inline-block; vertical-align: middle; height: 25px; line-height: 25px; padding: 0 20px; border: 1px solid #49AADF; border-radius: 3px; margin: 0 5px; color: #ffffff; font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; background-color: #49AADF; cursor: pointer; text-decoration: none; }
	.w-btn:hover, .w-btn:visited, .w-btn:active { text-decoration: none; color: #ffffff; }
	.w-btn:active { position: relative; top: 1px; }
	.w-btn:disabled { background-color: #888888; cursor: default; }
		.w-btn:disabled:active { top: 0; }
input.w-btn { height: 27px; line-height: 27px; }

.w-btn-big { font-size: 130%; height: 33px; line-height: 33px; padding: 0 30px 0 30px; }
input.w-btn-big { height: 35px; line-height: 35px; }

.w-btn-mini { height: 20px; line-height: 20px; padding: 0 5px; font-size: 90%; }
input.w-btn-mini { width: auto; height: 22px; line-height: 22px; }

.w-btn-white { display: inline-block; border-left: 1px solid #A4A4A4; border-top: 1px solid #A5A5A5; border-bottom: 1px solid #A5A5A5; border-right: 1px solid #A6A6A6; text-align: center; color: #1A1A1A !important; /*text-shadow:1px 1px 2px #AAAAAA;*/ background: #FAFAFA url(/Images/Common/btn_white_bg.png) no-repeat right top; }
	.w-btn-white:hover { color: #000000; }
.w-btn-gray { display: inline-block; border-left: 1px solid #5E5E5E; border-top: 1px solid #5F5F5F; border-bottom: 1px solid #5F5F5F; border-right: 1px solid #5F5F5F; text-align: center; color: #ffffff; text-shadow: 1px 1px 5px #333333; background: #898888 url(/Images/Common/btnbg_gray_bg.png) no-repeat right top; }
	.w-btn-gray:hover { color: #ffffff; }
.w-btn-red { display: inline-block; border-left: 1px solid #CC201C; border-top: 1px solid #CC1E1D; border-bottom: 1px solid #CA211C; border-right: 1px solid #CC201C; text-align: center; color: #ffffff; text-shadow: 1px 1px 5px #A31212; background: #D62824 url(/Images/Common/btnbg_red_bg.png) no-repeat right top; }
	.w-btn-red:hover { color: #ffffff; }


/*레이아웃-공통*/
.w-container { position: relative; width: 960px; margin: 0 auto; }


/*레이아웃*/
#header { height: 100px; border-bottom: 1px solid #B1B1B1; margin-bottom: 50px; background-color: #ffffff; }
#body { }
#footer { border-top: 1px solid #000000; padding: 15px 0 20px 0; font-size: 90%; color: #000000; }
#sidebar { float: left; width: 173px; margin-right: 55px; padding-bottom: 50px; }
#content { float: left; width: 732px; }


/*상단*/
#header .w-container { padding-top: 10px; }
#header h1 { float: left; width: 136px; margin-bottom: 0; margin-right: 60px; }
	#header h1 a { display: block; padding: 8px 0 0 0; text-align: center; }

#header .w-gnb { }
	#header .w-gnb > li { float: left; position: relative; padding: 0 35px; z-index: 1; background-position: center 30px; background-repeat: no-repeat; }
		#header .w-gnb > li > a { display: block; padding-top: 58px; padding-bottom: 8px; border-bottom: 5px solid transparent; font-size: 120%; text-decoration: none; }
			#header .w-gnb > li > a:hover,
			#header .w-gnb > li.active > a,
			#header .w-gnb > li.selected > a { border-bottom: 5px solid #E22924; color: #d62824; }
		#header .w-gnb > li.w-sp01 { background-image: url(/Images/Common/menu02_icon.png); }
			#header .w-gnb > li.w-sp01 ul { left: -40px; }
				#header .w-gnb > li.w-sp01 ul.first { left: -110px; }
		#header .w-gnb > li.w-sp02 { background-image: url(/Images/Common/menu03_icon.png); }
		#header .w-gnb > li.w-sp03 { background-image: url(/Images/Common/menu04_icon.png); }
		#header .w-gnb > li.w-sp04 { background-image: url(/Images/Common/menu05_icon.png); }
		#header .w-gnb > li.w-sp05 { background-image: url(/Images/Common/menu06_icon.png); }
		#header .w-gnb > li.active ul,
		#header .w-gnb > li.selected ul { display: block; }
	#header .w-gnb ul { display: none; position: absolute; bottom: -30px; left: 35px; z-index: 10; width: 300px; }
		#header .w-gnb ul li { float: left; margin-right: 2px; }
			#header .w-gnb ul li a { display: block; height: 30px; line-height: 30px; padding-right: 10px; background: url(/Images/Common/ico_gnb_separator.png) no-repeat right center; }
				#header .w-gnb ul li a.selected { color: #d62824; }
			#header .w-gnb ul li:last-child { margin-right: 0; }
				#header .w-gnb ul li:last-child a { background-image: none; padding-right: 0; }

#header .w-sp-lnb { position: absolute; top: 5px; right: 5px; z-index: 10; }
	#header .w-sp-lnb li { margin-right: 5px; }
		#header .w-sp-lnb li a { color: #D62824; }

/* 하단 */
#footer .w-lnb { margin-left: 10px; }
	#footer .w-lnb li { padding-right: 10px; margin-right: 8px; background: url(/Images/Common/bul_footer.png) no-repeat right center; }
		#footer .w-lnb li:last-child { padding-right: 0; margin-right: 0; background-image: none; }
		#footer .w-lnb li a { }
			#footer .w-lnb li a strong { color: #D62824; }
			#footer .w-lnb li a:hover strong { color: #D62824; }
#footer address { margin-right: 10px; font-style: normal; }

/* 사이드바 */
#sidebar .w-snb { margin-bottom: 20px; }
	#sidebar .w-snb h3 { padding-left: 35px; background-position: 5px center; background-repeat: no-repeat; letter-spacing: -1px; }
	#sidebar .w-snb ul { border: 1px solid #E22924; }
		#sidebar .w-snb ul li { padding: 10px 0; border-bottom: 1px solid #D0D0D0; }
			#sidebar .w-snb ul li:last-child { border-bottom: 0 none; }
			#sidebar .w-snb ul li a { display: block; width: 100%; margin-left: 10px; color: #000000; text-decoration: none; padding: 2px 0 1px 5px; font-size: 110%; }
				#sidebar .w-snb ul li a:hover { color: #D62824; }
				#sidebar .w-snb ul li a.selected { background-color: #E12825; color: #ffffff; }

#sidebar .w-snb-message h3 { background-image: url(/Images/Common/menu02_icon.png); }
#sidebar .w-snb-homepage h3 { background-image: url(/Images/Common/menu03_icon.png); }
#sidebar .w-snb-request h3 { background-image: url(/Images/Common/menu04_icon.png); }
#sidebar .w-snb-introduce h3 { background-image: url(/Images/Common/menu05_icon.png); }
#sidebar .w-snb-product h3 { background-image: url(/Images/Common/menu06_icon.png); }
#sidebar .w-snb-policy h3 { background-image: url(/Images/Common/menu01_icon.png); }
#sidebar .w-snb-member h3 { background-image: url(/Images/Common/menu01_icon.png); }







/* page */
.w-page { position: relative; min-height: 600px; padding-bottom: 30px; }
	.w-page h2 { margin-bottom: 50px; font-size: 180%; }
		.w-page h2 span { font-size: 70%; padding-left: 15px; font-family: 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; letter-spacing: -1px; color: #666; }
	.w-page h3 { margin-bottom: 10px; font-size: 140%; color: #24252A; }
	.w-page h4 { margin-bottom: 5px; font-size: 110%; letter-spacing: -1px; padding-left: 10px; background: url(/Images/Sub/bullet_gray.png) no-repeat left center; }
	.w-page h5 { margin-bottom: 5px; font-size: 110%; }

/*메인*/
.w-page-main { min-height: 0; padding: 160px 0 200px 0; text-align: center; }

/* 로그인 */
.w-body-login { background-color: #EEEEEE; }
.w-login-container { width: 415px; margin: 100px auto 0 auto; }
.w-page-login { }
	.w-page-login h1 { margin-bottom: 30px; text-align: center; }
	.w-page-login .w-sp-box { padding: 40px 30px 30px 30px; background-color: #ffffff; box-shadow: 0 0 10px 10px #E1E1E1; }
		.w-page-login .w-sp-box li { margin-bottom: 10px; }
			.w-page-login .w-sp-box li.w-sp-input label { display: block; margin-bottom: 5px; padding: 0; font-size: 125%; }
			.w-page-login .w-sp-box li.w-sp-input input { width: 96%; padding-top: 10px; padding-bottom: 10px; }
			.w-page-login .w-sp-box li.w-buttons { padding-top: 10px; }
		.w-page-login .w-sp-box .w-sp-link { display: block; text-align: center; margin-top: 15px; }
	.w-page-login .w-btn-big { height: 40px; line-height: 40px; padding-top: 3px; font-size: 140%; }
.w-body-login .w-page-login .w-sp-footer { font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif; margin-top: 15px; font-size: 80%; text-align: center; color: #000000; }
	.w-body-login .w-page-login .w-sp-footer span { color: #E22926; }

/*404*/
.w-body-information { background-color: #EEEEEE; }
.w-information-container { width: 600px; margin: 100px auto 0 auto; }
.w-page-information .w-sp-box { padding: 40px 30px 30px 30px; background-color: #ffffff; box-shadow: 0 0 10px 10px #E1E1E1; border-radius: 10px; }
.w-page-information h1 { margin-bottom: 10px; text-align: center; }
.w-page-information .w-sp-title { border-bottom: 1px solid #C1C1C1; margin-bottom: 30px; }
	.w-page-information .w-sp-title h2 { color: #EC4C40; font-size: 380%; font-style: italic; text-align: center; margin-bottom: 10px; }
	.w-page-information .w-sp-title p { text-align: center; margin-bottom: 50px; line-height: 1.3; font-size: 120%; }
.w-page-information .w-sp-content { margin-bottom: 30px; }
	.w-page-information .w-sp-content ul { padding: 0 50px; }
		.w-page-information .w-sp-content ul li { line-height: 1.6; padding-left: 10px; background-image: url(/Images/Common/bul_information.jpg); background-position: left 5px; background-repeat: no-repeat; }



/*홍보메시지관리*/
.w-page-message { }
	.w-page-message .w-sp-input { margin-bottom: 30px; background: url(/Images/Sub/phone_bg.png) no-repeat left top; }
		.w-page-message .w-sp-input .w-sp-box { float: left; width: 285px; height: 508px; margin-right: 20px; }
		.w-page-message .w-sp-input .w-sp-box2 { float: right; width: 400px; height: 501px; border: 1px solid #D3D3D3; border-radius: 3px; }
			.w-page-message .w-sp-input .w-sp-box2 .w-sp-frame { padding: 25px 20px; }
			.w-page-message .w-sp-input .w-sp-box2 h4 { margin-bottom: 10px; font-size: 120%; color: #E22924; font-family: 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; }
			.w-page-message .w-sp-input .w-sp-box2 li { padding-bottom: 10px; border-bottom: 1px solid #E6E6E6; margin-bottom: 15px; }
				.w-page-message .w-sp-input .w-sp-box2 li label { margin-right: 10px; }
					.w-page-message .w-sp-input .w-sp-box2 li label input { margin-right: 5px; }
				.w-page-message .w-sp-input .w-sp-box2 li:last-child { border-bottom-width: 0; }

	.w-page-message .w-sp-input01 { background-image: url(/Images/Sub/phone_bg01.png); }
	.w-page-message .w-sp-input02 { background-image: url(/Images/Sub/phone_bg02.png); }
	.w-page-message .w-sp-input03 { background-image: url(/Images/Sub/phone_bg03.png); }

	.w-page-message .w-sp-checkbox { }
		.w-page-message .w-sp-checkbox h4 { margin-bottom: 0 !important; }
		.w-page-message .w-sp-checkbox label { margin-left: 15px; }

	.w-page-message .w-sp-mobile { padding: 100px 28px 10px 31px; }
	.w-page-message .w-sp-mobileBox { padding: 5px ; border: 1px solid #E3E3E3; border-radius: 3px; }
	.w-page-message .w-sp-mobile textarea { border-width: 0; width: 215px; height: 220px; padding: 0; margin-bottom: 10px; }
	.w-page-message .w-sp-uploader { position: relative; padding: 0 28px 0 31px; }

		.w-page-message .w-sp-uploader ul { /*width: 165px; */height: 32px; padding: 4px 0 3px 5px; border: 1px solid #E3E3E3; border-radius: 3px; display: block; margin-bottom:5px; }
			.w-page-message .w-sp-uploader ul li { margin-right: 5px; }
			.w-page-message .w-sp-uploader ul img { width: 38px; height: 28px; border: 1px solid #777777; }
			.w-page-message .w-sp-uploader ul a span { display: inline-block; line-height: 1; padding: 0 1px 4px 0; vertical-align: top; background-color: #767676; color: #ffffff; text-decoration: none; }


	.w-page-message .w-btn-uploader { display: block; padding: 0 28px 0 31px; position:relative;}
	.w-page-message .w-sp-input .w-sp-box2 li .w-input-tiny { padding: 3px 0; text-align: center; }

	.w-page-message .w-btn-uploader input[type=file] { width: 170px; position:absolute; top:0; left:31px;}
	.w-page-message .w-btn-uploader input[type=button] { display: block; padding: 0 28px 0 31px; padding: 3px 10px; position: absolute; top: 0; right: 28px; }


	.w-page-message .w-buttons { padding-top: 20px; margin: 20px 0; border-top: 1px solid #9F9F9F; }
	.w-page-message .w-base-buttons { padding-top: 0; border-top: 0 none; }

	.w-page-message .w-sp-checkContent { margin-bottom: 30px; }
		.w-page-message .w-sp-checkContent .w-sp-box { float: left; width: 285px; height: 508px; margin-right: 20px; overflow: auto; border: 1px solid #D3D3D3; }
			.w-page-message .w-sp-checkContent .w-sp-box .w-sp-frame { padding: 5px; font-size: 90%; }

			.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponSection { padding-top: 10px; padding-bottom: 10px; border-top: 2px solid #ffffff; border-bottom: 1px solid #C0C0C0; color: #272727; }
				.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponSection:last-child { border-bottom-width: 0; }
				.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponSection h4 { font-size: 120%; padding: 0; background-image: none; }
				.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponSection p { line-height: 1.6; }
			.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponTitle { border-top: 0 none; text-align: center; font-size: 120%; }
				.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponTitle img { width: 100%; display: block; margin-bottom: 10px; }
				.w-page-message .w-sp-checkContent .w-sp-box .w-sp-couponTitle h4 { margin-bottom: 0; }


		.w-page-message .w-sp-checkContent .w-sp-box2 { float: right; width: 400px; height: 508px; border: 1px solid #D3D3D3; border-radius: 3px; }
			.w-page-message .w-sp-checkContent .w-sp-box2 .w-sp-frame { padding: 25px 20px; }
			.w-page-message .w-sp-checkContent .w-sp-box2 h4 { margin-bottom: 10px; font-size: 120%; color: #E22924; font-family: 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; }
			.w-page-message .w-sp-checkContent .w-sp-box2 li { padding-bottom: 10px; border-bottom: 1px solid #E6E6E6; margin-bottom: 15px; }
				.w-page-message .w-sp-checkContent .w-sp-box2 li label { margin-right: 10px; }
					.w-page-message .w-sp-checkContent .w-sp-box2 li label input { margin-right: 5px; }
				.w-page-message .w-sp-checkContent .w-sp-box2 li textarea { width: 99%; height: 125px; line-height: 1.6; }
				.w-page-message .w-sp-checkContent .w-sp-box2 li .w-sp-file { display: none; width: 99%; }
				.w-page-message .w-sp-checkContent .w-sp-box2 li:last-child { border-bottom-width: 0; }

		.w-page-message .w-sp-checkContent .w-coupons-ex { }
			.w-page-message .w-sp-checkContent .w-coupons-ex li { margin-right: 5px; margin-bottom: 5px; padding-bottom: 0; border-bottom: 0 none; }
				.w-page-message .w-sp-checkContent .w-coupons-ex li label { margin-right: 0; }
					.w-page-message .w-sp-checkContent .w-coupons-ex li label input { vertical-align: top; margin-right: 3px; }
				.w-page-message .w-sp-checkContent .w-coupons-ex li img { width: 95px; border: 1px solid #666666; }
				.w-page-message .w-sp-checkContent .w-coupons-ex li .w-sp-users span { display: inline-block; width: 95px; height: 52px; line-height: 52px; border: 1px solid #999999; text-align: center; background-color: #EFEFEF; }

/*홈페이지관리*/
.w-page-homepage { }
	.w-page-homepage .w-tabpage { }
.w-page-detail { float: left; width: 500px; padding: 10px; border: 3px solid #4C4C4C; }
	.w-page-detail h4 { margin-bottom: 15px; font-size: 130%; }
	.w-page-detail textarea { width: 490px; height: 500px; }
.w-page-nav { float: left; width: 205px; }
	.w-page-nav li { padding: 8px 5px; border-bottom: 1px solid #E2E2E2; background-color: #EDEDED; }
		.w-page-nav li.selected { background-color: #4C4C4C; }
		.w-page-nav li:first-child { }
			.w-page-nav li:first-child input { background: #ffffff url(/Images/Sub/img_home.png) no-repeat 115px center; }
			.w-page-nav li:first-child a.btnUp,
			.w-page-nav li:last-child a.btnDown { background-color: #EDEDED; color: #A2A2A2; cursor: default; }
		.w-page-nav li.selected:first-child a.btnUp,
		.w-page-nav li.selected:last-child a.btnDown { background-color: #4C4C4C; color: #8A8A8A; cursor: default; }
		.w-page-nav li input { width: 115px; padding: 5px 15px 3px 5px; margin-left: 5px; }
		.w-page-nav li a { display: inline-block; padding: 3px 4px 5px 4px; background-color: #808080; color: #EFEFEF; text-decoration: none; }
		.w-page-nav li .w-text-eng { color: #CECECE; }
/*.w-page-nav li a.w-disabled{ background-color:#EDEDED; color:#A2A2A2; cursor:default; }
.w-page-nav li.selected a.w-disabled{ background-color:#4C4C4C; color:#8A8A8A; cursor:default; }*/

.w-page-homepage .w-site-template { }
	.w-page-homepage .w-site-template li span { display: block; font-weight: bold; }
	.w-page-homepage .w-site-template li { }
.w-page-homepage .w-buttons { margin: 20px 0; }
.w-page-homepage .tinymce { height: 350px; }

/*발송주소록*/
.w-page-request { }
	.w-page-request .w-sp-success { display: inline-block; padding: 2px 3px 0 3px; background-color: #669801; color: #ffffff; }
	.w-page-request .w-sp-ready { display: inline-block; padding: 2px 3px 0 3px; background-color: #FD9800; color: #ffffff; }
	.w-page-request .w-sp-fail { display: inline-block; padding: 2px 3px 0 3px; background-color: #CC0001; color: #ffffff; }
	.w-page-request .w-sp-pager { position: relative; height: 30px; }
		.w-page-request .w-sp-pager .btnAdd { position: absolute; top: 0; left: 0; z-index: 10; }
	.w-page-request .w-box-add { padding: 20px 0; margin: 15px 0; text-align: center; }
		.w-page-request .w-box-add strong { font-size: 150%; margin-right: 20px; color: #1892C1; }

/*서비스정책*/
.w-page-policy { }
	.w-page-policy .w-sp-box { }
		.w-page-policy .w-sp-box p { line-height: 1.8; padding: 30px 50px; -ms-word-wrap: normal; word-wrap: normal; -ms-word-break: break-all; word-break: break-all; margin-bottom: 15px; border-top: 2px solid #999999; border-bottom: 1px solid #999999; background: url(/Images/Sub/comb_bg.png) repeat left top; }
		.w-page-policy .w-sp-box .w-sp-date { display: block; text-align: right; }
	.w-page-policy .w-sp-policy { margin-bottom: 50px; }
	.w-page-policy h3 { margin: 50px 0 20px 0; }
	.w-page-policy h4 { padding: 0; margin-bottom: 15px; background-image: none; font-size: 130%; }
	.w-page-policy .w-sp-policy dt { margin-bottom: 10px; font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; font-weight: normal; color: #000; }
	.w-page-policy .w-sp-policy dd { padding: 0 10px; margin-bottom: 30px; font-size: 13px; }
		.w-page-policy .w-sp-policy dd > ol { margin-bottom: 15px; }
			.w-page-policy .w-sp-policy dd > ol:last-child { margin-bottom: 0; }
			.w-page-policy .w-sp-policy dd > ol > li { line-height: 1.6; margin-left: 20px; margin-bottom: 10px; list-style-type: decimal; }
				.w-page-policy .w-sp-policy dd > ol > li:last-child { margin-bottom: 0; }
		.w-page-policy .w-sp-policy dd h4 { padding: 0; margin-bottom: 5px; background-image: none; font-size: 110%; }
		.w-page-policy .w-sp-policy dd p { margin: 10px 0; line-height: 1.5; }
		.w-page-policy .w-sp-policy dd ol ol { margin-top: 10px; margin-bottom: 15px; }
			.w-page-policy .w-sp-policy dd ol ol:last-child { margin-bottom: 0; }
			.w-page-policy .w-sp-policy dd ol ol > li { line-height: 1.6; margin-left: 30px; margin-bottom: 10px; list-style-type: upper-alpha; }
			.w-page-policy .w-sp-policy dd ol ol ol > li { line-height: 1.6; margin-left: 30px; margin-bottom: 10px; list-style-type: lower-alpha; }
			.w-page-policy .w-sp-policy dd ol ol > li:last-child { }
		.w-page-policy .w-sp-policy dd .w-table-list tbody tr td { border-left: 1px solid #999999; text-align: left; }
			.w-page-policy .w-sp-policy dd .w-table-list tbody tr td:first-child { border-left-width: 0; }
			.w-page-policy .w-sp-policy dd .w-table-list tbody tr td.c { text-align: center; }

	.w-page-policy .w-sp-date { }
		.w-page-policy .w-sp-date li { text-align: right; margin-bottom: 10px; }

	.w-page-policy .btnDownload_Usage { position: absolute; top: 20px; right: 0; }

/*상품소개*/
.w-page-product { }
	.w-page-product .w-table-list { }
		.w-page-product .w-table-list thead th { border-right: 1px solid #999999; }
			.w-page-product .w-table-list thead th:last-child { border-right: 0 none; }
		.w-page-product .w-table-list tbody th,
		.w-page-product .w-table-list tbody td { border-right: 1px solid #E6E6E6; padding: 10px 8px 8px 8px; line-height: 1.8; }
		.w-page-product .w-table-list tbody th { border-right: 1px solid #B4B4B4; background-color: #FEFEFE; }
		.w-page-product .w-table-list tbody tr td:last-child { border-right: 0 none; }
		.w-page-product .w-table-list tbody td li { margin-bottom: 5px; }
			.w-page-product .w-table-list tbody td li:last-child { margin-bottom: 0; }

	.w-page-product .w-sp-description { padding-left: 10px; margin-bottom: 30px; }
		.w-page-product .w-sp-description li { margin-bottom: 5px; background: url(/Images/Common/bul_information.jpg) no-repeat left 3px; padding-left: 8px; font-size: 90%; }
			.w-page-product .w-sp-description li:last-child { margin-bottom: 0; }

/*서비스소개*/
.w-page-introduce { }
	.w-page-introduce h3 { padding-left: 13px; margin-bottom: 15px; font-size: 150%; background-image: url(/images/introduce/bullet.png); background-position: left 4px; background-repeat: no-repeat; }
	.w-page-introduce .w-sp-section { margin-bottom: 70px; font-size: 120%; }
		.w-page-introduce .w-sp-section ol { margin-left: 40px; list-style-type: decimal; }
			.w-page-introduce .w-sp-section ol > li { margin-bottom: 8px; }

	.w-page-introduce .w-sp-section00 img { float: left; width: 144px; }
	.w-page-introduce .w-sp-section00 p { line-height: 1.5; padding: 15px 25px; margin-left: 160px; border: 1px solid #D7D7D7; }
		.w-page-introduce .w-sp-section00 p .w-sp-patent { display: block; margin-top: 10px; font-size: 80%; }
			.w-page-introduce .w-sp-section00 p .w-sp-patent .w-sp-indent { display: block; padding-left: 14px; }
	.w-page-introduce .w-sp-section01 { }
		.w-page-introduce .w-sp-section01 > ul > li { float: left; width: 32%; margin-right: 2%; }
			.w-page-introduce .w-sp-section01 > ul > li:last-child { margin-right: 0; }
		.w-page-introduce .w-sp-section01 h4 { padding: 10px 0; margin: 0; background-color: #5C5C5C; background-image: none; text-align: center; color: #ffffff; font-size: 100%; }
		.w-page-introduce .w-sp-section01 > ul ul { height: 140px; padding: 20px 15px 0; border: 3px solid #5C5C5C; border-top-width: 0; }
			.w-page-introduce .w-sp-section01 > ul ul li { margin-left: 6px; margin-bottom: 25px; font-size: 85%; list-style-type: disc; }
				.w-page-introduce .w-sp-section01 > ul ul li:last-child { margin-bottom: 0; }

	.w-page-introduce .w-sp-section02 ol { margin-top: 20px; }

	.w-page-introduce .w-sp-section04 ol > li { margin-bottom: 15px; }
	.w-page-introduce .w-sp-section04 ol ul li { margin-bottom: 5px; }
	.w-page-introduce .w-sp-section04 ol strong.w-sp-title { display: block; margin-bottom: 5px; }

	.w-page-introduce .w-sp-section05 { position: relative; }
		.w-page-introduce .w-sp-section05 ul.w-sp01 { position: absolute; top: 50px; left: 330px; }
			.w-page-introduce .w-sp-section05 ul.w-sp01 strong.w-sp-title { display: block; margin-bottom: 10px; }
			.w-page-introduce .w-sp-section05 ul.w-sp01 ul li { margin-bottom: 7px; }
				.w-page-introduce .w-sp-section05 ul.w-sp01 ul li:last-child { margin-bottom: 0; }

		.w-page-introduce .w-sp-section05 ul.w-sp02 { position: absolute; top: 180px; left: 330px; padding: 10px 30px 10px 20px; border: 3px solid #EE2D24; border-radius: 10px; }
			.w-page-introduce .w-sp-section05 ul.w-sp02 strong.w-sp-title { display: block; margin-bottom: 10px; }
			.w-page-introduce .w-sp-section05 ul.w-sp02 ol { margin-left: 30px; }
				.w-page-introduce .w-sp-section05 ul.w-sp02 ol li { margin-bottom: 7px; font-size: 90%; }

	.w-page-introduce .w-sp-section06 .w-sp01 { border: 1px solid #D7D7D7; padding: 30px 40px; margin-top: 50px; }
		.w-page-introduce .w-sp-section06 .w-sp01 li.w-sp-left { float: left; width: 50%; margin-right: 5%; list-style-type: disc; }
		.w-page-introduce .w-sp-section06 .w-sp01 li.w-sp-right { float: right; width: 42%; list-style-type: disc; }
		.w-page-introduce .w-sp-section06 .w-sp01 .w-sp-title { display: block; margin-bottom: 12px; }
		.w-page-introduce .w-sp-section06 .w-sp01 li li { font-size: 90%; margin-bottom: 7px; }
			.w-page-introduce .w-sp-section06 .w-sp01 li li:last-child { margin-bottom: 0; }
		.w-page-introduce .w-sp-section06 .w-sp01 li ol { margin-left: 23px; }

	.w-page-introduce .w-sp-section07 { position: relative; }
		.w-page-introduce .w-sp-section07 ul { position: absolute; left: 243px; top: 80px; }
		.w-page-introduce .w-sp-section07 li { }
			.w-page-introduce .w-sp-section07 li h4 { font-size: 120%; padding-left: 0; background-image: none; }
			.w-page-introduce .w-sp-section07 li strong { display: block; margin-bottom: 5px; }
		.w-page-introduce .w-sp-section07 .w-sp01 { margin-bottom: 35px; }
		.w-page-introduce .w-sp-section07 .w-sp02 ul { position: static; left: 0; top: 0; width: 250px; margin-top: 15px; font-size: 90%; }
			.w-page-introduce .w-sp-section07 .w-sp02 ul li { margin-bottom: 5px; }
				.w-page-introduce .w-sp-section07 .w-sp02 ul li:last-child { margin-bottom: 0; }

	.w-page-introduce .w-sp-patent p { padding: 13px 0 10px 0; border: 2px solid #D7D7D7; text-align: center; font-size: 87%; line-height: 1.5; }

/* 대표번호 찾기 */
.w-page-findId { }
	.w-page-findId .w-info { padding: 20px 0; margin: 15px 0; font-size: 130%; }

/* breadcrumb */
.w-breadcrumb { position: absolute; top: 32px; left: 0; z-index: 10; }
	.w-breadcrumb li { padding-right: 8px; margin-right: 5px; background: url(/Images/Common/bul_breadcrumb.png) no-repeat right center; font-family: 돋움, Dotum; font-size: 11px; color: #8B8B8B; letter-spacing: -1px; }
		.w-breadcrumb li:last-child { padding-right: 0; margin-right: 0; background-image: none; }
		.w-breadcrumb li strong { font-family: 돋움, Dotum; font-weight: bold; }
		.w-breadcrumb li a { color: #8B8B8B; }

/* tabheader */
.w-tabheader { height: 45px; border-bottom: 1px solid #9F9F9F; margin-bottom: 35px; }
	.w-tabheader li { float: left; margin-right: 3px; border: 1px solid #D6D6D6; border-bottom-width: 0; }
		.w-tabheader li:last-child { margin-right: 0; }
		.w-tabheader li a { display: block; height: 44px; line-height: 44px; padding: 0 20px; background-color: #EDEDED; text-decoration: none; text-align: center; font-size: 120%; color: #000000; }
			.w-tabheader li a:hover { color: #E12A24; }
		.w-tabheader li.selected { border: 1px solid #9F9F9F; border-bottom-width: 0; }
			.w-tabheader li.selected a { height: 44px; line-height: 44px; padding-bottom: 1px; color: #E12A24; background-color: #ffffff; }
.w-tabpage { display: none; }

/* information */
.w-info { margin-bottom: 30px; /*padding:30px 30px 25px 30px;*/ background: url(/Images/Sub/comb_bg.png) repeat left top; }
	.w-info .w-infoFrame { padding: 18px 30px 20px 30px; background: url(/Images/Sub/infor_bg_icon.png) no-repeat 570px bottom; }
	.w-info h3 { height: 21px; margin-bottom: 15px; background: url(/Images/Sub/infor_title.png) no-repeat left top; text-indent: -10000px; }
	.w-info p.w-info-description { margin-bottom: 10px; }
	.w-info ul.w-list { }
		.w-info ul.w-list li { line-height: 1.5; margin-bottom: 7px; }
			.w-info ul.w-list li:last-child { margin-bottom: 0; }

/*pager*/
.pagination { margin: 20px 0; }
	.pagination ul { display: inline-block; *display: inline; margin-bottom: 0; margin-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
		.pagination ul > li { display: inline; }
			.pagination ul > li > a,
			.pagination ul > li > span { float: left; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; border-left-width: 0; }
				.pagination ul > li > a:hover,
				.pagination ul > li > a:focus,
				.pagination ul > .active > a,
				.pagination ul > .active > span { background-color: #f5f5f5; }
		.pagination ul > .active > a,
		.pagination ul > .active > span { color: #999999; cursor: default; }
		.pagination ul > .disabled > span,
		.pagination ul > .disabled > a,
		.pagination ul > .disabled > a:hover,
		.pagination ul > .disabled > a:focus { color: #999999; cursor: default; background-color: transparent; }
		.pagination ul > li:first-child > a,
		.pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; }
		.pagination ul > li:last-child > a,
		.pagination ul > li:last-child > span { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; }
.pagination-centered { text-align: center; }
.pagination-right { text-align: right; }


/*** 테이블 관련 */
/* 테이블 - 상세보기 */
.w-table-view { width: 100%; border-top: 2px solid #999999; border-bottom: 1px solid #999999; margin-bottom: 20px; padding: 0; border-collapse: separate; border-spacing: 0; *border-collapse: collapse; }
	.w-table-view th, .w-table-view td { border-bottom: 1px solid #E6E6E6; }
	.w-table-view th { border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; background-color: #FBFBFB; color: #06070D; }
	.w-table-view td { padding: 10px; }
		.w-table-view td label { margin-right: 5px; }
	.w-table-view tr th:first-child { border-left: 0 none; }
	.w-table-view tr:last-child th, .w-table-view tr:last-child td { border-bottom-width: 0; }
	.w-table-view .tinymce { line-height: 1.6; }
	.w-table-view tbody td ul.w-list { }
		.w-table-view tbody td ul.w-list li { margin-bottom: 5px; }
			.w-table-view tbody td ul.w-list li:last-child { margin-bottom: 0; }
			.w-table-view tbody td ul.w-list li input[type=text] { padding-top: 2px; padding-bottom: 0; }

	.w-table-view .board_content { background-image: none; }
		.w-table-view .board_content .board_content_frame { min-height: 350px; line-height: 1.6; overflow: hidden; }
			.w-table-view .board_content .board_content_frame img { display: block; max-width: 100%; margin-bottom: 20px; }
				.w-table-view .board_content .board_content_frame img.w-full-image { width: 100%; }
		.w-table-view .board_content .w-sp-photo { display: block; margin-bottom: 10px; }

.w-area-search { }
	.w-area-search .w-table-search { border-top-width: 1px; margin-bottom: 0; }
	.w-area-search .w-buttons { margin: 5px 0 20px 0; }
/*.w-table-search { width: 100%; border-top: 1px solid #49AADF; border-bottom: 1px solid #D4D4D4; margin: 10px 0; padding: 0; border-collapse: separate; border-spacing: 0; *border-collapse: collapse; }
.w-table-search th, .w-table-search td { border-bottom: 1px solid #E2E2E2; }
.w-table-search th { border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2; background-color: #FBFBFB; }
.w-table-search td { padding: 5px 10px; }
.w-table-search td label { margin-right: 5px; }
.w-table-search tr th:first-child { border-left: 0 none; }*/

.w-board-attaches { margin-bottom: 10px; }
	.w-board-attaches li { float: right; margin-right: 10px; }
		.w-board-attaches li img { display: inline !important; margin-bottom: 0 !important; }


.w-table-nav { border-top-width: 1px; }



/* 테이블 - 목록 */
.w-table-description { margin-bottom: 5px; }
.w-table-list { width: 100%; border-top: 2px solid #999999; border-bottom: 1px solid #999999; margin-bottom: 20px; padding: 0; border-collapse: separate; border-spacing: 0; *border-collapse: collapse; }
	.w-table-list th, .w-table-list td { padding: 8px; }
	.w-table-list thead th { color: #06070D; background-color: #FBFBFB; border-bottom: 1px solid #999999; }
	.w-table-list tbody td, .w-table-list tbody th { border-bottom: 1px solid #E6E6E6; text-align: center; }
		.w-table-list tbody th.l,
		.w-table-list tbody td.l { text-align: left; padding-left: 10px; }
		.w-table-list tbody td a { text-decoration: underline; }
			.w-table-list tbody td a.w-btn { text-decoration: none; }
	.w-table-list tbody tr td:last-child,
	.w-table-list thead th:last-child { border-right: none; }
	.w-table-list tbody tr td.none { border-right: 1px solid #DCDCDC; }
	.w-table-list tbody tr:last-child th, .w-table-list tbody tr:last-child td { border-bottom-width: 0; }
.w-board-content { min-height: 350px; }
.w-board-list-hover { background-color: #fafafa; }
.w-table-list-empty { padding: 50px 0; border-right: 0 none; margin-bottom: 20px; text-align: center; font-weight: bold; text-decoration: underline !important; border-bottom: 1px solid #DCDCDC; color: #06070D; }


/* 게시판 - 댓글 */
.w-comment-area { margin-top: 30px; }
	.w-comment-area a { text-decoration: none; }
.w-comment { border: 1px solid #efefef; padding: 15px; margin-bottom: 15px; background-color: #efefef; }
	.w-comment textarea { width: 78%; height: 60px; margin-right: 10px; }
	.w-comment .w-btn { width: 15%; height: 65px; }
.w-comment-list { }
	.w-comment-list .item { position: relative; }
		.w-comment-list .item .w-comment-header { display: block; padding: 5px 5px 5px 10px; border-radius: 5px 5px 0 0; background-color: #e8e8e8; border-bottom: 1px solid #d4d4d4; }
			.w-comment-list .item .w-comment-header label { display: inline; font-weight: bold; margin-right: 10px; }
		.w-comment-list .item p { line-height: 1.6; border-radius: 0 0 5px 5px; padding: 10px; background-color: #f5f5f5; }
		.w-comment-list .item .w-comment-controls { position: absolute; top: 3px; right: 5px; }

/*** form */
.w-form-description { margin-bottom: 5px; }
	.w-form-description li { padding-left: 8px; background: url(/images/sub/icon_submenu.gif) no-repeat left 8px; }
.w-form { }
	.w-form a.btn { text-decoration: none; }
	.w-form input, .w-form img, .w-form a { vertical-align: middle; }
	.w-form input, .w-form select, .w-form textarea { margin: 0; }
	.w-form input { height: 20px; }
	.w-form select { width: auto; }
	.w-form label { display: inline; }
	.w-form .w-block li { padding: 0; margin-bottom: 3px; background-image: none; }
		.w-form .w-block li:last-child { margin-bottom: 0; }
	.w-form .input-validation-error { border: 1px solid #f00; }
	.w-form .field-validation-error { margin-left: 5px; color: #f00; font-size: 12px; }
	.w-form .input-append, .w-form .input-prepend { margin-bottom: 0; }
	.w-form .w-input-list { }
		.w-form .w-input-list label { margin-right: 10px; }

/*** 팝업 */
.w-popup-body { background-color: #79C1E8; }
.w-popup { }
	.w-popup h1 { padding: 10px 0 10px 10px; border-bottom: 3px solid #2F9EDB; margin: 0; font-size: 16px; background-color: #49AADF; color: #fff; }
	.w-popup .w-popup-content { padding: 20px 10px 10px 10px; background-color: #fff; }
	.w-popup legend { display: none; }
	.w-popup .w-popup-footer { padding: 5px 0; border-top: 1px solid #2F9EDB; text-align: center; background-color: #79C1E8; }
	.w-popup .text { line-height: 1.6; }
	.w-popup form { margin-bottom: 0; }
	.w-popup .validation-summary-errors { margin-bottom: 5px; }
/* 우편번호 검색 */
.w-zipcode-description { padding-top: 5px; line-height: 1.3; }
.w-zipcode .address { letter-spacing: -1px; }



#quick { position: absolute; top: 37px; right: -90px; width: 80px; padding-bottom: 10px; border-top: 1px solid #E3E3E3; }
	#quick li { text-align: center; padding: 10px 0; border: 1px solid #E3E3E3; border-top: 0 none; background-color: #fff; }
		#quick li:last-child { padding: 0; border: 0 none; }

/* 팝업레이어 */
.w-popupLayer { background-color: #FFFFFF; border: 2px solid #49AADF; position: absolute; z-index: 20000; }
	.w-popupLayer .w-popupTitle { display: none; }
	.w-popupLayer .w-popupContent { overflow: hidden; line-height: 1.5; text-align: center; }
		.w-popupLayer .w-popupContent p { margin: 0 !important; }
	.w-popupLayer .w-popupActionBox { background-color: #F1F1F3; height: 25px; line-height: 25px; position: relative; }
		.w-popupLayer .w-popupActionBox label { position: absolute; top: 0; left: 10px; height: 25px; line-height: 25px; color: #000; }
	.w-popupLayer label input { margin-right: 5px; }
	.w-popupLayer a.w-close { position: absolute; right: 10px; top: 0; height: 25px; line-height: 25px; font-size: 12px; color: #000; }

/* media query
------------------------------------------*/
/* Desktop */
@media screen and (min-width: 980px) {
}

@media screen and (max-width: 1100px) {
	#quick { display: none; }
}

/* Tablet */
@media screen and (max-width: 979px) {
}

@media screen and (max-width: 760px) {
}
/* Mobile */
@media screen and (max-width: 480px) {
}


/*jquery ui*/
.ui-widget { font-family: 'NanumBarunGothic', '맑은고딕', 돋움, Helvetica, AppleGothic, Verdana, Arial,sans-serif; font-size: 12px; color: #454545; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: auto; }
.ui-datepicker th { font-weight: normal; }


.validation-summary-errors { margin-top: 20px; padding: 10px 0 10px 10px; background-color: #efefef; }
	.validation-summary-errors ul li { padding-left: 6px; background: url(/images/common/bu_type01.jpg) no-repeat left 7px; color: #FF005D; }
.field-validation-error { display: block; margin: 3px 0; color: #f00; }
.input-validation-error { background-color: #ffd7d8 !important; }


.w-impersonate { position: absolute; top: 0; right: 500px; z-index: 1000; padding: 5px; border: 1px solid #777777; border-top-width: 0; border-radius: 0 0 5px 5px; background-color: #EFEFEF; box-shadow: 0 0 3px #999999; }

