@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html { font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body { margin:0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display:block; }
audio, canvas, progress, video { display:inline-block; vertical-align:baseline;}
audio:not([controls]) { display:none; height:0; }
[hidden], template { display:none; }
a { background-color:transparent; }
a:active, a:hover { outline:0; }
abbr[title] { border-bottom:1px dotted; }
b, strong { font-weight:bold; }
dfn { font-style:italic; }
h1 { font-size:2em; margin:0.67em 0; }
mark { background:#ff0; color:#000; }
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; }
img { border:0; vertical-align:middle; }
svg:not(:root) { overflow:hidden; }
figure { margin:1em 40px; }
hr { -moz-box-sizing:content-box; box-sizing:content-box; height:0; }
pre { overflow:auto; }
code, kbd, pre, samp { font-family:monospace, monospace; font-size:1em; }
button, input, optgroup, select, textarea { color:inherit; font:inherit; margin:0;}
button { overflow:visible; }
button, select { text-transform:none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; cursor:pointer;}
button[disabled], html input[disabled] { cursor:default; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
input { line-height:normal; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height:auto; }
input[type="search"] { -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; }
fieldset { border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em; }
legend { border:0; padding:0; }
textarea { overflow:auto; }
optgroup { font-weight:bold; }
table { border-collapse:collapse; border-spacing:0; }
td, th { padding:0; }
body { margin:0; padding:0; overflow-y:scroll; }
body, input, textarea, button {
	font-family:'Nanum Gothic', sans-serif;
	font-size:13px; color:#333; line-height:1.5;
}
hr { display:block; margin:15px 0; height:1px; border:none; background:#aaa; clear:both; }
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
small { font-size:85%; }
p { margin:15px 0; }
input[type=file] { padding:0; }
dl, dt, dd, ul, ol, li { margin:0; padding:0; }
ul, ol, li { list-style:none; }

.blind { position:absolute; overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; }


/* Text */
.uix-text-lead { font-size:18px; }
.uix-text-left { text-align:left; }
.uix-text-center { text-align:center; }
.uix-text-right { text-align:right; }
.uix-text-primary { color:#0186e3; }
.uix-text-success { color:#00ce0c; }
.uix-text-error, .uix-text-red { color:#ce0005; }


/* Grid */
.uix-grid { margin-right:-7.5px; margin-left:-7.5px; }
.uix-grid:after { content:''; display:table; clear:both; }
.uix-grid.not-margin { margin-left:0; margin-right:0; }
.uix-grid.not-margin > * { padding:0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position:relative; min-height:1px; padding-top:4px; padding-bottom:3px; padding-left:8px; padding-right:7px;
}
.uix-grid > .col-1, .uix-grid > .col-2, .uix-grid > .col-3, .uix-grid > .col-4, .uix-grid > .col-5, .uix-grid > .col-6, .uix-grid > .col-7, .uix-grid > .col-8, .uix-grid > .col-9, .uix-grid > .col-10, .uix-grid > .col-11, .uix-grid > .col-12 { float:left; }
.col-1 { width:8.33333%; }
.col-2 { width:16.66667%; }
.col-3 { width:25%; }
.col-4 { width:33.33333%; }
.col-5 { width:41.66667%; }
.col-6 { width:50%; }
.col-7 { width:58.33333%; }
.col-8 { width:66.66667%; }
.col-9 { width:75%; }
.col-10 { width:83.33333%; }
.col-11 { width:91.66667%; }
.col-12 { width:100%; }


/* Button */
.uix-button {
	position:relative;
	display:inline-block; padding:6px 15px; height:34px;
	white-space:nowrap; cursor:pointer; vertical-align:middle;
	margin-bottom:0; text-align:center;
	behavior:url( "../../js/PIE.htc" ); border-radius:2px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	outline:0;
	font-size:13px; color:#333; border:1px solid #ccc; background:#f0f0f0;
	border-radius:5px;
}
.uix-button:hover { background:#f4f4f4; }
.uix-button:active, .uix-button.active { outline:0; box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.15); }
.uix-button.disabled, .uix-button[disabled] { box-shadow:none; filter:alpha(opacity=65); opacity:0.65; cursor:not-allowed; }
.uix-button.color-primary { background-color:#0186e3; border-color:#0186e3; color:#fff; }
.uix-button.color-primary:hover { background-color:#0e91ec; border-color:#0e91ec; }
.uix-button.color-gray { background-color:#666; border-color:#666; color:#fff; }
.uix-button.color-gray:hover { background-color:#595959; border-color:#595959; }
.uix-button.color-border-gray { background-color:transparent; border-color:#ccc; }
.uix-button.color-border-gray:active { box-shadow:0 0 0; background-color:whitesmoke; }
.uix-button.color-border-primary { background-color:transparent; border-color:#303030; color:#303030; }
.uix-button.color-border-primary:active { box-shadow:0 0 0; background-color:#f6f6f7; }
.uix-button.size-large { padding:11px 30px; height:50px; font-size:16px; font-weight:600; }
.uix-button.size-small { padding:0 5px; height:28px; line-height:26px; font-size:12px; text-align:center; }
.uix-button.block { display:block; width:100%; }
a.uix-button { text-decoration:none; }
button.uix-button.block { width:100%; }
.uix-button.color-yellow { background-color:#f8b62c; border-color:#f8b62c; color:#fff; }
.uix-button.color-yellow:hover { background-color:#fac85e; border-color:#fac85e; }

/* Table */
.uix-table { width:100%; }
.uix-table a { color:#333; }
.uix-table > caption { padding-top:8px; padding-bottom:8px; color:#333; text-align:left; }
.uix-table > thead > tr > th,
.uix-table > thead > tr td,
.uix-table > tbody > tr > th,
.uix-table > tbody > tr td {
	padding:14px 10px; line-height:1.42857142; vertical-align:middle;
}
.uix-table > tbody > tr > td {
	border-bottom:1px solid #d2d2d0;
	border-left:1px solid #d2d2d0;
	text-align:center;
	font-size:15px;
}
.uix-table > tbody > tr> td:first-child {border-left:none;}
.uix-table > tbody > tr> td.uix-text-left {text-align:left;}
.uix-table > tbody > tr> td.uix-text-right {text-align:right;}
.uix-table > thead > tr > th {
	padding-top:14px; padding-bottom:14px;
	vertical-align:bottom; border-bottom:none; background:#f5f5f5; color:#333;
	font-size:15px; font-weight:600;
	border-top:1px solid #666; border-bottom:1px solid #d2d2d0;
}
.uix-table.color-dark > thead > tr > th {background:#303030;}
.uix-table.striped > tbody > tr:nth-child(even) > td {background:#f9f9f9;}
.uix-table.not-side-border > tbody > tr > td {border-left:none;}
.uix-table td.uix-text-left { text-align:left; }


.uix-table > tbody > tr.info_pre td {
	border-bottom:0;
}
.uix-table > tbody > tr.info td {
	padding:0 10px 7px 10px;font-size:12px;color:#0186e3;text-align:right;
}

.uix-table.table01 { border-top:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9; }
.uix-table.table01 th { border-top:0; border-bottom:1px solid #ddd; background:#f0f0f0; padding:22px 20px; text-align:left; font-size:15px; }
.uix-table.table01 td { border-top:0; border-left:0; border-bottom:1px solid #ddd; padding:22px 20px; text-align:left; font-size:15px; }
.uix-table.table01 tr:last-child th,
.uix-table.table01 tr:last-child td { border-bottom:0; }

.uix-table.table02 { border-top:1px solid #333; border-bottom:1px solid #333; }
.uix-table.table02 th { border-top:0; border-left:0; border-bottom:1px solid #ddd; background:#f9f9f9; padding:15px 20px; text-align:left; font-size:15px; }
.uix-table.table02 td { border-top:0; border-left:0; border-right:0; border-bottom:1px solid #ddd; padding:15px 20px; text-align:left; font-size:15px; }
.uix-table.table02 tr:last-child th,
.uix-table.table02 tr:last-child td { border-bottom:0; }
.uix-table.table02 .uix-text-center { text-align:center; }


/* space */
.uix-space {height: 1px; background: none; margin: 15px 0;}


/* Form text */
.uix-form-text {
	display:inline-block; margin:0; padding:6px 10px;
	border:1px solid #bbb; position:relative;
	line-height:1.428571429; height:34px;
	box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.075);
	background-color:#fff;
	font-size:13px; color:#333;
	outline:0; vertical-align:middle;
}
.uix-form-text::-ms-expand { border:0; background-color:transparent; }
.uix-form-text.block { display:block; width:100%; }
.uix-form-text.active, .uix-form-text:focus { border-color:#46535f; }
.uix-form-text[readonly] { background:#eee; }
.uix-form-text[disabled] { background:#eee; cursor:not-allowed; }
textarea.uix-form-text { height:auto; }
.uix-form-text.date { height:29px; }
.uix-form-description { font-size:12px; margin:15px 0 8px; }
.uix-form-help { margin:3px 0 0; font-size:14px; color:#0186e3; }
.uix-form-help.uix-text-error { color:#ce0005; }
.uix-form-check { position:relative; margin:0; display:block; }
.uix-form-check > p { display:inline-block; vertical-align:middle; min-height:21px; padding-left:20px; margin:0; }
.uix-form-check > p > label { font-weight:normal; cursor:pointer; }
.uix-form-check > p > label > input[type=checkbox],
.uix-form-check > p > label > input[type=radio] {
	position:absolute; margin:4px 0 0 -20px; line-height:normal; cursor:pointer;
}
.uix-form-check > p + p { margin-left:10px; }
.uix-form-check > .disabled > label { cursor:not-allowed; color:#888; }
.uix-form-check > .disabled > label > input[type=checkbox],
.uix-form-check > .disabled > label > input[type=radio] {
	cursor:not-allowed;
}
.uix-form-check.block > p { display:block; margin-top:5px; margin-bottom:5px; vertical-align:inherit; }
.uix-form-check.block > p + p { margin-left:0; }
.uix-form-check.not-margin { margin:0; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b4b4b4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b4b4b4;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b4b4b4;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b4b4b4;
}

/* Form group */
.uix-form-group > label { font-size:13px; font-weight:bold; }
.uix-form-group.block > label { display:block; margin:0 0 5px; }
.uix-form-group.inline > label { display:inline-block; margin:0 5px 0 0; }
.uix-form-group.inline > * { display:inline-block; vertical-align:middle; }
.uix-form-group.inline > .uix-form-help { margin:0 0 0 5px; }


/* Paginate */
.uix-paginate { margin:30px 0; text-align:center; font-size:0; }
.uix-paginate a, .uix-paginate strong {
	display:inline-block; margin:0 3px; padding:1px 9px;
	font-size:16px; color:#333; font-family:'Nanum Gothic', sans-serif;
}
.uix-paginate a { text-decoration:none; font-family:'Nanum Gothic', sans-serif; }
.uix-paginate .dir { font-weight:bold; color:#b8b8b8; color:#555; }
.uix-paginate a, .uix-paginate strong { margin:0 4px; padding:3px 10px; font-size:15px; color:#6c6c6c; background:#fff; }
.uix-paginate strong { font-weight:600; background:#484e55; color:#fff; font-family:'Nanum Gothic', sans-serif; }


/* Buttons group */
.uix-btn-group { margin:30px 0; text-align:center; }
.uix-btn-group.uix-text-right { text-align:right; }


/* Register form */
.uix-register-head { margin:5px 0 5px; font-size:16px; font-weight:bold; }
.uix-register > dl {
	display:table; width:100%; margin:0;
}
.uix-register > dl:first-child { border-top:none; }
.uix-register > dl > * { display:table-cell; vertical-align:middle; padding:8px 10px; }
.uix-register > dl > dt { width:20%; padding-left:15px; padding-top:15px; vertical-align:top; font-size:14px; }
.uix-register > dl > dd { width:80%; font-size:14px; }
.uix-register > dl.column-2 > dd {width:30%;}
.uix-register > dl.column-2 > dt { }
.uix-register > dl.column-2 > dt:first-child {border-left:none;}
.uix-register > dl > dd > p {margin:8px 0 0;}
.uix-register > dl > dd > p.uix-form-help {margin-top:5px;}
.uix-register > dl > dd > *:first-child {margin-top:0;}
.uix-register > dl > dd hr {margin:8px 0; background:#d2d2d0;}
.uix-register .file {font-size:0;}
.uix-register .file > * {display:inline-block; vertical-align:middle;}
.uix-register .file > span {font-size:13px;}
.uix-register .file > a {
	margin-left:5px; margin-top:2px; padding:3px;
	border:1px solid #a5a5a5;
}


/* Box style */
.uix-box { padding:20px 15px; display:block; margin:0 auto; background:#fff; }
.uix-box > .uix-btn-group { margin-bottom:15px; }
.uix-box.bg-lightgray { background:#f5f5f5; }
.uix-box.round { position:relative; behavior:url( "../../js/PIE.htc" ); border-radius:5px; }


/* Not style element */
fieldset.uix-not-style { margin:0; padding:0; border:none; }
ul.uix-not-style { margin:0; padding:0; list-style:none; }
figure.uix-not-style { margin:0; }


/* Brackets */
.uix-brackets:before { content:'['; }
.uix-brackets:after { content:']'; }
.uix-brackets.small:before { content:'('; }
.uix-brackets.small:after { content:')'; }
.uix-brackets.quots:before { content:'"'; }
.uix-brackets.quots:after { content:'"'; }
.uix-brackets.small-quots:before { content:"'"; }
.uix-brackets.small-quots:after { content:"'"; }


/* Tab contents controller */
.comp-tab-contents { margin:15px 0; }
.comp-tab-contents > nav.uix-grid > * { padding-left:1px; }
.comp-tab-contents > nav.uix-grid > *:first-child { padding-left:0; }
.comp-tab-contents > nav.uix-grid button { position:relative; behavior:url( "../../js/PIE.htc" ); border-radius:0; }
.comp-tab-contents > nav.uix-grid button.active { box-shadow:0 0 0; background:#666; color:#fff; cursor:default; }
.comp-tab-contents .bodies { margin:10px 0 0; }
.comp-tab-contents .bodies > * { display:none; }
.comp-tab-contents .bodies > *.active { display:block; }
.comp-tab-contents .bodies > div { padding:0 15px 15px; }
.comp-tab-contents .bodies > div.not-padding { padding:0; }


/* Main */
body { background:url('../../image/web/lightning-bg.png') repeat left 200px; }
/*body.main { background:url('../../image/web/body-bg.png') repeat left top; }*/
#main {
	padding:0; width:100%;
	background-image:url('../../image/web/header-bg.png'), url('../../image/web/footer-bg.png');
	background-repeat:repeat-x;
	background-position:left top, left bottom;
}
#main > header { position:relative; padding:0; width:1000px; height:173px; margin:0 auto; }
body.main2 #main > header { height:170px; }
#main > footer { position:relative; width:1000px; height:248px; margin:0 auto; background:url('../../image/web/flogo.png') no-repeat 56px 102px; }
#main > header h1 { margin:0; text-align:center; padding-top:10px; }
#main > header .unb { position:absolute; top:40px; right:5px; overflow:hidden; }
#main > header .unb a { display:inline-block; float:left; padding:0 10px; line-height:13px;  }
#main > header .unb a:nth-of-type(1) { border-right:1px solid #ccc; }
#main > header .unb a:hover { color:#ed6d01; }
#main > header .gnb { position:absolute; top:125px; left:0; width:100%; overflow:hidden; text-align:center; }
#main > header .gnb a { display:inline-block; padding:0 68px 0 66px; font-family:'Noto Sans KR'; font-size:20px; color:#000; line-height:20px; border-right:1px solid #c0c0c0; }
#main > header .gnb a:last-child { border-right:0; }
#main > header .gnb a.on,#main > header .gnb a:hover { color:#ed6d01; }
#main > footer .fnb { position:absolute; top:0; left:0; overflow:hidden; width:100%; text-align:center; }
#main > footer .fnb a { display:inline-block; font-size:15px; padding:0 20px; margin:20px 0; border-right:1px solid #dbdbdb; line-height:14px; }
#main > footer .fnb a:last-child { border-right:0; }
#main > footer .fnb a:hover { color:#000; }
#main > footer .info { position:absolute; top:102px; left:265px; color:#fff; }
#main > footer .copyright { color:#f1ab70; margin:0; }

/* Container */
.container {  position:relative; width:1000px; margin:70px auto; }
.container > aside { position:absolute; width:160px; padding:0; background:#ccff99; color:#666; }
.container > .content { margin-left:190px; min-height:650px; font-size:15px; }
body.not-aside .container > .content { margin-left:0; }
body.main2 .container { width:100%; margin:0; }

.container > aside h1 { margin:0; text-align:center; height:104px; line-height:104px; font-size:20px; color:#fff; font-weight:600; letter-spacing:-0.5pt; background:url('../../image/web/aside-h1.png') no-repeat left top; }
.container > aside ul { margin:0; padding:0; border:1px solid #c2c2c2; border-top:0; background:#fff; }
.container > aside ul li { list-style-type:none; }
.container > aside ul li a { display:inline-block; width:100%; padding:12px 2px 11px 15px; background:#fff; border-bottom:1px solid #eaeaea; font-size:15px; font-weight:600; }
.container > aside ul li a.on, .container > aside ul li a:hover { color:#ed6d01; }
.container > aside ul li:last-child a { border-bottom:0; }


/* Page */
.uix-page {padding:28px; background:#fff;}
.uix-page.bgcolor { background:#f5f5f5; border:1px solid #ddd; }
.uix-page.not-padding {padding:0; background:#fff;}
.uix-page-headding { margin:0 0 40px 0; padding:5px 0 10px; border-bottom:2px solid #6a6965; overflow:hidden; }
.uix-page-headding.not-margin { margin:0; border-bottom:1px solid #6a6965; }
.uix-page-headding > h1 { margin:0; font-size:36px; color:#383f44; font-family:'Noto Sans KR'; font-weight:400; }
.uix-page-headding > p { margin:0; font-size:12px; color:#666; }
.uix-page-headding .state { float:right; margin:22px 0 0;}


/* Board view */
.board-view header h1 { margin:0 0 5px; padding:12px 20px; background:#303030; font-size:14px; color:#fff; }
.board-view header .meta { padding:8px 20px; font-size:0; background:#f9f9f9; border-bottom:1px solid #e7e7e7; }
.board-view header .meta p { display:inline-block; margin:0 8px; font-size:12px; color:#666; vertical-align:middle; }
.board-view header .meta p span { font-weight:bold; color:#272727; padding-right:10px; }
.board-view header .meta p em { font-style:normal; }
.board-view header .meta p:first-child { margin-left:0; }
.board-view .body { padding:20px 20px 40px; line-height:1.8; background:#fff; }
.board-view .body img { max-width:100%; }
.board-view .body figure { margin:15px 0; }
.board-view .body figure img { display:block; margin:0 auto; }
.board-view .answer header h1 {
	padding-top:8px; padding-bottom:8px;
	background:#fff;
	border-top:1px solid #6a6a6a;
	border-bottom:1px solid #6a6a6a;
	color:#333; font-size:15px;
}
.board-view .answer header h1 > * {display:inline-block; vertical-align:middle;}
.board-view .answer header h1 i {margin-right:5px;}
.board-view .answer header h1 span {font-size:15px;}
.board-view.table01 { border-left:1px solid #c9c9c9; border-right:1px solid #c9c9c9; }
.board-view.table01 th { padding-top:13px; padding-bottom:13px; background:#f6f6f6; }
.board-view.table01 td { padding:5px 13px; }
.board-view.table01 td.cont { padding:30px 20px; }


/* board-re */
.board-re { margin:23px 0 0; }
.board-re dt { padding-top:13px; padding-bottom:13px; text-align:center; background:#dedede; color:#333; font-size:15px; font-weight:600; border-radius:5px; }
.board-re dd { padding:20px; font-size:15px; }


/* faq */
.faq { margin:0; padding:0; border-top:1px solid #555; }
.faq > li { margin:0; margin:0; padding:0; list-style-type:none; }
.faq > li .question { cursor:pointer; background:#fff; padding:15px 20px; font-size:16px; margin:0; border-bottom:1px solid #e7e7e7; background:url('../../image/web/faq-q-off.png') no-repeat 97% center; }
.faq > li .question i { display:inline-block; width:16px; height:16px; font-style:normal; margin:0 10px 0 0; color:#ffb426; font-weight:600; }
.faq > li .answer {display:none; background:#f5f5f5 url('../../image/web/faq-a.png') no-repeat 43px 23px; min-height:90px; margin:0; padding:15px 25px 15px 67px; font-size:16px; border-bottom:1px solid #e7e7e7; }
.faq > li .answer li { margin:0 0 0 10px; list-style-type:none; }
.faq > li .answer li a{display:block; height:23px; line-height:23px; color:#393939; padding:0; font-size:12px; }
.faq > li .answer li a:before { content:" - "; }
.faq > li.on .question { background:#fff url('../../image/web/faq-q-on.png') no-repeat 97% center; background-size:13px auto; }
.faq > li.on .answer {display:block;}



/* Board form */
.board-form fieldset { margin:0; padding:0; border:none; }
.board-form fieldset dl { display:table; width:100%; margin:0; border:0 solid #ddd; border-bottom-width:1px; }
.board-form fieldset dl > dt,
.board-form fieldset dl > dd { margin:0; padding:8px 10px; display:table-cell; vertical-align:middle; }
.board-form fieldset dl > dt { width:120px; padding-left:15px; font-weight:bold; background:#f3f3f3; }
.board-form fieldset dl.first { border-top-width:1px; }
.board-form fieldset .description { margin:0 0 8px; font-size:13px; }


/* Terms */
.terms-markup { font-size:12px; }
.terms-markup h2 { margin-top:30px; margin-bottom:10px; }
.terms-markup h3 { margin-top:25px; margin-bottom:10px; }
.terms-markup p { margin:15px 0; }
.terms-markup ul, .terms-markup ol { margin:15px 0; padding-left:24px; line-height:1.6; }
.terms-markup ul li, .terms-markup ol li { margin:8px 0; }
.terms-text {
	margin:15px 0; padding:20px;
	font-size:13px; word-break:break-all; white-space:pre-line;
	border:1px solid #ccc;
	background:#fff;
	line-height:1.6;
}


/* Member box */
.member-box {
	display:block;
	margin:50px auto; padding:50px 30px; color:#000;
	font-size:16px; border:1px solid #d8d8d8; background:#f5f5f5;
}
.member-box figure img {display:block; margin:0 auto;}
.member-box .message {font-size:16px; color:#000; }
.member-box .uix-btn-group {
	margin-top:0; margin-bottom:0; padding-top:30px;
}
.member-box .btn-login { width:100%; margin-top:25px; }
.member-box .btn-etc { text-align:center; margin:20px 0 0;}
.member-box .btn-etc a { width:auto; margin:0 5px; border:0; background:none; color:#555; font-size:15px; border-bottom:1px solid #ccc; padding-bottom:1px; border-radius:0; }


/* Login */
.login { margin:0 auto 80px; padding:40px; border:1px solid #d8d8d8; background:#f5f5f5; }
.login fieldset { position:relative; margin:0 auto 30px; padding:0 0 0 0; border:none; max-width:460px; }
.login .head {
	margin:0 0 30px; padding:0 0 10px;
	font-family:"Helvetica Neue", Verdana, sans-serif; font-size:26px; color:#545454; font-weight:bold;
	border-bottom:1px solid #000; letter-spacing:-1px;
}
.login dl { display:table; width:100%; margin:0; font-size:15px; }
.login dl > dt, .login dl > dd { padding:0; float:none; vertical-align:middle; display:table-cell; }
.login dl > dt { width:130px; }
.login .btn-login { width:100%; margin-top:20px; }
.login .btn-login button { padding:0; text-align:center; }
.login .btn-etc { text-align:center; }
.login .btn-etc a { width:auto; margin:0 5px; border:0; background:none; color:#555; font-size:14px; border-bottom:1px solid #ccc; padding-bottom:1px; border-radius:0; }



/* Join - confirm */
.join-confirm fieldset { border:none; margin:0 0 30px; padding:0; }
.join-confirm fieldset legend { display:block; margin:0 0 8px; font-size:14px; font-weight:bold; }
.join-confirm fieldset textarea { width:100%; margin:0; padding:10px; background:#fff; border:1px solid #ccc; outline:0; }
.join-confirm fieldset .check { margin:0; }
.join-confirm .check-all { margin:0 0 50px; }


/* Join - form */
.join-form fieldset { margin:0 0 30px; border:none; padding:0; }
.join-form fieldset legend { padding:0 0 10px 0; font-size:16px; font-weight:bold; }


/* Join - result */
.join-result figure {margin-bottom:10px;}
.join-result .body p {margin:5px 0; color:#000;}
.join-result .body .uix-text-lead {font-size:24px; font-weight:bold; color:#555;}


/* Sprite icons */
.sp-ico { background:transparent url("../../image/web/sp-ico@1x.png") no-repeat; background-size:300px 200px; }
.sp-ico { display:inline-block; text-indent:-9999px; text-align:left; overflow:hidden; }
.sp-ico.abs { position:absolute; left:50%; top:50%; vertical-align:top; }

.ico-check2 { width:12px; height:10px; background-position:-286px -44px; }
.ico-cross4 { width:9px; height:9px; background-position:-286px -64px; }
.ico-circle-pen {width:25px; height:25px; background-position:0 -130px;}


/* State */
.uix-state {
	display:inline-block; margin:0; padding:4px 8px;
	border:1px solid #aaa; background:#dedede; position:relative; behavior:url( "../../js/PIE.htc" ); border-radius:5px;
	font-size:0;
}
.uix-state.uix-text-primary { border:1px solid #0186e3; background:#0186e3; color:#fff; }
.uix-state > * {display:inline-block; vertical-align:middle;}
.uix-state > i {margin-right:3px;}
.uix-state > span {margin-top:-1px; font-size:13px; letter-spacing:-1px;}


/* mypage_area */
.mypage_area { background:#fff; padding:0; }
.mypage_area .top {padding:20px 0 20px 60px; background:url(../../image/web/icon_local.gif) no-repeat 10px center; font-size:15px; line-height:24px; color:#333; }
.mypage_area .tb_insert { width:100%; border-top:1px solid #ccc; background:#fff; }
.mypage_area .tb_insert th { background:#fbfbfb; text-align:center; border-bottom:1px solid #ddd; padding:15px 0; vertical-align:top; color:#000; }
.mypage_area .tb_insert td { background:#fff; text-align:left; padding:12px 20px; border-bottom:1px solid #ddd; }
.mypage_area .tb_insert td input[type=text], .tb_insert td input[type=password] { width:100%; height:30px; }
.mypage_area .tb_insert td textarea { width:100%; height:307px; }
.mypage_area .tb_insert select { width:40%; margin-right:7px; background:#fff; border:1px solid #ccc; height:34px; padding-left:10px; }
.mypage_area .tb_insert th { font-weight:600; background:#f4f4f4 }


/* icon */
.icon { display:inline-block; vertical-align:middle; }
.icon.log-in { width:12px; height:15px; background:url('../../image/web/icon-login.png') no-repeat left top; background-size:11px 13px;  margin:-1px 10px 0 0; }
.icon.log-out { width:12px; height:15px; background:url('../../image/web/icon-logout.png') no-repeat left top; background-size:11px 13px;  margin:-1px 10px 0 0; }
.icon.prev { width:19px; height:16px; background:url('../../image/web/icon-prev.png') no-repeat left top; background-size:19px 16px;  margin:-1px 5px 0 0; }
.icon.help { width:19px; height:19px; background:url('../../image/web/icon-help.png') no-repeat left top; background-size:19px 19px;  margin:-1px 5px 0 0; }
.icon.requests { width:31px; height:27px; background:url('../../image/web/icon-requests.png') no-repeat left top; background-size:31px 27px;  margin:-1px 10px 0 0; }
.icon.search { width:26px; height:26px; background:url('../../image/web/icon-search.png') no-repeat left top; background-size:26px 26px;  margin:0 0 5px 10px; display:block; }
.icon.ing { width:14px; height:3px; background:url('../../image/web/icon-ing.png') no-repeat left top; background-size:14px 3px;  margin:-1px 5px 0; }

.main1 { margin:125px 0; text-align:center; }
.main1 a { display:inline-block; padding:0 17px; }


/* main-cate1 */
.main1-cate1 { margin-bottom:40px; }
.main1-cate1 a { display:inline-block; margin:0 45px; width:238px; text-align:center; font-size:24px; font-weight:600; color:#383838; }
.main1-cate1 i { display:block; width:238px; height:264px; margin:40px 0 20px; background-size:238px 264px !important; }
.main1-cate1 a.no_img i { background:url('../../image/web/cate_noimg.png') no-repeat left top; }
.main1-cate1 a.no_img:hover i { background:url('../../image/web/cate_noimg_on.png') no-repeat left top; }

.main1-cate1 a.link1 i { background:url('../../image/web/main-cate1-1.png') no-repeat left top; }
.main1-cate1 a.link2 i { background:url('../../image/web/main-cate1-2.png') no-repeat left top; }
.main1-cate1 a.link3 i { background:url('../../image/web/main-cate1-3.png') no-repeat left top; }
.main1-cate1 a.link4 i { background:url('../../image/web/main-cate1-4.png') no-repeat left top; }
.main1-cate1 a.link5 i { background:url('../../image/web/main-cate1-5.png') no-repeat left top; }
.main1-cate1 a.link6 i { background:url('../../image/web/main-cate1-6.png') no-repeat left top; }
.main1-cate1 a.link1:hover i { background:url('../../image/web/main-cate1-1_on.png') no-repeat left top; }
.main1-cate1 a.link2:hover i { background:url('../../image/web/main-cate1-2_on.png') no-repeat left top; }
.main1-cate1 a.link3:hover i { background:url('../../image/web/main-cate1-3_on.png') no-repeat left top; }
.main1-cate1 a.link4:hover i { background:url('../../image/web/main-cate1-4_on.png') no-repeat left top; }
.main1-cate1 a.link5:hover i { background:url('../../image/web/main-cate1-5_on.png') no-repeat left top; }
.main1-cate1 a.link6:hover i { background:url('../../image/web/main-cate1-6_on.png') no-repeat left top; }

.main1-cate1.sub a.link1 i { background:url('../../image/web/main-cate1-sub-1.png') no-repeat left top; }
.main1-cate1.sub a.link2 i { background:url('../../image/web/main-cate1-sub-2.png') no-repeat left top; }
.main1-cate1.sub a.link3 i { background:url('../../image/web/main-cate1-sub-3.png') no-repeat left top; }
.main1-cate1.sub a.link4 i { background:url('../../image/web/main-cate1-sub-4.png') no-repeat left top; }
.main1-cate1.sub a.link5 i { background:url('../../image/web/main-cate1-sub-5.png') no-repeat left top; }
.main1-cate1.sub a.link6 i { background:url('../../image/web/main-cate1-sub-6.png') no-repeat left top; }
.main1-cate1.sub a.link1:hover i { background:url('../../image/web/main-cate1-sub-1_on.png') no-repeat left top; }
.main1-cate1.sub a.link2:hover i { background:url('../../image/web/main-cate1-sub-2_on.png') no-repeat left top; }
.main1-cate1.sub a.link3:hover i { background:url('../../image/web/main-cate1-sub-3_on.png') no-repeat left top; }
.main1-cate1.sub a.link4:hover i { background:url('../../image/web/main-cate1-sub-4_on.png') no-repeat left top; }
.main1-cate1.sub a.link5:hover i { background:url('../../image/web/main-cate1-sub-5_on.png') no-repeat left top; }
.main1-cate1.sub a.link6:hover i { background:url('../../image/web/main-cate1-sub-6_on.png') no-repeat left top; }

.main1-step4 { margin:0 0 40px; font-family:'Noto Sans KR'; border:1px solid #c9c9c9; }
.main1-step4 dt { background:#383f44; padding:34px 0; font-size:36px; font-weight:600; color:#fff; text-align:center; }
.main1-step4 dd { background:#f6f6f6; font-size:22px; line-height:70px; padding:40px 0 40px 377px; }
.main1-step4 .uix-form-check > p > label > input[type=radio] { margin:30px 0 0 -20px; }

.main1-step5 { margin:0 0 40px; font-family:'Noto Sans KR'; border:1px solid #c9c9c9; }
.main1-step5 dt { background:#383f44; padding:34px 0; font-size:36px; font-weight:600; color:#fff; text-align:center; }
.main1-step5 dd { font-size:16px; padding:0; }
.main1-step5 dd .uix-table th  { text-align:left; padding-left:23px; background:#f6f6f6; color:#383838; font-size:16px; font-weight:400; border-bottom:1px solid #dedede; border-left:1px solid #dedede; }
.main1-step5 dd .uix-table td { border-bottom:1px solid #dedede; text-align:left; padding-left:16px; }
.main1-step5 dd ul { display:inline-block; margin:0 0 20px; }
.main1-step5 dd li { border-bottom:1px solid #dedede; line-height:30px; }
.main1-step5 dd li span { display:inline-block; width:245px; padding-left:10px; font-weight:300; font-size:14px;}


h2 { font-size:24px; color:#0186e3; font-family:'Noto Sans KR'; font-weight:400; margin:50px 0 10px;}


/* request */
.request { display:inline-block; width:41px; height:25px; line-height:25px; font-size:13px; background:#536b7c; color:#fff; border-radius:13px; font-weight:600; }
.request.repair {  }
.request.install { background:#efd817; }
.request.measured { background:#3199e2; }


/* state */
.state { display:inline-block; width:80px; height:29px; line-height:27px; font-size:13px; background:#fff; color:#484e55; border:1px solid #484e55; border-radius:13px; font-weight:600; letter-spacing:-0.8pt; text-align:center; }
.state.complete {  }
.state.ass { color:#007ce0; border:1px solid #007ce0; }
.state.ing,
.state.calculate { color:#13c0cf; border:1px solid #13c0cf; }


.text-help { border-top:1px solid #333; padding:20px 0; color:#0186e3; font-weight:600; }


/* item-list */
.item-list { overflow:hidden; border-top:1px solid #333; border-bottom:1px solid #ccc; margin:15px 0 0; padding:15px 0 0; }
.item-list li { float:left; width:180px; margin:0 30px 30px 0; }
.item-list li:nth-child(4n) { margin-right:0; }
.item-list li p { margin:0; }
.item-list li .img { position:relative; width:180px; height:130px; text-align:center; border:1px solid #ddd; overflow:hidden;}
.item-list li .img img { position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; height:100%;}
.item-list li .sj { width:180px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:10px 5px 5px; }
.item-list li .date { font-size:13px; text-align:center; color:#777; }


/* bbs-search */
.bbs-search { margin:15px 0 0; text-align:right; }


/* 요청건수 */
.requests-number { height:95px; background:#383f44; color:#fff; text-align:center; }
.requests-number div { width:750px; margin:0 auto; overflow:hidden; }
.requests-number .title { display:inline-block; float:left; font-size:17px; font-weight:600; padding:32px 27px 0; }
.requests-number dl { display:inline-block; float:left; width:577px; overflow:hidden; line-height:33px; margin:30px 0; background:#fff; color:#555; font-size:15px; border-radius:17px; text-align:left; }
.requests-number dt { float:left; width:150px; background:#f1f1f1; padding:0 15px 0 35px; font-weight:bold; border-right:1px solid #dfdfdf; color:#000; overflow:hidden; text-align:right; }
.requests-number dt span { display:inline-block; float:left; color:#333; }
.requests-number dd { float:left; }
.requests-number dd ul { overflow:hidden; }
.requests-number dd li { float:left; width:138px; padding:0 15px; border-right:1px solid #dfdfdf; overflow:hidden; text-align:right; font-weight:bold; color:#ed9100; }
.requests-number dd li:last-child { border-right:0; }
.requests-number dd li span { display:inline-block; float:left; color:#333; font-weight:400; }


/* search01 */
.search01 { background:#f6f6f6; padding:20px 0; position:relative;}
.search01 div { width:790px; margin:0 auto; }
.search01 select { width:155px; margin:0 18px 16px 0; }
.search01 .date { width:150px; height:33px; }
.search01 .key { width:355px; height:33px; margin-left:10px; }
.search01 button { position:absolute; top:20px; right:50%; margin-right:-390px; width:83px; height:83px; background:#ffd800; color:#333; font-weight:bold; text-align:center; }
.search01 button:hover { background:#f0ce15; color:#333; }
.search01 button.cancel { position:absolute; top:20px; right:50%; margin-right:-480px; width:83px; height:83px; background:#383f44; color:#fff; font-weight:bold; text-align:center; }
.search01 button.cancel:hover { background:#536b7c; }


.main2-list { width:1000px; margin:28px auto; }


/* 예상견적 */
.expectancy { display:inline-block; margin:0 0 20px; }
.expectancy li { border-bottom:1px solid #dedede; line-height:30px; font-weight:600; }
.expectancy li span { display:inline-block; width:245px; padding-left:10px; font-weight:300; font-size:14px;}
.expectancy li span.fix_price{font-weight:600;width:70px;}
.expectancy li span.fix_qty2{display:inline-block; width:40px;height:22px;line-height:22px;padding:0; font-size:11px;font-weight:600;}

.expectancy2 { display:inline-block; margin:0 0 20px; }
.expectancy2 li { border-bottom:1px solid #dedede; line-height:30px; font-weight:600; }
.expectancy2 li span { display:inline-block; width:400px; padding-left:10px; font-weight:300; font-size:14px;}
.expectancy2 li span.fix_price{font-weight:600;width:90px;}
.expectancy2 li span.fix_qty{display:inline-block; width:40px;padding:0;margin-right:10px; opacity:0.1;}
.expectancy2 li span.fix_qty input{width:35px;padding:0; padding:0 5px;text-align:center;font-size:12px; height:22px; line-height:22px; }




.box01 { border:1px solid #ddd; background:#f6f6f6; padding:25px; margin:50px 0 0; }
.box01 dt { font-size:18px; font-weight:600; margin:0 0 20px; }


.box02 { border:1px solid #ddd; margin:50px 0 0; }
.box02 dt { font-size:16px; font-weight:600; margin:0; padding:15px 25px; background:#383f44; color:#fff; }
.box02 dd { position:relative; padding:25px; }
.box02 dd .uix-button { position:absolute; top:12px; right:13px; }


/* 상세보기 이미지 */
.img_thumb{width:240px;}

/* 테이블 tr bg */
.tr_bg1{background:#f9f9f9;}
.tr_bg0{background:#30300;}


.pay_gisa{ display:inline-block; margin:0 3px; padding:0px; width:10px;height:10px; line-height:10px; text-indent: 100%;white-space: nowrap;overflow: hidden; border-radius:15px;background-color:red;font-size:10px;}



/* 2018-10-22 추가 */
em.line { display:inline-block; vertical-align:middle; width:1px; height:1em; line-height:1em; background:#d6d6d6; margin:0 5px; }
#main {
	padding:0; width:100%;
	background-image:url('/image/web/header-bg2.png'), url('/image/web/footer-bg.png');
	background-repeat:repeat-x;
	background-position:left top, left bottom;
}
#main > header h1 { padding-top:20px; }
#main > header .unb { overflow:visible; }
#main > header .unb a { border-right:1px solid #ccc; }
#main > header .unb a:last-child { border-right:0; }
#main > header .unb .member-pic-name { position:relative; float:left; border-right:1px solid #ccc; padding:0 10px; line-height:13px; }
#main > header .unb .member-pic-name .pic { position:absolute; top:-8px; left:-30px; display:inline-block; }
#main > header .unb .member-pic-name .pic img { width:30px; height:30px; border-radius:50%; }
.container > aside ul li a.on, .container > aside ul li a:hover { color:#ed6d01; }


/* 평점주기 */
.raty-score { position:relative; display:inline-block; padding-right:22px; font-size:13px; }
.raty-score img { width:16px; }
.raty-score span { position:absolute; top:2px; right:0; display:inline-block; width:18px; color:#ffa42c; }

.raty-score.large { margin:-3px 0 0; vertical-align:middle; }
.raty-score.large img { width:24px; }


.score-view { display:inline-block; vertical-align:middle; margin:-2px 0 0 5px; height:14px; padding-left:18px; background:url('/image/web/star-on.png') no-repeat left top; background-size:14px auto; }
.score-view span { display:inline-block; color:#ffc047; font-weight:700; padding-right:3px; }


.login dl > dt { width:80px; font-size:14px; }
.uix-form-text { padding:12px 15px; min-height:45px; box-shadow:0 0 0; font-size:15px; color:#b4b4b4; border:1px solid #d6d6d6; }
.uix-button { min-width:80px; height:45px; padding:10px 12px; border-radius:3px; font-size:14px; }
.uix-button.size-large { height:50px; padding:12px 15px; border-radius:3px; font-size:15px; }
.login .btn-etc { font-weight:700; }
.login .btn-etc a { font-weight:400; }
.uix-register > dl > * { height:61px; }
.uix-register > dl > dt { padding-top:20px; }
.uix-register .uix-form-text { min-width:324px; }
.uix-register > dl > dd .uix-button { margin-left:3px; }


/* 파일업로드 */
.file-upload { max-height:70px; padding-top:0; margin:0; }
.file-upload .previewimg { float:left; }
.file-upload .previewimg img { margin:0 8px 0 0; width:45px; height:45px;}
.file-upload > div { overflow:hidden; }
.file-upload > div .upload-hidden { float:left; display:inline-block; background:#595959; width:80px; height:45px; line-height:43px; font-size:14px; margin:0 5px 0 0; border-radius:3px; color:#fff; text-align:center; border:1px solid #595959; cursor:pointer; }
.file-upload > div span.name { display:inline-block; float:left; margin:0; width: 80%; overflow:hidden; }
.file-upload > div span.select { display:inline-block; clear:both; float:left; width:183px; margin:-22px 0 0 85px; font-size:14px; color:#a9a9a9; }
.file-upload > div label { cursor:pointer; }
.file-upload > div input[type='file']{ display:none; }
.file-upload > div input[type="checkbox"] { margin-left:15px; }



fieldset.login-sns { margin:0 auto 80px; padding:40px 115px; border:1px solid #d8d8d8; background:#f5f5f5; overflow:hidden; }
fieldset.login-sns a { position:relative; display:inline-block; float:left; background:#fff; text-align:left; width:calc(33.3333% - 10px); height:45px; line-height:43px; margin:0 10px 0 0; border-radius:2px; padding:0 15px 0 50px; color:#6f6f6f; font-size:14px; border:1px solid #3b5998; transition:all 0.3s ease; -moz-transition:0.3s ease; -ms-transition:0.3s ease; -o-transition:0.s5 ease; }
fieldset.login-sns a:nth-of-type(3) { margin-right:0; }
fieldset.login-sns a i { position:absolute; top:8px; left:12px; display:inline-block; vertical-align:middle; width:28px; height:28px; }
fieldset.login-sns .wrap_facebook { border-color:#3b5998; }
fieldset.login-sns .wrap_facebook:after { float:right; content:''; width:12px; height:20px; background:url('/image/web/sns-f-arr.png') no-repeat left center; background-size:auto 20px; vertical-align:middle; margin-top:12px; }
fieldset.login-sns .wrap_facebook i { background:url('/image/web/bt-sns-f.png') no-repeat center center; background-size:auto 24px; }
fieldset.login-sns .wrap_kakao { border-color:#f0de43; }
fieldset.login-sns .wrap_kakao:after { float:right; content:''; width:12px; height:20px; background:url('/image/web/sns-k-arr.png') no-repeat left center; background-size:auto 20px; vertical-align:middle; margin-top:12px; }
fieldset.login-sns .wrap_kakao i { background:url('/image/web/bt-sns-k.png') no-repeat center center; background-size:auto 26px; }
fieldset.login-sns .wrap_naver { border-color:#4db848; }
fieldset.login-sns .wrap_naver:after { float:right; content:''; width:12px; height:20px; background:url('/image/web/sns-n-arr.png') no-repeat left center; background-size:auto 20px; vertical-align:middle; margin-top:12px; }
fieldset.login-sns .wrap_naver i { background:url('/image/web/bt-sns-n.png') no-repeat center center; background-size:auto 18px; }


input[type="checkbox"] { display:inline-block; width:18px; height:18px; vertical-align:middle; -webkit-appearance:none; margin:-2px 3px 0 0; padding:0; cursor:pointer; border-radius:3px; border:1px solid #6f6f6f; background:#6f6f6f; }
input[type="checkbox"]:checked { background:#6f6f6f url('/image/web/btn-check.png') no-repeat center center; background-size:12px auto; }
input[type="radio"] { display:inline-block; width:18px; height:18px; vertical-align:middle; text-align:center; -webkit-appearance:none; margin:-2px 3px 0 0; padding:0; cursor:pointer; border-radius:50%; border:1px solid #6f6f6f; background:#6f6f6f; }
input[type="radio"]:checked { background:#6f6f6f url('/image/web/btn-radio.png') no-repeat center center; background-size:12px auto; }


.uix-table.striped td:nth-of-type(5) { text-align:left; width:200px; padding-left:20px; }
.uix-table.striped td:nth-of-type(5) .state { margin:0; }

.btn-review { display:inline-block; width:39px; height:39px; background:url('/image/web/btn-review.png') no-repeat left top; background-size:39px 39px; vertical-align:middle; margin-left:5px; }


.black_overlay { display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background-color:black; z-index:1001; background-color:rgba(0,0,0,0.4);	}
.white_content { position:absolute; top:0; left:-5000px; padding:0; border:0; background-color:white; z-index:1002; overflow:auto; }
.white_content .close { display:inline-block; position:absolute; top:0; right:10px; color:#457bdd; font-size:70px; line-height:70px; font-weight:300; }


/* 팝업 기본 */
.popup_basic { display:none; position:fixed; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%); display:none; background:#fff; width:600px; padding:0; letter-spacing:-0.5px; overflow:hidden; }
.popup_basic.top { position:absolute; top:0; -webkit-transform:translate(-50%, 0); -ms-transform:translate(-50%, 0); -moz-transform:translate(-50%, 0); -o-transform:translate(-50%, 0); transform:translate(-50%, 0); }
.popup_basic.on { display:block; left:50%; }
.popup_basic > h1 { position:relative; background:#2291ff; color:#fff; height:50px; line-height:50px; font-size:16px; text-align:left; margin:0; border:0; padding:0 20px; font-weight:400; }
.popup_basic .close { display:inline-block; position:absolute; top:12px; right:12px; margin:0; line-height:14px; z-index:10; }
.popup_basic .close img { width:25px; }
.popup_basic > article { background:#fff; width:100%; max-height:calc(100% - 58px); padding:20px; font-weight:400; }


.board-view.table01 { border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; }
.board-view.table01 th { padding-top:13px; padding-bottom:13px; background:#f6f6f6; }
.board-view.table01 td { padding:16px 11px 16px 25px; }
.board-view.table01 td.cont { padding:30px 20px; }


.icon.profile { width:18px; height:19px; background:url('/image/web/icon-profile.png') no-repeat left top; background-size:18px 19px;  margin:-2px 5px 0 0; }


.profile-view header { text-align:center; }
.profile-view header .img { width:120px; margin:0 auto; }
.profile-view header .img img { width:120px; height:120px; object-fit:cover; border-radius:50%; }
.profile-view header .name { margin:10px 0 5px; font-size:16px; font-weight:700; }
.profile-view header .score-review-count .score-view { line-height:1.1; margin-right:3px; }
.profile-view header .score-review-count > * { vertical-align:middle; font-size:13px; line-height:1;  }
.profile-view header .tel { margin:5px 0 0; font-size:14px; }
.profile-view header .tel:before { content:''; display:inline-block; width:15px; height:15px; margin:-1px 5px 0 0; vertical-align:middle; background:url('/image/web/icon-tel.png') no-repeat left top; background-size:15px auto; }
.profile-view .review-count { font-size:16px; text-align:center; padding:30px 0; margin:20px 0 0; border:1px solid #d6d6d6; border-width:1px 0;}


/* 리뷰 리스트 */
.uix-comment { position:relative; overflow:hidden; }
.uix-comment .list dl { padding:15px 12px; }
.uix-comment .list dt { overflow:hidden; padding-bottom:0; }
.uix-comment .list dt .date { margin-left:5px; color:#666; font-size:13px;}
.uix-comment .list dt .id { margin:0; font-size:15px; }
.uix-comment .list dt .raty-date > * { line-height:1; }
.uix-comment .list dt .raty-date .raty-score { display:inline-block; font-size:14px; margin:-4px 0 0; padding:0; vertical-align:middle; }
.uix-comment .list dt .raty-date .nostyle_view { display:inline-block; font-size:14px; margin:-4px 0 0; padding:0; vertical-align:middle; }
.uix-comment .list hr { margin:0 0 5px; }
.uix-comment .list dd { font-size:15px; line-height:20px; padding:15px 0; }
.uix-comment .list dd .img { margin:0 0 15px; }
.uix-comment .list dd .img img { max-width:100%; }


.uix-table.review th:nth-of-type(1) { width:110px; }
.uix-table.review th:nth-of-type(3) { width:105px; }
.uix-table.review td { vertical-align:top; text-align:left; padding:15px 15px 20px; font-size:14px; }
.uix-table.review td p { margin:0; line-height:1; }
.uix-table.review td .score-view { margin:10px 0; }
.uix-table.review td .body { font-size:15px; line-height:1.8; }
.uix-table.review td .body .img { margin:15px 0 0; }
.uix-table.review td .body .img img { max-width:100%; }
.uix-table.review td:nth-of-type(1),
.uix-table.review td:nth-of-type(3) { padding-top:12px; }

a.uix-text-primary { color:#008fe4; }


.uix-form-check > p { padding-left:25px; }
.uix-form-check > p > label > input[type=checkbox],
.uix-form-check > p > label > input[type=radio] { margin:2px 0 0 -25px; }
.uix-form-check > p + p { margin-left:30px; }


.main1-step4 .uix-form-check > p > label > input[type=radio] { margin:25px 0 0 -25px; }


.uix-button.toggle-peristalsis:after { content:"연동하기"; }
.uix-button.toggle-peristalsis.color-primary:after { content:"해제하기"; }

.nostyle .material-icons { display:inline-block; margin-left:-3px;	}
.nostyle i { cursor:pointer; height:30px; width:30px; }
.nostyle .rating_selected { background:url('/image/web/star-bg.png') left -30px; background-size:30px auto;	}
.nostyle .rating_no_selected{ background:url('/image/web/star-bg.png') left 0px; background-size:30px auto;	}



/* 2018-11-30 */
.uix-table.not-side-padding > tbody > tr td { padding-left:0; padding-right:0; }
.uix-table tr td.uix-text-center { text-align:center; }
.uix-table.not-side-padding td:nth-of-type(5).uix-text-center { text-align:center; }
.uix-button.color-white { background-color:#fff; border-color:#d6d6d6; color:#777; }
.uix-btn-group.small { margin:20px 0; }
.uix-btn-group.small .uix-button { padding:8px 0; width:109px; height:39px; margin-left:5px; }

.point_info { margin:15px 0 11px; padding:25px; border:1px solid #d6d6d6; background-color:#fff; font-size:14px; }
.point_info h1 { font-size:15px; margin:0 0 10px; line-height:1; color:#0186e3; }

.point-search select.uix-form-text { width:104px; margin-right:5px; }
.point-search select.uix-form-text:nth-of-type(2) { width:116px; }
.point-search input[type='text'].uix-form-text { width:135px; margin-right:5px; }
.point-search input[type='text'].uix-form-text:nth-of-type(3) { width:calc(100% - 632px); }

.point-price { text-align:right; padding:15px 0; }
.point-price p { margin:2px 0 0; font-size:16px; color:#333; }