@charset "UTF-8";
@import "/css/reset.css";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face { font-family:'Noto Sans KR';font-style:normal;font-weight:100;src:url(/css/fonts/NotoSansKR-Thin.woff2) format('woff2'),url(/css/fonts/NotoSansKR-Thin.woff) format('woff'),url(/css/fonts/NotoSansKR-Thin.otf) format('opentype'); }
@font-face { font-family:'Noto Sans KR';font-style:normal;font-weight:300;src:url(/css/fonts/NotoSansKR-Light.woff2) format('woff2'),url(/css/fonts/NotoSansKR-Light.woff) format('woff'),url(/css/fonts/NotoSansKR-Light.otf) format('opentype'); }
@font-face { font-family:'Noto Sans KR';font-style:normal;font-weight:400;src:url(/css/fonts/NotoSansKR-Regular.woff2) format('woff2'),url(/css/fonts/NotoSansKR-Regular.woff) format('woff'),url(/css/fonts/NotoSansKR-Regular.otf) format('opentype'); }
@font-face { font-family:'Noto Sans KR';font-style:normal;font-weight:500;src:url(/css/fonts/NotoSansKR-Medium.woff2) format('woff2'),url(/css/fonts/NotoSansKR-Medium.woff) format('woff'),url(/css/fonts/NotoSansKR-Medium.otf) format('opentype'); }
@font-face { font-family:'Noto Sans KR';font-style:normal;font-weight:700;src:url(/css/fonts/NotoSansKR-Bold.woff2) format('woff2'),url(/css/fonts/NotoSansKR-Bold.woff) format('woff'),url(/css/fonts/NotoSansKR-Bold.otf) format('opentype'); }
@font-face { font-family:'Noto Sans KR';font-style:normal;font-weight:900;src:url(/css/fonts/NotoSansKR-Black.woff2) format('woff2'),url(/css/fonts/NotoSansKR-Black.woff) format('woff'),url(/css/fonts/NotoSansKR-Black.otf) format('opentype'); }

* { -webkit-text-size-adjust:none; }

html, body { margin:0 auto;width:100%;height:100%;min-width:1200px;font-family:"Noto Sans Kr", sans-serif;font-size:16px; }

h1, h2, h3 { margin:0; }

h2.cts-title { font-size:1.3em;font-weight:400; }
h2.cts-title i { font-size:1.5em; }

p { line-height:1.5em; }

a { text-decoration:none; }
a.underline { text-decoration:underline; }

a:link { color:inherit; }
a:hover { color:inherit; }
a:visited { color:inherit; }
a:active { color:inherit; }

input[type=text], input[type=password], input[type=number] { height:22px;line-height:22px;border:1px #cccccc solid; }
select { height:26px;border:1px #cccccc solid; }

textarea { line-height:23px;border:1px #cccccc solid; }

fieldset { padding:0 10px;border:1px #989898 solid; }
legend { padding:0 10px;font-weight:bold; }

.ac { text-align:center !important; }
.al { text-align:left !important; }
.ar { text-align:right !important; }

.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }

/* Round 처리 */
.round-all { -moz-border-radius:5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.round-top { -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
.round-bottom { -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; -khtml-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; }
.round-left { -moz-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; -khtml-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px; }
.round-right { -moz-border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; -khtml-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0; }
.round-right-top { -moz-border-radius:0 10px 0 0; -webkit-border-radius:0 10px 0 0; -khtml-border-radius:0 10px 0 0; border-radius:0 10px 0 0; }

.pd0 { padding:0 !important; }
.pd05 { padding:5px; }
.pd20 { padding:20px; }
.pd30 { padding:30px; }
.tpd05 { padding-top:5px; }
.bpd05 { padding-bottom:5px; }
.lpd20 { padding-left:20px !important; }
.lpd30 { padding-left:30px; }
.lpd50 { padding-left:50px; }
.rpd20 { padding-right:20px; }
.rpd30 { padding-right:30px; }
.rpd50 { padding-right:50px; }

.tmg05 { margin-top:5px; }
.tmg10 { margin-top:10px; }
.tmg15 { margin-top:15px; }
.tmg20 { margin-top:20px !important; }
.tmg30 { margin-top:30px !important; }
.tmg40 { margin-top:40px !important; }
.tmg45 { margin-top:45px !important; }
.bmg05 { margin-bottom:5px; }
.bmg10 { margin-bottom:10px; }
.bmg20 { margin-bottom:20px; }
.bmg30 { margin-bottom:30px; }
.lmg05 { margin-left:5px; }
.lmg10 { margin-left:10px; }
.lmg15 { margin-left:15px !important; }
.lmg20 { margin-left:20px !important; }
.rmg05 { margin-right:5px; }
.rmg15 { margin-right:15px; }
.rmg10 { margin-right:10px; }
.rmg20 { margin-right:20px !important; }

.w20p { width:20%; }
.w25p { width:25%; }
.w29p { width:29%; }
.w30p { width:30%; }
.w33p { width:32%; }
.w40p { width:40%; }
.w50p { width:50%; }
.w60p { width:60%; }
.w70p { width:70%; }
.w85p { width:85%; }
.w90p { width:90%; }
.w95p { width:95%; }
.w100p { width:100%; }
.w820 { width:820px; }
.w370 { width:370px; }

.dsp-ib { display:inline-block; }

.fs0 { font-size:0; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }

.bold { font-weight:bold; }

.bg-lite-pink { background-color:#ffe1d0; }
.bg-lite-purple { background-color:#e4d0ff; }
.bg-lite-blue { background-color:#c4f4fe; }

a.f-white { color:#fff; }

.hide { display:none; }

/* Color Type */
.blue { color:blue !important; }
.red { color:red !important; }
.black { color:black !important; }

.fwhite {color:#fff !important;}
.fblue {color:#27bdbe !important;}
.fnavy {color:#0066ae !important;}
.forg {color:#fd7330 !important;}
.fred {color:#ef4836 !important;}
.fgreen {color:#9bd034 !important;}
/*.fsky {color:#16bce8 !important;}*/
.fsky {color:#0d99bf !important;}
.fgray {color:#767676 !important;}
.fgray01 {color:#111111 !important;}
.fgray02 {color:#122139 !important;}
.fkeyword {color:#16bce8 !important;}

.bpurple { background-color:#f0f0ff; }

/* Icons */
.icon { display:inline-block;width:16px;height:16px;background:url(/image/icons.png) no-repeat; }
.icon-caret-1-e { background-position:-32px 0; }
.icon-caret-1-e { background-position:-32px 0; }
.icon-plusthick { background-position: -32px -128px; }
.icon-minusthic { background-position: -64px -128px; }
.etc {background-position:-180px -260px;}
.file {width:13px;height:13px;background-position:left -280px;}
.file2 {width:13px;height:13px;background-position:-140px -280px;}
.re_icon {width:23px;height:27px; background:url(/images/icons.png) -477px -482px no-repeat; float:left;} /* 151109 */
.ico_secret {width:11px; height:14px; background-position:-20px -280px;} /* 151113 */
.ico_calendar {width:15px;height:13px;background-position:-80px -280px;}

.notxt {text-indent:-999em;overflow:hidden;width:16px;height:16px;padding:0 !important;vertical-align:middle;}

/* Buttons */
.btn { text-align:center; }
.btn-basic { display:inline-block;padding:1px 10px;background-color:#3a8afd;border-radius:3px;border:1px solid #057fd0;color:#fff !important;font-size:0.95em;text-align:center; }
.btn-basic:hover { background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);color:#fff;background-color:#378de5; }
a.btn-apply { padding:10px;color:#fff;line-height:16px;font-size:16px;font-weight:700;background-color:#494748; }
.btn-small { padding:4px 10px;box-shadow:1px 1px 1px #aaa;font-size:12px; }
.btn-small2 { padding:2px 10px;line-height:22px;box-shadow:1px 1px 1px #aaa;font-size:12px; }
.btn-middle { padding:5px 20px;box-shadow:1px 1px 1px #aaa; }
.btn-big { display:inline-block;padding:10px 15px;font-size:20px;font-weight:bold;text-shadow:1px 1px 10px #333; }
.btn-big img { margin:0 15px 0 0; }
.btn-big2 { display:inline-block;padding:5px 15px;font-size:20px;font-weight:bold;text-shadow:1px 1px 10px #333; }
.btn-big2 img { margin:5px 10px 0 0; }
.btn-orange { background-color:#ff6a15; }
.btn-navy { background:#122138;color:#fff; }
.btn-gray { background-color:#c0c0c0; }
.btn-blue { background-color:#192a8b; }
.btn-green { background-color:#5fb861; }
.btn-gray2 { background-color:#939393; }

.buttons { margin:20px auto;padding-top:10px;text-align:center; }

.bullet { display:inline-block;margin:2px 5px 2px 0;width:5px;height:16px;background-image:linear-gradient(#5fb861, #006600);-moz-border-radius:5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
h2 .bullet { height:18px }
h3 .bullet { height:14px }

#header { height:100px;background-color:#000;color:#fff; }
#header .logo { float:left;margin-top:40px;font-size:1.75em;font-weight:bold;letter-spacing:-1.5px; }

ul.topmenu { display:block;text-align:right;padding-top:5px;font-size:0.9em; }

ul.mainmenu { display:block;margin-top:20px;text-align:right;vertical-align:middle; }
ul.mainmenu li { display:inline-block;width:130px;height:35px;line-height:35px;text-align:center;color:#333;background-color:#fff;font-weight:bold; }
ul.mainmenu li a { display:block; }
ul.mainmenu li a.on { color:#fff !important;background-color:#27bdbe; }
ul.mainmenu li a:hover { color:#fff !important;background-color:#27bdbe; }

.mnu-title { margin-left:10px;font-size:1.5em;font-weight:bold; }

ul.submenu { margin-top:20px; }
ul.submenu li { padding:5px 10px;line-height:40px;border-bottom:1px #ccc solid; }
ul.submenu li.dep1 { padding-left:25px; }
ul.submenu li>a { display:block;font-size:1em; }
ul.submenu>li>a:hover { color:#27bdbe; }
ul.submenu li>a.on { color:#27bdbe; }


#leftSide { float:left;width:200px;border:1px #ccc solid;border-top:none;padding:30px 20px 80px; }

#content { margin:0 0 30px 242px;padding:20px;width:938px;min-height:600px; }

#body { min-height:500px; }

#footer { clear:both;margin-top:20px;padding:20px 30px;background-color:#000; }
#footer .logo { display:inline-block;color:#999999;font-weight:700; }
#footer .info { display:inline-block;margin-left:30px;color:#999999;line-height:18px; }

.inner { position:relative;margin:0 auto;max-width:1200px;min-width:1200px; }

ul.cs-info { padding:5px 20px;border:2px #ffbb7c solid;background:url(/images/i_cs.jpg) 10px 5px no-repeat; }
ul.cs-info li { font-size:16px;margin:5px 10px;margin-left:70px;font-weight:700; }

ul.notice-list { padding:5px 20px;padding-right:10px;font-size:0.95em;color:#333;list-style:disc;border:1px #ccc solid; }
ul.notice-list li { margin:5px 10px; }

.note { color:#333;font-size:0.95em; }

.notice-title { padding-bottom:10px;font-size:18px;font-weight:700;border-bottom:2px #989898 solid; }
.notice-contents { margin-top:10px; }

.qna-title { font-weight:bold; }
.qna-contents, .answer-contents  { min-height:100px;max-height:200px;overflow:auto; }

/* Table Layout */
.tbl1 { width:100%;border-collapse: collapse; }
table.tbl1, table.tbl1 th, table.tbl1 td { border:1px #989898 solid; }
.tbl1 p { margin:0;line-height:20px;}
.tbl1 th { vertical-align:middle; }
.tbl1 td { padding:5px 10px; }

.tbl-list { width:100%;margin-top:15px;word-break:break-all;border-bottom:#ccc 1px solid;font-size:0.95em; }
.tbl-list caption { margin-bottom:5px;text-align:left; }
.tbl-list caption .search-box { width:50%; }
.tbl-list th { color:#383838;padding:5px 3px;font-weight:normal;vertical-align:middle;border-top:#ccc 1px solid;border-bottom:#ccc 1px solid;background:url(/image/table_col_th_line.gif) right bottom no-repeat #e5ecef; }
.tbl-list th:last-child { background:#e5ecef; }
.tbl-list td { padding:5px 3px;border-bottom:#ccc 1px dotted;font-weight:300;vertical-align:middle; }
.tbl-list th.blank, .tbl-list td.blank { padding:0;background-color:#ffffff;border-top:none;border-bottom:none; }

.tbl-list2 { width:100%;margin-top:15px;word-break:break-all;border-bottom:#ccc 1px solid;font-size:0.95em; }
.tbl-list2 caption { margin-bottom:5px;text-align:left; }
.tbl-list2 caption .search-box { width:50%; }
.tbl-list2 th { color:#383838;padding:2px 3px;font-weight:normal;vertical-align:middle;border:#ccc 1px solid;background-color:#e5ecef; }
.tbl-list2 td { padding:3px 3px;border:#ccc 1px dotted;font-weight:300;vertical-align:middle;line-height:20px; }

/* Table Layout */
.tbl-form { width:100%;border-collapse:collapse;font-size:0.95em;border-top:1px #989898 solid;border-bottom:1px #989898 solid; }
.tbl-form caption { margin:10px 0 5px;text-align:left; }
.tbl-form th, .tbl-form td { padding:4px 5px;height:20px;line-height:22px;color:#383838;border-bottom:1px #989898 dotted;vertical-align:middle; }
.tbl-form th { padding-left:20px;text-align:left;font-weight:normal;background:url(/image/table_col_th_line.gif) right bottom no-repeat #e5ecef; }
.tbl-form th .required-star { display:inline-block;margin-left:-13px;width:13px;color:red;font-weight:bold; }
.tbl-form input.txt100 { width:95%; }
.tbl-form textarea.txt { width:98%;margin:1px 0;padding:3px;border:1px #989898 solid; }
.tbl-form ul.desc li { margin:5px 0;margin-left:10px;line-height:16px; }
.tbl-form ul.desc li .icon { margin-left:-16px; }

/* Table Layout */
.tbl-form2 { width:100%;border-collapse:collapse;border-top:1px #989898 solid;border-bottom:1px #989898 solid; }
.tbl-form2 caption { margin:10px 0 5px;text-align:left; }
.tbl-form2 th { color:#383838;padding:5px 3px;line-height:25px;border-top:#989898 1px solid;border-bottom:#989898 1px solid;background:url(/image/table_col_th_line.gif) right bottom no-repeat #e5ecef; }
.tbl-form2 th, .tbl-form2 td { padding:4px 5px;height:20px;line-height:22px;border-bottom:1px #989898 dotted;vertical-align:middle; }
.tbl-form2 th { color:#383838;padding:5px 3px;line-height:25px;border-top:#989898 1px solid;border-bottom:#989898 1px solid;background:url(/image/table_col_th_line.gif) right bottom no-repeat #e5ecef; }
.tbl-form2 th .required-star { display:inline-block;margin-left:-13px;width:13px;color:red;font-weight:bold; }
.tbl-form2 input.txt100 { width:95%; }
.tbl-form2 textarea.txt { width:98%;margin:1px 0;padding:3px;border:1px #989898 solid; }
.tbl-form2 ul.desc li { margin:5px 0;margin-left:10px;line-height:16px; }
.tbl-form2 ul.desc li .icon { margin-left:-16px; }


.no-line { border:none !important; }

.tit-design-type { margin-top:15px;margin-left:45px;padding-left:5px;text-align:left;font-weight:bold; }
.spec { width:300px;min-height:162px;margin:20px auto;font-size:13px; }
.spec th { width:80px; }
.spec td { vertical-align:middle; }

.btn-bottom { margin:20px auto 50px;text-align:center; }

.text-box { padding:15px;height:100px;border:1px #989898 solid;overflow-y:scroll; }
.text-box2 { max-height:100px;overflow-y:auto; }



.notice2 {  margin-top:20px;padding:5px;line-height:20px;font-size:13px;border:solid 1px #d9d9d9; }
.notice2 p.title { font-weight:bold; }

.agree { display:block;margin:5px 0;text-align:right; }

.grid { margin-top:20px;font-size:0; }
.grid-left, .grid-right { display:inline-block;width:50%;font-size:13px; }

.apply-cnt { font-weight:bold;color:#ff0000; }
.payment { color:#ff0000; }

.gallery-box { height:300px;border:1px #989898 solid; }

/** Paging **/
.paging { text-align:center;display:block;margin:0 auto; }
.paging * { vertical-align:top; }
.paging span { display:inline-block; }
.paging a { display:inline-block;margin:0 5px;width:25px;height:25px;border:solid 1px #d9d9d9;text-align:center;line-height:25px;color:#666;margin-left:-1px; }
.paging a.on { background:#192a8b;border:solid 1px #192a8b;color:#fff; }
.paging a.no-link { cursor:default; }

.modal-popup {
	display:none;
	position:fixed;
	max-width:1280px;
	z-index:1000;
	background-color:#fff;
	border:2px #333366 solid !important;
}

.modal-popup2 {
	display:none;
	position:fixed;
	max-width:1280px;
	z-index:1002;
	background-color:#fff;
	border:2px #333366 solid !important;
}

#popBigImage.modal-popup { z-index:2004;border:2px #7baaaa solid !important; }
#popBigImage .popup-header { background-color:#7baaaa; }
#popBigImage .popup-container { max-height:max-content;overflow:hidden; }

.popup-header { background-color:#333366;height:40px;overflow:hidden; }
.popup-header h1 { color:#fff;margin:0;font-size:20px;padding-left:30px;line-height:40px;font-weight:700;overflow:hidden; }
.popup-header .b-close { position:absolute;width:20px;height:20px;right:20px;top:9px;text-indent:-999em;overflow:hidden;background:url(/image/icons.png) right -265px no-repeat; }

.popup-container { margin:0;max-width:100%;max-height:750px;line-height:20px;overflow-y:auto; }
.popup-container .inner { margin:20px; }
.popup-container .btn_pop { display:inline-block;min-width:100px;text-align:center;height:45px;line-height:45px;padding:0 20px;font-size:18px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box; }

.popup-buttons { padding:15px 20px;border-top:#e7e7e7 1px solid;text-align:right; }

.modal-blind {
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background-color:#f1f1f1;
	z-index:999;
	opacity:0.8;
	moz-opacity:0.8;
	filter:alpha(opacity=80); /* support: IE8 */
	khtml_opacity:0.8;
}

 .modal-blind2 {
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background-color:#f1f1f1;
	z-index:1001;
	opacity:0.8;
	moz-opacity:0.8;
	filter:alpha(opacity=80); /* support: IE8 */
	khtml_opacity:0.8;
}

.loading { display:none; }

/* 업로드 관련 */

.fileinput-button { margin-top:5px;line-height:14px; }

.progress {
	display:inline-block;margin-top:5px;margin-left:10px;width:200px;height:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	-webkit-background-size:40px 40px;background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success { background-color:#5cb85c }
.progress-striped .progress-bar-success {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info { background-color:#5bc0de }
.progress-striped .progress-bar-info {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning { background-color:#f0ad4e }
.progress-striped .progress-bar-warning {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger { background-color:#d9534f }
.progress-striped .progress-bar-danger {
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.areaList .opt { display:inline-block;font-size:12px;color:#808080; }
.areaList .bldCnt { color:#0000ff; }

.area { display:inline-block;margin-right:10px; }
.area > .num { font-size:12px;color:#ff0000; }

.radio-lbl { display:inline-block;margin-right:20px;cursor:pointer; }
.radio-lbl > input[type=radio] { cursor:pointer; }

.memo-area { max-height:100px;overflow:auto; }