﻿@import url("../font-common.css");
@import url("../font-expansion.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:700; }
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;}
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:#999; }
input::-webkit-moz-placeholder { color:#999; }
input:-moz-placeholder { color:#999; }
input::-moz-placeholder { color:#999; }
input:-ms-input-placeholder { color:#999; }
textarea::-webkit-input-placeholder { color:#999; }
textarea::-webkit-moz-placeholder { color:#999; }
textarea:-moz-placeholder { color:#999; }
textarea::-moz-placeholder { color:#999; }
textarea:-ms-input-placeholder { color:#999; }
fieldset { border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em; }
fieldset.not-border { 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; }
body, input, textarea, button {
	font-family:'Nanum Gothic';
	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; }
i { display:inline-block; vertical-align:middle; font-style:normal; }


/* layout 시작 */
body { background:#fff; }
#main > header { width:100%; }
#main > header .header { position:relative; padding:0; width:1200px; height:160px; margin:0 auto; }
#main > header .header h1 { position:absolute; top:30px; left:50%; display:inline-block; width:144px; height:100px; margin:0 0 0 -72px; z-index:100; }
#main > header .header h1 img { width:144px; }
#main > header .header .unb { position:absolute; top:12px; right:0; overflow:hidden; line-height:15px; }
#main > header .header .unb span,
#main > header .header .unb a { display:inline-block; float:left; padding:0 8px; line-height:15px; font-size:15px; font-weight:700;  color:#333; border-right:1px solid #ddd; }
#main > header .header .unb a:last-child { padding-right:0; border-right:0; }
#main > header .header .unb a:hover { color:#000; }

#main > header .header .gnb { position:absolute; top:0; left:0; display:inline-block; overflow:hidden; padding:0 65px; }
#main > header .header .gnb a { display:inline-block; float:left; margin-right:80px; height:160px; line-height:160px; font-size:22px; font-weight:800; text-align:center; color:#494949; font-family:'NanumSquare'; border-top:3px solid #fff; }
#main > header .header .gnb a:hover, #main > header .header .gnb a.on { border-top:3px solid #3fa4e6; color:#3fa4e6;}
#main > header .header .gnb a:nth-of-type(3) { margin-right:260px; }
#main > header .header .gnb a:last-child { margin-right:0; }

#main > footer { width:100%; background:url('../../image/web/footer-bg.png') no-repeat center top; }
#main > footer .footer { position:relative; width:1200px; height:390px; margin:0 auto; overflow:hidden; background:url('../../image/web/footer-bg.png') no-repeat center top; }
#main > footer .footer .footer-logo { position:absolute; bottom:50px; height:70px; }
#main > footer .footer .fnb { position:absolute; top:280px; left:300px; }
#main > footer .footer .fnb a { display:inline-block; padding:0 15px 0 10px; border-right:1px solid #999; line-height:16px; font-size:16px; font-weight:400; color:#555; }
#main > footer .footer .fnb a:hover { color:#000; }
#main > footer .footer .fnb a:first-child { padding-left:0; }
#main > footer .footer .fnb a:last-child { border-right:0; }
#main > footer .footer .info { position:absolute; top:305px; left:300px; font-size:14px; font-weight:700; color:#777; }
#main > footer .footer .cscenter { position:absolute; top:230px; right:0; width:180px; background:#282828; border-radius:10px; padding:10px 15px 10px; font-family:'NanumSquare'; text-align:center; }
#main > footer .footer .cscenter dt { color:#f7de50; font-size:20px; }
#main > footer .footer .cscenter dd { color:#fff; font-size:26px; font-weight:800; letter-spacing:-0.5pt; }
#main > footer .footer .copyright { position:absolute; top:325px; right:0; color:#888; font-size:18px; font-weight:700; font-family:'NanumSquare'; }
#main > footer .footer .sns { position:absolute; top:110px; right:0; }
#main > footer .footer .sns img { height:30px; margin:0 0 0 18px; }


#main > #container { width:100%; }
#main > #container .container { position:relative; width:1440px; margin:0 auto; height:auto; min-height:1200px; padding-top:40px; overflow:hidden; }
#main > #container .container > aside { position:absolute; width:200px; padding:0; margin:0; }
#main > #container .container > .content { margin:0 240px;  padding-bottom:50px; }

body.index #main > #container { border-top:0; }
body.index #main > #container .container  { /*width:100%*/ width:1580px; padding-top:0; }
body.index #main > #container .container > aside { display:none; }
body.index #main > #container .container > .content { margin:0; padding:0; }
body.index #main > #container .container > .aside-chrome { padding: 0; }

#container .container > aside h1 { margin:0; padding:45px 0 0; height:155px; text-align:center; font-size:27px; background:#333; color:#fff; font-family:'NanumSquare'; font-weight:400; }
#container .container > aside h1 small { display:block; font-family:'Nanum Gothic'; font-size:12px; color:#a7a7a7; }
#container .container > aside ul { margin:0; padding:0; border-top:0; background:#fff; }
#container .container > aside ul > li { list-style-type:none; }
#container .container > aside ul > li > a { position:relative; display:block; padding:0 10px 0 23px; font-size:14px; height:40px; line-height:38px; background:#fff; color:#999; border-bottom:1px solid #e8e8e8; font-weight:700; }
#container .container > aside ul > li > a:after { content:""; height:100%; }
#container .container > aside ul > li > a:before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid transparent; -webkit-transition:border .2s cubic-bezier(.215, .61, .355,1); -o-transition:border .2s cubic-bezier(.215, .61, .355,1); transition:border .2s cubic-bezier(.215, .61, .355,1); }
#container .container > aside ul > li > a:hover:before,
#container .container > aside ul > li.on > a:before { border:3px solid #e3e3e3; }
#container .container > aside ul > li.ar > a { background:url('../../image/web/arrow-down.png') no-repeat 95% center; background-size:20px auto; }
#container .container > aside ul > li.ar.on > a:before {  }
#container .container > aside ul > li > a:hover,
#container .container > aside ul > li.on > a { color:#ff685c; }
#container .container > aside ul > li.ar.on > a { background:url('../../image/web/arrow-up.png') no-repeat 95% center; background-size:20px auto; }
#container .container > aside ul > li.ar > a:hover { background:url('../../image/web/arrow-up.png') no-repeat 95% center; background-size:20px auto; }
#container .container > aside ul ul { display:none; background:#fff; padding:0; border-bottom:1px solid #e8e8e8; }
#container .container > aside ul > li.on > ul { display:block; }

#container .container > aside ul ul a { background:none; padding-left:35px; border:0; height:30px; line-height:28px; font-size:12px; font-weight:400; }
#container .container > aside ul ul a:before { content:" - "; margin-left:25px; border:0; }
#container .container > aside ul ul > li:hover { background:#f9f9f9; }
#container .container > aside ul ul > li.on > a,
#container .container > aside ul ul > li > a:hover { color:#ff685c; font-weight:700; }
#container .container > aside ul ul > li > a:hover:before,
#container .container > aside ul li.on ul > li > a:before { border:0; background:none; }

/* mypage */
.aside-mypage { position:absolute; width:200px; height:100%; background:#2d2e32; padding:0; margin:0; }
.aside-mypage h1 { margin:0; padding:45px 0 0; height:130px; text-align:center; font-size:27px; background:#333; color:#fff; font-family:'NanumSquare'; font-weight:400; }
.aside-mypage h1 small { display:block; font-family:'Nanum Gothic'; font-size:12px; color:#a7a7a7; }
.aside-mypage ul { margin:0; padding:40px 0; border-top:0; }
.aside-mypage ul > li { list-style-type:none; }
.aside-mypage ul > li > a { position:relative; display:block; padding:0 10px 0 23px; font-size:16px; height:40px; line-height:38px; background:#2d2e32; color:#fff; border-bottom:0; font-weight:700; }
.aside-mypage ul > li.on > a{ background:#333; color:#fcf1b9; }

.aside-mypage ul > li.ar > a { color:#fff; background:#2d2e32 url('../../image/web/arrow-down2.png') no-repeat 95% center; background-size:15px auto; }
.aside-mypage ul > li.ar.on > a { background:#2d2e32 url('../../image/web/arrow-up2.png') no-repeat 95% center; background-size:15px auto; }
.aside-mypage ul ul { display:none; background:#161617; padding:10px 0; border-bottom:0; }
.aside-mypage ul > li.on > ul { display:block; }

.aside-mypage ul ul a { background:none; padding-left:25px; border:0; height:40px; line-height:38px; font-size:14px; font-weight:400; }
.aside-mypage ul ul > li.on > a,
.aside-mypage ul ul > li > a:hover { background:none; color:#fcf1b9; }
.aside-mypage ul ul > li > a:hover:before,
.aside-mypage ul li.on ul > li > a:before { border:0; background:none; }
/* layout 끝 */

/* chrome 다운 */
.aside-chrome { position:absolute; width:200px; height:100%; padding:90px 0; margin:0; top: 0; right: 0; }
.aside-chrome .chrome-wrap { width:100%; border: 1px solid #ccc; background-color: #f9f9f9; padding: 20px; }
.aside-chrome .chrome-wrap .chrome-logo { text-align: center; }
.aside-chrome .chrome-wrap p { margin-top: 15px; font-size: 14px; font-weight: bold; text-align: center;}
.aside-chrome .chrome-wrap p span { font-size: 16px; color: #3174e3;}
.aside-chrome .chrome-wrap .chrome-btn { margin-top: 15px;}

/* 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:#ff685c; }
.uix-text-success { color:#00ce0c; }
.uix-text-silver { color:#888; }
.uix-text-error, .uix-text-red { color:#ce0005; }
.uix-text-help { font-size:13px; padding:3px 0 0 10px; }
.uix-text-red { color:#cf2d6e; }

/* 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 20px; height:31px; line-height:29px;
	white-space:nowrap; cursor:pointer; vertical-align:middle;
	margin-bottom:0; text-align:center;
	border-radius:16px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	outline:0; font-weight:700;
	font-size:14px; color:#3f4d5f; border:1px solid #cacaca; background:#fff;
}.uix-button.color-red { background-color:#f0f0f0; border-color:#f0f0f0; color:#fff; }
.uix-button:hover { background:#f4f4f4; }
.uix-button:active, .uix-button.active, .uix-button:hover { outline:0; box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.15); -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }
.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:#3f4d5f; border-color:#3f4d5f; color:#fff; }
.uix-button.color-gray { background-color:#4d4d4d; border-color:#4d4d4d; color:#fff; }
.uix-button.color-border-gray { background-color:transparent; border-color:#ccc; }
.uix-button.color-border-primary { background-color:transparent; border-color:#303030; color:#303030; }
.uix-button.color-border-white { background-color:#fff; border-color:#fff; color:#3f4d5f; }
.uix-button.size-large { width:109px; height:34px; line-height:32px; padding:0; font-size:14px; font-weight:400; border-radius:0; }
.uix-button.size-xlarge { padding:0; border-radius:0; font-family:'NanumSquare'; width:227px; height:48px; line-height:46px; font-weight:700; font-size:18px; text-align:center; }
.uix-button.size-normal { width:47px; height:34px; line-height:32px; padding:0; font-size:14px; font-weight:400; border-radius:0; }
.uix-button.size-small { padding:0 5px; min-width:auto; height:24px; line-height:22px; 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-white { background-color:#fff; border-color:#555; color:#222; }
.uix-button.color-red { background-color:#c3282b; border-color:#c3282b; color:#fff; }
.uix-button.color-silver { background-color:#979797; border-color:#979797; color:#fff; }
.uix-button.color-orange { background-color:#f78b21; border-color:#f78b21; color:#fff; }


/* Table */
.uix-table { width:100%; border:1px solid #c3c3c3; }
.uix-table a { color:#000; }
.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:15px 35px; line-height:1.42857142; vertical-align:middle;
}
.uix-table > tbody > tr > td {
	border-bottom:1px solid #d2d2d0;
	border-left:0;
	text-align:left;
	font-size:16px;
}
.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:#f3f3f3; color:#000;
	font-size:16px; font-weight:400;
}
.uix-table > tbody > tr > th {	background:#f3f3f3; color:#000; padding:14px 0;	font-size:16px; font-weight:400; border-bottom:1px solid #dadada; }
.uix-table > tbody > tr:last-child > th { border-bottom:0; }
.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.border-top { border:0; border-top:1px solid #000; }


/* 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 #d0d0d0;
	line-height:1.428571429; height:50px;
	background-color:#fff;
	font-size:14px; 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:#e3e3e3; }
.uix-form-text[disabled] { background:#e3e3e3; 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;
}

.uix-form-check.large input[type="checkbox"] { display:inline-block; width:25px; height:25px; vertical-align:middle; -webkit-appearance:none; margin:-2px 0 0 -30px; padding:3px; cursor:pointer; border-radius:5px; border:1px solid #ddd; }
.uix-form-check.large > p { padding-left:30px; font-size:16px; }
.uix-form-check.large input[type="checkbox"]:checked { background:#fff url('../../image/web/btn-check.png') no-repeat center center; background-size:17px auto; }

.uix-form-check.large input[type="radio"] { display:inline-block; width:25px; height:25px; vertical-align:middle; text-align:center; -webkit-appearance:none; margin:0 0 0 -30px; padding:3px; cursor:pointer; border-radius:50%; border:1px solid #ddd; background:#fff; }
.uix-form-check.large > p { padding-left:30px; }
.uix-form-check.large input[type="radio"]:checked:after { content:'●'; color:#222; }


/* 파일등록 */
.uix-form-check.file p { margin-left:20px; }
.uix-form-check.file .uix-form-text.block { height:28px; line-height:28px; padding:0 2px; margin:0; font-size:12px; }


/* Form group */
.uix-form-group > label { font-size:13px; 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 { position:relative; margin:40px 0; text-align:center; font-size:0; }
.uix-paginate a, .uix-paginate strong {
	display:inline-block; margin:0 5px; padding:3px 11px; vertical-align:middle;
	background:#fff; border:0; text-decoration:none;
	font-size:15px; color:#333; }
.uix-paginate .dir { background:none; font-size:14px; font-weight:700; color:#888; padding:1px 13px; }
.uix-paginate strong { font-weight:700; background:#eecf22; color:#fff; }
.uix-paginate .uix-button { position:absolute; top:0; right:0; }


/* Buttons group */
.uix-btn-group { margin:30px 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.sort { margin:13px 0 40px; }


/* Register form */
.uix-register-head { margin:5px 0 5px; font-size:16px; font-weight:700; }
.uix-register { border:1px solid #ccc; }
.uix-register > dl { display:table; width:100%; margin:0; border-top:1px solid #e6e6e6; font-size:15px; }
.uix-register > dl:first-child { border-top:none; }
.uix-register > dl > * { display:table-cell; vertical-align:middle; padding:15px 30px; }
.uix-register > dl > dt { width:16%; padding-left:30px; padding-right:0; background:#f8f8f8; font-weight:700; }
.uix-register > dl > dd { width:84%; background:#fff; }
.uix-register > dl.column-2 > dd {width:30%;}
.uix-register > dl.column-2 > dt {border-left:1px solid #e6e6e6;}
.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 select.uix-form-text { width:20%; height:45px; line-height:43px; }
.uix-register select.uix-form-text.multiple { width:120px; height:200px; }
.uix-register select.uix-form-text.size-large { width:240px; }
.uix-register select.uix-form-text.col-4 { width:40%; }
.uix-register .uix-form-check.week { margin:15px 0 5px -18px; }
.uix-register input.uix-form-text { width:100%; height:45px; line-height:43px; }
.uix-register input.uix-form-text.size-small { width:calc(100% - 94px); }
.uix-register input.uix-form-text.block { width:100%; margin:10px 0 0; }
.uix-register .uix-form-text.col-12 { width:100%; }
.uix-register .uix-text-help { padding:0; color:red; }
.uix-register > dl.not-border { border-top:0; }
.uix-register > dl.not-border dt,
.uix-register > dl.not-border dd { background:#f6f6f6; }
.uix-register > dl.bg dt,
.uix-register > dl.bg dd { background:#f6f6f6; border-bottom:0; }
.uix-register > dl > dd .uix-button { min-width:auto; height:45px; line-height:43px; padding:0 15px; border-radius:0; }
.uix-register > dl > dd .profile { width:100px; }
.uix-register > dl > dd .profile img { width:100%; border:1px solid #e3e3e3; }


/* Box style */
.uix-box { padding:10px 0 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; border:1px solid #ddd; padding:15px 20px; text-align:center; margin:0 0 10px; }


/* 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:0 0 30px; }
.comp-tab-contents > nav.uix-grid > * { padding-left:0; }
.comp-tab-contents > nav.uix-grid > *:first-child { padding-left:0; }
.comp-tab-contents > nav.uix-grid button { position:relative; border-radius:0; border-right:0; background:#fff; height:50px; font-size:15px; font-weight:400; }
.comp-tab-contents > nav.uix-grid > span:last-child button { border-right:1px solid #ccc; }
.comp-tab-contents > nav.uix-grid button.active { box-shadow:0 0 0; background:#d4f2f7; color:#000; cursor:default; border:1px solid #19bad2; font-weight:700; }
.comp-tab-contents > nav.uix-grid > span:last-child button.active { border-right:1px solid #19bad2; }
.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; }
.uix-page.padding { padding:15px; }
.uix-page.not-padding { padding:0; }
.uix-page-headding { position:relative; margin:0 0 20px; padding:0 0 20px; border-bottom:1px solid #222; }
.uix-page-headding > h1 { font-family:'NanumSquare'; font-weight:700; margin:0; padding:0; font-size:30px; color:#333; line-height:30px; }
.uix-page-headding > h1 span { color:#4b8e76; }
.uix-page-headding > p { margin:0; font-size:12px; color:#666; }


/* Board view */
.board-view { border:1px solid #ddd; background:#fff; }
.board-view header { position:relative; background:#f8f8f8; padding:25px; border-bottom:1px solid #ddd; font-size:14px; }
.board-view header h1 { margin:0; font-size:20px; font-family:'NanumSquare'; }
.board-view header strong { display:inline-block; color:#000; }
.board-view header span { color:#888; }
.board-view header .score { position:absolute; top:12px; right:30px; background:#fff; border:1px solid #ccc; color:#4b8e76; padding:2px 10px; border-radius:15px; }
.board-view header .name { font-size:16px; color:#e97f17; }
.board-view .sns { margin:5px 0 0; }
.board-view .file { margin:5px 0 0; }
.board-view .body { padding:30px 30px 50px; font-size:16px; }
.board-view .img { margin:25px 0; }
.board-view dl.review { border-bottom:1px solid #ddd; padding:20px; overflow:hidden; }
.board-view dl.review dt { float:left; }
.board-view dl.review dt img { width:90px; height:90px; border:1px solid #ddd; }
.board-view dl.review dd { float:left; padding-left:20px; }
.board-view dl.review dd .name { margin:8px 0; font-size:18px; }
.board-view dl.review dd strong { display:inline-block; color:#4b8e76; margin:0 5px 0 20px; }
.board-view dl.review dd p { font-size:13px; }
.board-view dl.review dd p span { display:block; margin-right:15px; }
.board-view .icon.like { position:absolute; top:50px; right:130px; width:48px; height:19px; margin:0; padding-left:22px; background:url('../../image/web/icon-like.png') no-repeat left 1px; background-size:auto 18px; font-size:14px; }
.board-view .scrap { position:absolute; top:48px; right:30px; width:74px; height:30px; margin:0;  background:url('../../image/web/btn-scrap.png') no-repeat left top; background-size:auto 30px; font-size:14px; }

.board-view.reviews { background:#78889c; color:#fff; padding:30px; border:0; }
.board-view.reviews header { background:#78889c; color:#fff; padding:0; border:0; }
.board-view.reviews header h1 { margin:15px 0; }
.board-view.reviews header p { font-size:13px; }
.board-view.reviews header strong { font-size:16px; margin:0; color:#fff; }
.board-view.reviews .body { padding:0; font-size:16px; }
.board-view.reviews nav.btn { margin:30px 0 0; text-align:right; }
.board-view.reviews nav.btn .uix-button { border:1px solid #78889c; }


/* board-re */
.board-re { margin:15px 30px 30px; font-size:15px; background:#f8f8f8; padding:25px; }
.board-re dt { text-align:left; color:#333; font-weight:700; }
.board-re dd { padding:15px 0; line-height:20px; min-height:200px; }


/* 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 40px; font-size:15px; margin:0;
background:url('../../image/web/faq-q.png') no-repeat 17px 20px, url('../../image/web/arrow-down.png') no-repeat 97% center; background-size:15px auto, 37px auto; }
.faq > li .question strong { color:#000; }
.faq > li .answer {display:none; background:#fff url('../../image/web/faq-a.png') no-repeat 20px 18px; background-size:15px auto; min-height:90px; margin:0; padding:15px 25px 15px 47px; font-size:15px; 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 17px 20px, url('../../image/web/arrow-up.png') no-repeat 97% center; background-size:15px auto, 37px auto; }
.faq > li.on .answer {display:block;}


/* 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 {
	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:605px;
}


/* Member box */
.member-box {
	font-size:16px; font-weight:700;
	display:block; width:600px;
	margin:60px auto; padding:100px 120px;
	border-radius:5px; text-align:center; letter-spacing:-0.5pt;
	background:#fff; color:#777; border:1px solid #ddd;
}
.member-box.not-border { border:0; }
.member-box .message {font-size:14px;}
.member-box .uix-btn-group { margin:50px 0 0; }
.member-box .uix-btn-group .uix-button { border-radius:3px; height:50px; line-height:48px; font-size:18px; font-family:'NanumSquare'; }
.member-box .uix-text-primary { border-bottom:1px solid #aaa; }
.member-box .size-large { width:100%; height:56px; line-height:54px; padding:0; font-size:16px; margin:30px 0 0; }
.member-box .btn-etc { margin:15px auto 0; text-align:center; }
.member-box .btn-etc a {
	position:relative; display:inline-block; padding:0 15px 0 10px; height:15px; line-height:15px; border:0; border-right:1px solid #ccc;
	font-size:14px; color:#5b5b5b; text-decoration:none; margin:0 1px; height:auto; background:#fff; border-radius:0;
}
.member-box .btn-etc a:hover { color:#000; }
.member-box .btn-etc a:last-child { border-right:0; }


/* Login */
.login-box { position:relative; width:600px; margin:60px auto; padding:0; font-size:16px; font-weight:700; border:1px solid #ddd; }
.login-box fieldset { background:#fff; border:0; padding:50px 120px; margin:0; border-radius:5px 5px 0 0; }
.login-box h1 { text-align:center; margin:50px 0 0; }
.login-box dl {margin:10px 0 20px; overflow:hidden; }
.login-box dt { float:left; width:100px; margin:13px 0 0; display:none; }
.login-box .id dt { margin:0 0 15px; }
.login-box .id dd { margin:0 0 15px; }
.login-box dd { float:left; width:100%; }
.login-box dd .uix-form-text { height:45px; font-size:14px; }
.login-box .btn-login { margin:15px 0 0; }
.login-box .btn-etc { width:100%; margin:20px auto 0; text-align:center; }
.login-box .btn-etc a {
	position:relative; display:inline-block; padding:0 15px 0 10px; height:15px; line-height:15px; border:0; border-right:1px solid #ccc;
	font-size:14px; color:#5b5b5b; text-decoration:none; margin:0 1px; height:auto; background:#fff; border-radius:0;
}
.login-box .btn-etc a:hover { color:#000; }
.login-box .btn-etc a:last-child { border-right:0; }
.login-box button[type='submit'] { width:100%; padding:0; margin:10px 0 0; border-radius:3px; height:50px; line-height:48px; font-size:18px; font-family:'NanumSquare'; }
.login-box .uix-form-check { margin:10px 0 10px; text-align:center; }
.login-box .uix-button { padding:5px 12px; height:38px; font-size:12px; }

.login-box .sns { background:#fff; border:0; border-top:1px solid #e3e3e3; margin:0; border-radius:0 0 5px 5px; }
.login-box .sns ul { padding:50px 260px 30px; }
.login-box .sns li { display:block; width:100%; height:53px; line-height:53px; text-align:center; font-size:16px; font-weight:700; margin:0 0 16px; }
.login-box .sns .wrap_facebook { background:#3b5998; }
.login-box .sns .wrap_facebook a { color:#fff; }
.login-box .sns .wrap_facebook img { width:12px; margin:0 15px 0 0;}
.login-box .sns .wrap_kakao { background:#f0de43; }
.login-box .sns .wrap_kakao a { color:#3a2020; }
.login-box .sns .wrap_kakao img { width:35px; margin:0 15px 0 0;}
.login-box .sns .wrap_naver { background:#4db848; }
.login-box .sns .wrap_naver a { color:#fff; }
.login-box .sns .wrap_naver img { width:27px; margin:0 15px 0 0;}
.login-box hr { background:#e3e3e3; }
.login-box header { text-align:center; padding:20px 0 50px; }

.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; }

.member-out { padding:0; border-radius:5px; margin:0; }
.member-out fieldset { background:#fff; border:1px solid #ddd; padding:0; }
.member-out .uix-register { border:0; }
.member-out .uix-register dl { border:0; }
.member-out fieldset p { margin:15px; }
.member-out .uix-register > dl:nth-of-type(1) dt { vertical-align:top; padding-top:20px; }


/* Join - confirm */
.join-confirm { background:#fff; padding:0; }
.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%; height:120px; margin:5px 0 0; padding:15px; background:#fff; border:1px solid #ccc; outline:0; font-size:14px; }
.join-confirm fieldset .check { margin:0; }
.join-confirm .check-all { margin:0; font-weight:500; }


/* Join - form */
.join-form fieldset { margin:10px 0; border:none; padding:0; }
.join-form fieldset legend { padding:0 0 10px 0; font-size:16px; font-weight:700; }
.join-form .uix-button { border-radius:0; }

.myshop-select { position:absolute; top:35px; right:240px; width:300px; height:40px; height:38px; padding:0 10px; }



/* State */
.uix-state {
	display:inline-block; padding:0 7px; width:auto; height:25px; line-height:23px;
	font-size:12px; text-align:center; border-radius:15px;
	background:#dbdbdb; border:1px solid #dbdbdb; color:#555;
}
.uix-state.primary { background:#fff; border:2px solid #555; color:#333; font-weight:700; line-height:21px;}


/* 댓글 쓰기 */
.uix-comment { padding:0; margin:15px 0 0; }
.uix-comment .write { background:#f6f6f6; padding:20px 33px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.uix-comment .write h1 { background:url('../../image/web/icon-comment.png') no-repeat left 4px; padding-left:35px; font-size:20px; font-family:'NanumSquare'; margin:0 5px 5px;}
.uix-comment .write fieldset { text-align:left; border:0; padding:0; margin:10px 0; overflow:hidden; }
.uix-comment .write fieldset textarea { float:left; width:calc(100% - 130px); height:100px; line-height:20px; padding:10px 15px; margin:0; font-size:16px; border:1px solid #ccc; color:#555; }
.uix-comment .write fieldset button { float:right; font-size:20px; font-family:'NanumSquare'; vertical-align:middle; width:120px; padding:0; height:100px; border-radius:3px; margin:0;}


/* 댓글 리스트 */
.uix-comment { position:relative; overflow:hidden; font-size:16px; }
.uix-comment .list-no{padding:100px 20px; background:#fff; border:1px solid #ddd; text-align:center;}
.uix-comment .list{margin-bottom:15px;}
.uix-comment .list dl { position:relative; padding:20px 20px 0 120px; background:#fff; border:1px solid #ddd; }
.uix-comment .list dt { overflow:hidden; padding-bottom:0; }
.uix-comment .list dt .profile-img { position:absolute; top:25px; left:25px; width:72px; height:72px; border-radius:50%; overflow:hidden; border:5px solid #eee; }
.uix-comment .list dt .profile-img img { max-width:100%; }
.uix-comment .list dt .name-date { float:left; margin:0; }
.uix-comment .list dt .name-date .name { color:#e97f17; font-weight:700; height:14px; line-height:11px; padding-right:10px; border-right:1px solid #ddd; }
.uix-comment .list dt .name-date .date { font-size:13px; line-height:13px; margin-left:10px; color:#a7a7a7; letter-spacing:-0.5pt; }
.uix-comment .list dt .name-date .score { display:block; clear:both; margin:5px 0 0; }
.uix-comment .list dt .delete { float:right; padding-right:7px; }
.uix-comment .list dt .delete .uix-button { padding:0 5px; width:61px; height:36px; line-height:34px; font-size:20px; font-family:'NanumSquare'; }
.uix-comment .list dt .delete .uix-button:nth-of-type(1) { border:1px solid #ddd; background:#fff; color:#000; }
.uix-comment .list dd { padding:15px 0; }
.uix-comment .list dd .img { margin:20px 0 0; }
.uix-comment .list dd .img img { max-width:100%; }
.uix-comment .list dd .review { margin:30px 0 0; }
.uix-comment .list dd .review dl { border:0; background:#f5f5f5 url('../../image/web/icon-re.png') no-repeat 11px 20px; margin:0; padding:20px 10px;  }
.uix-comment .list dd .review dl dt { font-size:13px; overflow:hidden; }
.uix-comment .list dd .review dl dt * { vertical-align:middle; }
.uix-comment .list dd .review dl dt i { display:inline-block; width:18px; height:21px; margin:-2px 5px 0 24px; background:url('../../image/web/icon-member-yellow.png') no-repeat left top; }
.uix-comment .list dd .review dl dt strong { color:#e97f17; font-size:16px; }
.uix-comment .list dd .review dl dt span { display:inline-block; margin:0 5px; }
.uix-comment .list dd .review dl dt { color:#999; margin:0 0 7px; }
.uix-comment .list dd .review dl dt .btn { float:right; }
.uix-comment .list dd .review dl dt .btn .size-small { width:47px; height:25px; line-height:23px; border-radius:3px; }
.uix-comment .list dd .review dl dd { font-weight:400; color:#888; margin-left:23px; }

.uix-comment .list dd .review2 { border:1px solid #ddd; padding:20px; margin:20px 0 0; min-height:130px; }



.uix-comment .list hr { padding:0; margin:0; background:#fff; border-top:1px solid #eee; }

.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 .list .orderby-refresh { overflow:hidden; border-bottom:1px solid #ccc; padding:5px; text-align:left; }
.uix-comment .list .orderby-refresh .on { font-weight:700; color:#000; }


/* 수정 */
.uix-comment .comment-modify { display:none; }
.uix-comment .comment-modify .uix-button { float:right; width:120px; height:45px; line-height:45px; padding:0; margin:0 0 9px; }
.uix-comment .comment-modify .write { background:none; padding:0; border:0; }
.uix-comment .comment-modify .write textarea { background:#f8f8f8; margin:0; padding:20px; border:1px solid #ddd; }


/* 댓글 보기 */
.uix-comment .comment-view { margin:0 0 26px; background:#727272; }
.uix-comment .comment-view .profile-img { position:absolute; top:30px; left:25px; width:72px; height:72px; border-radius:50%; overflow:hidden; }
.uix-comment .comment-view .profile-img img { width:100%; }
.uix-comment .comment-view dl { padding:30px 30px 30px 120px; font-size:18px; color:#fff; }
.uix-comment .comment-view dl dt { overflow:hidden; font-size:20px; }
.uix-comment .comment-view dl dt strong { font-weight:700; }
.uix-comment .comment-view dl dt span { float:right; display:inline-block; margin:0 3px; font-weight:400; }
.uix-comment .comment-view dl dt { margin:0 0 7px; }
.uix-comment .comment-view dl dd { font-weight:400; }


/* 팝업 */
.popup_out_wrap { position:relative; width:100%;height:0px;}
.popup_wrap { position:relative; width:1200px; height:0px;margin:0px auto;}
.popup { position:absolute;  margin-left:0px; border:1px solid #ccc; background:#fff; }
.popup .close-box { text-align:center; overflow:hidden; }
.popup .check { float:left; width:50%; border-right:1px solid #ddd; line-height:24px; }
.popup .close{ float:right; width:50%; line-height:26px; text-align:center; }

#popup1 { position:absolute; top:170px; left:50%; margin-left:-200px; width:400px; z-index:1002; border:1px solid #ccc; background:#fff; display:block; border:0; border-radius:5px; overflow:hidden; }
#popup1 .close-box { text-align:center; overflow:hidden; line-height:60px; font-size:16px; border-top:1px solid #ddd; }
#popup1 .close-box a { display:inline-block; width:100%; height:60px; }
#popup1 .check { float:left; width:50%; border-right:1px solid #ddd; }
#popup1 .check a { background:#f9f9f9; }
#popup1 .close{ float:right; width:50%; }
#popup1 .close-box a:hover { background:#f5f5f5; }

#light-bid { position:relative; position:absolute; top:590px; width:calc(100% - 300px); height:478px; z-index:1002; border:2px solid #000; background:#fff; border-radius:5px; overflow-x:hidden; overflow-y:scroll; padding:20px; }
#light-bid.on {  left:270px; }
#light-bid .close { display:inline-block; position:absolute; top:15px; right:15px; text-align:center; overflow:hidden; }
#light-bid .close img { width:14px; }
#light-bid h1 { font-size:15px; margin-right:10px; font-weight:700; }


/* uix-search */
.uix-search { position:relative; margin:0 auto 20px; width:100%; overflow:hidden; }
.uix-search select { float:left; margin:0; width:200px; margin-right:5px; height:45px; font-size:15px; box-shadow:inset 0 0 0 rgba(0, 0, 0, 0); border-radius:0; }
.uix-search input[type="text"] { float:left; width:calc(100% - 265px); height:45px; font-size:15px; box-shadow:inset 0 0 0 rgba(0, 0, 0, 0); border-radius:0; }
.uix-search .uix-button { float:right; padding:0 13px; width:55px; height:45px; font-size:15px; border-radius:0; }
.uix-search.type2 { width:100%; }
.uix-search.type2 input[type="text"] { float:left; width:calc(100% - 470px);}


/* icon */
.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.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 #ccc; 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 #ccc; margin:0; background:#fff; }
.icon.heart.on:after { content:'♥'; color:red; font-size:16px; }
.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.rocket { width:28px; height:23px; margin:0; background:url('../../image/web/icon-rocket-white.png') no-repeat left top; background-size:auto 23px; }
.icon.talk { width:19px; height:19px; margin-right:5px; background:url('../../image/web/icon-talk.png') no-repeat left top; background-size:auto 19px; }
.icon.excel { width:20px; height:20px; margin-right:5px; background:url('../../image/web/icon-excel.png') no-repeat left top; background-size:auto 20px; }


/* 비밀번호입력 */
.popup_secret { position:fixed; top:40%; background:#fff; width:450px; height:240px; margin-left:-100px; border:1px solid #ccc; 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 15px; }
h2:first-child { margin-top:0; }
h2 .more { position:absolute; top:-5px; right:0; display:inline-block; width:35px; height:35px; background:url('../../image/web/btn-more.png') no-repeat left top; }
h2.icon { width:186px; height:36px; line-height:36px; background:url('../../image/web/icon-doc.png') no-repeat 29px center; border-radius:18px; border:1px solid #ddd; font-size:16px; font-weight:400; text-align:center; }


h3.bgcolor { text-align:right; }
h3.bgcolor span { display:inline-block; width:145px; height:40px; line-height:40px; padding:0; text-align:center; font-weight:400; background:#3f4d5f; color:#fff; }

.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:15px; text-align:center; }
article.list header ul > li { background:#e3e3e3; font-weight:700; border-top:1px solid #ccc; }
article.list * input[type="checkbox"] { vertical-align:middle; }
article.list header ul > li { background:#fff; font-weight:700; border-top:1px solid #000; border-bottom:1px solid #000; padding:11px 0; }
article.list header ul > li input[type="checkbox"] { margin:0 5px; }
article.list nav ul { border-top:1px solid #e3e3e3; }
article.list nav { border-bottom:1px solid #000; }
article.list .list-no{padding:150px 20px; background:#fff; border:0px solid #ddd; text-align:center;}

/* 공지사항 */
article.list.notice { border-bottom:1px solid #ccc; }
article.list.notice li:nth-of-type(1) { width:80px; }
article.list.notice li:nth-of-type(2) { width:*; text-align:left; padding-left:20px;}
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(1) > span { border:1px solid #ccc; display:inline-block; padding:3px 5px; font-size:11px; }
article.list.notice nav li:nth-of-type(2) > a { display:inline-block; width:600px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; }
article.list.notice nav ul:hover { background:#f9f9f9; }


/* 이벤트 */
article.list.event { border-bottom:1px solid #ccc; }
article.list.event li:nth-of-type(1) { width:80px; }
article.list.event li:nth-of-type(2) { width:*; text-align:left; padding-left:20px;}
article.list.event li:nth-of-type(3) { width:240px; }
article.list.event li:nth-of-type(4) { width:100px; }
article.list.event nav li:nth-of-type(1) { color:#888; }
article.list.event nav li:nth-of-type(1) > span { border:1px solid #ccc; display:inline-block; padding:3px 5px; font-size:11px; }
article.list.event nav li:nth-of-type(2) > a { display:inline-block; width:450px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; }
article.list.event nav li:nth-of-type(3) { color:#888; }
article.list.event nav ul:hover { background:#f9f9f9; }


/* 1:1문의 */
article.list.one2one { border-bottom:1px solid #ccc; }
article.list.one2one li:nth-of-type(1) { width:80px; }
article.list.one2one li:nth-of-type(2) { width:*; text-align:left; padding-left:20px;}
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(1) > span { border:1px solid #ccc; display:inline-block; padding:3px 5px; font-size:11px; }
article.list.one2one nav li:nth-of-type(2) > a { display:inline-block; width:600px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; }
article.list.one2one nav li:nth-of-type(3) { color:#888; }
article.list.one2one nav ul:hover { background:#f9f9f9; }

/* 메뉴 관리 */
article.list.stocks { border-bottom:1px solid #ccc; }
article.list.stocks li:nth-of-type(1) { width:154px; }
article.list.stocks li:nth-of-type(2) { width:*; }
article.list.stocks li:nth-of-type(3) { width:132px; }
article.list.stocks li:nth-of-type(4) { width:345px; text-align:left; padding-left:20px; }
article.list.stocks nav li { height:52px; border-bottom:1px solid #e3e3e3; }
article.list.stocks nav li:nth-of-type(1) { background:#f3f3f3; color:#000; border-right:1px solid #e3e3e3; }
article.list.stocks nav li:nth-of-type(2) { text-align:right; padding-right:30px; }
article.list.stocks nav li:nth-of-type(2) span { display:inline-block; margin:0 5px; }
article.list.stocks nav li:nth-of-type(3) { border-left:1px solid #e3e3e3; border-right:1px solid #e3e3e3;}
article.list.stocks nav ul:hover { background:#f9f9f9; }
article.list.stocks li select.uix-form-text { height:34px; }
/* 메뉴 관리2 */
article.list.stocks2 { border-bottom:1px solid #ccc; }
article.list.stocks2 li:nth-of-type(1) { width:66px; }
article.list.stocks2 li:nth-of-type(2) { width:350px; }
article.list.stocks2 li:nth-of-type(3) { width:*; }
article.list.stocks2 nav li { height:52px; border-bottom:1px solid #e3e3e3; border-left:1px solid #ddd; }
article.list.stocks2 nav li:nth-of-type(1) { border-left:0; }
article.list.stocks2 nav li:nth-of-type(2) { text-align:left; padding-left:20px;  }
article.list.stocks2 nav li:nth-of-type(3) { text-align:left; padding-left:20px;font-size:14px;  }
article.list.stocks2 nav li:nth-of-type(3) .price_option{display:inline-block;width:48%;color:#666;}
article.list.stocks2 nav li:nth-of-type(3) .price_option strong{color:#000;font-weight:700;}
article.list.stocks2 li select.uix-form-text { width:200px; height:40px; }



/* 타임세일 */
article.list.timesale { border-bottom:1px solid #ccc; }
article.list.timesale li:nth-of-type(1) { width:66px; }
article.list.timesale li:nth-of-type(2) { width:*; }
article.list.timesale li:nth-of-type(3) { width:250px; }
article.list.timesale li:nth-of-type(4) { width:250px; }
article.list.timesale nav li { height:52px; border-bottom:1px solid #e3e3e3; border-left:1px solid #ddd; }
article.list.timesale nav li:nth-of-type(1) { border-left:0; }
article.list.timesale nav li:nth-of-type(2) { text-align:left; padding-left:20px;  }
article.list.timesale li select.uix-form-text { width:200px; height:40px; }


/* 로켓배달 */
article.list.rocket { margin:24px 0 0; }
article.list.rocket li:nth-of-type(1) { width:55px; }
article.list.rocket li:nth-of-type(2) { width:330px; }
article.list.rocket li:nth-of-type(3) { width:*; }
article.list.rocket nav li { height:43px; border-bottom:1px solid #ddd; border-left:1px solid #ddd; }
article.list.rocket nav li:first-child { border-left:0; }
article.list.rocket li .uix-button { width:42px; height:21px; line-height:21px; font-size:13px; font-weight:400; border:0; padding:0; background:#6298d4; color:#fff; margin-left:10px; }
article.list.rocket li * { vertical-align:middle; }
article.list.rocket nav li:nth-of-type(3) { text-align:left; padding-left:20px; }
article.list.rocket nav ul:hover { background:#f9f9f9; }



/* 쿠폰 */
article.list.coupon { margin:24px 0 0; }
article.list.coupon li:nth-of-type(1) { width:66px; }
article.list.coupon li:nth-of-type(2) { width:115px; }
article.list.coupon li:nth-of-type(3) { width:*; }
article.list.coupon li:nth-of-type(4) { width:142px; }
article.list.coupon li:nth-of-type(5) { width:115px; }
article.list.coupon li:nth-of-type(6) { width:115px; }
article.list.coupon li:nth-of-type(7) { width:115px; }
article.list.coupon li:nth-of-type(8) { width:115px; }
article.list.coupon nav { border-bottom:1px solid #000; }
article.list.coupon .list-no{padding:150px 20px; background:#fff; border:0px solid #ddd; text-align:center;}
article.list.coupon nav ul { border-top:1px solid #e3e3e3; }
article.list.coupon nav ul:first-child { border-top:0; }
article.list.coupon nav li { background:#fff; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.coupon nav li:first-child { border-left:0; }
article.list.coupon nav ul:hover { background:#f9f9f9; }
article.list.coupon li .uix-button { width:76px; height:25px; line-height:23px; font-size:13px; font-weight:400; border:0; padding:0; background:#26c3d6; color:#fff; border-radius:3px; }
article.list.coupon li .uix-button:after { content:' >'; font-family:'Nanum Gothic'; }
article.list.coupon nav li:nth-of-type(2) { text-align:center; /*text-align:left; padding-left:25px;*/ }
article.list.coupon nav li:nth-of-type(3) { background:#f3f3f3; font-weight:700; }
article.list.coupon nav li:nth-of-type(4) { font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
article.list.coupon nav li:nth-of-type(4) small {display:block;color:#aaa;margin-top:3px; }


article.list.coupon2 { border-bottom:1px solid #ccc; }
article.list.coupon2 li:nth-of-type(1) { width:66px; }
article.list.coupon2 li:nth-of-type(2) { width:*; }
article.list.coupon2 li:nth-of-type(3) { width:140px; }
article.list.coupon2 li:nth-of-type(4) { width:140px; }
article.list.coupon2 li:nth-of-type(5) { width:250px; }
article.list.coupon2 li:nth-of-type(6) { width:110px; }
article.list.coupon2 nav li { height:52px; border-bottom:1px solid #e3e3e3; border-left:1px solid #ddd; }
article.list.coupon2 nav li:nth-of-type(1) { border-left:0; }
article.list.coupon2 nav li:nth-of-type(2) { text-align:left; padding-left:20px;  }
article.list.coupon2 li .uix-form-text { width:100px; height:40px; }
article.list.coupon2 li .uix-form-text.ssb_idx{width:200px; font-size:13px;}
article.list.coupon2 li .uix-button { width:76px; height:25px; line-height:23px; font-size:13px; font-weight:400; border:0; padding:0; background:#26c3d6; color:#fff; border-radius:3px; }
article.list.coupon2 li .uix-button.off{background:#ccc;}



/* 쿠폰 발급내역 */
article.list.coupon_issue li:nth-of-type(1) { width:66px; }
article.list.coupon_issue li:nth-of-type(2) { width:130px; }
article.list.coupon_issue li:nth-of-type(3) { width:*; }
article.list.coupon_issue li:nth-of-type(4) { width:130px; }
article.list.coupon_issue li:nth-of-type(5) { width:200px; }
article.list.coupon_issue li:nth-of-type(6) { width:200px; }
article.list.coupon_issue nav li { background:#fff; color:#000; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.coupon_issue nav li:first-child { border-left:0; }
article.list.coupon_issue nav .list-no{padding:150px 20px; background:#fff; border-bottom:0px solid #ddd; text-align:center;}


/* 스탬프 */
article.list.stamp { margin:24px 0 0; }
article.list.stamp li:nth-of-type(1) { width:66px; }
article.list.stamp li:nth-of-type(2) { width:*; }
article.list.stamp li:nth-of-type(3) { width:160px; }
article.list.stamp li:nth-of-type(4) { width:130px; }
article.list.stamp li:nth-of-type(5) { width:130px; }
article.list.stamp li:nth-of-type(6) { width:130px; }
article.list.stamp li:nth-of-type(7) { width:130px; }
article.list.stamp nav { border-bottom:1px solid #000; }
article.list.stamp nav ul { border-top:1px solid #e3e3e3; }
article.list.stamp nav ul:first-child { border-top:0; }
article.list.stamp nav li { background:#fff; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.stamp nav li:first-child { border-left:0; }
article.list.stamp nav ul:hover { background:#f9f9f9; }
article.list.stamp li .uix-button { width:76px; height:25px; line-height:23px; font-size:13px; font-weight:400; border:0; padding:0; background:#26c3d6; color:#fff; border-radius:3px; }
article.list.stamp li .uix-button:after { content:' >'; font-family:'Nanum Gothic'; }
article.list.stamp nav li:nth-of-type(2) { background:#f3f3f3; font-weight:700; }
article.list.stamp nav .list-no{padding:150px 20px; background:#fff; border-bottom:0px solid #ddd; text-align:center;}


/* 스탬프 발급내역 */
article.list.stamp_issue li:nth-of-type(1) { width:66px; }
article.list.stamp_issue li:nth-of-type(2) { width:130px; }
article.list.stamp_issue li:nth-of-type(3) { width:*; }
article.list.stamp_issue li:nth-of-type(4) { width:130px; }
article.list.stamp_issue li:nth-of-type(5) { width:130px; }
article.list.stamp_issue li:nth-of-type(6) { width:130px; }
article.list.stamp_issue li:nth-of-type(7) { width:200px; }
article.list.stamp_issue nav li { background:#fff; color:#000; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.stamp_issue nav li:first-child { border-left:0; }


/* 포인트 관리 */
article.list.point li:nth-of-type(1) { width:225px; }
article.list.point li:nth-of-type(2) { width:140px; }
article.list.point li:nth-of-type(3) { width:140px; }
article.list.point li:nth-of-type(4) { width:*; }
article.list.point li:nth-of-type(5) { width:182px; }
article.list.point nav li { background:#fff; color:#000; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.point nav li:first-child { border-left:0; }
article.list.point nav li:nth-of-type(4) { text-align:left; padding-left:20px; }

/* 즉시결제 주문관리 */
article.list.order li:nth-of-type(1) { width:155px; }
article.list.order li:nth-of-type(2) { width:180px;}
article.list.order li:nth-of-type(3) { width:;}
article.list.order li:nth-of-type(4) { width:140px;}
article.list.order li:nth-of-type(5) { width:100px; }

article.list.order nav li { background:#fff; color:#000; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.order nav li:first-child { border-left:0; }
article.list.order nav { border-bottom:1px solid #ddd; }


/* 즉시결제 정산관리 */
article.list.billing li:nth-of-type(1) { width:140px; }
article.list.billing li:nth-of-type(2) { width:140px; }
article.list.billing li:nth-of-type(3) { width:120px; }
article.list.billing li:nth-of-type(4) { width:120px; }
article.list.billing li:nth-of-type(5) { width:120px; }
article.list.billing li:nth-of-type(6) { width:120px; }
article.list.billing li:nth-of-type(7) { width:120px; }
article.list.billing li:nth-of-type(8) { width:140px; }

article.list.billing nav li { background:#fff; color:#000; height:43px; padding:5px; border-left:1px solid #ddd; }
article.list.billing nav li:first-child { border-left:0; }
article.list.billing nav { border-bottom:1px solid #ddd; }


/* 장바구니 */
article.list.cart li:nth-of-type(1) { width:*; text-align:left; padding-left:25px; }
article.list.cart li:nth-of-type(2) { width:160px; }
article.list.cart li:nth-of-type(3) { width:130px; }
article.list.cart li:nth-of-type(4) { width:110px; }
article.list.cart > nav { padding:0; }
article.list.cart > nav ul { padding:0; font-size:15px; }
article.list.cart > nav li { border-left:1px solid #ddd; }
article.list.cart nav li:first-child { border-left:0; }
article.list.cart > nav li:nth-of-type(2),
article.list.cart > nav li:nth-of-type(3) { font-size:18px; font-weight:700; color:#222; }
article.list.cart > nav ul:hover { background:#fff; }
article.list.cart > nav li:nth-of-type(1) { position:relative; height:150px; padding-left:180px; font-size:16px; font-family:'Nanum Gothic'; vertical-align:top; }
article.list.cart > nav li:nth-of-type(1) .img { position:absolute; top:25px; left:0; width:160px; height:100px; overflow:hidden; text-align:center; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
article.list.cart > nav li:nth-of-type(1) .img img { height:100%; }
article.list.cart > nav li:nth-of-type(1) .name { font-size:16px; font-weight:700; margin:10px 0 5px; color:#000; }
article.list.cart > nav li:nth-of-type(1) dl { overflow:hidden; font-family:'Nanum Gothic'; }
article.list.cart > nav li:nth-of-type(1) dt { float:left; color:#000; font-weight:700; margin-right:8px; }
article.list.cart > nav li:nth-of-type(1) dd { float:left; }
article.list.cart > nav li:nth-of-type(4) .uix-button { background:#9a9a9a; color:#fff; width:61px; height:36px; line-height:34px; font-size:16px; padding:0; }



body.index .movie1 { width:928px; height:500px; margin:100px auto; }

body.index .special-funciton { width:1200px; margin:0 auto; font-family:'NanumSquare'; }
body.index .special-funciton h1 { margin:0; text-align:center; }
body.index .special-funciton h2 { margin:0; text-align:center; font-size:18px; color:#ff6557; margin:10px 0 30px; }


body.index .description01 { background:#fafafa; margin:80px 0; }
body.index .description01 article { position:relative; width:1200px; margin:0 auto; height:736px; background:url('../../image/web/description01-bg.png') no-repeat left top; }
body.index .description01 article .chair { position:absolute; bottom:-52px; right:84px; display:inline-block; width:89px; height:149px; background:url('../../image/web/description01-chair.png') no-repeat left top; }
body.index .description01 ul { padding:80px 135px; overflow:hidden; }
body.index .description01 li { float:left; width:50%; height:324px; background:#fff url('../../image/web/description01-li-bg.png') no-repeat right bottom; margin:0 0 8px; padding:38px 43px; }
body.index .description01 li:nth-of-type(1) { border-top:2px solid #f1d547; }
body.index .description01 li:nth-of-type(2) { border-top:2px solid #70c9f3; }
body.index .description01 li:nth-of-type(3) { border-top:2px solid #ff685c; }
body.index .description01 li:nth-of-type(4) { border-top:2px solid #a7623f; }
body.index .description01 li:nth-child(2n) { float:right; width:calc(50% - 8px); }
body.index .description01 h1 { margin:0 0 20px; font-size:22px; line-height:22px; color:#000; font-family:'NanumSquare'; font-weight:800; }
body.index .description01 p { font-size:16px; line-height:26px; font-weight:700; color:#777; }


body.index .movie2 { width:928px; height:500px; margin:100px auto; }
body.index .movie2 h1 { margin:0 0 32px; text-align:center; }


body.index .description02 { background:#fafafa; margin:80px 0 0; padding-bottom:50px; }
body.index .description02 h1 { padding:80px 0 24px; text-align:center; }
body.index .description02 article { width:1200px; margin:0 auto; height:290px; background:url('../../image/web/description02-bg.png') no-repeat center 50px; overflow:hidden; padding:0 135px; }
body.index .description02 p { position:relative; float:left; width:290px; height:110px; background:#fff; border:2px solid #ddd; font-size:16px; line-height:24px; padding:15px; letter-spacing:-0.5pt; margin:0 0 32px; }
body.index .description02 p:nth-child(2n) { float:right; }
body.index .description02 p:nth-child(3n) { clear:both; }
body.index .description02 p .ar { position:absolute; bottom:-2px; right:-24px; display:inline-block; width:22px; height:22px; background:url('../../image/web/description02-ar.png') no-repeat left top; }
body.index .description02 p:nth-child(2n) .ar { position:absolute; bottom:-2px; left:-24px; display:inline-block; width:22px; height:22px; background:url('../../image/web/description02-ar2.png') no-repeat left top; }


body.index .sketch { width:1200px; margin:0 auto; }
body.index .sketch h1 { padding:80px 0 24px; text-align:center; }
.sliderkit { display:none; position:relative; overflow:hidden; text-align:left; margin:0 0 80px; }
.sliderkit .sliderkit-nav { z-index:10;position:absolute;text-align:center; }
.sliderkit .sliderkit-nav-clip { position:relative;overflow:hidden;margin:0 auto; }
.sliderkit .sliderkit-nav-clip ul { position:relative;left:0;top:0;list-style:none;margin:0;padding:0; }
.sliderkit .sliderkit-nav-clip ul li { float:left; }
.sliderkit .sliderkit-nav-clip ul li a { display:block;overflow:hidden; }
.sliderkit .sliderkit-panel { z-index:1; position:absolute; overflow:hidden; background:#fff; }
.sliderkit .sliderkit-panel img { width:100%; }
.sliderkit .sliderkit-panel-active { z-index:5; }
.sliderkit .sliderkit-panel-old { z-index:4; }
.slideshow-carousel { width:1200px; height:572px; padding:0; }
.slideshow-carousel .sliderkit-nav { left:0; bottom:0; padding:0; }
.slideshow-carousel .sliderkit-nav-clip ul li { float:left; margin:0; background:#ff685c; }
.slideshow-carousel .sliderkit-nav-clip ul li a { display:block; width:120px; height:120px; overflow:hidden; margin:0; padding:0; }
.slideshow-carousel .sliderkit-nav-clip ul li a.on { -moz-opacity:0.5; opacity:.50; filter:alpha(opacity=50); }
.slideshow-carousel .sliderkit-nav-clip ul li a img { width:100%; height:120px; }


.sketch .swiper-button-prev { background:url('../../image/web/r-prev.png') no-repeat left top; left:50%; margin:210px 0 0 210px; }
.sketch .swiper-button-next { background:url('../../image/web/r-next.png') no-repeat left top; right:0; margin:210px 230px 0 0;}
.sketch .swiper-slide p { position:absolute; bottom:0; left:50%; width:900px; height:80px; line-height:80px; text-align:left; margin-left:-450px; padding-left:20px; font-size:28px; font-weight:800; font-family:'NanumSquare'; background:#fff; color:#000; }
.sketch .swiper-slide p span { color:#ff685c; }
.sketch .swiper-pagination { width:200px; margin:0 0 0 600px; }
.sketch .swiper-pagination .swiper-pagination-bullet { margin-bottom:24px; }


body.index .shop-info { background:#fafafa; margin:90px 0 0; border-top:2px solid #ff685c; }
body.index .shop-info article { width:1200px; margin:0 auto; height:400px; padding:40px 0; overflow:hidden; }
body.index .shop-info dl { float:left; overflow:hidden; }
body.index .shop-info dt { float:left; font-size:16px; font-weight:700; color:#ff685c; margin:0 20px 0 0; }
body.index .shop-info dd { float:left; font-size:14px; line-height:26px; letter-spacing:-0.5pt; color:#888; }
body.index .shop-info dd strong { color:#000; display:inline-block; margin-right:10px; }
body.index .shop-info .map {  float:right; }



/* 2017-10-19 */
.mypage-main .link { overflow:hidden; }
.mypage-main .link li { float:left; width:25%; }

.mypage-main .delivery-application { overflow:hidden; margin:20px 0 0; border:1px solid #ddd; padding:10px; }
.mypage-main .delivery-application nav:nth-of-type(1) { float:left; }
.mypage-main .delivery-application nav:nth-of-type(2) { float:right; padding-top:5px; }
.mypage-main .delivery-application select { width:240px; }
.mypage-main .delivery-application .uix-button { padding-left:20px; padding-right:20px; }
.mypage-main .delivery-application p { text-align:right; }

.mypage-main .body { overflow:hidden; margin:5px 0 0; }
.mypage-main .body article { float:left; width:50%; height:215px; border:1px solid #ddd; margin:0 0 10px; }
.mypage-main .body article:nth-child(2n) { border-left:0; }
.mypage-main .body article:nth-of-type(1) { text-align:center; padding-top:60px; font-size:14px; }
.mypage-main .body article:nth-of-type(1) header { font-size:16px; font-weight:700; margin:0 0 5px; }
.mypage-main .body article:nth-of-type(1) strong { font-size:30px; font-weight:800; }

.mypage-main .body article:nth-child(3n) { padding:10px; }
.mypage-main .body article:nth-child(3n) dl dt { position:relative; padding:11px 10px 9px; font-size:16px; font-weight:700; background:#f2f2f2; }
.mypage-main .body article:nth-child(3n) dl dt .more { position:absolute; top:7px; right:3px; display:inline-block; width:35px; height:35px; background:url('../../image/web/btn-more.png') no-repeat left top; background-size:30px auto; }
.mypage-main .body article:nth-child(3n) dl dd { padding:8px 0 10px; }
.mypage-main .body article:nth-child(3n) dl dd p { padding:4px 10px; overflow:hidden; }
.mypage-main .body article:nth-child(3n) dl dd p:last-child { border-bottom:0; }
.mypage-main .body article:nth-child(3n) dl dd p:hover { background:#f9f9f9; }
.mypage-main .body article:nth-child(3n) dl dd a { display:inline-block; font-size:13px; width:300px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; color:#585858; }
.mypage-main .body article:nth-child(3n) dl dd a:hover { color:#000; }
.mypage-main .body article:nth-child(3n) dl dd span { float:right; display:inline-block; font-size:13px; color:#888; vertical-align:middle; }

.mypage-main .body .banner { display:inline-block; }
.mypage-main .body .banner img { width:479px; height:213px; }


.select-business { border:1px solid #ddd; margin:0 0 10px; padding:10px; overflow:hidden; }
.select-business dt { float:left; font-weight:700; padding:7px 20px 0 10px; font-size:16px; }
.select-business dd { float:left; width:calc(100% - 100px);}
.select-business dd .uix-form-text { padding:5px 10px; /*width:300px;*/ height:35px; line-height:33px; }


/* 갤러리 type1 */
.gallery-list-type1 { overflow:hidden; line-height:16px; border-bottom:1px solid #000; }
.gallery-list-type1 li { position:relative; float:left; width:224px; padding:0; margin:0 21px 10px 0; background:#fff; }
.gallery-list-type1 li:nth-child(4n) { margin-right:0; }
.gallery-list-type1 li .img { width:221px; height:160px; overflow:hidden; text-align:center; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.gallery-list-type1 li .img img { width:100%;height:100%; object-fit:cover; }
.gallery-list-type1 li .subject {height:44px; line-height:22px; overflow:hidden; text-overflow:ellipsis;
	display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; margin:10px 0; font-size:15px; font-weight:700; text-align:center; color:#555; padding:0; letter-spacing:-0.5pt;
}



/* 2017-11-02 */
body.company_service #main > #container .container { width:1200px; margin:0 auto; padding-top:0; }
body.company_service #main > #container .container > .content { margin:0; padding:0; }
body.company_service #main > footer .footer .top-btn { display:none; }

.company_service .scrollToTop{ position:fixed; display:inline-block; bottom:60px; right:50px; background:#f9f9f9 none repeat scroll 0 0; border-radius:50%; display:none;font-size:20px; width:55px; height:55px; line-height:53px; text-align:center;text-decoration:none; z-index:999;-webkit-transition:all .5s ;-moz-transition:all .5s ;-ms-transition:all .5s ;-o-transition:all .5s ;transition:all .5s; color:#30c8c2; font-weight:800; }
.company_service .scrollToTop:hover,
.company_service .scrollToTop:focus{ background:#30c8c2; color:#fff; text-decoration:none;outline:none}

#company_service .div2 { background:url('../../image/web/main_02_bg.png') no-repeat left top; background-size:100% auto;}
#company_service .div3 { position:relative; height:515px; background:url('../../image/web/main_03.png') no-repeat left top; background-size:100% auto;}
#company_service .div3 iframe { position:absolute; top:41px; left:70px; border:5px solid #fff; border-radius:5px; }
#company_service .div5 { height:282px; padding-top:75px; background:url('../../image/web/main_05_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div6 { height:518px; background:url('../../image/web/main_06_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div7 { background:url('../../image/web/main_07_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div8 { height:518px; background:url('../../image/web/main_08_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div9 { height:518px; background:url('../../image/web/main_09_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div10 { height:518px; background:url('../../image/web/main_10_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div11 { height:518px; background:url('../../image/web/main_11_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div12 { height:518px; background:url('../../image/web/main_12_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div13 { height:518px; background:url('../../image/web/main_13_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div14 { position:relative; height:880px; background:url('../../image/web/main_14_bg2.png') no-repeat left top; background-size:100% auto; }
#company_service .div15 { height:320px; padding-top:90px; background:url('../../image/web/main_15_bg.png') no-repeat left top; background-size:100% auto; }
#company_service .div14 .video1 { position:absolute; top:40px; right:100px; z-index:1; width:695px; height:395px; border:5px solid #fff; border-radius:5px; }
#company_service .div14 .video2 { position:absolute; top:452px; left:100px; width:695px; height:395px; z-index:1; border:5px solid #fff; border-radius:5px; }



/***********************************/
.swiper-slide { text-align:center; background:#fff; }
.swiper-button-next, .swiper-button-prev { width:80px; height:80px; }
.swiper-button-prev { background:url('../../image/web/r-prev.png') no-repeat left top; left:50%; margin-left:-600px; }
.swiper-button-next { background:url('../../image/web/r-next.png') no-repeat left top; right:50%; margin-right:-600px;}
.swiper-pagination { margin:0 0 -7px; }
.swiper-pagination .swiper-pagination-bullet { width:10px; height:10px; background:#fff; }
.swiper-pagination .swiper-pagination-bullet-active { background:#f7de50; }

body.index .main-visual { width:1130px; margin:0 auto; }
body.index .main-visual .swiper-slide { height:250px; }

article.main { position:relative; width:1200px; margin:0 auto; padding:40px 35px; }

article.main .div1 { overflow:hidden; }
article.main .link { overflow:hidden; border:1px solid #aaa; display:inline-block; }
article.main .link li { float:left; }
article.main .link li a { display:inline-block; width:142px; height:150px; border-right:1px solid #aaa; text-align:center; padding-top:100px; font-size:15px; font-weight:700; }
article.main .link li a:hover { -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }
article.main .link li:last-child a { border-right:0; }
article.main .link li:nth-of-type(1) a { background:url('../../image/web/main-link-1.png') no-repeat center 30px; background-size:auto 50px; }
article.main .link li:nth-of-type(2) a { background:url('../../image/web/main-link-2.png') no-repeat center 30px; background-size:auto 50px; }
article.main .link li:nth-of-type(3) a { background:url('../../image/web/main-link-3.png') no-repeat center 35px; background-size:auto 45px; }
article.main .link li:nth-of-type(4) a { background:url('../../image/web/main-link-4.png') no-repeat center 35px; background-size:auto 45px; }
article.main .link li:nth-of-type(5) a { background:url('../../image/web/main-link-5.png') no-repeat center 43px; background-size:50px auto; }
article.main .link li:nth-of-type(6) a { background:url('../../image/web/main-link-6.png') no-repeat center 35px; background-size:auto 45px; }

article.main .login-box { float:right; position:relative; width:240px; margin:0; padding:0; font-size:13px; font-weight:700; border:0; }
article.main .login-box fieldset { padding:0; }
article.main .login-box dl {margin:0; overflow:hidden; }
article.main .login-box dt { float:left; width:100px; margin:13px 0 0; display:none; }
article.main .login-box dd { float:left; width:100%; }
article.main .login-box dd .uix-form-text { height:40px; font-size:13px; border-radius:0; border:1px solid #000; box-shadow:0 0 0; }
article.main .login-box dl:first-child dd .uix-form-text { border-bottom:0; }
article.main .login-box .uix-button.color-primary { width:100%; height:40px; line-height:40px; padding:0; font-size:16px; margin:0; background:#f7de50; color:#000; border:1px solid #f7de50; }
article.main .login-box .uix-form-check { margin:5px 0; text-align:left; }
article.main .login-box .btn-etc { width:100%; margin:5px auto; text-align:left; }
article.main .login-box .btn-etc a { display:inline-block; padding:0 15px 0 10px; height:11px; line-height:11px; border:0; border-right:1px solid #ccc; font-size:11px; color:#5b5b5b; text-decoration:none; margin:0 1px; height:auto; background:#fff;
}
article.main .login-box .btn-etc a:last-child { border-right:0; }
article.main .login-box.login > div { border:1px solid #ccc; height:92px; margin:0 0 20px; text-align:center; }
article.main .login-box.login > div .ceo-name { margin:13px 0 10px; font-size:14px; }
article.main .login-box.login > div .business-name { font-size:12px; color:#888; margin:0 0 3px; }
article.main .login-box.login > div .message-set { overflow:hidden; background:#ebebeb; border-top:1px solid #ccc; }
article.main .login-box.login > div .message-set span { display:inline-block; float:left; width:50%; color:#888; line-height:24px; font-size:12px; }
article.main .login-box.login > div .message-set span:hover { color:#000; }
article.main .login-box.login > div .message-set span i { width:15px; height:12px; margin:-1px 0 0; background:url('../../image/web/icon-set.png') no-repeat right top; background-size:auto 12px; }
article.main .login-box.login > div .message-set a:first-child span { border-right:1px solid #ccc; }
article.main .login-box.login > div .message-set a:first-child span i { margin:-2px 0 0; background:url('../../image/web/icon-message.png') no-repeat right top; background-size:auto 12px; }


article.main .div2 { margin:40px 0 0; overflow:hidden; background:url('../../image/web/center-line.png') repeat-y center top; }

/* uix-main-bbs */
.uix-main-bbs { width:100%; margin:0; overflow:hidden; }
.uix-main-bbs dl { float:left; width:calc(50% - 30px); margin:0; }
.uix-main-bbs dl:nth-of-type(2) { float:right; }
.uix-main-bbs dl dt { font-family:'NanumSquare'; position:relative; padding:0 5px 5px 10px; font-size:22px; font-weight:800; }
.uix-main-bbs dl dt .more { position:absolute; top:12px; right:5px; display:inline-block; font-size:13px; font-weight:700; font-family:'Nanum Gothic'; }
.uix-main-bbs dl dd { padding:10px 0; background:#fff; }
.uix-main-bbs dl dd p { padding:10px 5px 10px 10px; border-bottom:1px solid #ddd; overflow:hidden; }
.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; font-size:13px; color:#888; vertical-align:middle; }


article.main .div3 { margin:0; overflow:hidden; background:url('../../image/web/center-line.png') repeat-y center top; }

article.main .div3 dl { float:left; width:calc(50% - 30px); margin:40px 0 0; }
article.main .div3 dl:nth-of-type(2) { float:right; }
article.main .div3 dl dt { font-family:'NanumSquare'; position:relative; padding:0 5px 5px 10px; font-size:22px; font-weight:800; }
article.main .div3 dl dd { padding:10px 0 0; background:#fff; }
article.main .div3 dl dd ul { overflow:hidden;  border-top:1px solid #ddd; border-right:1px solid #ddd; }
article.main .div3 dl dd li { float:left; width:50%; border-left:1px solid #ddd; border-bottom:1px solid #ddd; padding:7px 5px; text-align:center; font-weight:700; }
article.main .div3 dl.download dd { border:1px solid #ddd; margin:5px 0 0; height:176px; padding:50px 0 0; text-align:center; }
article.main .div3 dl.download dd img { height:71px; margin:0 10px; }


#popup1 .close-box { height:60px; }
#popup1 .close-box a { color:#222; border-top:1px solid #c8aa00; font-size:20px; font-weight:700; font-family:'NanumSquare'; }
#popup1 .check { border-right:1px solid #c8aa00; }
#popup1 .check a { background:#ffdf26 url('../../image/web/icon-check.png') no-repeat 40px 24px; }
#popup1 .check a:hover { background:#ffdf26 url('../../image/web/icon-check.png') no-repeat 40px 24px; }
#popup1 .close a { background:#ffdf26 url('../../image/web/icon-close.png') no-repeat 60px 24px; }
#popup1 .close a:hover { background:#ffdf26 url('../../image/web/icon-close.png') no-repeat 60px 24px; }
#popup1 .close-box a:hover { -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }


.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; }

.mypage-main-new .link { overflow:hidden; margin:0; }
.mypage-main-new .link li { float:left; width:25%; }
.mypage-main-new .link li .uix-button { height:96px; line-height:96px; padding:0; border-radius:0; border:0; color:#fff; font-size:18px; text-align:left; padding-left:35px; }
.mypage-main-new .link li:nth-of-type(1) .uix-button { background:#2b3672 url('../../image/web/icon-mypge-link-1.png') no-repeat 85% center; }
.mypage-main-new .link li:nth-of-type(2) .uix-button { background:#1375a3 url('../../image/web/icon-mypge-link-2.png') no-repeat 85% center;}
.mypage-main-new .link li:nth-of-type(3) .uix-button { background:#0ca752 url('../../image/web/icon-mypge-link-3.png') no-repeat 85% center;}
.mypage-main-new .link li:nth-of-type(4) .uix-button { background:#545559 url('../../image/web/icon-mypge-link-4.png') no-repeat 85% center;}
.mypage-main-new .link li .uix-button:hover { -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }

.mypage-main-new .banner-price { overflow:hidden; margin:20px 0 0; }
.mypage-main-new .banner-price .banner { float:left; }
.mypage-main-new .banner-price .banner img { width:480px; height:263px; }
.mypage-main-new .banner-price div { float:right; width:480px; height:263px; background:url('../../image/web/banner-price-bg.png') no-repeat left top; padding:80px 0 0 40px; font-size:20px; text-align:left; font-family:'NanumSquare'; color:#fff;  }
.mypage-main-new .banner-price div header { width:100%; height:38px; line-height:36px; text-align:left; border-radius:19px; font-size:20px; color:#fff; }
.mypage-main-new .banner-price div strong { font-size:48px; font-weight:800; color:#f7de50; }

.mypage-main-new .notice dl dt { position:relative; padding:30px 0 15px; font-size:22px; font-weight:700; color:#555; font-family:'NanumSquare'; border-bottom:1px solid #ccc; }
.mypage-main-new .notice dl dt .more { position:absolute; top:45px; right:0; display:inline-block; width:52px; height:14px; background:url('../../image/web/btn-more2.png') no-repeat left top; background-size:52px auto; }
.mypage-main-new .notice dl dd { padding:20px 0 10px; }
.mypage-main-new .notice dl dd p { padding:7px 0; overflow:hidden; }
.mypage-main-new .notice dl dd p:last-child { border-bottom:0; }
.mypage-main-new .notice dl dd p:hover { background:#f9f9f9; }
.mypage-main-new .notice dl dd a { display:inline-block; font-size:16px; width:95%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; color:#585858; font-weight:400; }
.mypage-main-new .notice dl dd a:hover { color:#000; }
.mypage-main-new .notice dl dd strong { font-size:20px; color:#999; }


/* 메뉴선택 */
.menu-select { background:#f3f3f3; }
.menu-select dl { overflow:hidden; padding:20px 35px; }
.menu-select dl:first-child { border-bottom:1px solid #ddd; }
.menu-select dt { float:left; width:187px; font-size:16px; line-height:34px; font-weight:700; }
.menu-select dd { float:left; width:calc(100% - 187px); }
.menu-select dd .uix-form-text { width:406px; height:34px; }


/* 로켓배달 */
.myshop_rocket header { background:url('../../image/web/myshop_rocket-header-bg.png') repeat-x left top; }
.myshop_rocket header dl { background:url('../../image/web/myshop_direct-bg.png') no-repeat 95% 95%; }
.myshop_rocket header dt { height:175px; color:#777; padding:20px 0 0 44px; }
.myshop_rocket header dt > p { color:#666; font-size:16px; letter-spacing:-0.5pt; font-weight:700; }
.myshop_rocket header dt h1 { position:relative; margin:0; padding:0; color:#47576f; font-size:45px; line-height:1.5em; font-weight:800; font-family:'NanumSquare'; }
.myshop_rocket header dt h1 p { position:absolute; top:10px; left:175px; color:#0a0a0a; font-size:18px; line-height:24px; font-weight:700; }
.myshop_rocket header dd { padding:0 0 0 35px; height:57px; line-height:57px; color:#fff; font-size:18px; }
.myshop_rocket header dd strong { display:inline-block; margin:0 0 0 10px; font-size:22px; }


.myshop_rocket.timesale header dl { background:url('../../image/web/myshop_timesale-bg.png') no-repeat 95% 95%; }
.myshop_rocket.coupon header dl { background:url('../../image/web/myshop_coupon-bg.png') no-repeat 95% 60%; }
.myshop_rocket.stamp header dl { background:url('../../image/web/myshop_stamp-bg.png') no-repeat 95% 60%; }
.myshop_rocket.stamp header dt { padding:35px 0 0 44px; }
.myshop_rocket.stamp header dt h1 p { left:220px; color:#0a0a0a; font-size:14px; line-height:24px; font-weight:700; font-family:'Nanum Gothic'; letter-spacing:-0.8pt; }



/* 검색 */
.multi-search dl { background:#f3f3f3; overflow:hidden; padding:20px 35px 20px 0; border-bottom:1px solid #ddd; }
.multi-search dl:last-child { border-bottom:0; }
.multi-search dt { float:left; width:17%; font-size:16px; line-height:34px; font-weight:700; padding:0 20px 0 35px; }
.multi-search dd { float:left; width:33%; }
.multi-search dd select.uix-form-text { width:300px; height:34px; }
.multi-search dd input.uix-form-text { width:144px; height:34px; }
.multi-search dd.colspan { width:83%; }
.multi-search dd .uix-form-check { float:right; font-size:16px; width:427px; }
.multi-search dd .uix-form-check > p { width:76px; }


/* 리뷰함–리뷰 레이어 */
.popup_review { position:fixed; top:15%; background:#f1f1f1; width:740px; margin-left:-360px; padding:0; overflow:hidden; }
.popup_review.on { left:50%; }
.popup_review h1 { font-size:20px; font-weight:700; font-family:'NanumSquare'; padding:15px 25px; margin:0; background:#f7de50; color:#000; }
.popup_review nav.uix-btn-group { margin:20px 0; }
.popup_review .uix-register { margin:0; background:#fff; border:0; }
.popup_review .uix-register > dl { border-bottom:1px solid #eee; padding:0; }
.popup_review .uix-register > dl:first-child { border-top:1px solid #eee }
.popup_review .uix-register > dl > dt { background:#f9f9f9; width:113px; padding-left:33px; font-size:16px; }
.popup_review .uix-register > dl > dd { background:#f9f9f9; width:*; font-size:16px; }


/* 흰색배경 */
.bg-white { background:#fff; border:1px solid #eee; padding:23px; }


/* 평점주기 */
.score { display:inline-block; width:124px; height:20px; margin:0; vertical-align:middle; }
.score.score-1 { background:url('../../image/web/score-1.png') no-repeat left top; }
.score.score-2 { background:url('../../image/web/score-2.png') no-repeat left top; }
.score.score-3 { background:url('../../image/web/score-3.png') no-repeat left top; }
.score.score-4 { background:url('../../image/web/score-4.png') no-repeat left top; }
.score.score-5 { background:url('../../image/web/score-5.png') no-repeat left top; }


.issue-number { margin:38px 0 15px; font-size:15px; }
.issue-number span { display:inline-block; margin:0 5px; color:#ddd; }
.issue-number strong { color:#f15a10; }


.date-excel { margin:50px 0 15px; font-size:15px; }
.date-excel span { display:inline-block; margin:0 5px; color:#ddd; }
.date-excel strong { color:#f15a10; }
.date-excel .uix-button { float:right; margin:-3px 0 0; border:1px solid #aaa; }


/* 주문상점, 주소 */
.order-business-address { overflow:hidden; padding:10px 0 15px; line-height:18px; }
.order-business-address dt { float:left; font-size:17px; font-weight:700; color:#f15a10; margin-right:10px; padding-right:10px; border-right:1px solid #ddd; }
.order-business-address dd { float:left; font-size:15px; font-weight:400; color:#222; }


/* 수량 */
.quantity { height:40px; overflow:hidden; }
.quantity p { display:inline-block; padding:0; margin:0; }
.quantity p span { display:inline-block; float:left; width:30px; height:30px; line-height:30px; border-radius:5px; text-align:center; font-size:16px; border:1px solid #888; }
.quantity p span:nth-of-type(1) { background:#fff url('../../image/web/icon-minus.png') no-repeat center center; text-indent:-5000px; cursor:pointer; }
.quantity p input { float:left; background:#fff; width:60px; height:30px; line-height:30px; text-align:center; font-size:16px; border:0; }
.quantity p span:nth-of-type(2) { background:#fff url('../../image/web/icon-plus.png') no-repeat center center; text-indent:-5000px; cursor:pointer; }



/* 2018-01-19 */
.uix-register.select-business { margin:0 0 20px; }
.uix-register.select-business > dl > dt { padding-top:12px; padding-bottom:12px; font-size:14px; }
.uix-register.select-business > dl > dd { padding-top:5px; padding-bottom:5px; }


.link2 { float:left; overflow:hidden; width:860px; border-bottom:1px solid #d8d8d8; border-right:1px solid #d8d8d8; }
.link2.clear { float:none; width:965px; }
.link2 li { float:left; width:25%; margin:0; }
.link2 li a { display:inline-block; width:100%; border-left:1px solid #d8d8d8; border-top:1px solid #d8d8d8; height:80px; line-height:80px; font-size:20px; font-weight:700; color:#333; text-align:center; }
.link2 li a:hover { -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }
.link2 li i { display:inline-block; vertical-align:middle; margin-right:5px; }
.link2 li:nth-of-type(1) i { width:23px; height:24px; margin-top:-2px; background:url('/image/web/link2-i-1.png') no-repeat left center; background-size:auto 24px; }
.link2 li:nth-of-type(2) i { width:31px; height:25px; margin-top:-2px; background:url('/image/web/link2-i-2-20180407.png') no-repeat left center; background-size:auto 25px; }
.link2 li:nth-of-type(3) i { width:29px; height:20px; margin-top:-2px; background:url('/image/web/link2-i-3.png') no-repeat left center; background-size:auto 20px; }
.link2 li:nth-of-type(4) i { width:22px; height:25px; margin-top:-2px; background:url('/image/web/link2-i-4.png') no-repeat left center; background-size:auto 25px; }
.link2 li:nth-of-type(5) i { width:21px; height:28px; margin-top:-2px; background:url('/image/web/link2-i-5.png') no-repeat left center; background-size:auto 28px; }
.link2 li:nth-of-type(6) i { width:23px; height:28px; margin-top:-2px; background:url('/image/web/link2-i-6.png') no-repeat left center; background-size:auto 28px; }
.link2 li:nth-of-type(7) i { width:32px; height:28px; margin-top:-2px; background:url('/image/web/link2-i-7.png') no-repeat left center; background-size:auto 28px; }
.link2 li:nth-of-type(8) i { width:25px; height:26px; margin-top:-2px; background:url('/image/web/link2-i-8.png') no-repeat left center; background-size:auto 26px; }



/* 2018-03-03 Responsive, Honfsuk Kang */
@media (max-width:1199px ) {
	body #main header .header {
		max-width:100%;
	}
	body #main header .header .gnb {
		position:relative;
		z-index:99;
		width:100%;
		white-space: nowrap;
		padding:0px 0px;

	}
	body #main header .header .gnb a {
		margin-right:0px !important;
		width:14%;
	}
	body #main header .header .gnb a:nth-of-type(3) {
		margin-right:14.5% !important;
	}

	body.index #main > #container .container {
		max-width:100%;
	}
	body.index article.main {
		max-width:100%;
	}
	body.index .div1 {
		max-width:100%;
	}
	body.index .div1 .link2 {
		width:752px;
		width:-moz-calc(100% - 250px);
		width:-webkit-calc(100% - 250px);
		width:calc(100% - 250px);
	}
	body.index .uix-main-bbs dl dd a {
		width:75%;
	}
	body.index .div3 dl.download dd {
		height:auto;
		padding:58px 0px 59px 0px;
		margin-top:10px;
	}
	body.index .div3 dl.download dd img {
		height:52px;
	}
}
@media (max-width:991px ) {
	body.index .div1 {
		max-width:100%;
	}
	body.index .div1 .link2 {
		width:752px;
		width:-moz-calc(100% - 250px);
		width:-webkit-calc(100% - 250px);
		width:calc(100% - 250px);
	}
	body.index .div1 .link2 li {
		width:33%;
	}
	body.index .div1 .link2 li.highlight {
		width:50%;
	}
	body.index .div1 .link2 li a {
		height:50px;
		font-size:16px;
		line-height:50px;
	}
	body.index .div3 dl.guide dd ul li {
		display:block;
		width:100%;
	}
	body.index .div3 dl.download dd {
		padding:20px 0px;
	}
	body.index .div3 dl.download dd img {
		max-width:80%;
		display:block;
		margin:20px auto;
	}
}
@media (max-width:767px ) {
	body.index #main > #container .container {
		max-width:1200px;
	}
}

/* 2018-03-05 Responsive, Hongsuk Kang */
.delivery-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-lines: single;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.delivery-area select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

.delivery-area > span {
	-ms-flex: 0 0 10%;
	-webkit-flex: 0 0 10%;
	flex: 0 0 10%;
}

#delivery-extra-charge {
	visibility: hidden;
	padding:0px 0px 35px 10px;
	-ms-flex: 0 0 10%;
	-webkit-flex: 0 0 15%;
	flex: 0 0 15%;
}