@import url("/css/font-common.css");
*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
html { -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
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:800; }
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-size:1em; }
button, input, optgroup, select, textarea { color:inherit; font:inherit; margin:0; outline:none; }
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:#777; }
input::-webkit-moz-placeholder { color:#777; }
input:-moz-placeholder { color:#777; }
input::-moz-placeholder { color:#777; }
input:-ms-input-placeholder { color:#777; }
textarea::-webkit-input-placeholder { color:#777; }
textarea::-webkit-moz-placeholder { color:#777; }
textarea:-moz-placeholder { color:#777; }
textarea::-moz-placeholder { color:#777; }
textarea:-ms-input-placeholder { color:#777; }
fieldset { border:0; margin:0; padding:0; }
legend { border:0; padding:0; }
textarea { overflow:auto; }
input:focus, button:focus, textarea:focus { outline:none; }
optgroup { font-weight:700; }
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:'notokr'; letter-spacing:-0.5px;
	font-size:15px; color:#000; line-height:1.5;
}
hr { display:block; margin:15px 0; height:1px; border:none; background:#ddd; clear:both; }
hr.large { margin:30px 0; }
hr.color-black { background:#000; }
a { color:#777; text-decoration:none; transition:all 0.3s ease;-moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; }
a:hover { text-decoration:none; }
p { margin:0; }

dl, dt, dd, ul, ol, li { margin:0; padding:0; }
ul, ol, li { list-style:none; }
.datepicker_noBtn1 { background:#fff url('/image/web/icon-date.png') no-repeat calc(100% - 15px) center; background-size:26px auto; }
em.line { display:inline-block; vertical-align:middle; width:1px; height:1em; line-height:1em; background:#d6d6d6; margin:0 5px; }
.line-through { text-decoration:line-through; color:#b6b6b6; }

/* layout 시작 */
body { background:#fff; }
body.index { background:#000 url('/image/web/main-bg.jpg') no-repeat center top; }

#main > header { width:100%; background:url('/image/web/header-bg.png') no-repeat center top; z-index:10; }
body.index #main > header { background:none; background-color:rgba(0,0,0,0.6); }
#main > header .header { position:relative; padding:0; min-width:1095px; height:80px; margin:0 auto; }
#main > header .header h1 { position:absolute; top:18px; left:100px; margin:0; line-height:1em; }
#main > header .header .gnb { position:absolute; top:25px; right:100px; display:inline-block; overflow:hidden; }
#main > header .header .gnb a { display:inline-block; float:left; margin-left:30px; line-height:1.5; font-size:16px; font-weight:300; text-align:center; color:#fff; }
#main > header .header .gnb a:hover, #main > header .header .gnb a.on { color:#acb1ba; }

#container { width:100%; }
#container .container { position:relative; width:1095px; margin:0 auto; min-height:650px; overflow:hidden; }
#container .container > aside { position:absolute; width:195px; padding:0; margin:0; }
#container .container > .content { margin-left:225px; }
#container .container > aside h1 { margin:0; padding:65px 0 0 28px; margin:0; height:113px; line-height:1; text-align:left; font-size:16px; background:#acb1ba; color:#fff; font-weight:700; }
#container .container > aside h1.seller { padding:20px 0; height:140px; }
#container .container > aside h1 small { display:block; font-size:12px; color:#a7a7a7; }
#container .container > aside ul { margin:15px 0 0; padding:0; border-top:0; }
#container .container > aside ul li { list-style-type:none; padding:0 }
#container .container > aside ul li a { position:relative; display:block; padding:0; font-size:14px; height:35px; line-height:35px; color:#777; font-weight:700; text-align:left; }
#container .container > aside ul li a:hover,
#container .container > aside ul li a.on { font-weight:800; color:#000; }
#container .container > aside ul li a:before { content:'- '; }

#main > footer { width:100%; background:#181818; margin:100px 0 0; }
#main > footer .footer { position:relative; width:1095px; height:174px; margin:0 auto; }
#main > footer .footer .fnb { position:absolute; top:20px; right:0; text-align:center; }
#main > footer .footer .fnb a { display:inline-block; padding:0 13px; border-right:1px solid #333; line-height:1; font-size:14px; color:#777; }
#main > footer .footer .fnb a:hover { color:#fff; }
#main > footer .footer .fnb a:first-child { padding-left:0; }
#main > footer .footer .fnb a:last-child { border-right:0; }
#main > footer .footer .info { overflow:hidden; padding-top:20px; }
#main > footer .footer .info dt { font-size:14px; font-weight:700; margin:0 0 15px; color:#777; }
#main > footer .footer .info dd { line-height:20px; color:#777; font-size:13px; }
#main > footer .footer .info dd em.line { background:#333; }
#main > footer .footer .info .company { float:left; width:calc(100% - 300px); padding:0 20px 0 0; }
#main > footer .footer .info .company a { color:#777; }
#main > footer .footer .info .copyright { margin:30px 0 0; font-size:13px; }

body.index #main > header { margin-bottom:0; }
body.index #container .container  { width:100%; }
body.index #container .container > aside { display:none; }
body.index #container .container > .content { margin:0; }

body.rnd #container .container > aside,
body.process #container .container > aside,
body.order #container .container > aside,
body.collection #container .container > aside,
body.product #container .container > aside,
body.not-aside #container .container > aside { display:none; }
body.rnd #container .container > .content,
body.process #container .container > .content,
body.order #container .container > .content,
body.collection #container .container > .content,
body.product #container .container > .content,
body.not-aside #container .container > .content { margin:0; }

/* layout 끝 */



/* Text */
.uix-text-lead { font-size:18px; }
.uix-text-lead strong { color:#333; font-weight:800; }
.uix-text-left { text-align:left; }
.uix-text-center { text-align:center; }
.uix-text-right { text-align:right; }
.uix-text-primary { color:#333; }
.uix-text-help { background:url('/image/web/icon-help.png') no-repeat left 2px; padding:0 0 0 20px; color:#5d7286; font-size:13px; margin:12px 0 0; }
.uix-text-orange { color:#ff7814; }


/* 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 22px; height:35px; line-height:33px;
	white-space:nowrap; cursor:pointer; vertical-align:middle;
	margin-bottom:0; text-align:center;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	outline:0; font-weight:700;
	font-size:13px; color:#000; border:1px solid #000; background:#fff;
	transition:all 0.3s ease;-moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease;
}
.uix-button:hover { background:#f6f6f6; }
.uix-button:active, .uix-button.active { outline:0; }
.uix-button.disabled, .uix-button[disabled] { box-shadow:none; filter:alpha(opacity=65); opacity:0.65; cursor:not-allowed; }
.uix-button.block { display:block; width:100%; }
a.uix-button { text-decoration:none; margin-top:1px; }
button.uix-button.block { width:100%; }

.uix-button.size-small { padding:0 16px; height:35px; line-height:33px; font-size:13px; text-align:center; border-width:1px; font-weight:400; }
.uix-button.size-large { width:150px; height:44px; line-height:42px; font-size:16px; font-weight:700; }

.uix-button.color-primary { background-color:#000; border-color:#000; color:#fff; }
.uix-button.color-primary:hover { background-color:#fff; border-color:#000; color:#000; }
.uix-button.color-gray { background-color:#b6b6b6; border-color:#b6b6b6; color:#fff; }
.uix-button.color-gray:hover { background-color:#fff; border-color:#b6b6b6; color:#b6b6b6; }
.uix-button.color-border-primary { background-color:#fff; border-color:#000; color:#000; }
.uix-button.color-border-primary:hover { background-color:#000; border-color:#000; color:#fff; }
.uix-button.color-dark { background-color:#555; border-color:#555; color:#fff; }
.uix-button.width2 { border-width:2px; font-weight:700; }
.uix-button.season-book { width:120px; height:40px; line-height:38px; font-size:13px; background:url('/image/web/icon-season-book.png') no-repeat 13px center; background-size:16px 18px; padding-left:40px; }
.uix-button.season-book:hover { background-color:#f6f6f6; border-color:#000; color:#000; font-weight:700; }
.uix-button.color-blue { background-color:#4177ff; border-color:#4177ff; color:#fff; }


/* Table */
.uix-table { width:100%; border:1px solid #d6d6d6; border-bottom:0; }
.uix-table a { color:#333; }
.uix-table > caption { padding-top:8px; padding-bottom:8px; color:#333; text-align:left; }
.uix-table tr > th,
.uix-table tr > td {
	font-size:14px; padding:10px 20px; text-align:left;
	border-bottom:1px solid #d6d6d6; height:40px; border-left:1px solid #d6d6d6;
}
.uix-table tr > th { background:#f6f6f6; color:#6f7c87; font-weight:400; font-size:13px; }
.uix-table tr > td { color:#000; }
.uix-table tr > td:first-child { border-left:none; }

.uix-table.center tr > th,
.uix-table.center tr > td { text-align:center; }
.uix-table.center tr > th.left,
.uix-table.center tr > td.left { text-align:left; }

.uix-table.striped > tbody > tr:nth-child(odd) > td { background:#d7dff3; }
.uix-table.not-side-border > tbody > tr > td { border-left:none; }
.uix-table td.uix-text-left { text-align:left; }
.uix-table.borde#fe6a21 > thead > tr > th,
.uix-table.borde#fe6a21 > thead > tr td,
.uix-table.borde#fe6a21 > tbody > tr > th,
.uix-table.borde#fe6a21 > tbody > tr td,
.uix-table.borde#fe6a21 > tfoot > tr > th,
.uix-table.borde#fe6a21 > tfoot > tr td { border:1px solid #d6d6d6; vertical-align:middle; }
.uix-table.borde#fe6a21 > caption + thead,
.uix-table.borde#fe6a21 > colgroup + thead,
.uix-table.borde#fe6a21 > tbody + tbody { border-top:none; }

.uix-table.item { margin:0 0 15px; }
.uix-table.item tr:nth-child(odd) > td { background:#d7dff3; }
.uix-table.item strong { font-weight:700; }
.uix-table.item tr.sub-total td { height:50px; border-left:0; color:#4177ff; font-weight:700; background:#FFFFFF;}
.uix-table.item tr.sub-total td:first-child { font-size:12px; color:#6f7c87; }


.uix-table.Product tr > td { padding:6px 7px; }
.uix-table.Product tr > td select.uix-form-text { width:200px; height:35px; font-size:14px; }


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


/* Form text */
.uix-form-text {
	display:inline-block; margin:0; padding:5px 12px;
	border:1px solid #d6d6d6; border-radius:0;
	height:45px;
	background-color:#fff;
	font-size:16px; color:#000;
	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; }
select.uix-form-text { padding:5px 12px; }
textarea.uix-form-text { height:auto; padding:12px; }
input[type="file"].uix-form-text { padding:auto; }
.uix-form-description { margin:5px 0 0; padding:15px 0; border-bottom:1px solid #d6d6d6; }
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:25px; margin:0; }
.uix-form-check > p > label { font-weight:400; font-size:15px; cursor:pointer; }
.uix-form-check > p > label > input[type=checkbox],
.uix-form-check > p > label > input[type=radio] {
	position:absolute; margin:3px 3px 0 -25px; line-height:normal; cursor:pointer;
}
.uix-form-check > p + p { margin-left:25px; }
.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;
	color:#333; line-height:1.428571429;
}


/* 파일등록 */
.uix-form-check.file p { margin-left:20px; }
.uix-form-check.file .uix-form-text.col-12 { height:28px; line-height:28px; padding:0 2px; margin:0; font-size:12px; }


/* Form group */
.uix-form-group > label { font-weight:700; }
.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:50px auto; text-align:center; font-size:0; overflow:hidden; }
.uix-paginate.small { margin:15px auto; }
.uix-paginate a, .uix-paginate strong {
	display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; margin:0; padding:0; vertical-align:middle;
	background:#fff; border:1px solid #e9e9e9; text-decoration:none;
	font-size:17px; color:#000; font-weight:300; border-left:0; }
.uix-paginate .dir { text-indent:-5000px; }
.uix-paginate .dir.prev { background:#fff url('/image/web/paginate-prev.png') no-repeat center center; background-size:10px 18px; border-left:1px solid #e9e9e9; border-radius:5px 0 0 5px; }
.uix-paginate .dir.next { background:#fff url('/image/web/paginate-next.png') no-repeat center center; background-size:10px 18px; border-radius:0 5px 5px 0; }
.uix-paginate strong { font-weight:700; background:#000; color:#fff; border:0; }
.uix-paginate a:nth-of-type(1) { border-left:1px solid #e9e9e9; }


/* Buttons group */
.uix-btn-group { margin:50px 0; text-align:center; }
.uix-btn-group.uix-text-left { text-align:left; }
.uix-btn-group.uix-text-right { text-align:right; }
.uix-btn-group.button2 .uix-button { margin:0 4px; }
.uix-btn-group.small { margin:15px 0; }


/* Register form */
.uix-register { margin:-20px 0 0; border-bottom:1px solid #d9d9d9; }
.uix-register.border { border:1px solid #d9d9d9; }
.uix-register > dl { display:table; width:100%; margin:0; border-top:1px solid #d6d6d6; }
.uix-register > dl:first-child { border-top:none; }
.uix-register > dl > * { display:table-cell; vertical-align:middle; padding:7px 25px; height:60px; }
.uix-register > dl > dt { width:200px; background:#f9f9f9; color:#777; font-size:14px; }
.uix-register > dl > dd { background:#fff; font-size:16px; padding-right:0; }
.uix-register > dl.column-2 > dd {width:30%;}
.uix-register > dl.column-2 > dt {border-left:1px solid #d6d6d6;}
.uix-register > dl.column-2 > dt:first-child {border-left:none;}
.uix-register > dl > dd .uix-button { min-width:80px; font-size:13px; margin-left:5px; border-width:1px; height:45px; line-height:43px; padding:0; }
.uix-register > dl > dd .uix-button.size-small { width:60px; }
.uix-register input.uix-form-text,
.uix-register select.uix-form-text { width:60%; }
.uix-register textarea.uix-form-text { width:100%; }
.uix-register input.uix-form-text.size-small { width:calc(60% - 88px); }
.uix-register .uix-form-text.col-12 { width:100%; }
.uix-register .uix-form-text.top-margin { margin:10px 0 0; }
.uix-register .jumin input.uix-form-text { width:calc(30.2% - 14px); }
.uix-register .jumin span { display:inline-block; margin:0 6px; font-size:20px;}
.uix-register a.uix-button { margin-top:0; }
.uix-register dd .uix-form-text.won { width:calc(60% - 30px); margin-right:5px; }
.uix-register > dl > dt > span { color:#fe6a21; }
.uix-register > dl > dd textarea.uix-form-text + .uix-form-check { margin:8px 0 0; }


/* 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:30px 0 0; }
.comp-tab-contents > nav.uix-grid { padding:0; overflow:hidden; }
.comp-tab-contents > nav.uix-grid > span { float:left; display:inline-block; width:16.6666%; }
.comp-tab-contents > nav.uix-grid button { position:relative; display:block; width:100%; border-radius:0; background:#fff; padding:0; height:50px; line-height:48px; padding:0; font-size:17px; font-weight:700; color:#b6b6b6; border:1px solid #d6d6d6; border-bottom:1px solid #333; border-right:0; }
.comp-tab-contents > nav.uix-grid > span:last-child button { border-right:1px solid #d6d6d6; }
.comp-tab-contents > nav.uix-grid button.active { background:#fff; color:#000; cursor:default; border:1px solid #333; border-bottom:1px solid #fff; }
.comp-tab-contents > nav.uix-grid > span:last-child button.active { border-right:1px solid #333; }
.comp-tab-contents .bodies { margin:-1px 0 0; padding-top:40px; border-top:1px solid #333; }
.comp-tab-contents .bodies > * { display:none; }
.comp-tab-contents .bodies > *.active { display:block; }
.comp-tab-contents .bodies > div { padding:0; }


/* Page */
.uix-page { padding:40px; border:1px solid #d6d6d6; }
.uix-page.not-padding { padding:0; }
.uix-page-headding { margin:49px 0 20px; padding:0 0 10px; border-bottom:1px solid #333; }
.uix-page-headding.not-margin { margin:0; }
.uix-page-headding > h1 { margin:0; padding:0; font-size:28px; font-weight:800; color:#000; line-height:1; }
.uix-page-headding > h1 span { color:#4b8e76; }
.uix-page-headding > p { margin:0; font-size:12px; color:#666; }


/* Board view */
.board-view { margin:-20px 0 0; border-bottom:1px solid #ddd; background:#fff; padding-bottom:20px; }
.board-view header { position:relative; background:#fff; border-bottom:1px solid #ddd; padding:10px 0; }
.board-view header h1 { margin:0 0 3px; font-size:18px; line-height:1; font-weight:800; padding:8px 0; color:#333; }
.board-view header .sns { margin:0; }
.board-view header .file { margin:0; }
.board-view header .date { margin:0; }
.board-view .body { padding:20px; font-size:15px; line-height:26px; min-height:200px; }
.board-view .img-view { margin:25px 0 0; }
.board-view .img-view img { max-width:100%; }


/* board-re */
.board-re { margin:15px 0 0; font-size:15px; background:#fff; padding:20px 0; }
.board-re dt { text-align:center; color:#777; font-weight:700; background:#f6f6f6 url('/image/web/icon-board-re.png') no-repeat 23px center; height:45px; line-height:43px; font-size:16px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.board-re dd { padding:25px; line-height:26px; }


/* faq */
.faq { margin:0; padding:0; border-top:1px solid #e7e7e7; background:#fff; }
.faq > li { margin:0; margin:0; list-style-type:none; border-bottom:1px solid #e7e7e7; }
.faq > li .question { cursor:pointer; background:#fff; padding:20px 20px 20px 50px; font-size:15px; margin:0;
background:url('/image/web/faq-q.png') no-repeat 15px 20px, url('/image/web/arrow-down.png') no-repeat 97% center; background-size:22px auto, 37px auto; }
.faq > li .question strong { color:#000; }
.faq > li .answer {display:none; background:#fff url('/image/web/faq-a.png') no-repeat 15px 18px; background-size:22px auto; min-height:90px; margin:0; padding:15px 25px 15px 50px; font-size:14px; border-top: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:url('/image/web/faq-q.png') no-repeat 15px 20px, url('/image/web/arrow-up.png') no-repeat 97% center; background-size:26px auto, 37px auto; }
.faq > li.on .answer {display:block;}
.faq > li .img { margin:15px 0 0; }
.faq > li .img img { max-width:100%; }


/* Terms 이용약관, 개인정보취급방침 */
.terms-markup { font-size:12px; }
.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 {
	font-family:'notokr';
	margin:15px 0; padding:20px;
	word-break:break-all; white-space:pre-line;
	border:1px solid #d6d6d6;
	background:#fff;
	line-height:1.6;
	height:605px;
}


/* Member box */
.member-box {
	font-size:15px; font-weight:700;
	display:block; width:100%;
	margin:0 auto; padding:100px 290px;
	border-radius:5px; text-align:center;
	background:#fff; color:#777;
}
.member-box p { font-size:17px; line-height:24px; font-weight:700; }
.member-box.not-border { border:0; }
.member-box .message {font-size:14px;}
.member-box .uix-btn-group { margin:50px 0 0; }
.member-box .uix-text-primary { border-bottom:1px solid #aaa; }
.member-box .size-large { width:100%; height:56px; line-height:56px; padding:0; font-size:16px; margin:30px 0 0; }
.member-box .btn-etc { margin:20px auto 0; text-align:center; overflow:hidden; }
.member-box .btn-etc a { float:left; width:calc(33.3333% - 5px); margin-right:7px; font-size:13px; font-weight:700; }
.member-box .btn-etc a:last-child { margin-right:0; }
.member-box .btn-etc.button2 a { width:calc(50% - 5px); margin-right:10px }
.member-box .btn-etc.button2 a:last-child { margin-right:0; }
.member-box .uix-button { height:45px; line-height:43px; padding:0; }
.member-box .uix-button.color-primary { height:60px; line-height:58px; padding:0; font-size:20px; }

/* Login */
.login-box { position:relative; width:100%; margin:0 auto; padding:0; font-size:15px; }
.login-box fieldset { border:0; padding:60px 290px; margin:0; border-radius:0; }
.login-box dl { margin:0 0 10px; overflow:hidden; }
.login-box dt { display:none; }
.login-box dd { width:100%; }
.login-box dd .uix-form-text { padding:0 20px; height:50px; line-height:48px; font-size:15px; background:#f1f1f1; border:1px solid #f1f1f1; border-radius:0; }
.login-box .btn-login { margin:15px 0 0; }
.login-box .btn-etc { width:100%; margin:20px auto 0; text-align:left; }
.login-box .btn-etc a {
	position:relative; display:inline-block; width:calc(33.3333% - 6px);
	font-size:13px; font-weight:700; text-decoration:none; margin-right:6px; height:35px; line-height:33px; padding:0; border-radius:0; }
.login-box .btn-etc a:last-child { margin-right:0; }

.login-box button[type='submit'] { width:100%; height:60px; line-height:58px; padding:0; font-size:20px; margin:10px 0 0; font-weight:400; border-radius:0; }
.login-box button[type='submit'].find_pw {  }
.login-box .uix-form-check { margin:22px 0 10px; text-align:left; }
.login-box .uix-form-check label { font-weight:700; color:#333; }
.login-box .uix-button { padding:5px 12px; height:38px; font-size:12px; }


fieldset.login-sns { width:380px; margin:0 auto; text-align:center; padding:0; }
fieldset.login-sns a { position:relative; display:inline-block; text-align:left; width:100%; height:46px; line-height:46px; margin:5px 0; border-radius:2px; padding:0 15px 0 25%; color:#333; font-size:13px; 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 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:'>'; font-family:'Nanum Gothic'; font-weight:700; font-size:20px; color:#3b5998; }
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:'>'; font-family:'Nanum Gothic'; font-weight:700; font-size:20px; color:#f0de43; }
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:'>'; font-family:'Nanum Gothic'; font-weight:700; font-size:20px; color:#4db848; }
fieldset.login-sns .wrap_naver i { background:url('/image/web/bt-sns-n.png') no-repeat center center; background-size:auto 18px; }
fieldset.login-sns .wrap_linkedin { border-color:#0078ba; }
fieldset.login-sns .wrap_linkedin:after { float:right; content:'>'; font-family:'Nanum Gothic'; font-weight:700; font-size:20px; color:#0078ba; }
fieldset.login-sns .wrap_linkedin i { background:url('/image/web/bt-sns-l.png') no-repeat center center; background-size:auto 23px; }


/* Join - confirm */
.join-confirm { background:#fff; padding:25px 0 0; }
.join-confirm fieldset { border:none; margin:0 0 20px; padding:0; }
.join-confirm fieldset legend { display:block; margin:0 0 8px; font-size:16px; float:left; }
.join-confirm fieldset textarea { clear:both; width:100%; height:300px; margin:5px 0 0; padding:15px; background:#fff; border:1px solid #d6d6d6; outline:0; }
.join-confirm .uix-form-check { margin:0; color:#555; font-size:15px; }


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


/* State */
.uix-state {
	display:inline-block; padding:0 7px; width:60px; height:29px; line-height:25px;
	font-size:12px; text-align:center; border-radius:3px;
	background:#dbdbdb; border:1px solid #dbdbdb; color:#555;
}
.uix-state.primary { background:#fff; border:1px solid #555; color:#333; }


/* 댓글 쓰기 */
.uix-comment { background:#fff; padding:0; margin:50px 0 0;}
.uix-comment .write h1 { font-size:20px; margin:0; padding:0 23px 10px; border-bottom:1px solid #d6d6d6; }
.uix-comment .write fieldset { background:#f9f9f9; text-align:left; border:0; border-bottom:1px solid #d6d6d6; padding:15px; margin:0; overflow:hidden; }
.uix-comment .write fieldset textarea { float:left; width:calc(100% - 130px); height:120px; line-height:20px; padding:15px; border:1px solid #dcdcdc; margin:0; font-size:15px; border-radius:3px; }
.uix-comment .write fieldset button { float:right; vertical-align:middle; width:120px; padding:0; height:120px; border-radius:3px; margin: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 .name-date { float:left; margin:0; height:12px; line-height:12px; overflow:hidden; }
.uix-comment .list dt .name-date .name { font-size:14px; font-weight:700; margin-right:3px; }
.uix-comment .list dt .name-date .date { margin-left:5px; color:#a7a7a7; }
.uix-comment .list hr { margin:0 0 5px; }
.uix-comment .list dt .delete { float:right; }
.uix-comment .list dt .delete .uix-button { padding:0; width:45px; height:24px; line-height:24px; font-size:12px; color:#888; }
.uix-comment .list dd { font-size:15px; line-height:20px; padding:15px 0; }

.uix-comment .list div.re { padding:10px 0 10px 24px; background:url('/image/web/comment-re.png') no-repeat 10px 15px; }
.uix-comment .list div.re dl { padding:0; }

/* 수정 */
.uix-comment .comment-modify { display:none; }
.uix-comment .comment-modify .write fieldset { background:#f9f9f9 url('/image/web/icon-board-re.png') no-repeat 20px 15px; padding:15px 15px 15px 70px; border-bottom:0; border-top:1px solid #d6d6d6; }
.uix-comment .comment-modify .uix-button { float:right; width:120px; height:52px; line-height:50px; padding:0; }
.uix-comment .comment-modify button[type="submit"].uix-button { margin:0 0 14px; }


.black_overlay { display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background-color:black; z-index:1001; -moz-opacity:0.6; opacity:.60; filter:alpha(opacity=60);	}
.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 { position:absolute; top:60px; left:50%; margin-left:-225px; width:450px; z-index:1002; border:1px solid #d6d6d6; background:#fff; display:block; border-radius:5px; overflow:hidden; }
.popup .body img { width:100%; }
.popup .close-box > form { display:table; width:100%; text-align:center; }
.popup .close-box > form > * { width:50%; height:40px; display:table-cell; vertical-align:middle; font-size:16px; font-weight:400; color:#555; }
.popup .close-box > form > .check { border-right:1px solid #b6b6b6; }
.popup .close-box input[type="checkbox"] { display:none; }


/* uix-sub-banner */
.uix-sub-banner { overflow:hidden; width:1095px; margin:74px auto 0; }
.uix-sub-banner li { float:left; width:calc(50% - 10px); }
.uix-sub-banner li:last-child { float:right; }
.uix-sub-banner li img { width:100%; }


/* uix-main-bbs */
.uix-main-bbs { background:#f6f6f6; width:100%; margin:0; overflow:hidden; }
.uix-main-bbs div { width:1095px; margin:0 auto; overflow:hidden; }
.uix-main-bbs dl { float:left; width:calc(50% - 10px);  margin:50px 0; }
.uix-main-bbs dl:nth-of-type(2) { float:right; }
.uix-main-bbs dl dt { position:relative; padding:0 5px 15px 0; font-size:22px; font-weight:800; }
.uix-main-bbs dl dt .more { position:absolute; top:0; right:0; display:inline-block; width:35px; height:35px; background:url('/image/web/btn-more.png') no-repeat left top; }
.uix-main-bbs dl dd { padding:10px 20px; background:#fff; border:1px solid #d6d6d6; }
.uix-main-bbs dl dd p { padding:10px 5px 10px 10px; border-bottom:1px solid #ddd; overflow:hidden; }
.uix-main-bbs dl dd p:last-child { border-bottom:0; }
.uix-main-bbs dl dd a { display:inline-block; font-size:14px; width:430px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; color:#585858; }
.uix-main-bbs dl dd a:hover { color:#000; }
.uix-main-bbs dl dd span { float:right; display:inline-block; color:#888; vertical-align:middle; }


/* uix-search */
.uix-search { position:relative; margin:10px auto 30px; padding:30px 0; text-align:center; width:100%; border:1px solid #d6d6d6; overflow:hidden; }
.uix-search select {  margin-right:7px; }
.uix-search input[type="text"] { width:400px; height:45px; font-size:15px; border-radius:0; }
.uix-search .uix-button { margin-left:7px; width:80px; height:45px; font-size:15px; background-color:#000; border-color:#000; color:#fff; }
.uix-search .uix-button:hover { background-color:#fff; border-color:#000; color:#000; }


/* icon */
.icon { display:inline-block; vertical-align:middle; }
.icon.file { width:19px; height:19px; margin:-1px 0 0 3px; background:url('/image/web/icon-file.png') no-repeat left top; background-size:auto 19px; }
.icon.tel { width:26px; height:26px; margin:-2px 7px 0 3px; background:url('/image/web/icon-tel.png') no-repeat left top; background-size:auto 26px; }
.icon.facebook { width:35px; height:35px; margin:0; background:url('/image/web/sns-facebook.png') no-repeat left top; background-size:35px 35px; }
.icon.kakaostory { width:35px; height:35px; margin:0; background:url('/image/web/sns-kakaostory.png') no-repeat left top; background-size:35px 35px; }
.icon.twitter { width:35px; height:35px; margin:0; background:url('/image/web/sns-twitter.png') no-repeat left top; background-size:35px 35px; }
.icon.like { width:18px; height:18px; margin:0; background:url('/image/web/icon-like.png') no-repeat left top; background-size:auto 18px; }
.icon.like.on { background:url('/image/web/icon-like_on.png') no-repeat left top; background-size:auto 18px; }
.icon.heart { position:absolute; top:9px; right:7px; width:24px; height:24px; line-height:24px; text-align:center; border-radius:12px; border:1px solid #d6d6d6; margin:0; background:#fff; }
.icon.heart:after { content:'♥'; color:#777; font-size:16px; }
.icon.heart.on { width:24px; height:24px; line-height:24px; text-align:center; border-radius:12px; border:1px solid #d6d6d6; margin:0; background:#fff; }
.icon.heart.on:after { content:'♥'; color:#fe6a21; font-size:16px; }
.icon.report { width:18px; height:18px; margin:-2px 0 0; background:url('/image/web/icon-report.png') no-repeat left top; background-size:auto 18px; }
.icon.icon-order-push { width:20px; height:19px; margin:-2px 7px 0 0; background:url('/image/web/icon-order-push.png') no-repeat left top; background-size:auto 19px; }


/* 비밀번호입력 */
.popup_secret { position:fixed; top:40%; background:#fff; width:450px; height:240px; margin-left:-100px; border:1px solid #d6d6d6; padding:33px 33px 0; text-align:center; }
.popup_secret.on { left:50%; }
.popup_secret h1 { font-size:18px; font-weight:400; margin:0 0 30px;}
.popup_secret nav.uix-btn-group { margin:20px 0; }


h2 { position:relative; text-align:left; margin:50px 0 20px; height:18px; line-height:1; font-size:18px; font-weight:800; color:#000; }
h2:before { display:inline-block; content:''; height:18px; border-left:4px solid #000; padding-left:10px; vertical-align:top; }
h2:first-child { margin-top:0; }
h2 .uix-button.season-book { position:absolute; top:-15px; right:0; }



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


/* 게시판 목록 */
article.list ul { display:table; width:100%; }
article.list ul > * { display:table-cell; vertical-align:middle; padding:15px; font-size:14px; text-align:center; }
article.list header ul > li { background:#eee; font-weight:700; border-top:1px solid #ccc; }
article.list > nav { border-bottom:1px solid #d6d6d6; }
article.list > nav li { border-top:1px solid #d6d6d6; }
article.list > nav li .icon { margin:-4px 0 0 6px; }
article.list > nav li > a:hover { font-weight:700; }

article.list.split3 li { width:33.3333%; }
article.list.split4 li { width:25%; }
article.list.split5 li { width:20%; }
article.list.split6 li { width:16.6666%; }


/* 공지사항 */
article.list.notice li:nth-of-type(1) { width:80px; }
article.list.notice li:nth-of-type(2) { width:*; }
article.list.notice li:nth-of-type(3) { width:120px; }
article.list.notice > nav li:nth-of-type(1) { color:#888; }
article.list.notice > nav li:nth-of-type(2) { text-align:left; }
article.list.notice > nav li:nth-of-type(2) > a { display:inline-block; float:left; padding-left:0; max-width:96%; height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; }


/* 1:1문의 */
article.list.one2one li:nth-of-type(1) { width:80px; }
article.list.one2one li:nth-of-type(2) { width:*;}
article.list.one2one li:nth-of-type(3) { width:120px; }
article.list.one2one li:nth-of-type(4) { width:100px; }
article.list.one2one > nav li:nth-of-type(1) { color:#888; }
article.list.one2one > nav li:nth-of-type(2) { text-align:left; padding-left:20px; }
article.list.one2one > nav li:nth-of-type(2) > a { display:inline-block; float:left; padding-left:0; max-width:96%; height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; }


/* 자유게시판 */
article.list.community li:nth-of-type(1) { width:80px; }
article.list.community li:nth-of-type(2) { width:*; }
article.list.community li:nth-of-type(3) { width:100px; }
article.list.community li:nth-of-type(4) { width:120px; }
article.list.community > nav li:nth-of-type(1) { color:#888; }
article.list.community > nav li:nth-of-type(2) { text-align:left; padding-left:20px; }
article.list.community > nav li:nth-of-type(2) > a { display:inline-block; float:left; padding-left:0; max-width:96%; height:20px; line-height:20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; }



/* 파일업로드 */
.file-upload { max-height:70px; padding-top:0; margin:0; overflow:hidden; }
.file-upload .previewimg { float:left; }
.file-upload .previewimg img { margin:0 10px 0 0; width:60px; height:60px;}
.file-upload > * { display:inline-block; vertical-align:middle; font-size:15px; }
.file-upload span { display:block; margin:0; }
.file-upload label { cursor:pointer; }
.file-upload input[type='file']{ display:none; }
.file-upload input[type="checkbox"] { margin-left:15px; }
.file-upload .upload-hidden { display:inline-block; background:#fff url('/image/web/icon-file-upload.png') no-repeat 10px center; background-size:18px auto; padding-left:28px; width:100px; height:30px; line-height:28px; font-size:13px; margin:5px 5px 0 0; border-radius:1px; color:#000; text-align:center; border:1px solid #000; cursor:pointer; }
.file-upload span.select { display:inline-block; margin:2px 0 0; font-size:14px; }


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 #b6b6b6; background:#fff; }
input[type="checkbox"]:checked { background:#fff 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 #b6b6b6; background:#fff; }
input[type="radio"]:checked { background:#fff url('/image/web/btn-radio.png') no-repeat center center; background-size:12px auto; }


/* 팝업 기본 */
.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:500px; border:0; padding:0; letter-spacing:-0.5px; border-radius:5px; overflow:hidden; }
.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 15px; 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:22px; }
.popup_basic article { padding:20px; }


/***********************/


.Company_intro { padding:40px; border:1px solid #d6d6d6; }
.Company_intro header { margin:60px 0; text-align:center; font-size:16px; color:#000; }
.Company_intro > div { width:655px; margin:0 auto 110px; overflow:hidden; background:url('/image/web/Company_intro-bg.png') no-repeat 0 top; }
.Company_intro > div dl { float:left; width:173px; margin-right:68px; text-align:center; padding-bottom:45px; }
.Company_intro > div dl dt { display:inline-block; margin:190px auto 0; width:120px; height:28px; line-height:28px; background:#000; color:#fff; font-size:13px; }
.Company_intro > div dl dd { margin:-218px 0 0; }
.Company_intro > div dl:last-child { margin-right:0; }


.Company_vision { padding:110px 87px; border:1px solid #d6d6d6; text-align:center; }
.Company_vision img { margin:0 0 70px; }
.Company_vision p { background:#f1f3f8; padding:20px; border-radius:5px; font-size:16px; font-weight:700; color:#000; }
.Company_vision p strong { color:#4177ff; }


.Company_ci { padding:40px; border:1px solid #d6d6d6; }
.Company_ci p { font-size:15px; color:#000; margin:0 0 8px; }


.Company_address { padding:40px; border:1px solid #d6d6d6; }
.Company_address p { height:34px; line-height:34px; padding-left:45px; font-size:15px; color:#000; }
.Company_address p.addr { background:url('/image/web/icon-addr.png') no-repeat left center; background-size:34px 34px; margin:20px 0 8px; }
.Company_address p.tel { background:url('/image/web/icon-tel.png') no-repeat left center; background-size:34px 34px; margin:0; }


.Company_network { padding:40px 40px 100px; border:1px solid #d6d6d6; }
.Company_network header { border-bottom:1px solid #d6d6d6; }
.Company_network header dl { overflow:hidden; margin:30px 0 55px; background:url('/image/web/Company_network-bg.png') no-repeat 284px 55px; }
.Company_network header dt { float:left; width:350px; height:269px; background:url('/image/web/Company_network-Seoul.png') no-repeat left top; background-size:269px 269px; text-indent:-5000px; }
.Company_network header dd { float:left; padding-left:60px; margin:10px 0 0;}
.Company_network header dd div { background:url('/image/web/Company_network-office.png') no-repeat left center; background-size:40px auto; height:80px; padding:20px 0 20px 60px; color:#000; font-size:15px; }
.Company_network header dd div strong { font-size:16px; }


.gallery-list { margin:0; padding:0; border-bottom:1px solid #d6d6d6; overflow:hidden; }
.gallery-list li { float:left; width:calc(20% - 8px); margin:0 10px 10px 0; text-align:center; }
.gallery-list li:nth-child(5n) { margin-right:0; }
.gallery-list li div { position:relative; width:100%; height:1; overflow:hidden; padding-bottom:66.6666%; }
.gallery-list li div img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }

.gallery-list.large li { float:left; width:calc(20% - 16px); margin:0 20px 20px 0; text-align:center; }
.gallery-list.large li:nth-child(5n) { margin-right:0; }

.gallery-list.large:last-child { border-bottom:0; }


.Rnd_list header { font-size:16px; font-weight:700; color:#000; }
.Rnd_list .box { background:#f9f9f9; padding:20px 30px; }
.Rnd_list .box li:before { content:'- '; }
.Rnd_list .box li { font-size:15px; line-height:2; color:#000; }
.Rnd_list h2.seoul { border:0; height:19px; padding-left:40px; background:url('/image/web/flag-kor.png') no-repeat left top; background-size:28px auto; }
.Rnd_list h2.china { border:0; height:19px; padding-left:40px; background:url('/image/web/flag-china.png') no-repeat left top; background-size:28px auto; }
.Rnd_list h2.seoul:before,
.Rnd_list h2.china:before { display:none; }


.Process header { font-size:16px; font-weight:700; color:#000; letter-spacing:-0.7px; }
.Process .box { background:#f9f9f9; padding:20px 30px 5px; }
.Process .box li { position:relative; font-size:15px; margin:0 0 15px; color:#000; padding-left:35px; }
.Process .box li:nth-of-type(1):before { position:absolute; top:-2px; left:0; content:'01.'; color:#4177ff; font-weight:800; }
.Process .box li:nth-of-type(2):before { position:absolute; top:-2px; left:0; content:'02.'; color:#4177ff; font-weight:800; }
.Process .box li:nth-of-type(3):before { position:absolute; top:-2px; left:0; content:'03.'; color:#4177ff; font-weight:800; }
.Process > p { margin:15px 0 0; font-size:16px; }
.Process .buyer-converter { overflow:hidden; }
.Process .buyer-converter dl { display:table; width:100%; }
.Process .buyer-converter dl > * { display:table-cell; vertical-align:middle; }
.Process .buyer-converter dl:nth-of-type(1) dd { border-top:1px solid #d6d6d6; }
.Process .buyer-converter dl dt { position:relative; background:#7e879a; width:150px; text-align:center; color:#fff; font-size:15px; font-weight:800; }
.Process .buyer-converter dl dd { padding:15px 20px; height:80px; border:1px solid #d6d6d6; border-width:0 1px 1px 0; }
.Process .buyer-converter li:before { content:'- '; }
.Process .buyer-converter dl:nth-child(odd) dt { background:#b1bcd4; }
.Process .buyer-converter dl dt:before { position:absolute; bottom:-9px; left:60px; content:''; display:inline-block; width:30px; height:30px; background:#7e879a; z-index:100; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.Process .buyer-converter dl:nth-child(odd) dt:before { background:#b1bcd4; }


.wrap-split2 { overflow:hidden; padding:0 0 30px; border-bottom:1px solid #d6d6d6; }
.wrap-split2 > .left { float:left; width:calc(50% - 15px); }
.wrap-split2 > .right { float:right; width:calc(50% - 15px); }


.gallery-list-split3 { margin:-20px 0 0; padding:0; overflow:hidden; }
.gallery-list-split3 li { float:left; width:calc(33.3333% - 20px); margin:30px 30px 0 0; text-align:center; }
.gallery-list-split3 li:nth-child(3n) { margin-right:0; }
.gallery-list-split3 li div { position:relative; width:100%; height:1; overflow:hidden; padding-bottom:66.6666%; }
.gallery-list-split3 li div img { position:absolute; top:0; left:0; width:100%; height:auto; object-fit:cover; }
.gallery-list-split3 li p { border:1px solid #d6d6d6; padding:0 20px; text-align:left; font-size:16px; width:100%; height:50px; line-height:48px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; }
.gallery-list-split3 li p a { color:#000; font-weight:700; }


.Collection_view { position:relative; margin:30px 0 0; }
/* 2019-01-22 */
.Collection_view h2 { margin-top:-5px; padding-right:150px; height:42px; line-height:42px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; }
.Collection_view h2 .uix-button { position:absolute; top:0; right:0; }
.Collection_view h2:before { display:inline-block; content:''; height:18px; border-left:4px solid #000; padding-left:10px; vertical-align:middle; }

.Collection_view ul > li { overflow:hidden; padding-bottom:22px; border-bottom:1px solid #d6d6d6; margin-bottom:22px; }
.Collection_view ul > li:last-child { border-bottom:1px solid #000; }
/* 2019-01-22 */
/*.Collection_view ul > li > .img { float:left; width:620px; height:400px; }*/
/*.Collection_view ul > li > .img img { width:620px; height:400px; object-fit:cover; }*/
/*.Collection_view ul > li > .img { float:left; width:620px; position:relative; height:0; overflow:hidden; padding-bottom:42.5%; vertical-align:middle; }*/
/*.Collection_view ul > li > .img img { position:absolute; top:0; left:0; width:100%; height:100%; }*/
/* 2019-02-20 3:4 변경요청 */
.Collection_view ul > li > div.img { float:left; width:480px; position:relative; height:0; overflow:hidden; padding-bottom:640px; vertical-align:middle; }
.Collection_view ul > li > div.img p { position:absolute; top:0; left:0; width:100%; height:100%; }

/*.Collection_view ul > li > div { float:left; width:calc(100% - 620px); padding-left:22px; }*/
.Collection_view ul > li > div { float:left; width:calc(100% - 480px); padding-left:20px; }

/*
.Collection_view ul > li > div > dl { margin:14px 0 0; }
.Collection_view ul > li > div > dl:first-child { margin-top:0; }
.Collection_view ul > li > div > dl > dt { background:#000; color:#fff; font-size:13px; height:35px; line-height:35px; padding:0 20px; }
.Collection_view ul > li > div > dl > dd { border-bottom:1px solid #d6d6d6; overflow:hidden; }
.Collection_view ul > li > div > dl > dd .img { float:left; width:142px; }
.Collection_view ul > li > div > dl > dd .img img { width:142px; height:88px​; object-fit:cover; }
*/
/* 2019-01-22 */
/*.Collection_view ul > li > div > dl { margin:17px 0 0; }*/
/* 2019-02-20 */
.Collection_view ul > li > div > dl { position:relative; margin:18px 0 0; border:1px solid #d6d6d6; border-left:0;}

.Collection_view ul > li > div > dl:first-child { margin-top:0; }
/*.Collection_view ul > li > div > dl > dt { background:#000; color:#fff; font-size:13px; height:35px; line-height:35px; padding:0 20px; }*/
.Collection_view ul > li > div > dl > dt { position:absolute; top:10px; right:0; width:293px; color:#000; font-size:12px; font-weight:800; height:35px; line-height:35px; padding:0 20px; }

/*.Collection_view ul > li > div > dl > dd { height:88px​; overflow:hidden;  }*/
/* 2019-02-20 */
.Collection_view ul > li > div > dl > dd { height:200px; overflow:hidden; }
/*.Collection_view ul > li > div > dl > dd .img { float:left; width:142px; border-bottom:1px solid #d6d6d6; }*/
/*.Collection_view ul > li > div > dl > dd .img p { display:inline-block; position:relative; width:100%; height:0; overflow:hidden; padding-bottom:75%; vertical-align:middle; }*/
/*.Collection_view ul > li > div > dl > dd .img img { position:absolute; top:0; left:0; width:100%; height:100%; }*/
/* 2019-02-20 */
.Collection_view ul > li > div > dl > dd .img { float:left; position:relative; width:300px; height:0; overflow:hidden; padding-bottom:200px; }
.Collection_view ul > li > div > dl > dd .img p { position:absolute; top:0; left:0; width:100%; height:100%; }

.Collection_view ul > li > div > dl > dd > div { float:left; width:calc(100% - 300px); height:200px; padding:40px 0 0 20px; border-left:1px solid #d6d6d6; }
.Collection_view ul > li > div > dl > dd > div .fabric,
.Collection_view ul > li > div > dl > dd > div .code { margin:20px 0 0; font-size:13px; font-weight:700; color:#6f7c87; }
.Collection_view ul > li > div > dl > dd > div .fabric-text,
.Collection_view ul > li > div > dl > dd > div .code-text { margin:5px 0 0; padding-right:15px; font-size:14px; font-weight:700; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; }

/*.Collection_view ul > li > div > dl > dd .uix-table { float:left; width:calc(100% - 142px); border-right:1px solid #d6d6d6; }*/
/*.Collection_view ul > li > div > dl > dd .uix-table tr th,*/
/*.Collection_view ul > li > div > dl > dd .uix-table tr td { padding:6px 10px 6px 18px; height:44px; }*/
/*.Collection_view ul > li > div > dl > dd .uix-table tr td { font-size:14px; }*/
/* 2019-01-22 */
/*.Collection_view ul > li > div > dl > dd .uix-table { float:left; width:calc(100% - 142px); border-bottom:1px solid #d6d6d6; border-right:1px solid #d6d6d6; }*/
/* 2019-02-20 */
.Collection_view ul > li > div > dl > dd .uix-table { float:left; width:calc(100% - 300px); border-bottom:1px solid #d6d6d6; border-right:1px solid #d6d6d6; }

.Collection_view ul > li > div > dl > dd .uix-table tr th { padding:10px 8px 10px 10px; width:80px; }
.Collection_view ul > li > div > dl > dd .uix-table tr td { padding:10px 8px 10px 10px; }
.Collection_view ul > li > div > dl > dd .uix-table tr td { font-size:14px; height:52.5px; line-height:36px; font-weight:700; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-all; word-break:break-all; }
.Collection_view ul > li > div > dl > dd .uix-table tr:last-child th,
.Collection_view ul > li > div > dl > dd .uix-table tr:last-child td { border-bottom:0; }


.gallery-list-split2 { padding:0 0 32px; border-bottom:1px solid #000; overflow:hidden; }
.gallery-list-split2 li { float:left; width:calc(50% - 15px); margin:30px 30px 0 0; text-align:center; }
.gallery-list-split2 li:nth-child(2n) { margin-right:0; }
.gallery-list-split2 li div { position:relative; width:100%; height:1; overflow:hidden; padding-bottom:66.6666%; }
.gallery-list-split2 li div img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }


.product_view { display:table; width:100%; padding:0 0 30px; border-bottom:1px solid #000; }
.product_view .img { display:table-cell; vertical-align:middle; width:700px; text-align:center; }
.product_view .img img { width:100%; }
.product_view > div { position:relative; display:table-cell; vertical-align:top; width:calc(100% - 700px); height:100%; padding-left:30px; }
.product_view > div .name { font-size:22px; font-weight:800; margin:0 0 10px; }
.product_view > div .summary { border:1px solid #d6d6d6; padding:20px; min-height:200px; }
.product_view > div .uix-table { position:absolute; bottom:0; right:0; width:calc(100% - 30px); }
.product_view > div .uix-table th { width:120px; }


.Order_view .bodies hr { margin:30px 0; }
.Order_view .bodies > div.ORDER > .uix-btn-group.uix-text-right.small { margin:-20px 0 -30px; }
.Order_view .bodies > div.ORDER > .uix-btn-group .uix-button { width:120px; height:40px; line-height:38px; font-size:13px; }


.hv-scroll { width:1095px; height:329px; overflow-x:scroll; overflow-y:scroll; }

.uix-table.item-scroll { width:auto; }
.uix-table.item-scroll tr th:first-child { border-left:0; }
.uix-table.item-scroll tr th { min-width:120px; }
.uix-table.item-scroll tr th.product { text-align:left; min-width:237px; }
.uix-table.item-scroll tr td.top { vertical-align:top; }
.uix-table.item-scroll tr:nth-child(odd) > td { background:#d7dff3; }
.uix-table.item-scroll tr.sub-total td { height:65px; color:#4177ff; font-weight:700; }
.uix-table.item-scroll tr.sub-total td:first-child { font-size:12px; color:#6f7c87; }


.h-scroll { width:1095px; height:320px; overflow-x:scroll; overflow-y:hidden; text-align:right; }
.inside-v-scroll { width:100%; height:159px; overflow-x:hidden; overflow-y:scroll; }
.uix-table.item-scroll2 { width:auto; }
.uix-table.item-scroll2 tr th:first-child { border-left:0; }
.uix-table.item-scroll2 tr th,
.uix-table.item-scroll2 thead tr > th { min-width:122px; }
.uix-table.item-scroll2 tr th.product { text-align:left; min-width:240px; }
.uix-table.item-scroll2 tr td.top { vertical-align:top; }
.uix-table.item-scroll2 tr td.not-padding { padding:0; }
.uix-table.item-scroll2 tr td .inside-v-scroll .uix-table { width:auto; border:0; }
.uix-table.item-scroll2 tr td .inside-v-scroll .uix-table td { min-width:121px; background:#ccffcc; }
.uix-table.item-scroll2 tr td .inside-v-scroll .uix-table td:last-child { min-width:110px; }
.uix-table.item-scroll2 tr td .inside-v-scroll ul { overflow:hidden; }
.uix-table.item-scroll2 tr td .inside-v-scroll ul li { float:left; background:#d7dff3; width:122px; font-size:14px; padding:0; text-align:center; border-bottom:1px solid #d6d6d6; border-left:1px solid #d6d6d6; height:40px; line-height:39px; }
.uix-table.item-scroll2 tr td .inside-v-scroll ul li:first-child { width:121px; border-left:0; }
.uix-table.item-scroll2 tr td .inside-v-scroll ul li:last-child { width:105px; }
.uix-table.item-scroll2 tr td .inside-v-scroll ul:last-child li { border-bottom:0; }
.uix-table.item-scroll2 tr td .inside-v-scroll ul:nth-child(odd) li { background:#fff; }
.uix-table.item-scroll2 tr.sub-total td { height:65px; color:#4177ff; font-weight:700; }
.uix-table.item-scroll2 tr.sub-total td:first-child { font-size:12px; color:#6f7c87; }


.main { width:1095px; margin:0 auto; color:#fff; padding-top:140px; }
.main p { font-size:16px; margin:45px 0 0; font-weight:300; }
.main div { position:relative; width:540px; height:100px; line-height:100px; margin-top:75px; padding:0 30px; background-color:rgba(0,0,0,0.6); border-radius:5px; }
.main div .uix-button.order { position:absolute; top:50%; right:30px; margin-top:-23px; width:140px; height:45px; line-height:43px; border:1px solid #fff; background-color:rgba(0,0,0,0); color:#fff; background:url('/image/web/icon-order.png') no-repeat 16px center; background-size:32px 24px; padding-left:55px; }
.main div .uix-button.order:hover { background-color:rgba(0,0,0,0.7); border:1px solid #000; }


.Product-select > div { border:1px solid #d6d6d6; border-top:0; border-left:0; overflow:hidden;}
.Product-select dl { float:left; width:33.3333%; overflow:hidden; border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; }
.Product-select dl:nth-of-type(4),
.Product-select dl:nth-of-type(5){ border-top:0; border-bottom:0; }
.Product-select dl dt { float:left; width:120px; height:50px; line-height:50px; padding:0 22px; background:#f6f6f6; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; font-size:14px; }
.Product-select dl dd { float:left; width:calc(100% - 120px); height:50px; line-height:50px; padding:0 7px; }
.Product-select dl dd .uix-form-text { width:200px; height:35px; line-height:33px; margin:0 0 2px; }


.btn-view { display:inline-block; width:17px; height:17px; background:url('/image/web/icon-view.png') no-repeat left top; background-size:17px auto; }

.Total-Orders { padding:5px 40px 5px 0; width:100%; text-align:right; }
.Total-Orders strong { display:inline-block; color:#4177ff; margin-left:10px; }