@charset "utf-8";

* { 
	padding: 0; margin: 0; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-text-size-adjust: none;
}

html { overflow-y: scroll; }
html.noscroll {
	position: fixed;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}
html, body { 
//	float: left; 
	color: #111; 
	width:100%; 
//	height:100%; 
	font: 13px/22px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans', Arial, sans-serif;
} 

/* --------------------------------------------------------------------------
	Tag Base
-------------------------------------------------------------------------- */ 

@keyframes logo_rotate{
	100% {
    	transform: rotate(360deg);
    }
}

.fa,.fab,.fad,.fal,.far,.fas{ font-weight: 900 !important; font-weight: 800; }

.tipsy div { 
	font: 13px/22px '돋움', 'Dotum', '굴림', 'Gulim', 'AppleGothic', 'sans-serif'; text-align: left; 
	line-height: 140%; 
	max-width: 400px; 
}

a { text-decoration: none; color: #154DC7; }
a:hover { text-decoration: underline; cursor: pointer; } 
a:active { color: blue; }
ul { list-style-type:none; }
img { vertical-align: top; border: none; }

h1 { font-weight: normal; font-size: 28px; position: relative; font-family: 'Nanum Gothic'; }
h2 { font-weight: normal; position: relative; }
h3 { font-weight: normal; position: relative; }

table { 
	border-spacing: 0px; 
	border-width: 0px; 
}

span.flat-button,
button { cursor: pointer; font: 15px/22px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans', Arial, sans-serif; }

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
	font: 14px/22px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans', Arial, sans-serif;
	border: solid 1px #ccc;
	padding: 4px 8px;
	height: 30px; 
	outline: none;
}
input[type=text]::-ms-clear,
input[type=password]::-ms-clear { display: none; }
input[type=text].datepicker { width: 130px; padding-right: 10px; text-align: center; }
input[type=text].hangul {
	-webkit-ime-mode: inactive; 
	-moz-ime-mode: inactive; 
	-ms-ime-mode: inactive; 
	ime-mode: inactive; 
}
input[type=checkbox], 
input[type=radio] {
	display: none;
}
input[readonly],
input[disabled], input:disabled {
	color: #111;
	background: #f1f1f1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

select {
	font: 14px/22px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans', Arial, sans-serif;
	border: solid 1px #ccc;
	background: #fff; 
	padding-left: 7px;
	padding-right: 30px;
	height: 25px;
	outline: none;
	background: #fff url('/img/select-arrow.png') no-repeat 95% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select[disabled], select:disabled option { color: #111; }
select::-ms-expand { display: none; }

textarea { 
	vertical-align: top; 
	font: 14px/22px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans', Arial, sans-serif;
	padding: 5px 8px;
	border: solid 1px #ccc;
} 

.adsbygoogle { display: inline-block; } 
.clearfix:after { content: ' '; display: table; clear: both; }
.progress { cursor: wait; } 
.ml10 { margin-left: 10px; } 
.mr10 { margin-right: 10px; } 
.hide { display: none; }
.ellipsis { 
	float: left; 
	width: 100%; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 라인수 */
	-webkit-box-orient: vertical;
	line-height: 1.4em;
	max-height: 1.4em;	
}
.ellipsis2 { 
	float: left; 
	width: 100%; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	white-space: normal;
	
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	line-height: 1.4em;
	max-height: 2.8em;	
}
.ta-left { text-align: left; } 
.ta-right { text-align: right; } 
.ta-center { text-align: center; } 

.my-labels {}
.my-labels .star {
	content: '';
	display: inline-block;	
	background: url(/img/icons1.png) no-repeat -96px -131px;
	width: 14px;
	height: 14px;
	position: relative;	
	top: 2px;
	left: 0px;
	margin-right: 7px; 
}
span.my-label { 
	display: inline-block;
	height: 16px;
	font-family: '돋움';
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #fff;
	padding: 0px 3px; 
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	margin-right: 4px; 
	position: relative;
	top: -1px;
	text-align: center; 
	word-wrap: break-word;	
}

.ico-checked {
	display: inline-block; 
	background-position: -133px -82px;
	width: 10px;
	height: 8px;
	margin-left: 0px; 
}
.ico-checked.red { background-position: -123px -82px; }
.ico-checked.green { background-position: -143px -82px; }

.icons1.ico-delete { background-position: -246px -69px; width: 10px; height: 10px; }

/* --------------------------------------------------------------------------
	파일 확장자
-------------------------------------------------------------------------- */

.file {
	margin-left: 25px;
	position: relative; 
}
.file:before {
	content: '';
	display: inline-block;
	background: url(/img/icons1.png) no-repeat;
	background-position: -297px -316px;
	width: 16px;
	height: 16px;
	margin-left: -23px;
	position: absolute;
	left: 0px;
}
.file.pdf:before { background-position: -278px -297px; }
.file.hml:before, 
.file.hwp:before { background-position: -257px -297px; }
.file.xls:before, 
.file.xlsm:before, 
.file.xlsx:before { background-position: -217px -297px; }
.file.doc:before,
.file.docx:before { background-position: -237px -297px; }
.file.txt:before { background-position: -297px -297px; }
.file.png:before { background-position: -356px -297px; }
.file.gif:before { background-position: -336px -297px; }
.file.jpeg:before, 
.file.jpg:before { background-position: -316px -297px; }
.file.xml:before { background-position: -376px -297px; }
.file.zip:before { background-position: -394px -297px; }
.file.dwg:before { background-position: -413px -297px; }
.file.htm:before,
.file.html:before{ background-position: -316px -316px; }

/* --------------------------------------------------------------------------
	Icons
-------------------------------------------------------------------------- */ 

.icons1 {
	display: inline-block;
	background: url(/img/icons1.png) no-repeat;
}

.ico-top-logo-symbol {	
	background-position: -371px -10px;
	width: 30px; 
	height: 30px;
}
.ico-top-logo-symbol.white { background-position: -408px -10px; }
.ico-list-logo-symbol { position: relative; background-position: -75px -130px; width: 16px; height: 16px; }

.ico-point { position: relative; }
.ico-point:before { 
	content: '';
	display: inline-block;
	background: url(/img/icons1.png) no-repeat -126px -622px; 
	width: 18px; 
	height: 18px; 
	position: absolute;
	left: 0px;
	top: 3px;
}
.ico-point.small:before {
	background-position: -126px -619px; 
	width: 21px; 
	height: 21px; 
}

.ico-ttl { width: 81px; height: 81px; }
.ico-ttl-config { background-position: -474px -690px; }
.ico-ttl-write { background-position: -565px -690px; }
.ico-ttl-user { background-position: -656px -690px; }

/* --------------------------------------------------------------------------
	레이아웃
-------------------------------------------------------------------------- */ 

.copy-text:hover { text-decoration: underline; cursor: pointer; } 
#copy-text {
	position: fixed;
	background: #000;
	color: #fff; 
	padding: 20px 40px; 	
	text-align: center;
	display: none; 
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 999999;
}
#copy-text .txt { margin-top: 5px; }

#kakao-talk {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

#body {
	float: left;
	width: 100%;	
	margin-top: 104px;
}
#body:after { content: ' '; display: table; clear: both; width: 100%; }

#dialogs { display: none; }

/*
.page-ttl {
	height: 81px; 	
	font-weight: normal; 
	margin-bottom: 22px; 
	position: relative;
}
.page-ttl .tx { 
	position: absolute; 
	font-size: 36px; 
	left: 105px; 
	top: 26px; 
} 
*/

/* --------------------------------------------------------------------------
	GNB 회원정보
-------------------------------------------------------------------------- */ 

#my-menu { 

}

#my-menu .tbl-info {	
	width: 100%;
	padding: 10px 15px 10px 15px;
	padding-right: 40px;
	border-bottom: solid 1px #ddd; 
}
#my-menu .tbl-info td { vertical-align: top; }
#my-menu .tbl-info .pic {
	padding-right: 15px;
	position: relative;
}
#my-menu .tbl-info .pic img {
	border: solid 1px #f5f5f5;
}

#my-menu .tbl-info .name {
	font: 16px/22px 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans', Arial, sans-serif;
}
#my-menu .tbl-info .email {
	color: #999;
	font-size: 16px;
	width: 100%;
}
#my-menu .btns {
	font-size: 16px;
	padding: 7px 20px 5px 15px;
	text-align: center;
}
#my-menu .btns .sep { 
	font-weight: bold; 
	padding-left: 3px;
	padding-right: 3px;
}

#top-btn { 
	display: none; 
	position: fixed; 
	bottom: 30px;
	right: 30px;
	color: #fff;
	font-size: 16px; 
	text-decoration: none;		
	background: #2c6ec6; 
	text-align: center;
	padding: 10px 15px; 	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 10; 	
}
#top-btn:hover { opacity: 0.8; }
#top-btn .icon-btn-arrow-up {
	background-position: -281px -198px;	
	width: 14px; 
	height: 18px; 
	margin-right: 0;
}

#subscription-required { display: none; }



/* --------------------------------------------------------------------------
	비밀번호 변경
-------------------------------------------------------------------------- */ 

.ico-change-pw:before { 
	content: '';
	background: url(/img/icons1.png) no-repeat -447px -501px; 
	width: 34px; 
	height: 36px; 
	position: absolute;
	top: -8px; 
	left: 0px; 
}

#change-pw h1 { padding-left: 50px; margin-bottom: 35px; }
#change-pw .desc { background: #f5f5f5; padding: 15px 20px; margin-bottom: 40px; font-size: 14px; } 
#change-pw .desc ol { margin-left: 20px; list-style-type: disc; }
#change-pw #f-change-pw li { margin-bottom: 25px; }
#change-pw #f-change-pw li.btn { text-align: center; padding-top: 10px; margin-bottom: 0px; }

/* --------------------------------------------------------------------------
	힌트
-------------------------------------------------------------------------- */ 

.hint {
	position: absolute;
	color: #fff;
	background: rgba(0,0,0,0.8); 
	padding: 15px;
	border-radius: 10px;
}

.hint.arrow-left:before {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-right: 15px solid rgba(0,0,0,0.8);
	border-bottom: 10px solid transparent;
	position: absolute;
	left: -15px;
}

.hint.arrow-right:after {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-left: 15px solid rgba(0,0,0,0.8);
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -15px;
}

.hint .hint-close { 
	color: #fff;
	position: absolute; 
	top: 10px;
	right: 10px;
}
.hint .hint-close:after {
	content: '';
	display: inline-block;
	background: url(/img/icons1.png) no-repeat -347px -138px;
	width: 10px;
	height: 10px;
	position: absolute; 
	top: 0px;
	right: 0px;
}

input[type=checkbox]+label+.hint { 
	width: 170px; 
	left: 46px; 
	top: 10px; 
	z-index: 5; 
	display: none; 
	text-align: center; 
}

/* --------------------------------------------------------------------------
	환경설정
-------------------------------------------------------------------------- */ 

#site_config .ico-config:before { 
	content: '';
	background: url(/img/icons1.png) no-repeat -520px -169px;
	width: 31px;
	height: 30px; 
	position: absolute;
	left: 15px;
	top: 14px;	
}

#site_config { width: 650px; }
#site_config h1 { padding: 18px 20px 0 60px; }

#site_config .bd { padding: 30px; }
#site_config .cont { }
#site_config .bt-btns { margin: 30px 0 10px 0; text-align: center; }

.tbl-site-config { 
	width: 100%; 
	border-top: solid 1px #AFCCE3;
	border-right: solid 1px #AFCCE3;
}
.tbl-site-config th {	
	border-left: solid 1px #AFCCE3;
	border-bottom: solid 1px #AFCCE3;
	font-weight: normal;
	background: #E2EEFF;
	padding: 5px 10px;
}

.tbl-site-config td {
	padding: 15px 0 15px 18px;
	vertical-align: top;
	border-left: solid 1px #AFCCE3;
	border-bottom: solid 1px #AFCCE3;
}

.tbl-site-config td ul { float: left; }
.tbl-site-config td li:not(.uibutton) {
	float: left;
	display: inline-block;
}

.tbl-site-config select { height: 37px; } 

.tbl-site-config td.cfg-cate li { margin-right: 25px; }
.tbl-site-config td.cfg-sido li { width: 160px; margin-bottom: 5px; }
.tbl-site-config td.cfg-order li { margin-right: 48px; }
.tbl-site-config td.cfg-cost { padding: 12px 0 12px 18px;  }

.tbl-site-config .cfg-sigungu-list { }
.tbl-site-config .cfg-sigungu-list ul { margin-top: 15px; display: none; }
.tbl-site-config .btn_sigungu-list { display: none; }

.tbl-site-config td .uibutton-group { margin-top: 13px; }
.tbl-site-config td .uibutton-group .uibutton:first-child { margin-left: 0; }
.tbl-site-config td .uibutton-group .uibutton { margin-left: 7px; }

/* --------------------------------------------------------------------------
	맞춤설정
-------------------------------------------------------------------------- */ 

#bid_config .ico-config:before { 
	content: '';
	background: url(/img/icons1.png) no-repeat -520px -169px;
	width: 31px;
	height: 30px; 
	position: absolute;
	left: 15px;
	top: 14px;	
}

#bid_config { width: 650px; }
#bid_config h1 { padding: 18px 20px 0 60px; }

#bid_config .bd { padding: 30px; }
#bid_config .cont { }

#bid_config .tbl-bid-config { 
	width: 100%; 
	border-top: solid 1px #AFCCE3;
	border-right: solid 1px #AFCCE3;
}
#bid_config .tbl-bid-config th {	
	border-left: solid 1px #AFCCE3;
	border-bottom: solid 1px #AFCCE3;
	font-weight: normal;
	background: #E2EEFF;
	padding: 5px 10px;
}

#bid_config .tbl-bid-config td {
	padding: 15px 0 15px 18px;
	vertical-align: top;
	border-left: solid 1px #AFCCE3;
	border-bottom: solid 1px #AFCCE3;
}

#bid_config .tbl-bid-config td ul { float: left; }
#bid_config .tbl-bid-config td li:not(.uibutton) {
	float: left;
	display: inline-block;
}

#bid_config .tbl-bid-config select { height: 37px; } 

#bid_config .tbl-bid-config #cfg_cate li { margin-right: 25px; }
#bid_config .tbl-bid-config #cfg_sido li { width: 160px; margin-bottom: 5px; }
#bid_config .tbl-bid-config #cfg_order li { margin-right: 48px; }
#bid_config .tbl-bid-config #cfg_cost { padding: 12px 0 12px 18px;  }

#bid_config .tbl-bid-config #cfg_sigungu_list { }
#bid_config .tbl-bid-config #cfg_sigungu_list ul { margin-top: 15px; display: none; }
#bid_config .tbl-bid-config #btn_sigungu_list { display: none; }

#bid_config .tbl-bid-config td .uibutton-group { margin-top: 13px; }
#bid_config .tbl-bid-config td .uibutton-group .uibutton:first-child { margin-left: 0; }
#bid_config .tbl-bid-config td .uibutton-group .uibutton { margin-left: 7px; }

#bid_config .btns { margin: 30px 0 10px 0; }