@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.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; }
input::-webkit-input-placeholder { color:#888; }
input::-webkit-moz-placeholder { color:#888; }
input:-moz-placeholder { color:#888; }
input::-moz-placeholder { color:#888; }
input:-ms-input-placeholder { color:#888; }
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:'Noto Sans KR','Nanum Gothic', sans-serif;
	font-size:13px; color:#333; line-height:1.5;
}
hr { display:block; margin:15px 0; height:1px; border:none; background:#ddd; clear:both; }
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
small { font-size:85%; }
p { margin: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; }
.clear { clear:both; }

/* Text */
.uix-text-lead { font-size:16px; }
.uix-text-left { text-align:left; }
.uix-text-center { text-align:center; }
.uix-text-right { text-align:right; }
.uix-text-primary { color:#f57e25; }
.uix-text-success { color:#00ce0c; }
.uix-text-error, .uix-text-red { color:#ce0005; }
.uix-text-help { font-size:13px; padding:3px 0 0 10px; }

/* Grid */
.uix-grid { margin-right:-3px; margin-left:-3px; }
.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:4px 3px 3px 3px;
}
.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:0 15px; height:60px; line-height:58px;
	white-space:nowrap; cursor:pointer; vertical-align:middle;
	margin-bottom:0; text-align:center;
	border-radius:3px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	outline:0;
	font-size:16px; color:#333; border:1px solid #ccc; background:#f0f0f0;
}
.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:#efbd44; border-color:#efbd44; color:#fff; }
.uix-button.color-primary:active { background-color:#f4c759; border-color:#f4c759; }
.uix-button.color-gray { background-color:#d8d8d8; border-color:#d8d8d8; color:#333; }
.uix-button.color-gray:hover { background-color:#ddd; border-color:#ddd; }
.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:0 30px; height:42px; line-height:40px; font-size:14px; }
.uix-button.size-xlarge { padding:0; width:200px; height:50px; line-height:50px; font-size:16px; text-align:center; }
.uix-button.size-small { padding:0 5px; height:28px; line-height:24px; 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-dark { background-color:#181e30; border-color:#181e30; color:#fff; }
.uix-button.color-dark:active { background-color:#2a3148; border-color:#2a3148; }
.uix-button.gearing { background-color:#666; border-color:#666; color:#fff; }
.uix-button.gearing.on { background-color:#303030; border-color:#303030; color:#fff; }
.uix-button.color-blue { background-color:#4eb8f1; border-color:#4eb8f1; color:#fff; }
.uix-button.color-blue:active { background-color:#66c3f5; border-color:#66c3f5; }
.uix-button.color-orange { background-color:#f57e25; border-color:#f57e25; color:#fff; }
.uix-button.color-orange:active { background-color:#f78b3a; border-color:#f78b3a; }


/* 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:400;
}
.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.bordered > thead > tr > th,
.uix-table.bordered > thead > tr td,
.uix-table.bordered > tbody > tr > th,
.uix-table.bordered > tbody > tr td,
.uix-table.bordered > tfoot > tr > th,
.uix-table.bordered > tfoot > tr td { border:1px solid #ddd; vertical-align:middle; }
.uix-table.bordered > thead > tr > th { border-bottom:1px solid #ccc; }
.uix-table.bordered > caption + thead,
.uix-table.bordered > colgroup + thead,
.uix-table.bordered > tbody + tbody { border-top:none; }
.uix-table tbody td.uix-text-center {text-align:center;}
.uix-table.table02 { background:#fff; margin:10px 0 0;}
.uix-table.table02 th { text-align:center; font-size:14px; color:#555; }
.uix-table.table02 td { text-align:center; font-size:14px; padding:20px; }
.uix-table.table02 td.bgcolor { background:#f5f5f5; border-bottom:1px solid #ddd; text-align:center; font-weight:700; }


/* 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; border-radius:3px;
	line-height:1.428571429; height:38px;
	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; }
input[type="file"].uix-form-text { padding:auto; }
.uix-form-description { font-size:12px; margin:5px 0 8px; }
ul.uix-form-description {padding-left:20px;}
ul.uix-form-description li { list-style-type:disc; }
.uix-form-help { margin:3px 0 0; font-size:12px; }
.uix-form-check { position:relative; margin:0; display:block; word-break:break-all; }
.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; }
.uix-form-static {
	margin:0; padding:6px 0;
	font-size:13px; color:#333; line-height:1.428571429;
}


/* 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; border:1px solid #d8d8d8; }
.uix-paginate strong { font-weight:600; background:#efbd44; color:#fff; font-family:'Nanum Gothic', sans-serif; border:1px solid #efbd44; }


/* 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 { border:1px solid #d2d2d0; }
.uix-register > dl {
	display:table; width:100%; margin:0;
	border-top:1px solid #d2d2d0; font-size:14px;
}
.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; border-right:1px solid #d2d2d0; background:#fff; }
.uix-register > dl > dd { width:80%; }
.uix-register > dl.column-2 > dd {width:30%;}
.uix-register > dl.column-2 > dt {border-left:1px solid #d2d2d0;}
.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 .uix-form-text { width:50%; height:50px; line-height:48px; padding:0 15px; }
.uix-register .uix-form-text.block { width:100%; }
.uix-register .uix-text-help { padding-top:0; }
.uix-register > dl > dd .uix-button { height:50px; line-height:48px; }


/* Box style */
.uix-box { padding:0; 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; 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 { border-bottom:1px solid #efbd44; }
.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; border-radius:0; background:#fff; }
.comp-tab-contents > nav.uix-grid button.active { box-shadow:0 0 0; color:#efbd44; cursor:default; background:#fff; border-bottom:2px solid #efbd44; }
.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; }


/* Page */
.uix-page { padding:0; background:#fff;}
.uix-page.padding { padding:15px; }
.uix-page.not-padding { padding:0; background:#fff;}
.uix-page-headding { margin:0 0 20px 0; padding:0 0 10px; }
.uix-page-headding > h1 { margin:0; font-size:26px; color:#333; }
.uix-page-headding > p { margin:0; font-size:12px; color:#666; }


/* Board list */
.uix-table.board-list > thead > tr th { border:0; border-top:1px solid #999; border-bottom:1px solid #d2d2d0; font-size:16px; padding:17px 10px; }
.uix-table.board-list > tbody > tr td { position:relative; border-left:0; font-size:16px; padding:17px 10px; }
.uix-table.board-list > tbody > tr:last-child td { border-bottom:1px solid #999; }
.uix-table.board-list > tbody > tr:hover td { background:#f9f9f9; }
.uix-table.board-list .subject { display:inline-block; max-width:470px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.uix-table.board-list .subject2 { display:inline-block; max-width:340px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.uix-table.board-list .icon { margin:-12px 0 0; }
.uix-table.board-list .icon.on { margin:-12px 0 0; }


/* Board view */
.board-view { border:1px solid #c9c9c9; }
.board-view header { padding:15px; border-bottom:1px solid #ddd; font-size:14px; }
.board-view h1 { position:relative; font-size:14px; margin:0; }
.board-view h1 .icon { position:absolute; top:0; right:0; vertical-align:middle; margin:-3px 0 0; }
.board-view h1 .icon.on { margin:-3px 0 0; }
.board-view .sns { margin:5px 0 0; }
.board-view .body { padding:15px; font-size:14px; }
.board-view .img { margin:15px 0 0; }
.board-view.uix-table > tbody > tr th { text-align:left; padding:10px 0 10px 20px; border-bottom:1px solid #ddd; font-size:14px; }
.board-view.uix-table > tbody > tr td { text-align:left; padding:10px 15px; }


/* board-re */
.board-re { margin:5px 0 0; font-size:14px; }
.board-re dt { padding:10px; text-align:center; background:#f5f5f5; color:#333; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:600; }
.board-re dd { padding:15px; line-height:16px; }


/* faq */
.faq { margin:0; padding:0; border-top:1px solid #e7e7e7; }
.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;
	height:550px;
}


/* Member box */
.member-box {
	font-size:14px; font-weight:600;
	display:block; width:50%;
	margin:50px auto; padding:50px 30px 40px;
	border-radius:5px; text-align:center;
	border:1px solid #d8d8d8;
}
.member-box.not-border { border:0; }
.member-box .message {font-size:14px;}
.member-box .uix-btn-group { margin:15px 0; }
.member-box .uix-text-primary { border-bottom:1px solid #aaa; }
.member-box .btn-etc { margin:15px auto 0; text-align:center; }
.member-box .btn-etc a {
	position:relative; display:inline-block; width:calc(33.33% - 5px); padding:5px 9px;
	font-size:13px; color:#222; text-decoration:none; margin:0 1px; height:auto;
}
.member-box .uix-button { height:40px; line-height:38px; padding:0; }
.member-box .btn-etc .uix-button { height:40px; line-height:38px; padding:0; }

/* Login */
.login-box { position:relative; width:70%; margin:50px auto; padding:0; font-size:14px; font-weight:600; }
.login-box fieldset { border:1px solid #ddd; padding:30px 70px; margin:0; border-radius:5px; }
.login-box dl {margin:10px 0; overflow:hidden; }
.login-box dt { float:left; width:80px; margin:10px 0 0;}
.login-box dd { float:left; width:calc(100% - 180px); }
.login-box .btn-login { margin:15px 0 0; }
.login-box .btn-etc { width:80%; margin:20px auto 0; text-align:center; }
.login-box .btn-etc a {
	position:relative; display:inline-block; width:calc(33.33% - 5px); padding:5px 9px;
	font-size:13px; color:#222; text-decoration:none; margin:0 1px; height:auto;
}
.login-box button[type='submit'] { position:absolute; top:40px; right:70px; width:90px; height:87px; padding:0; }
.login-box .uix-form-check { margin:10px 0 10px 80px; }
.login-box .uix-button { padding:5px 12px; height:38px; font-size:12px; }

.login-box .sns { border:1px solid #ddd; border-top:0; margin:15px 0 0; border-radius:5px; }
.login-box .sns h1 { background:#f6f6f6; border-top:1px solid #ddd; margin:5px 0; padding:5px 10px 4px; font-size:14px; border-bottom:1px solid #ddd; }
.login-box .sns ul { overflow:hidden; padding:5px 0; }
.login-box .sns li { float:left; width:33.33%; text-align:center; }
.login-box .sns li img { width:45px; }
.login-box .sns li p { line-height:16px; margin:7px 0 0; font-size:11px; }

.login-box.my_info_c { border:1px solid #ddd; padding:30px 70px 40px; margin:50px auto; border-radius:5px; }
.login-box.my_info_c  dl { overflow:hidden; }
.login-box.my_info_c  dt { display:block; float:left; width:70px; margin-top:5px;}
.login-box.my_info_c  dd { float:left; width:calc(100% - 180px); }
.login-box.my_info_c  dd strong { display:inline-block; margin:3px 0 0 10px; color:#000; }
.login-box.my_info_c button[type='submit'] { position:absolute; top:25px; right:70px; width:90px; height:75px; padding:0; }

.login-box.member_out { border:1px solid #ddd; padding:30px 70px 40px; margin:50px auto; border-radius:5px; }
.login-box.member_out  dl { overflow:hidden; }
.login-box.member_out  dt { display:block; float:left; width:70px; margin-top:5px;}
.login-box.member_out  dd { float:left; width:calc(100% - 180px); }
.login-box.member_out  dd strong { display:inline-block; margin:3px 0 0 10px; color:#000; }
.login-box.member_out button[type='submit'] { position:absolute; top:115px; right:70px; width:90px; height:70px; padding:0; }
.login-box.find_id { border:1px solid #ddd; padding:30px 70px 35px; }


/* 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:16px; font-weight:500; float:left; }
.join-confirm fieldset textarea { clear:both; 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 0; font-weight:500; }


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


/* 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; padding:4px 0; width:70px; height:29px;
	font-size:13px; text-align:center; border-radius:3px;
	background:#7f7f7f; border:1px solid #7f7f7f; color:#fff;
}
.uix-state.primary { background:#4f81bd; border:1px solid #4f81bd; color:#fff; }


/* 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 }


/* 댓글 쓰기 */
.comment .write fieldset { text-align:left; border:0; padding:0; margin:10px 0; overflow:hidden; }
.comment .write h1 { font-size:14px; margin:0 5px 5px;}
.comment .write fieldset textarea { width:100%; height:80px; line-height:20px; padding:7px 10px; border:1px solid #dcdcdc; margin:0;}
.comment .write fieldset button { vertical-align:middle; border-radius:3px; margin:7px auto 0; width:220px; }


/* 댓글 리스트 */
.comment { position:relative; overflow:hidden; }
.comment .list dl { padding:10px 0 10px 12px; }
.comment .list dt { overflow:hidden; padding-bottom:0; }
.comment .list dt .name-date { float:left; margin:0; }
.comment .list dt .name-date .name { font-size:14px; font-weight:600; }
.comment .list dt .name-date .date { font-size:13px; line-height:13px; margin-left:10px; color:#a7a7a7; letter-spacing:-0.5pt; }
.comment .list dt .delete { float:right; padding-right:7px; }
.comment .list dt .delete .uix-button { padding:0 5px; height:25px; line-height:23px; font-size:13px; }
.comment .list dd { font-size:13px; line-height:20px; padding:5px 0 0; }
.comment .list .re-box { overflow:hidden; padding:0 10px; }
.comment .list .re-box .num { display:inline-block; float:left; margin:5px 0; font-weight:700; color:#000; }
.comment .list .re-box .like-box { display:inline-block; float:right; margin:5px 0 0;}
.comment .list .re-box .like-box a { display:inline-block; margin:0 0 0 10px; color:blue; }
.comment .list .re-box .like-box a:first-child { color:red; }
.comment .list hr { margin:5px 0; }

.comment .list div.re { padding:10px 0 10px 24px; background:url('/image/web/comment-re.png') no-repeat 10px 15px; }
.comment .list div.re dl { padding:0; }
.comment .list .orderby-refresh { overflow:hidden; border-bottom:1px solid #ccc; padding:5px; text-align:left; }
.comment .list .orderby-refresh .on { font-weight:700; color:#000; }


/* 답글 쓰기 */
.comment .comment-re { display:none; }
.comment .re-form { position:relative; padding:2px 5px 0 0; background:#f5f5f5; }
.comment .re-form fieldset { text-align:left; border:0; padding:0; margin:0; overflow:hidden; }
.comment .re-form fieldset textarea { width:100%; height:80px; line-height:20px; padding:7px 10px; border:1px solid #dcdcdc; margin:0 3px 2px 0; }
.comment .re-form fieldset .uix-button { padding:0 14px; border-radius:3px; vertical-align:middle; line-height:32px; margin:7px 0 0; }


/* Main */
#main > header { width:100%; background:url('/image/web/header-bg.png') repeat-x left top; }
#main > header .header { position:relative; padding:0; width:1200px; height:121px; margin:0 auto; }
#main > header .header h1 { position:absolute; top:51px; left:5px; margin:0; }
#main > header .header .unb { position:absolute; top:10px; right:0; overflow:hidden; line-height:12px;}
#main > header .header .unb a { display:inline-block; float:left; padding:0 8px; border-right:1px solid #ccc; line-height:12px; font-size:12px; font-weight:400; }
#main > header .header .unb a:last-child { border-right:0; }
#main > header .header .unb a:hover { color:#000; }
#main > header .header .gnb { position:absolute; top:62px; left:200px; width:920px; overflow:hidden; }
#main > header .header .gnb a { display:inline-block; float:left; width:20%; font-size:18px; font-weight:700; text-align:center; }
#main > header .header .gnb a:hover { color:#000; }

#main > footer { width:100%; background:url('/image/web/footer-bg.png') repeat-x left top; background-size:auto 185px; overflow:hidden; }
#main > footer .footer { position:relative; width:1200px; height:185px; margin:0 auto; }
#main > footer .footer .fnb { position:absolute; top:13px; left:0; width:100%; text-align:center; }
#main > footer .footer .fnb a { display:inline-block; padding:0 25px; border-right:1px solid #999; line-height:14px; font-size:14px; font-weight:400; color:#fff; }
#main > footer .footer .fnb a:hover { color:#ccc; }
#main > footer .footer .fnb a:first-child { padding-left:0; }
#main > footer .footer .fnb a:last-child { border-right:0; }
#main > footer .footer .footer-info { padding:70px 0 0; color:#fff; text-align:center; }
#main > footer .footer .copyright { padding:20px 0 0; color:#aaa; text-align:center; }
#main > footer .footer .copyright span { color:#ffb70a; }


/* Container */
#container { width:100%; }
#container .container { position:relative; width:1200px; margin:50px auto; }
#container .container > aside { position:absolute; width:200px; padding:0; background:#ccff99; color:#666; }
#container .container > .content { margin-left:230px; min-height:830px; }
body.not-aside #container .container > aside { display:none; }
body.not-aside #container .container > .content { margin-left:0; }

#container .container > aside h1 { margin:0; padding:35px 0 0 0; height:147px; font-size:24px; background:#5d6468; color:#fff; font-weight:600; letter-spacing:-0.5pt; text-align:center; }
#container .container > aside h1.main i { display:block; vertical-align:middle; width:50px; height:43px; background:url('/image/web/h1-main.png') no-repeat center center; margin:0 auto 10px; }
#container .container > aside h1.mypage i { display:block; vertical-align:middle; width:48px; height:48px; background:url('/image/web/h1-mypage.png') no-repeat center center; margin:0 auto 10px; }
#container .container > aside h1.member i { display:block; vertical-align:middle; width:48px; height:42px; background:url('/image/web/h1-member.png') no-repeat center center; margin:0 auto 10px; }
#container .container > aside h1.cscenter i { display:block; vertical-align:middle; width:46px; height:49px; background:url('/image/web/h1-cscenter.png') no-repeat center center; margin:0 auto 10px; }
#container .container > aside ul { margin:0; padding:0; border:1px solid #c2c2c2; border-top:0; background:#fff; }
#container .container > aside ul li { list-style-type:none; }
#container .container > aside ul li a { display:inline-block; width:100%; padding:17px 2px; text-align:center; background:#e9e9e9; border-bottom:1px solid #d8d8d8; font-size:15px; font-weight:600; color:#888; }
#container .container > aside ul li a.on, #container .container > aside ul li a:hover { color:#4eb8f1; font-weight:700; }
#container .container > aside ul li:last-child a { border-bottom:0; }


#slides { position:relative; }
#slides .slidesjs-previous { position:absolute; top:50%; left:3%; margin-top:-14px; background:url('/image/web/r-prev.png') no-repeat left top; width:15px; height:28px; background-size:15px 28px; text-indent:-5000px; z-index:10; }
#slides .slidesjs-next { position:absolute; top:50%; right:3%; margin-top:-14px; background:url('/image/web/r-next.png') no-repeat left top; width:15px; height:28px; background-size:15px 28px; text-indent:-5000px; z-index:10; }
#slides .slidesjs-pagination { position:absolute; bottom:10px; left:0; right:0; margin:0 auto; z-index:10;  padding:0; text-indent:-5000px; overflow:hidden; }
#slides .slidesjs-pagination li { float:left; }
#slides .slidesjs-pagination li a { display:inline-block; float:left; margin:0 3px; background:#ddd; width:12px; height:12px; border-radius:6px; color:#fff; border:1px solid #fff; }
#slides .slidesjs-pagination li a.active { background:none; color:#ff7065; }


/* 팝업 */
#popup1{ position:absolute; top:70px; left:50%; margin-left:-150px; width:300px; z-index:100; border:1px solid #ccc; background:#fff; }
#popup1 .close-box { text-align:center; overflow:hidden; }
#popup1 .check { float:left; width:50%; border-right:1px solid #ddd; }
#popup1 .close{ float:right; width:50%; line-height:26px; text-align:center; }


/* uix-sub-banner */
.uix-sub-banner { overflow:hidden; margin:25px 0 0; }
.uix-sub-banner li { float:left; width:50%; }
.uix-sub-banner li:first-child { border-right:3px solid #fff; }
.uix-sub-banner li:last-child { border-left:3px solid #fff; }
.uix-sub-banner li img { width:100%; }


/* uix-main-bbs */
.uix-main-bbs { float:left; width:calc(50% - 3px);  margin:25px 3px 0 0; border:1px solid #ddd; }
.uix-main-bbs:nth-of-type(2) { float:right; width:calc(50% - 3px);  margin:25px 0 0 3px; }
.uix-main-bbs dt { position:relative; padding:5px 5px 5px 10px; font-size:14px; font-weight:700; border-bottom:1px solid #ddd; }
.uix-main-bbs dt .more { position:absolute; top:5px; right:5px; display:inline-block; vertical-align:middle; width:22px; height:22px; background:url('/image/web/btn-more.png') no-repeat left top; }
.uix-main-bbs dd { padding:0; }
.uix-main-bbs dd p { padding:5px 5px 2px; border-bottom:1px solid #ddd; }
.uix-main-bbs dd p:last-child { border-bottom:0; }
.uix-main-bbs dd a { display:inline-block; width:95%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }


/* uix-search */
.uix-search { position:relative; margin:0 0 10px; padding:18px 12px; background:#f5f5f5; border:1px solid #ddd; border-top:1px solid #efbd44; }
.uix-search .col-2:nth-of-type(1),
.uix-search .col-2:nth-of-type(2) { width:138px; }
/*.uix-search .col-4:nth-of-type(3) { position:absolute; top:18px; right:12px; width:133px; }*/
.uix-search .col-2:nth-of-type(3) { margin-left: 10px; width:138px;}

.uix-search .col-2:nth-of-type(4) { float: right; }
.uix-search select { margin:0 0 5px; height:50px; font-size:15px; }
.uix-search input[type="text"] { position:absolute; top:18px; left:440px; width:265px; height:50px; line-height:48px; font-size:15px; padding-left:20px; }
.uix-search .uix-button.color-primary { position:absolute; top:18px; right:178px; width:80px; height:50px; line-height:48px; padding:0 15px; }
.uix-search .uix-button.color-gray { background:#797979; border:1px solid #797979; color:#fff; width:133px; height:50px; line-height:48px; font-size:16px; }
.uix-search .uix-button.color-gray i { display:inline-block;  width:22px; height:22px; vertical-align:middle; margin:-2px 3px 0 -3px; padding:0; letter-spacing:-0.5pt; background:url('/image/web/icon-around.png') no-repeat left top; background-size:22px 22px; }


/* icon */
.icon { display:inline-block; vertical-align:middle; }
.icon.file { width:12px; height:12px; margin:-1px 0 0 3px; background:url('/image/web/icon-file.png') no-repeat left top; background-size:auto 12px; }
.icon.facebook { width:22px; height:22px; margin:0; background:url('/image/web/sns-facebook.png') no-repeat left top; background-size:22px 22px; }
.icon.kakaostory { width:22px; height:22px; margin:0; background:url('/image/web/sns-kakaostory.png') no-repeat left top; background-size:22px 22px; }
.icon.twitter { width:22px; height:22px; margin:0; background:url('/image/web/sns-twitter.png') no-repeat left top; background-size:22px 22px; }
.icon.like { width:12px; height:14px; margin:0; background:url('/image/web/icon-like.png') no-repeat left top; background-size:auto 14px; }
.icon.like.on { background:url('/image/web/icon-like_on.png') no-repeat left top; background-size:auto 14px; }
.icon.heart { width:20px; height:20px; line-height:17px; text-align:center; border-radius:10px; border:1px solid #ccc; margin:0; background:#fff; background-size:auto 14px; }
.icon.heart:after { content:'♥'; color:#777; font-size:12px; }
.icon.heart.on { width:20px; height:20px; line-height:17px; text-align:center; border-radius:10px; border:1px solid #ccc; margin:0; background:#fff; background-size:auto 14px; }
.icon.heart.on:after { content:'♥'; color:red; font-size:12px; }

.icon.dislike { width:12px; height:14px; margin:0; background:url('/image/web/icon-dislike.png') no-repeat left top; background-size:auto 14px; }
.icon.refresh { width:16px; height:16px; margin:0; background:url('/image/web/icon-refresh.png') no-repeat left top; background-size:auto 16px; }

.icon.time { width:16px; height:16px; margin:-2px 3px 0 -3px; padding:0; letter-spacing:-0.5pt; background:url('/image/web/icon-time.png') no-repeat left top; background-size:16px 16px; }
.icon.dead { width:22px; height:23px; margin:-2px 3px 0 -3px; padding:0; letter-spacing:-0.5pt; background:url('/image/web/icon-deadline.png') no-repeat left top; background-size:22px 23px; }


/* 비밀번호입력 */
.popup_secret { display:none; position:absolute; top:0; left:0; right:0; background:#fff; width:200px; margin:0 auto; border:1px solid #ccc; padding:10px 10px 0; z-index:10; }
.popup_secret h1 { font-size:15px; margin:5px 0 10px;}
.popup_secret .uix-btn-group { margin:5px 0; }

/* gallery-list */
.gallery-list { overflow:hidden; line-height:16px; margin-top:5px; }
.gallery-list li { position:relative; float:left; width:177px; padding:0; margin:0 20px 20px 0; }
.gallery-list li:nth-child(4n) { margin-right:0; }
.gallery-list p { padding:0 5px; }
.gallery-list .img-item { padding:0; width:250px; height:250px; }
.gallery-list .img-item img { width:100%; }
.gallery-list .subject { display:inline-block; height:32px; line-height:16px; overflow:hidden; text-overflow:ellipsis; margin:5px 0 0; padding:0 5px; }
.gallery-list .heart { display:inline-block; position:absolute; top:13px; right:13px; width:30px; height:30px; line-height:28px; text-align:center; border-radius:15px; background:#fff; border:1px solid #ccc; font-size:18px; }
.gallery-list .heart:after { content:'♥'; color:#999; }
.gallery-list .heart.on:after { content:'♥'; color:red; }
.gallery-list .popup_secret { left:100%; right:0; margin:0 0 0 -100px;}


.gallery-list-type2 { margin:10px 0 0; }
.gallery-list-type2 li { position:relative; margin:0 0 10px; border:1px solid #ddd; }
.gallery-list-type2 li .box { overflow:hidden; padding:10px; }
.gallery-list-type2 li .img-item { float:left; width:177px; height:110px; }
.gallery-list-type2 li .img-item img { width:100%; }
.gallery-list-type2 li .info { float:right; width:calc(100% - 200px);  padding:5px 5px 5px 8px;  }
.gallery-list-type2 li .info .subject { display:inline-block; height:32px; line-height:16px; overflow:hidden; text-overflow:ellipsis; margin:5px 0 10px; padding:0; font-size:14px; font-weight:700; }
.gallery-list-type2 .heart { display:inline-block; position:absolute; top:20px; left:187px; margin-left:-40px; width:30px; height:30px; line-height:28px; text-align:center; border-radius:15px; background:#fff; border:1px solid #ccc; font-size:18px; }
.gallery-list-type2 .heart:after { content:'♥'; color:#999; }
.gallery-list-type2 .heart.on:after { content:'♥'; color:red; }


h2 { position:relative; font-size:16px; margin:30px 0 10px; }
h2:first-child { margin-top:0; }
h2 .uix-form-check { position:absolute; top:0; right:0; font-size:13px; }

.vertical-middle { vertical-align:middle; }

.point-info { text-align:center; background:#f5f5f5; border:1px solid #ccc; margin:0 0 20px; }
.point-info li { border-bottom:1px solid #ddd; padding:10px; }
.point-info li:last-child { border-bottom:0; }


.main-menu { overflow:hidden; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-radius:5px; }
.main-menu li { float:left; width:33.333%; border-top:1px solid #ddd; border-left:1px solid #ddd; }
.main-menu li img { width:100%; }


.main-visual { display:none; position:relative; height:407px; background:url('/image/web/main-visual.jpg') no-repeat center top; }
.main-visual a { display:inline-block; position:absolute; top:284px; left:50%; margin-left:-524px; color:#fff; font-size:20px; width:227px; height:56px; line-height:56px; text-align:center; background:#003e77; border-radius:28px; }

body.index .main-visual {  display:block; }

body.index #container { height:1045px; background:url('/image/web/main-container-bg.png') no-repeat center bottom; background-size:auto 638px;  min-height:600px; }
body.index #container .container > .content { min-height:600px; }


.point-info { text-align:center; background:#f5f5f5; border:1px solid #ccc; border-top:1px solid #efbd44; margin:0 0 30px; }
.point-info li { border-bottom:1px solid #ddd; padding:13px 15px; text-align:center; overflow:hidden; color:#999; font-size:18px; }
.point-info li span { display:inline-block; color:#000; font-weight:700; margin:0 0 0 30px; }
.point-info li strong { display:inline-block; margin:0 5px 0 0; color:#efbd44; font-size:36px; }
.point-info .name { float:none; text-align:center; margin:0 auto; font-size:28px; font-weight:700; width:100%; }
.point-info .name i { display:inline-block; vertical-align:middle; margin:-4px 5px 0 0; width:28px; height:23px; background:url('/image/web/icon-home.png') no-repeat left center; background-size:28px 23px; }


.point-use { padding:18px 23px; background:#fff; border:1px solid #ddd; }
.point-use .uix-search { background:#fff; border:0; padding:0; margin:-15px 0 0; width:100%; height:70px; }
.point-use .uix-search input { position:absolute; left:0; width:calc(100% - 90px); height:50px; font-size:15px; padding-left:20px; }
.point-use .uix-search button { position:absolute; top:18px; left:845px; width:80px; height:50px; line-height:50px; font-size:16px; }

.point-use hr { margin:30px 0 10px; background:#aaa; }

.point-use .uix-table th { border:0; text-align:left; font-size:14px; color:#666; }
.point-use .uix-table td { border:0; text-align:left; font-size:14px; }


.point-use-form { margin:20px 0 0; padding:18px 23px; background:#f5f5f5; overflow:hidden; border:1px solid #ddd; font-size:15px; }
.point-use-form span { display:inline-block; margin:13px 0 0; }
.point-use-form input { float:right; text-align:right; height:50px; font-size:15px; padding-right:20px; }

body.point .uix-form-help { text-align:center; padding-top:10px; font-size:13px; color:#666; }
body.point .uix-grid { width:460px; margin:0 auto;}
body.point .col-6 { width:220px; }


.gallery-list-type2 { margin:50px 0 0; overflow:hidden; }
.gallery-list-type2 li { float:left; width:calc(50% - 10px);  position:relative; margin:0 0 20px; border:1px solid #ddd; background:#fff; overflow:hidden; padding:20px; }
.gallery-list-type2 li:nth-child(2n) { float:right; }
.gallery-list-type2 li .img { float:left; width:35%; height: 140px;}
.gallery-list-type2 li .img img { width:100%; }
.gallery-list-type2 li .info { float:right; width:65%; padding:5px 5px 5px 25px;  }
.gallery-list-type2 li .info .name { font-size:16px; }
.gallery-list-type2 li .info .name strong { font-size:22px; color:#333; }
.gallery-list-type2 li .info .addr { font-size:15px; margin:5px 0; }
.gallery-list-type2 li .info .time { font-size:15px; position:absolute; bottom:25px; left:200px; }
.gallery-list-type2 li .info .time i { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 3px 0 -3px; padding:0; letter-spacing:-0.5pt; background:url('/image/web/icon-time.png') no-repeat left top; background-size:18px 18px; }


.company_view { position:relative; background:#fff; border:1px solid #ddd; padding:20px; border-top:1px solid #efbd44; overflow:hidden; }

.company_view .name { position:absolute; top:20px; right:20px; text-align:left; font-weight:700; width:450px; font-size:16px; margin:5px 0 10px; color:#fff; padding-bottom:20px; border-bottom:1px solid #ccc; }
.company_view strong { font-size:28px; color:#333; }
.company_view .name i { display:inline-block; vertical-align:middle; margin:-10px 15px 0 0; width:28px; height:23px; background:url('/image/web/icon-home.png') no-repeat left center; background-size:28px 23px; }


.company_view img { float:left; width:440px; height:440px; }
body.Ad_company_view .table01 { position:absolute; top:170px; right:20px; width:460px; margin:90px 0 0; }
body.Ad_company_view .table01 th { width:120px; text-align:left; font-size:15px; padding:10px 5px; color:#888; }
body.Ad_company_view .table01 td { border:0; text-align:left; font-size:15px; padding:10px 5px; color:#333; }


.view-map { background:#fff; border:1px solid #ddd; margin:30px 0 0; padding:25px 20px 20px; font-size:15px; }
.view-map strong { display:inline-block; margin:0 10px 0 0; }
.view-map nav { margin:20px 0 0; }

body.Ad_company_view .uix-btn-group { width:220px; margin:60px auto;}
body.Ad_company_view .block { width:220px; }


/* gallery-list */
.gallery-list { overflow:hidden; line-height:16px; margin-top:-10px; }
.gallery-list li { position:relative; float:left; width:calc(25% - 10px); padding:12px; background:#fff; text-align:center; margin:10px 13px 10px 0; border:1px solid #ccc; }
.gallery-list li:nth-child(4n) { float:right; margin-right:0; }
.gallery-list p { padding:0 5px; }
.gallery-list .img-item { margin:0 auto; width:205px; height:205px; }
.gallery-list .img-item2 { padding:0; width:100%; }
.gallery-list .img-item2 img { width:100%; }
.gallery-list .subject { display:inline-block; height:20px; line-height:20px; font-size:20px; width:90%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin:15px 0 10px; padding:0 5px; color:#000; }
.gallery-list .heart { display:inline-block; position:absolute; top:13px; right:13px; width:30px; height:30px; line-height:28px; text-align:center; border-radius:15px; background:#fff; border:1px solid #ccc; font-size:18px; }
.gallery-list .heart:after { content:'♥'; color:#999; }
.gallery-list .heart.on:after { content:'♥'; color:red; }
.gallery-list .popup_secret { left:100%; right:0; margin:0 0 0 -100px;}
.gallery-list li:nth-child(2n) .popup_secret { left:0; }
.gallery-list .through { text-decoration:line-through; font-size:15px; color:#999; }
.gallery-list .through { text-decoration:line-through; font-size:15px; color:#999; }
.gallery-list .price { color:#efbd44; font-size:20px; }


.product_view { position:relative; border:1px solid #ddd; border-top:1px solid #efbd44; }
.product_view .deadline { background:#efbd44; padding:10px 0; text-align:center; color:#fff; font-size:25px;}
.product_view .deadline span { display:inline-block; margin:0 15px 0 0; font-size:16px; }
.product_view .body { position:relative; background:#fff; padding:35px 20px 35px 490px; height:510px;  }
.product_view .body img { position:absolute; top:35px; left:20px; width:440px; height:440px; }
.product_view .name { font-size:28px; font-weight:700; margin:0; }
.product_view .through { text-decoration:line-through; font-size:17px; color:#999; }
.product_view .price { color:#efbd44; font-size:17px; }
.product_view .price strong { display:inline-block; margin:0 5px 0 0; font-size:30px; }
.product_view .table01 th { border:0; text-align:left; font-size:15px; width:110px; padding:10px 5px; color:#888;}
.product_view .table01 td { border:0; text-align:left; padding:10px 5px; color:#333;}
.product_view .uix-btn-group { position:absolute; bottom:0; right:25px; width:440px; }


.quantity-box { overflow:hidden; }
.quantity-box button { float:left; width:43px; height:50px; line-height:20px; font-size:24px; background:#fff; border:1px solid #ccc; border-radius:0 5px 5px 0; }
.quantity-box button:nth-of-type(1) { font-size:40px; border-radius:5px 0 0 5px; }
.quantity-box input { float:left; border:0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; width:60px; height:50px; text-align:center; font-size:20px; }


.order-total-payment .item-box { position:relative; background:#fff; font-size:14px; color:#888; border:1px solid #ddd; border-top:1px solid #efbd44; padding:15px 22px; overflow:hidden; }
.order-total-payment .item-box .img { float:left; width:110px; margin:0 25px 0 0; }
.order-total-payment .item-box .img img { width:100%; }
.order-total-payment .item-box .name { font-size:18px; font-weight:700; color:#333; line-height:18px; margin:0 0 5px; }
.order-total-payment .item-box .price { color:#333; font-size:18px; }
.order-total-payment .item-box select { position:absolute; top:40px; right:20px; width:70px; }

.order-total-payment .total { background:#f5f5f5; border:1px solid #ddd; border-top:0; padding:15px 20px; margin:0; font-size:16px; color:#888; }
.order-total-payment .total dt { border-bottom:1px solid #ddd; padding:0 0 7px; }
.order-total-payment .total dt p { overflow:hidden; margin:0 0 7px; }
.order-total-payment .total dt p:last-child { margin:7px 0 0; }
.order-total-payment .total dt p span { display:inline-block; float:right; }
.order-total-payment .total dt p strong { display:inline-block; margin:0 5px 0 0; }
.order-total-payment .total dd { padding:7px 0 0; overflow:hidden; color:#333; }
.order-total-payment .total dd strong { display:inline-block; margin:0 5px 0 0; font-size:14px; color:#000; }
.order-total-payment .total dd span { display:inline-block; float:right; }


body.Product_order .table01 { border:1px solid #ccc; }
body.Product_order .table01 th { width:140px; font-size:14px; text-align:left; padding-left:20px; color:#888;}
body.Product_order .table01 td { font-size:14px; text-align:left; padding:7px; padding-left:20px; border:0; color:#333;}
body.Product_order .table01 td .uix-form-text { height:50px; line-height:48px; }
body.Product_order .table01 td .uix-button { height:50px; line-height:48px; font-size:16px; padding:0 20px; }
body.Product_order .table01 td .uix-form-check { display:inline-block; }
body.Product_order .uix-btn-group { width:220px; margin:40px auto;}
body.Product_order .block { width:220px; }


.view-duration { overflow:hidden; }
.view-duration select { float:left; padding:0 30px; height:50px; font-size:16px; border-radius:0; }
.view-duration select:nth-of-type(1) { border-radius:5px 0 0 5px; border-right:0; }
.view-duration select:nth-of-type(3) { border-radius:0 5px 5px 0; border-left:0; }
.view-duration .uix-text-left { overflow:hidden; }
.view-duration .uix-text-right { overflow:hidden; }
.view-duration .middle { float:left; display:inline-block; vertical-align:middle; margin:15px 3px; }

body.Mypoint_form .table02 { margin:30px 0 0; border:1px solid #ddd; }
body.Mypoint_form .table02 th { border:0; border-bottom:1px solid #ccc; font-size:15px; color:#888;}
body.Mypoint_form .table02 td { border:0; font-size:15px; color:#333;}

.point-info { text-align:center; background:#f5f5f5; border:1px solid #ccc; margin:0 0 20px; }
.point-info li { border-bottom:1px solid #ddd; padding:10px; }
.point-info li:last-child { border-bottom:0; }

body.Mypoint_form .point-info { overflow:hidden; border-top:1px solid #efbd44; padding:15px 20px; }
body.Mypoint_form .point-info li { float:left; width:33.33%; border-bottom:0; border-right:1px solid #ddd; }
body.Mypoint_form .point-info li span { display:block; }
body.Mypoint_form .point-info li:nth-of-type(3) { border:0; }


/* cart-item-list */
.cart-item-list { border:1px solid #ddd; border-top:1px solid #efbd44; border-bottom:0; }
.cart-item-list dl { position:relative; background:#fff; font-size:13px; color:#888; border-bottom:1px solid #ddd; margin:0 0 8px; }
.cart-item-list dt { padding:15px; border-bottom:1px solid #ddd; overflow:hidden; }
.cart-item-list dt input[type="checkbox"] { float:left; margin:0 5px 0 0; }
.cart-item-list dt .img { float:left; width:80px; margin:0 20px 0 0; }
.cart-item-list dt .img img { width:100%; }
.cart-item-list dt .name { font-size:16px; color:#333; line-height:16px; font-weight:700; margin:0 0 5px; }
.cart-item-list dt .price { color:#333; }
.cart-item-list dt select { position:absolute; top:30px; right:18px; width:60px; }
.cart-item-list dd { font-size:14px; text-align:left; padding:15px 15px 15px 23px; overflow:hidden; }
.cart-item-list dd strong { font-size:14px; color:#000; display:inline-block; margin:0 5px 0 0; }
.cart-item-list dd .del { display:inline-block; float:right; font-size:20px; line-height:22px; margin:0 15px 0 0; }

body.Mypage_cart .uix-btn-group { width:440px; margin:40px auto; }
body.Mypage_cart .uix-btn-group .col-6 { width:220px; }


/* orderlist */
.orderlist dl { background:#fff; border:1px solid #ddd; border-top:1px solid #efbd44; font-size:15px; margin:0 0 15px; }
.orderlist dl:last-child { margin:0; }
.orderlist dt { padding:15px; border-bottom:1px solid #ddd; overflow:hidden; }
.orderlist dt .date { color:#888; }
.orderlist dt a { display:inline-block; float:right; color:#333; }
.orderlist dd { position:relative; padding:10px 15px; }
.orderlist dd .number { color:#888; }
.orderlist dd .state { position:absolute; top:23px; right:15px; display:inline-block; }
.orderlist dd .state.payment { color:#f57e25; }
.orderlist dd .state.waiting { color:#efbd44; }
.orderlist dd .price { font-size:13px; }
.orderlist dd .price span { font-size:15px; }


/* order-item */
.order-item { border:1px solid #ddd; border-top:1px solid #efbd44; border-bottom:0; }
.order-item dl { background:#fff; font-size:13px; color:#888; border-bottom:1px solid #ddd; }
.order-item dt { padding:15px; border-bottom:1px solid #ddd; overflow:hidden; }
.order-item dt .img { float:left; width:80px; margin:0 8px 0 0; }
.order-item dt .img img { width:100%; }
.order-item dt .name { font-size:16px; color:#333; line-height:16px; font-weight:700; margin:0 0 5px; }
.order-item dt .price { color:#333; }
.order-item dd { font-size:14px; text-align:right; padding:15px 25px; }
.order-item dd strong { font-size:14px; color:#000; display:inline-block; margin:0 5px 0 0; }


.total_payment { border:1px solid #ddd; border-top:0; background:#f5f5f5; padding:0; margin:0; font-size:14px; color:#888; }
.total_payment dt { border-bottom:1px solid #ddd; padding:15px 25px; }
.total_payment dt p { overflow:hidden; margin:0 0 7px; }
.total_payment dt p:last-child { margin:7px 0 0; }
.total_payment dt p span { display:inline-block; float:right; }
.total_payment dt p strong { display:inline-block; margin:0 5px 0 0; }
.total_payment dd { padding:15px 25px; overflow:hidden; color:#333; }
.total_payment dd strong { display:inline-block; margin:0 5px 0 0; font-size:14px; color:#000; }
.total_payment dd span { display:inline-block; float:right; }


body.Mypage_orderview .uix-btn-group .block { width:220px; margin:0 auto; }
body.Mypage_orderview .table01 { border:1px solid #ddd; }
body.Mypage_orderview .table01 th { width:160px; padding-left:25px; border:0; border-bottom:1px solid #ddd; text-align:left; font-size:15px; color:#888; }
body.Mypage_orderview .table01 td { border:0; border-bottom:1px solid #ddd; text-align:left; color:#333; }


.join-form .uix-btn-group .block { width:220px; margin:0 auto; }


