
/*---------------------------------------------font & reset css--------------------------------------------- */
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");

@font-face {
	font-family: 'S-CoreDream-3Light';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-4Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'S-CoreDream-6Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------reset--------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,divpre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,figure,header,nav,section,article,aside,footer,figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	height:100%;
}

html, body {
	width: 100%;
	max-width:100%;
	overflow-x:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:15px;
}

body.listen_body {
	overflow:hidden;
	width:100%;
	height:100%;
	overscroll-behavior:contain;
}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
}

::-webkit-scrollbar-track {
	background: #efefef;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background: rgba(0, 0, 0, .2);
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

[data-tooltip-text]:after {
	-webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px 12px;
	position: absolute;
	width: auto;
	min-width: 200px;
	max-width: 300px;
	word-wrap: break-word;
	z-index: 9999;
	opacity: 0;
	left: -9999px;
	top: 90%;
	content: attr(data-tooltip-text);
}

.popover-modal .popover-body {
	overflow: hidden;
	padding: 1em;
}

.modal-open .modal {
	overflow-y:inherit;
}

html.noscroll {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden !important;
	z-index: 10;
}

body.modal-open {
    /*
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden !important;
	z-index: 10;
	*/
}

.modal-backdrop.in {
	opacity:40%;
}

html,
body {
	font-size: 15px;
	font-family: "Noto Sans KR", sans-serif;
}

ul,
ol {
	list-style: none;
}

input.readonly {
	background-color: #ddd
}

input.input_st1 {
	background:#fff !important;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input:focus {
	outline: none;
}

button:focus {
	outline: none;
}

a {
	color: inherit;
}

[data-tooltip-text]:hover {
	position: relative;
}

textarea:focus {
	outline:none;
}

.msg_write {
	float:right;
	font-size:14px;
}

.msg_write:hover {
	text-decoration: underline;
	cursor: pointer;
}

.top_live{
    /*border-top:1px solid #e5e5e5;*/
    /*background-color: #ffffff;*/
}
.all_live{
}

[data-tooltip-text]:after {
	-webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px 12px;
	position: absolute;
	width: auto;
	min-width: 200px;
	max-width: 300px;
	word-wrap: break-word;
	z-index: 9999;
	opacity: 0;
	left: -9999px;
	top: 90%;
	content: attr(data-tooltip-text);
}

[data-tooltip-text]:hover:after {
	top: 130%;
	left: 0;
	opacity: 1;
}

.logo_box {
	width: 280px;
	float: left;
    height: 48px;
}

.logo {
	margin: 19px 55px;
	cursor: pointer;
	width:170px;
	image-rendering:-webkit-optimize-contrast;
}

.tp_none {
	display: block;
}

#wrap {
	width: 100%;
}

.wrap {
	width:100%;
	height:100% !important;
}

.listen_end {
	width: 45%;
	background-color: #666;
	color: #fff;
	background-size: cover;
	position: relative;
	float: left;
	margin: 20px 0;
}

.hidden {
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
}

.bars {
	position: absolute;
	top: 14px;
	left: 20px;
	font-size: 23px;
	color: #999;
	cursor: pointer;
}

.wrap_con2 {
	width: 100%;
	height:100%;
	overflow:hidden;
	clear: both;
	position: relative;
}

.wrap_con3 {
	width: 100%;
	height:100%;
	clear: both;
	position: relative;
}

.join {
	width:100%;
	height:100%;
}

.join_wrap {
	display:block;
	width:100%;
	max-width:1000px;
	padding:40px 50px;
	margin:30px auto;
}

.join_wrap span.join_info_table_tit {
	width:60%;
	margin:20px auto;
	display:block;
}

footer {
	border-top: 1px solid #e5e5e5;
	background: #fff;
	margin-top:30px;
}

.img-responsive {
	height: 100%;
	width:100%;
}

.customer_subject {
	width: calc(100% - 120px);
	float: left;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.float-right {
	float: right;
	cursor: pointer;
}

.main_banner img {
	width:100%;
	max-width:960px;
    border-radius: 10px;
    padding-top: 20px;
}

.mobile_banner2 {
	text-align:center;
	margin:0 auto;
}

.mobile_banner2 img {
	width:100%;
	text-align:center;
	max-width: 581px;
    border-radius: 10px;
}

.bxslider li {
	margin-right: 1px;
}

.infinity_btn {
	width: 100%;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 10px 0;
	margin: 30px 0;
	color: #777;
	cursor: pointer;
}

.sort_menu {
	float:right;
	margin-bottom: 15px;
}

.invoice_write {
	float:left;
}

.invoice_write > button {
	padding:7px 15px;
	background:#e877ae;
	color:#fff;
	text-align:center;
	border:none;
	border-radius:3px;
}

.invoice_write > button:hover {
	background:#CF699A;
}

.content_menu {
	width:100%;
	display:inline-block;
}

.content_sub_title {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	font-family: 'S-CoreDream-3Light';
	color:#888;
}

.checks {
	position: relative;
}

.checks input[type="checkbox"] {
	/* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.checks input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	/* 글자와 체크박스 사이의 간격을 변경 */
	margin-right: 20px;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.checks input[type="checkbox"] + label:before {
	/* 가짜 체크박스 */
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	/* 이 값을 변경해서 글자와의 정렬 */
	width: 21px;
	/* 체크박스의 너비를 지정 */
	height: 21px;
	/* 체크박스의 높이를 지정 */
	line-height: 21px;
	/* 세로정렬을 위해 높이값과 일치 */
	text-align: center;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius: 3px;
}

.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checks input[type="checkbox"]:checked + label:before {
	/* 체크박스를 체크했을때 */
	content: '\f00c';
	/* 체크표시 유니코드 사용 */
	color: #fff;
	font-family: "Font Awesome 5 Free";
	text-shadow: 1px 1px #fff;
	background: #e877ae;
	border: none;
	font-weight:600;
}

.search_wrap > input[type=text] {
	padding: 5px 5px;
	background: none;
}

input[type=text] {
	padding: 6px 5px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
}

input[type=text]:read-Only {
	background:#efefef;
	color:#999;
}

input[type=password] {
	padding: 6px 5px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	width:100%;
}

input::-webkit-input-placeholder {
	color:#bbb;
}

/* imaged preview */
.filebox .upload-display {
	/* 이미지가 표시될 지역 */
	margin-bottom: 5px;
}

@media(min-width: 768px) {
	.filebox .upload-display {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	}
}

.filebox .upload-thumb-wrap {
	/* 추가될 이미지를 감싸는 요소 */
	display: inline-block;
	width: 54px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
}

.filebox .upload-display img {
	/* 추가될 이미지 */
	display: block;
	max-width: 100%;
	width: 100% \9;
	height: auto;
}

.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

select {
	padding: 8px 5px;
	border: 1px solid #ddd;
	border-radius: 7px;
	height: 40px;
	background-color: #fff;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	background:url('/images/sb_arrow.png') no-repeat 95% 50%;
	width:200px;
}

select:focus {
	outline:none;
}

.question_textarea {
	width: 100%;
	padding: 8px 5px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.wd20 {
	width: 20%;
}

.wd30 {
	width: 30%;
}

.wd50 {
	width: 50%;
}

.wd55 {
	width: 55%;
}

.wd70 {
	width: 70%;
}

.wd60 {
	width: 60%;
}

.wd100 {
	width: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

.mb3 {
	margin-bottom: 3px;
}

.bbb1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.no-data {
	display: none;
}

.wd50px {
	display: inline-block;
	margin-right: 7px;
}

.radio_btn input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.radio_btn input[type="radio"] + label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-right: 20px;
}

.radio_btn input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 21px;
	height: 21px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius: 100%;
}

.radio_btn input[type="radio"]:checked + label:before {
	background: #fafafa;
	border-color: #adb8c0;
}

.radio_btn input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	background: #e877ae;
	border-radius: 100%;
}

.modal_bg {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 53px;
	left: 0;
	display: none;
	z-index: 9;
}

.modal-dialog-scrollable{
	display:-ms-flexbox;
	display:flex;
	max-height:calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content{
	max-height:calc(100vh - 1rem);
	overflow:hidden;
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{
	-ms-flex-negative:0;
	flex-shrink:0;
}

.modal-dialog-scrollable .modal-body{
	overflow-y:auto;
	height:calc(100% - 50px);
}

	@media (min-width:576px){
		.modal-dialog-scrollable{
			max-height:calc(100% - 3.5rem)
		}

		.modal-dialog-scrollable .modal-content{
			max-height:calc(100vh - 3.5rem)
		}
	}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.modal-header {
	background:#e877ae;
	color:#fff;
}

.modal-header .close {
	opacity: 0.8;
	position: absolute;
	top: 20px;
	right: 15px;
	color:#fff;
	z-index:2222;
}

.modal-header2 {
}

.modal-header2 .close {
	opacity: 0.8;
	position: absolute;
	top: 20px;
	right: 15px;
	color:#333;
	z-index:2222;
}

.modal-body h2 {
	font-size: 18px;
}

.modal-xl {
	width:800px;
}

.modal-md {
	width:500px;
}

.modal-sm {
	width:340px;
	margin:10px auto;
}

.modal-auto {
	width:auto;
	margin:10px auto;
	display:table;
	max-width:450px;
}

.slider-wrapper input {
	position: relative;
	top: -190px;
	left: 20px;
	width: 100px;
	height: 20px;
	margin: 0;
	transform-origin: 75px 75px;
	transform: rotate(-90deg);
}

.slider-wrapper input[type="range"] {
	-webkit-appearance: none;
	background: #ddd;
	height:3px;
}

.slider-wrapper input[type="range"]::-ms-track {
	cursor: pointer;
	background: #ddd;
	border-color: #ddd;
	color: transparent;
}

.slider-wrapper input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #fff;
	border:2px solid #e877ae;
	cursor: pointer;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}

.slider-wrapper2 input {
	position: absolute;
	bottom: 85px;
	left: 50%;
	width: 100px;
	height: 20px;
	transform: rotate(-90deg);
}

.slider-wrapper2 input[type="range"] {
	-webkit-appearance: none;
	background: #ddd;
	height:3px;
}

.slider-wrapper2 input[type="range"]::-ms-track {
	cursor: pointer;
	background: #ddd;
	border-color: #ddd;
	color: transparent;
}

.slider-wrapper2 input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #fff;
	border:2px solid #e877ae;
	cursor: pointer;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}

@media(max-width:1200px) {

	.slider-wrapper2 input {
		position: absolute;
		bottom: 85px;
		left: 50%;
		margin-left:-25px;
		width: 100px;
		height: 20px;
		transform: rotate(-90deg);
	}

}

.refresh {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	padding: 2em 0;
	text-align: center;
	z-index: -1;
}

.refresh:not(.loading)::after {
	content: "↓";
}

.loading::after {
	content: "Refreshing...";
}

#refresh {
	height:100%;
}

#ptr-light-indicator{
	width:35px;
	height:55px;
	margin:0 auto;
	/*transform:translateY(0);*/
	position:relative;
	top:0;
	transition:transform 300ms ease
}

#ptr-light-spinner{
	display:block;
	height:35px;
	width:35px;
	position:absolute;
	top:10px;
	background:url('/images/reload.svg');
	background-size:contain
}

.rotateLoop{
	-webkit-animation:rotation .9s infinite linear;
	-moz-animation:rotation .9s infinite linear;
	-o-animation:rotation .9s infinite linear;
	animation:rotation .9s infinite linear
	}

@-webkit-keyframes rotation{
	from{
		-webkit-transform:rotate(0deg)
	}
	to{
		-webkit-transform:rotate(359deg)
	}
}

@-moz-keyframes rotation{
	from{
		-moz-transform:rotate(0deg)
	}
	to{
		-moz-transform:rotate(359deg)
	}
}

@-o-keyframes rotation{
	from{
		-o-transform:rotate(0deg)
	}
	to{
		-o-transform:rotate(359deg)
	}
}

@keyframes rotation{
	from{
		transform:rotate(0deg)
	}
	to{
		transform:rotate(359deg)
	}
}

.music_volume{
	position:relative;
}

.chat_icon_btn > #audioSlider {
	width:50px !important;
}

#audioSlider {
	width:60px !important;
}

.audioSlider_instation {
	display:inline-block;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background:#e877ae !important;
}

#audioSlider > .ui-slider .ui-slider-handle {
	width:15px !important;
	height:15px !important;
	border-radius:50% !important;
	left:-8px !important;
	border:3px solid #fff !important;
}

.ui-slider {
	cursor:pointer;
}

.ui-slider-horizontal {
	height:2px !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top:-.3em !important;
}

.invoice_bullet.ui-slider-horizontal .ui-slider-handle {
	top:-.45em !important
}

.audioSlider_invoice .ui-slider-horizontal .ui-slider-handle {
	top:-.45em !important;
}

.audioSlider_instation .ui-slider-horizontal .ui-slider-handle {
	/*top:-.4em !important;*/
	margin-left:-5px !important;
}

.ui-slider > span.ui-slider-handle {
	border-radius:50% !important;
	border:2px solid #fff;
	width:15px;
	height:15px;
	margin-left:-.3em;
}

.audioSlider_instation > #audioSlider {
	top:-5px;
	left:5px;
}



.display_ib {
	display:inline-block;
}

.display_b {
	display:block;
}

.display_i {
	display:inline;
}

.modal-md {
	max-width:500px;
	width:auto;
	margin:10px auto;
	display:flex;
	align-items:center;
	min-height: calc(100% - 20px);
}

.cd-popup img {
	width:100%;
}

.cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.cd-popup-container .cd-buttons li {
	float: left;
	width: 50%;
	list-style: none;
	text-align:center;
}

.cd-popup-container .cd-buttons a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
	background: #b6bece;
	border-radius: 0 0 0 .25em;
}

.cd-popup-container .cd-buttons li:last-child a {
	background: #fc7169;
	border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: #c5ccd8;
}

.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}



.cd-radio-popup img {
    width:100%;
}

.cd-radio-popup-container .cd-buttons li {
    float: left;
    width: 100%;
    list-style: none;
    text-align:center;
}

.cd-radio-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-radio-popup-container .cd-buttons li:first-child a {
    background: #b6bece;
    border-radius: 0 0 0 .25em;
}

.cd-radio-popup-container .cd-buttons li:last-child a {
    background: #f9f9f9;
    color:#999999;
    border-radius: 0 0 .25em 0;
    font-size: 12px;
}

.no-touch .cd-radio-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.is-visible .cd-radio-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


footer .notice {
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #e5e5e5;
}

footer .notice .ft_wrap {
	width: 1560px;
	margin: 0 auto;
	padding: 0 20px;
}

footer .notice .notice_box {
	line-height: 62px;
}

footer .notice li {
	float: left;
	font-size: 16px;
	margin-right: 15px;
}

footer .notice li:first-child {
	font-weight: 600;
}

footer .footer_con {
	width: 1560px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}

.footer_list {
	display: table;
	clear: both;
	font-size: 15px;
	padding: 20px 0;
}

.footer_list li {
	float: left;
	padding: 0 3px;
}

.footer_list li span:hover {
	text-decoration:underline;
	cursor: pointer;
}

.footer_list li:before {
	content: "| ";
	padding: 0px 10px;
	color: #ddd;
}

.footer_list li:first-child {
	padding-left: 0;
}

.footer_list li:first-child:before {
	content: "";
	padding-left: 0;
	padding: 0;
}

.footer_txt1 {
	font-size: 14px;
	line-height: 23px;
	padding: 10px 0 70px 0;
	color: #777;
	word-break: keep-all;
}

.footer_txt1 span {
	margin:0 15px;
	position:relative;
}

.footer_txt1 span.customer {
	cursor:pointer;
	border-radius:15px;
	padding:1px 7px;
	display:inline;
	background:#999;
	color:#fff;
	font-size:12px;
}

.footer_txt1 ul li span:first-child {
	margin-left:0;
}

.footer_txt1 span:after {
	content:'|';
	font-size:10px;
	margin:-2px 0 0 15px;
	position:absolute;
	color:#aaa;
}

.footer_txt1 span:last-child:after {
	content:none;
}

footer .notice li.notice_ymd {
	font-size: 13px;
	color: #999;
	vertical-align: middle;
}
