@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; outline:none; }
button { overflow:visible; }
button, select { text-transform:none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; cursor:pointer;}
button[disabled], html input[disabled] { cursor:default; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
input { line-height:normal; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height:auto; }
input[type="search"] { -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; }
input::-webkit-input-placeholder { color:#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; overflow-y:scroll; }
body, input, textarea, button {
	font-family:'notokr';
	font-size:14px; 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; }
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; }
input[type="date"] { background:#fff url('../../image/web/icon-date.png') no-repeat 94% center; background-size:26px auto; }


/* layout 시작 */
body { background:#fff; }
#main > header { width:100%; background:#005bac; }
#main > header .header { position:relative; padding:0; width:1200px; height:100px; margin:0 auto; }
#main > header .header h1 { position:absolute; top:17px; left:0; margin:0; }
#main > header .header .unb { position:absolute; top:25px; right:0; overflow:hidden; line-height:15px; }
#main > header .header .unb a { display:inline-block; float:left; padding:0 8px; line-height:22px; font-size:12px; font-weight:400;  color:#95aed3; }
#main > header .header .unb a:last-child { padding-right:0; }
#main > header .header .unb a:hover { color:#fff; }

#gnb { position:relative; position:absolute; top:55px; right:0; letter-spacing:-0.5px; }
#gnb .gw { overflow:hidden; z-index:10; }
#gnb .gw li { float:left; }
#gnb .gw li a { display:inline-block; width:118px; height:60px; color:#fff; font-size:18px; text-align:right; padding-bottom:50px; }
#gnb .gw li a:hover,#gnb li a.on { color:#71c6fb; }
#gnb .gnb_sub { display:none; position:absolute; top:40px; left:0; width:830px; z-index:100; background:#fff; border:1px solid #d6d6d6; }
#gnb .gnb_sub ul { float:left; height:330px; border-right:1px solid #e6e6e6; padding:15px 0; }
#gnb .gnb_sub ul:nth-of-type(1) { width:15.3%; }
#gnb .gnb_sub ul:nth-of-type(2) { width:16.4%; }
#gnb .gnb_sub ul:nth-of-type(3) { width:11.8%; }
#gnb .gnb_sub ul:nth-of-type(4) { width:10.5%; }
#gnb .gnb_sub ul:nth-of-type(5) { width:14.9%; }
#gnb .gnb_sub ul:nth-of-type(6),
#gnb .gnb_sub ul:nth-of-type(7) { width:15.3%; }
#gnb .gnb_sub a { display:inline-block; width:100%; font-size:13px; letter-spacing:-0.7px; line-height:15px; padding:6px 8px; text-align:center; color:#777; }
#gnb .gnb_sub a:hover { color:#000; font-weight:700; }
#gnb .gnb_sub ul:last-child { border-right:0; }

#main > footer { width:100%; background:#005bac; }
#main > footer .footer { position:relative; width:1200px; height:100px; margin:0 auto; }
#main > footer .footer .fnb { position:absolute; top:20px; right:0; }
#main > footer .footer .fnb a { display:inline-block; padding:0 25px; border-right:1px solid #fff; line-height:15px; font-size:13px; color:#dde4f0; }
#main > footer .footer .fnb a:hover { color:#fff; }
#main > footer .footer .fnb a:first-child { padding-left:0; }
#main > footer .footer .fnb a:last-child { border-right:0; padding-right:0; }
#main > footer .footer .info { position:absolute; top:20px; left:0; }
#main > footer .footer .info .company a:hover { color:#fff; }
#main > footer .footer .copyright { position:absolute; top:50px; right:0; color:#7498c7; font-size:13px; }

#container { width:100%; }
#container .container { position:relative; width:1200px; margin:33px auto 70px; min-height:600px; overflow:hidden; }
#container .container > aside { position:absolute; width:204px; padding:0; margin:0; }
#container .container > .content { margin-left:240px; }

body.index #main > header { margin-bottom:0; }
body.index #container .container  { width:100%; margin:0 auto; }
body.index #container .container > aside { display:none; }
body.index #container .container > .content { margin:0; padding:0; }
/* 2018-12-11 */
/*body.index { overflow-y:hidden; }*/

#container .container > aside.company { height:336px; background:url('../../image/web/aside-company.png') no-repeat left top; }
#container .container > aside.finance { height:484px; background:url('../../image/web/aside-finance.png') no-repeat left top; }
#container .container > aside.property { height:336px; background:url('../../image/web/aside-company.png') no-repeat left top; }
#container .container > aside.rental { height:300px; background:url('../../image/web/aside-property.png') no-repeat left top; }
#container .container > aside.system { height:374px; background:url('../../image/web/aside-system.png') no-repeat left top; }
#container .container > aside.square { height:420px; background:url('../../image/web/aside-square.png') no-repeat left top; }
#container .container > aside.cscenter { height:510px; background:url('../../image/web/aside-finance.png') no-repeat left top; background-size:204px 510px;}
#container .container > aside.member { height:300px; background:url('../../image/web/aside-property.png') no-repeat left top; }
#container .container > aside.mypage { height:300px; background:url('../../image/web/aside-property.png') no-repeat left top; }

#container .container > aside h1 { margin:0; padding:34px 25px 20px; text-align:left; font-size:28px; line-height:28px; color:#fff; font-family:'NanumSquare'; font-weight:700; }
#container .container > aside ul { margin:0 9px; padding:0; }
#container .container > aside ul li { list-style-type:none; padding:0; display:table; width:100%; }
#container .container > aside ul li a { position:relative; display:block; letter-spacing:-0.6pt; padding:0 20px; font-size:14px; height:37px; line-height:16px; color:#fff; text-align:left; border-bottom:1px solid #58aee2; display:table-cell; vertical-align:middle; }
#container .container > aside ul li a.two { height:45px; }
#container .container > aside ul li:nth-of-type(1) a,
#container .container > aside ul li:nth-of-type(2) a { border-bottom:1px solid #4696d1; }
#container .container > aside ul li:nth-of-type(3) a { border-bottom:1px solid #4c9fd7; }
#container .container > aside ul li:last-child a { border-bottom:0; }
#container .container > aside ul li a:hover,
#container .container > aside ul li a.on { background:url('../../image/web/alpha.png') repeat left top; }
/* layout 끝 */


/* 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:#005bac; }
.uix-text-error, .uix-text-red { color:#ce0005; }
.uix-text-help { padding:15px 0 0 0; font-size:15px; }
.uix-text-blue { color:blue; }


/* 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 10px; min-width:126px; height:40px; line-height:38px;
	white-space:nowrap; cursor:pointer; vertical-align:middle;
	margin-bottom:0; text-align:center;
	border-radius:2px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
	outline:0; font-weight:700;
	font-size:15px; color:#333; border:1px solid #dcdcdc; background:#f0f0f0;
}
.uix-button:hover { -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }
.uix-button:active, .uix-button.active { outline:0; box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.15); }
.uix-button.disabled, .uix-button[disabled] { box-shadow:none; filter:alpha(opacity=65); opacity:0.65; cursor:not-allowed; }
.uix-button.color-primary { background-color:#005bac; border-color:#005bac; color:#fff; }
.uix-button.color-gray { background-color:#707070; border-color:#707070; color:#fff; }
.uix-button.color-border-white { background-color:#fff; border-color:#999; color:#333; }
.uix-button.size-large { min-width:85px; height:36px; line-height:34px; padding:0; }
.uix-button.size-xlarge { padding:0; width:240px; height:56px; line-height:54px; font-weight:800; font-family:'NanumSquare'; font-size:22px; text-align:center; }
.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:#333; border-color:#333; color:#fff; }
.uix-button.color-white { background-color:#fff; border-color:#555; color:#222; }


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


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


/* Form text */
.uix-form-text {
	display:inline-block; margin:0; padding:4px 10px;
	border:1px solid #d0d0d0; ;
	line-height:1.428571429; height:45px;
	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:#eee; }
.uix-form-text[disabled] { background:#eee; cursor:not-allowed; }
textarea.uix-form-text { height:auto; }
input[type="file"].uix-form-text { padding:auto; }
.uix-form-description { 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:23px; 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:2px 3px 0 -23px; line-height:normal; cursor:pointer;
}
.uix-form-check > p + p { margin-left:18px; }
.uix-form-check > .disabled > label { cursor:not-allowed; color:#888; }
.uix-form-check > .disabled > label > input[type=checkbox],
.uix-form-check > .disabled > label > input[type=radio] {
	cursor:not-allowed;
}
.uix-form-check.block > p { display:block; margin-top:5px; margin-bottom:5px; vertical-align:inherit; }
.uix-form-check.block > p + p { margin-left:0; }
.uix-form-check.not-margin { margin:0; }
.uix-form-static {
	margin:0; padding:6px 0;
	color:#333; line-height:1.428571429;
}
.uix-form-check input[type="text"] { margin-left:7px; }


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


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


/* Paginate */
.uix-paginate { margin:50px 0; text-align:center; font-size:0; }
.uix-paginate a, .uix-paginate strong {
	display:inline-block; margin:0 5px; padding:6px 14px; vertical-align:middle;
	background:#fff; border:1px solid #dcdcdc; text-decoration:none;
	font-size:15px; color:#666; }
.uix-paginate .dir { font-family:'Nanum Gothic'; background:none; font-size:14px; font-weight:800; color:#000; margin:0 5px; padding:7px 14px; }
.uix-paginate strong { font-weight:700; background:#005bac; border:1px solid #005bac; color:#fff; }


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


/* Register form */
.uix-register-head { margin:5px 0 5px; font-size:16px; font-weight:700; }
.uix-register { border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; }
.uix-register > dl { display:table; width:100%; margin:0; border-top:1px solid #dcdcdc; font-size:14px; }
.uix-register > dl:first-child { border-top:none; }
.uix-register > dl > * { display:table-cell; vertical-align:middle; padding:10px 15px; height:60px; }
.uix-register > dl > dt { width:25%; padding:20px 10px 20px 35px; background:#f9f9f9; font-weight:700; font-size:15px; color:#777; vertical-align:top; }
.uix-register > dl > dd { width:75%; background:#fff; }
.uix-register > dl.column-2 > dd {width:30%;}
.uix-register > dl.column-2 > dt {border-left:1px solid #dcdcdc;}
.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:10px 0; background:#dcdcdc;}
.uix-register > dl > dd hr.type2 { display:inline-block; width:15px; background:none; }
.uix-register select.uix-form-text,
.uix-register input.uix-form-text { width:35%; height:45px; line-height:43px; }
.uix-register input.uix-form-text.block { width:100%; margin:10px 0 0; }
.uix-register select.uix-form-text.block { width:100%; }
.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; }
.uix-register .uix-form-text.col-1 { width:8.33333%; }
.uix-register .uix-form-text.col-2 { width:16.66667%; }
.uix-register .uix-form-text.col-3 { width:25%; }
.uix-register .uix-form-text.col-4 { width:33.33333%; }
.uix-register .uix-form-text.col-5 { width:41.66667%; }
.uix-register .uix-form-text.col-6 { width:50%; }
.uix-register .uix-form-text.col-7 { width:58.33333%; }
.uix-register .uix-form-text.col-8 { width:66.66667%; }
.uix-register .uix-form-text.col-9 { width:75%; }
.uix-register .uix-form-text.col-10 { width:83.33333%; }
.uix-register .uix-form-text.col-11 { width:91.66667%; }
.uix-register strong { display:inline-block; padding:0 10px; letter-spacing:-0.3pt; }
.uix-register .uix-table { border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc;  }
.uix-register .uix-table > tbody > tr > th { background:#f9f9f9; color:#888; padding:8px 10px; border-bottom:1px solid #dcdcdc; border-left:1px solid #dcdcdc; }
.uix-register .uix-table > tbody > tr > td { padding:8px 15px; text-align:left; border-bottom:1px solid #dcdcdc; }
.uix-register dt.required { background:#f9f9f9 url('../../image/web/icon-required.png') no-repeat 23px 28px; background-size:8px auto; }
.uix-register dd.privacy .uix-form-text { width:calc(100% - 50px); height:50px; }
.uix-register dd.privacy .uix-button { width:46px; height:50px; line-height:20px; text-align:center; padding:5px 0; }


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


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


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


/* Tab contents controller */
.comp-tab-contents { margin: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 #dcdcdc; }
.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:15px; }
.uix-page.bgcolor { margin:0; border:1px solid #ddd; background:#fff; }
.uix-page.padding { padding:15px; }
.uix-page.not-padding { padding:0; }
.uix-page-headding { margin:0 0 30px; padding:0; }
.uix-page-headding > h1 { font-family:'NanumSquare'; font-weight:800; margin:0; padding:0; font-size:24px; color:#222; line-height:24px; }
.uix-page-headding > h1 span { color:#4b8e76; }
.uix-page-headding > p { margin:42px 0 0; font-size:15px; color:#005bac; }
.uix-page-headding > p span { color:#777; }
.uix-page-headding > p strong { color:#777; }


/* Board view */
.board-view { border-bottom:1px solid #ddd; background:#fff; padding-bottom:20px; }
.board-view header { position:relative; background:#f9f9f9; padding:15px 30px; border:1px solid #dcdcdc; font-size:14px; }
.board-view header h1 { margin:0 0 10px; padding-bottom:10px; border-bottom:1px solid #dcdcdc; font-size:18px; font-weight:400; }
.board-view header h1.not-line { margin:0; padding-bottom:0; border-bottom:0; }
.board-view header strong { display:inline-block; color:#000; width:65px; }
.board-view .sns { margin:5px 0 0; }
.board-view .file { margin:5px 0 0; }
.board-view .body { padding:30px; font-size:14px; min-height:300px; }
.board-view .img-view { margin:25px 0 0; }
.board-view .img-view img { max-width:100%; }
.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 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-re */
.board-re { margin:15px 0 0; 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;}
.faq > li .img-view { margin:15px 0 0; }
.faq > li .img-view img { max-width:100%; }


/* Terms 이용약관, 개인정보취급방침 */
.terms-markup { font-size:12px; }
.terms-markup p { margin:15px 0; }
.terms-markup ul, .terms-markup ol { margin:15px 0; padding-left:24px; line-height:1.6; }
.terms-markup ul li, .terms-markup ol li { margin:8px 0; }
.terms-text {
	margin:15px 0; padding:20px;
	word-break:break-all; white-space:pre-line;
	border:1px solid #dcdcdc;
	background:#f9f9f9;
	line-height:1.6;
	height:550px;
}


/* Member box */
.member-box {
	font-size:15px; font-weight:700;
	display:block; width:600px;
	margin:60px auto; padding:100px 120px;
	border-radius:5px; text-align:center;
	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-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 #dcdcdc;
	font-size:14px; color:#5b5b5b; text-decoration:none; margin:0 1px; height:auto; background:#fff;
}
.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-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 #dcdcdc;
	font-size:14px; color:#5b5b5b; text-decoration:none; margin:0 1px; height:auto; background:#fff;
}
.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%; height:56px; padding:0; font-size:16px; margin:10px 0 0;}
.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 #eee; margin:0; border-radius:0 0 5px 5px; }
.login-box .sns ul { padding:50px 120px 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:#eee; }
.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; margin:0; 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:300px; margin:5px 0 0; padding:10px; background:#fff; border:1px solid #dcdcdc; outline:0; }
.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; }


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


/* 댓글 쓰기 */
.uix-comment { background:#fff; padding:0; margin:50px 0 0;}
.uix-comment .write h1 { font-size:15px; 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:7px 10px; border:1px solid #dcdcdc; margin:0; font-size:14px; }
.uix-comment .write fieldset button { float:right; vertical-align:middle; width:120px; padding:0; height:100px; border-radius:3px; margin:0;}


/* 댓글 리스트 */
.uix-comment { position:relative; overflow:hidden; }
.uix-comment .list dl { padding:10px 0 10px 12px; }
.uix-comment .list dt { overflow:hidden; padding-bottom:0; }
.uix-comment .list dt .name-date { float:left; margin:0; }
.uix-comment .list dt .name-date .name { font-size:14px; font-weight:700; }
.uix-comment .list dt .name-date .date { line-height:13px; margin-left:10px; color:#a7a7a7; letter-spacing:-0.5pt; }
.uix-comment .list dt .name-date .icon.like { cursor:pointer; width:15px; height:15px; padding-left:20px; margin:-4px 0 0 10px; background:url('../../image/web/icon-like.png') no-repeat left top; background-size:auto 15px; color:#000; font-weight:700; }
.uix-comment .list dt .name-date .icon.like.on { background:url('../../image/web/icon-like_on.png') no-repeat left top; background-size:auto 15px; }

.uix-comment .list dt .delete { float:right; padding-right:7px; }
.uix-comment .list dt .delete .uix-button { padding:0 5px; height:25px; line-height:23px; }
.uix-comment .list dd { font-size:15px; line-height:20px; padding:15px 0; }
.uix-comment .list .re-box { overflow:hidden; padding:0 10px; }
.uix-comment .list .re-box .num { display:inline-block; float:left; margin:5px 0; font-weight:700; color:#000; }
.uix-comment .list .re-box .like-box { display:inline-block; float:right; margin:5px 0 0;}
.uix-comment .list .re-box .like-box a { display:inline-block; margin:0 0 0 10px; color:blue; }
.uix-comment .list .re-box .like-box a:first-child { color:red; }
.uix-comment .list hr { margin:5px 0; }

.uix-comment .list div.re { padding:10px 0 10px 24px; background:url('../../image/web/comment-re.png') no-repeat 10px 15px; }
.uix-comment .list div.re dl { padding:0; }
.uix-comment .list .orderby-refresh { overflow:hidden; border-bottom:1px solid #dcdcdc; 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; }

.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; }


/* 팝업 */
.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 #dcdcdc; background:#fff; }
.popup .close-box { text-align:center; overflow:hidden; line-height:50px; font-size:16px; }
.popup .check { float:left; width:50%; border-right:1px solid #ddd; line-height:50px; }
.popup .close{ float:right; width:50%; line-height:50px; text-align:center; }

#popup1{ position:absolute; top:170px; left:50%; margin-left:-270px; width:540px; z-index:1002; border:1px solid #dcdcdc; 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; }
#popup1 .check { float:left; width:50%; border-right:1px solid #ddd; }
#popup1 .close{ float:right; width:50%; }

#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-sub-banner */
.uix-sub-banner { overflow:hidden; width:1200px; margin:74px auto 0; }
.uix-sub-banner li { float:left; width:calc(50% - 10px); }
.uix-sub-banner li:last-child { float:right; }
.uix-sub-banner li img { width:100%; }


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


/* uix-search */
.uix-search { position:relative; margin: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; cursor:pointer; }
.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 #dcdcdc; 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 #dcdcdc; 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; }


/* 비밀번호입력 */
.popup_secret { position:fixed; top:40%; background:#fff; width:450px; height:240px; margin-left:-100px; border:1px solid #dcdcdc; 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; }


body.index h2 { font-family:'NanumSquare'; width:1200px; text-align:center; font-size:30px; line-height:30px; margin:130px auto 52px; font-weight:800; letter-spacing:-0.5pt; }
body.index h2 span { display:inline-block; padding-bottom:2px; border-bottom:1px solid #ddd; }
h2 { position:relative; text-align:left; margin:45px 0 10px; font-size:18px; color:#005bac; }
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; }


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


/* 메인 */

body.index .swiper-container { width:100%; }
body.index .swiper-slide { text-align:center; background:#fff; height:520px; }
body.index .swiper-button-next, body.index .swiper-button-prev { width:30px; height:57px; }
body.index .swiper-button-prev { background:url('../../image/web/r-prev.png') no-repeat left top; left:15px; }
body.index .swiper-button-next { background:url('../../image/web/r-next.png') no-repeat left top; right:15px; }
body.index .swiper-pagination .swiper-pagination-bullet { width:16px; height:16px; background:#000; }
body.index .swiper-pagination .swiper-pagination-bullet-active { background:#00ab85; }



/* 게시판 목록 */
article.list ul { display:table; width:100%; }
article.list ul > * { display:table-cell; vertical-align:middle; text-align:center; }
article.list header ul > li { background:#f9f9f9; font-weight:700; border-top:1px solid #dcdcdc; border-left:1px solid #dcdcdc; font-size:15px; color:#777; padding:15px 0; }
article.list header ul > li:last-child { border-right:1px solid #dcdcdc; }
article.list > nav { border-bottom:1px solid #dcdcdc; font-size:14px; color:#707070; }
article.list > nav li { border-top:1px solid #dcdcdc; padding:20px 15px; }
article.list > nav ul:hover { background:#f9f9f9; }


/* 공지사항 */
article.list.notice li:nth-of-type(1) { width:80px; }
article.list.notice li:nth-of-type(2) { width:*; }
article.list.notice li:nth-of-type(3) { width:120px; }
article.list.notice li:nth-of-type(4) { width:120px; }
article.list.notice > nav li:nth-of-type(1) > span { font-weight:700; color:#000; }
article.list.notice > nav li:nth-of-type(2) { text-align:left; padding-left:20px;}
article.list.notice > nav li:nth-of-type(2) > a { display:inline-block; width:550px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; }


/* 파일업로드 */
.file-upload > * { display:inline-block; vertical-align:middle; }
.file-upload .upload-hidden { display:inline-block; width:100px; height:40px; background:#ededed; margin:0; color:#555; text-align:center; line-height:38px; border:1px solid #ccc; cursor:pointer; }
.file-upload input[type='file']{ display:none; }
.file-upload span { margin:-3px 20px 0 15px; }
.file-upload label { cursor:pointer; }


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


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


.sub_visual { height:186px; text-align:center; }
.sub_visual h1 { margin:0; padding:40px 0 0; }
.sub_visual h1 > * { display:inline-block; vertical-align:middle; }
.sub_visual h1 .en { font-size:40px; font-weight:700; color:#005bac; text-transform:capitalize; text-shadow:0 1px 0 #fff; }
.sub_visual h1 .kr { font-size:24px; font-weight:700; color:#fff; font-family:'NanumMyeongjo'; margin:5px 0 0 10px; text-shadow:0 1px 0 #888; }
.sub_visual { background:url('../../image/web/sub_visual-cscenter.jpg') no-repeat center top; }



/* 인사말 */
.Company_intro { font-size:17px; line-height:30px; overflow:hidden; }
.Company_intro .headding { font-size:18px; margin:0 0 50px; }
.Company_intro .headding strong { font-size:24px; }
.Company_intro .text-head-lead { font-size:24px; font-family:'NanumMyeongjo'; font-weight:800; line-height:50px; color:#717072; margin:30px 0 20px; }
.Company_intro div.ceo { position:absolute; top:131px; right:0; width:161px; height:500px; background:#f5f5f5; }
.Company_intro div.ceo p { padding:10px 20px; }
.Company_intro .bottom { margin:30px 0 0; text-align:right; font-size:16px; }
.Company_intro .bottom strong { display:inline-block; margin-left:10px; font-family:'NanumMyeongjo'; font-size:20px; color:#000; font-weight:700; }
.Company_intro .text-head-lead { margin:20px 0; }


/* 연혁 */
.Company_history { margin:10px 0; background:#fff url('../../image/mobile/intro2-top-bg.png') no-repeat 120px 90px; background-size:auto 170px; padding:0; }
.Company_history .text-head-lead { font-size:20px; font-weight:800; color:#005bac; margin:240px 0 5px;}
.Company_history p { font-size:17px; margin:5px 0 25px; color:#333; letter-spacing:-0.5pt; }
.Company_history p:nth-of-type(2) { margin:0 0 30px; }
.Company_history dl { display:table; width:100%; margin:-10px 0 0; }
.Company_history dl > * { display:table-cell; vertical-align:middle; }
.Company_history dt { width:100px; height:100px; font-size:17px; line-height:100px; font-weight:700; }
.Company_history dd { width:calc(100% - 100px); min-height:100px; padding-left:15px; font-size:16px; letter-spacing:-0.8pt; }
.Company_history dt label { display:inline-block; width:100px; height:100px; border-radius:50%; text-align:center; -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80); }
.Company_history dt label span { color:#fff; -moz-opacity:1; opacity:1; filter:alpha(opacity=100); }
.Company_history label.color-1 { background:#7dbcad; }
.Company_history label.color-2 { background:#73a7c4; }
.Company_history label.color-3 { background:#6f749c; }
.Company_history label.color-4 { background:#818181; }
.Company_history .headding { font-size:18px; margin:0 0 50px; }
.Company_history .headding strong { font-size:24px; }


/* 비전 */
.Company_vision { position:relative; margin:10px 0; background:#fff; padding:15px 0; font-size:17px; }
.Company_vision .headding { font-size:18px; margin:0 0 50px; }
.Company_vision .headding strong { font-size:24px; }
.Company_vision h2 { font-size:22px; font-weight:800; margin:15px 0 5px; }
.Company_vision h2:nth-of-type(1) { margin-top:0; }
.Company_vision .img1 { text-align:left; margin:20px auto; }
.Company_vision .img1 img { height:180px; }
.Company_vision .div1 { overflow:hidden; width:600px;  margin:0 0 25px; }
.Company_vision .div1 dl { float:left; width:calc(33.5% - 10px); font-size:17px; letter-spacing:-0.5pt; margin-right:10px; }
.Company_vision .div1 dt { text-align:center; background:#abc175; color:#fff; padding:10px 0; margin:0 0 10px; }
.Company_vision .div1 dd { font-size:16px; }
.Company_vision .div1 dl:nth-of-type(2) { width:33%; margin-right:0; }
.Company_vision .div1 dl:nth-of-type(3) { margin-right:0; margin-left:6px; }
.Company_vision .div1 dl:nth-of-type(2) dt { background:#7dbcad; }
.Company_vision .div1 dl:nth-of-type(3) dt { background:#73a7c4; }
.Company_vision .div2 dl { display:none; }
.Company_vision .div2 img { width:519px; }


/* 조직도 */
.Company_organization { position:relative; width:520px; margin:10px 0; padding:15px 0; background:#fff;  font-size:17px;}
.Company_organization .headding { font-size:18px; margin:0 0 50px; }
.Company_organization .headding strong { font-size:24px; }


/* CI 소개 */
.Company_CI { position:relative; width:520px; margin:10px 0; background:#fff; padding:15px 0; }
.Company_CI p:nth-of-type(1) { color:#005bac; font-size:20px; font-weight:800; letter-spacing:-0.5pt; margin:0 0 10px; }
.Company_CI p:nth-of-type(2) { color:#555; margin:0 0 50px; font-size:18px; font-weight:700; }
.Company_CI .headding { font-size:18px; margin:0 0 50px; }
.Company_CI .headding strong { font-size:24px; }
.Company_CI img { width:100%; }
.Company_CI div ul { margin:20px 15px 0; }
.Company_CI div li { margin:8px 0; font-size:20px; }
.Company_CI div li strong { display:inline-block; width:80px; color:#005bac; font-weight:800; }
.Company_CI div li span { display:inline-block; width:calc(100% - 140px); color:#4175ba; }
.Company_CI div li:nth-of-type(2) span { color:#1fb8ba; }
.Company_CI div li:nth-of-type(3) span { color:#a484ba; }
.Company_CI div li:nth-of-type(4) span { color:#88cdaa; }
.Company_CI div li:nth-of-type(5) span { color:#5bc9e1; }


.dti-btn { margin:15px 0; overflow:hidden; }
.dti-btn .uix-button { float:left; width:calc(33.33% - 5px); height:60px; line-height:20px; padding:8px 0; margin:5px 5px 0 0; border-radius:5px; }
.dti-btn .uix-button:nth-child(3n) { float:left; margin-right:0;}


/* 본점 및 사업소주소지 */
.company_location .uix-register { margin:20px 0 0; border-top:1px solid #000; }
.company_location .uix-register dt { width:25%; padding:5px 10px 5px 15px; vertical-align:middle; height:40px; }
.company_location .uix-register dd { padding:5px 10px 5px 15px; height:40px; }
.company_location .headding { font-size:18px; margin:0 0 50px; }
.company_location .headding strong { font-size:24px; }


/* 내용보기 팝업 */
.popup_privacy { position:fixed; top:20%; background:#fff; width:900px; padding:0; border:0; }
.popup_privacy.on { left:50%; margin-left:-450px; }
.popup_privacy h1 { font-size:15px; margin:0; padding:7px; background:#999; color:#fff; }
.popup_privacy .close { position:absolute; top:5px; right:12px; }
.popup_privacy .close img { width:15px; }
.popup_privacy div { padding:10px; }
.popup_privacy div .uix-form-text { width:100%; }


/* 2018-04-09 */
/*
.main-div1 { width:1504px; height:227px; margin:0 auto;background:url('../../image/web/main-div1-bg.jpg') no-repeat left;  }
.main-div1 dl.business { float:left; width:374px; padding:35px 0 0 30px; }
.main-div1 dl.business dt { color:#00ab85; }
.main-div1 dl.business dt a { color:#00ab85; border:1px solid #00ab85; }
.main-div1 dl.system { float:left; width:374px; padding:35px 0 0 30px; }
.main-div1 dl.system dt { color:#005bac; }
.main-div1 dl.system dt a { margin-right:18px; color:#005bac; border:1px solid #005bac; }
.main-div1 dl.reservation { float:left; width:374px; padding:35px 0 0 30px; }
.main-div1 dl.reservation dt { color:#0092ac; }
.main-div1 dl.reservation dt a { margin-right:18px; color:#0092ac; border:1px solid #0092ac; }
.main-div1 dl.reservation dd .map { position:absolute; top:0; left:170px; display:inline-block; width:150px; height:223px; }
.main-div1 dl.notice { float:left; width:382px; padding:35px 0 0 30px; }
.main-div1 dl.notice dt { color:#333; }
.main-div1 dl.notice dt a { margin-right:32px; }
.main-div1 dl.notice dd { margin-right:30px; }
.main-div1 dl.notice dd .subject { display:inline-block; margin:20px 0 0; padding:0 10px; width:99%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; font-size:18px; }
.main-div1 dl.notice dd .date { color:#999; padding:0 10px; }
.main-div1 dl.notice dd .cont { display:inline-block; margin:25px 0 0; padding:25px 10px 0; border-top:1px dashed #ccc; height:80px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical; word-wrap:break-word; }
.main-div1 dl.notice dd a:hover { color:#999; }
*/

/*
.main-div1 dl dt { font-size:28px; font-family:'NanumSquare'; font-weight:700; }
.main-div1 dl dt a { display:inline-block; float:right; margin:0 15px 0 0; font-family:'notokr'; font-weight:400; width:90px; height:35px; line-height:33px; border:1px solid #888; font-size:14px; text-align:center; }
.main-div1 dl dt a:hover { -moz-opacity:0.6; opacity:.60; filter:alpha(opacity=60); }
.main-div1 dl dd { position:relative; margin:10px 0 0; font-size:16px; letter-spacing:-0.8pt; }

.main-div1 dl:nth-of-type(1) dt { color:#00ab85; }
.main-div1 dl:nth-of-type(2) dt { color:#333; }
.main-div1 dl:nth-of-type(3) dt { color:#0092ac; }
.main-div1 dl:nth-of-type(1) dt a { color:#00ab85; border:1px solid #00ab85; }
.main-div1 dl:nth-of-type(2) dt a { margin-right:15px; }
.main-div1 dl:nth-of-type(3) dt a { margin-right:80px; color:#0092ac; border:1px solid #0092ac; }
.main-div1 dl:nth-of-type(2) dd { margin-right:15px; }
.main-div1 dl:nth-of-type(2) dd .subject { display:inline-block; margin:20px 0 0; padding:0 10px; width:99%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; font-size:18px; }
.main-div1 dl:nth-of-type(2) dd .date { color:#999; padding:0 10px; }
.main-div1 dl:nth-of-type(2) dd .cont { display:inline-block; margin:25px 0 0; padding:25px 10px 0; border-top:1px dashed #ccc; height:80px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical; word-wrap:break-word; }
.main-div1 dl:nth-of-type(2) dd a:hover { color:#999; }
.main-div1 dl:nth-of-type(3) dd .map { position:absolute; top:0; left:170px; display:inline-block; width:150px; height:223px; }
*/

.main-div1 { width:1200px; height:254px; margin:0 auto; background:url('../../image/web/main-div1-bg.jpg') no-repeat left top; background-size:1200px auto; }
.main-div1 dl { float:left; width:25%; padding:35px 5px 0 15px; }
.main-div1 dl dt { font-size:20px; font-family:'NanumSquare'; font-weight:700; margin:0 0 10px; }
.main-div1 dl dt a { display:inline-block; float:right; margin:0 15px 0 0; font-family:'notokr'; font-weight:400; width:80px; height:26px; line-height:24px; border:1px solid #888; font-size:13px; text-align:center; }
.main-div1 dl:nth-of-type(1) dt { color:#00ab85; }
.main-div1 dl:nth-of-type(2) dt { color:#333; }
.main-div1 dl:nth-of-type(3) dt { color:#0092ac; }
.main-div1 dl:nth-of-type(1) dt a { color:#00ab85; border:1px solid #00ab85; }
.main-div1 dl:nth-of-type(2) dt a { margin-right:15px; }
.main-div1 dl:nth-of-type(3) dt a { margin-right:80px; color:#0092ac; border:1px solid #0092ac; }
.main-div1 dl:nth-of-type(2) dd { margin-right:15px; }
.main-div1 dl:nth-of-type(2) dd .subject { display:inline-block; margin:20px 0 0; padding:0 10px; width:99%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; font-size:18px; }
.main-div1 dl:nth-of-type(2) dd .date { color:#999; padding:0 10px; }
.main-div1 dl:nth-of-type(2) dd .cont { display:inline-block; margin:25px 0 0; padding:25px 10px 0; border-top:1px dashed #ccc; height:80px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical; word-wrap:break-word; }
.main-div1 dl:nth-of-type(2) dd a:hover { color:#999; }
.main-div1 dl:nth-of-type(3) dd .map { position:absolute; top:0; left:170px; display:inline-block; width:150px; height:223px; }


.sub-div1 { width:1200px; height:254px; margin:0 auto; background:url('../../image/web/sub-div1-bg.jpg') no-repeat left; background-size:1200px auto; }
.sub-div1 dl { float:left; width:25%; padding:35px 5px 0 15px; }
.sub-div1 dl dt { font-size:20px; font-family:'NanumSquare'; font-weight:700; letter-spacing:-0.8pt; }
.sub-div1 dl dt span { color:#999; }
.sub-div1 dl dt a { display:inline-block; float:right; margin:0 15px 0 0; font-family:'notokr'; font-weight:400; width:80px; height:26px; line-height:24px; border:1px solid #888; font-size:13px; text-align:center; }
.sub-div1 dl dd { position:relative; margin:10px 0 0; }
.sub-div1 dl:nth-of-type(1) dt { color:#00ab85; }
.sub-div1 dl:nth-of-type(4) dd .map { position:absolute; top:0; left:150px; display:inline-block; width:150px; height:223px; }
.sub-div1 dl:nth-of-type(1) dt a { color:#00ab85; border:1px solid #00ab85; }


.sub-div2 { width:1200px; height:254px; margin:0 auto; background:url('../../image/web/sub-div2-bg.jpg') no-repeat left; background-size:1200px auto; }
.sub-div2 dl { float:left; width:25%; padding:35px 5px 0 15px; }
.sub-div2 dl dt { font-size:20px; font-family:'NanumSquare'; font-weight:700; letter-spacing:-0.8pt; }
.sub-div2 dl dt span { color:#999; }
.sub-div2 dl dt a { display:inline-block; float:right; margin:0 15px 0 0; font-family:'notokr'; font-weight:400; width:80px; height:26px; line-height:24px; border:1px solid #888; font-size:13px; text-align:center; }
.sub-div2 dl dd { position:relative; margin:10px 0 0; }


.sub-div3 { width:1200px; height:254px; margin:0 auto; background:url('../../image/web/sub-div3-bg.jpg') no-repeat left; background-size:1200px auto; }
.sub-div3 dl { float:left; width:25%; padding:35px 5px 0 15px; }
.sub-div3 dl dt { font-size:20px; font-family:'NanumSquare'; font-weight:700; letter-spacing:-0.8pt; }
.sub-div3 dl dt span { color:#999; }
.sub-div3 dl dt a { display:inline-block; float:right; margin:0 15px 0 0; font-family:'notokr'; font-weight:400; width:80px; height:26px; line-height:24px; border:1px solid #888; font-size:13px; text-align:center; }
.sub-div3 dl dd { position:relative; margin:10px 0 0; }


/* 2018-11-06 */
.popup_map { display:none; position:fixed; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%); background:#fff; width:800px; border:0; padding:0; border-radius:0; overflow:hidden; }
.popup_map.on { display:block; left:50%; }
.popup_map > h1 { position:relative; background:#005bac; color:#fff; height:50px; line-height:50px; font-size:18px; text-align:left;  margin:0; border:0; padding:0 20px; font-weight:400; }
.popup_map .close { display:inline-block; position:absolute; top:13px; right:20px; line-height:1; margin:0; z-index:10; }
.popup_map .close img { width:22px; }
.popup_map article { padding:0; }
