canvas {
	z-index: 23;
}

html, body {
	height: 100vh;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

body::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera*/
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

/* live */
.grid-live {
	font-size: 62.5%;
	line-height: 1.8;
	font-weight: 400;
	color: #283e54;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-style: -ms-autohiding-scrollbar;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	/* component */
	/* layout */
}

.grid-live a {
	text-decoration: none;
	select-dummy: expression(this.hideFocus=true);
}

.grid-live a.fake-active {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live dl, .grid-live ul, .grid-live ol, .grid-live menu, .grid-live li {
	list-style: none;
}

.grid-live *:focus {
	outline: none;
}

.grid-live .grid-intro {
	padding: 20px;
	margin: auto;
	display: table;
	height: 100%;
}

.grid-live .grid-intro-wrap {
	width: 100%;
	background: #f3f7fb;
}

.grid-live .grid-intro .btn-box {
	overflow: hidden;
	margin-top: 10px;
}

.grid-live .grid-intro .btn-box .btn {
	float: left;
	width: 50%;
	min-width: inherit;
	-webkit-border-radius: 50px 0 0 50px;
	        border-radius: 50px 0 0 50px;
}

.grid-live .grid-intro .btn-box .btn + .btn {
	-webkit-border-radius: 0 50px 50px 0;
	        border-radius: 0 50px 50px 0;
}

.grid-live .grid-intro-inner {
	width: 100%;
	max-width: 400px;
	display: table-cell;
	vertical-align: middle;
}

.grid-live .grid-intro .grid-video .video-cont .videoPartner {
	-webkit-border-radius: 30px 30px 0 0;
	        border-radius: 30px 30px 0 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	border: 1px solid #bbcbdb;
	border-bottom: 0;
}

.grid-live .grid-intro .form {
	background: #fff;
	padding: 20px;
	padding-top: 0;
	-webkit-border-radius: 0 0 30px 30px;
	        border-radius: 0 0 30px 30px;
	border: 1px solid #bbcbdb;
}

.grid-live .grid-intro .form-item {
	margin-top: 20px;
}

.grid-live .grid-intro .form label {
	font-size: 1.3rem;
	font-weight: 900;
	display: block;
	color: #92aac1;
	margin: 0;
}

.grid-live .grid-intro .form select {
	width: 100%;
	height: 34px;
	font-size: 1.3rem;
	padding-left: 10px;
	border: 1px solid #bbcbdb;
	color: #283e54;
	background: #f3f7fb;
}

.grid-live .grid-intro .form select:focus {
	background: #fff;
}

.grid-live .option-list {
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.grid-live .option-list > li {
	display: block;
	width: 100%;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	margin: auto;
	background: #fafafa;
	border: 1px solid #ececec;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.grid-live .option-list > li.color a {
	border: 4px solid #fff;
	text-indent: -999rem;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
}

.grid-live .option-list > li + li {
	margin-top: 10px;
}

.grid-live .option-list > li a {
	display: block;
	position: relative;
	padding: 8px 12px;
}

.grid-live .option-list > li a span {
	word-break: keep-all;
	text-align: center;
	font-size: 1.4rem;
	color: #283e54;
	font-weight: 900;
}

.grid-live .option-list > li a img {
	width: 24px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.grid-live .option-list > li.on {
	border: 4px solid #92aac1;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .user-input {
	height: 50px;
	width: 100%;
	z-index: 2;
	background: #fff;
}

.grid-live .user-input .typing {
	height: 100%;
	position: relative;
}

.grid-live .user-input .typing .textinput {
	outline: none;
	font-size: 14px;
	line-height: 1.5;
	color: #283e54;
	width: 100%;
	height: 50px;
	border: none;
	padding: 15px 80px 0 20px;
	resize: none;
}

.grid-live .user-input .typing .textinput::-webkit-input-placeholder {
	color: #92aac1;
}

.grid-live .user-input .typing .textinput:-ms-input-placeholder {
	color: #92aac1;
}

.grid-live .user-input .typing .textinput::-ms-input-placeholder {
	color: #92aac1;
}

.grid-live .user-input .typing .textinput::placeholder {
	color: #92aac1;
}

.grid-live .user-input .typing .typing-limit {
	display: none;
	font-size: 1.2rem;
	opacity: 0.5;
	color: #92aac1;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.grid-live .user-input .typing .typing-util {
	position: absolute;
	right: 20px;
	bottom: 13px;
}

.grid-live .user-input .typing .typing-util .ico img {
	width: 20px;
}

.grid-live .user-input .typing .typing-util .ico + .ico {
	margin-left: 10px;
}

.grid-live .input-util {
	position: fixed;
	bottom: 80px;
	right: -5px;
	-webkit-box-shadow: 4px 2px 10px rgba(47, 68, 89, 0.2);
	        box-shadow: 4px 2px 10px rgba(47, 68, 89, 0.2);
	background: #fff;
	-webkit-border-radius: 20px 0 0 20px;
	        border-radius: 20px 0 0 20px;
	padding: 10px 0;
	width: 46px;
	text-align: center;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .input-util.style {
	bottom: 140px;
}

.grid-live .input-util > ul {
	padding: 0;
	margin: 0;
}

.grid-live .input-util > ul > li {
	text-align: center;
	position: relative;
	width: 30px;
	margin: auto;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .input-util > ul > li:active {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .input-util > ul > li.on {
	border: 2px solid #7c7be4;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	padding: 5px;
}

.grid-live .input-util > ul > li + li {
	margin-top: 12px;
}

.grid-live .input-util > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.grid-live .input-util > ul > li > a.on {
	color: #283e54;
	font-weight: 900;
}

.grid-live .input-util > ul > li > a img {
	display: block;
	width: 16px;
	margin: auto;
}

.grid-live .input-util > ul > li > a span {
	display: none;
	margin-top: 5px;
	font-size: 1.3rem;
}

.grid-live .btn {
	font-size: 1.6rem;
	font-weight: 900;
	color: #fff;
	min-width: 180px;
	background: #7c7be4;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	padding: 15px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .btn.natural {
	background: #92aac1;
}

.grid-live .btn.negative {
	background: #fa3a30;
}

.grid-live .btn.small {
	min-width: 68px;
	padding: 11px;
	font-size: 1.4rem;
}

.grid-live .btn.line {
	background: none;
	border: 1px solid #7c7be4;
	color: #7c7be4;
}

.grid-live .btn.line.natural {
	border: 1px solid #283e54;
	color: #283e54;
}

.grid-live .btn.line.negative {
	border: 1px solid #fa3a30;
	color: #fa3a30;
}

.grid-live .btn:active {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .tab-title {
	width: 100%;
	z-index: 1;
}

.grid-live .tab-title.style {
	border-top: 1px solid #bbcbdb;
}

.grid-live .tab-title ul li {
	padding: 14px;
	background: #fff;
}

.grid-live .tab-title ul li:active a {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .tab-title ul li a {
	display: block;
	font-size: 1.1rem;
	font-weight: 900;
	color: #92aac1;
	line-height: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .tab-title ul li a:before {
	content: '';
	display: block;
	margin: auto;
	height: 24px;
	margin-bottom: 4px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .tab-title ul li.chat a:before {
	width: 26px;
	background: url("/img/live/ico-chat.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .tab-title ul li.participation a:before {
	width: 29px;
	background: url("/img/live/ico-participation.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .tab-title ul li.document a:before {
	width: 16px;
	background: url("/img/live/ico-document.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .tab-title ul li.on a {
	color: #7c7be4;
}

.grid-live .tab-title ul li.on.chat a:before {
	background: url("/img/live/ico-chat-on.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .tab-title ul li.on.participation a:before {
	background: url("/img/live/ico-participation-on.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .tab-title ul li.on.document a:before {
	background: url("/img/live/ico-document-on.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .tab-component {
	overflow: auto;
	padding-bottom: 180px;
	padding-top: 30px;
}

.grid-live .file-btn {
	width: 100%;
	position: relative;
}

.grid-live .file-btn.icon {
	display: inline-block;
	width: 20px;
	margin-right: 14px;
}

.grid-live .file-btn.icon img {
	width: 20px;
}

.grid-live .file-btn.icon:active {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .file-btn label.btn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 18px;
}

.grid-live .file-btn label.btn:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("/img/live/ico-file-w.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	vertical-align: middle;
	margin-right: 6px;
	position: relative;
	bottom: 1px;
}

.grid-live .file-btn label.btn:active {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .file-btn .upload-box {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.grid-live .fileShare {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	height: 100%;
	width: 100%;
	margin: auto;
	background: #0b1520;
	text-align: center;
}

.grid-live .fileShare .close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	background: #fff;
	text-indent: -9999px;
	opacity: 1;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.grid-live .fileShare .close:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url("/img/live/ico-close.png") no-repeat 0 0;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .fileShare.on {
	z-index: 21;
}

.grid-live .fileShare img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.grid-live .chat-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-live .chat-list > li {
	position: relative;
	padding-left: 36px;
}

.grid-live .chat-list > li .user-profile {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.grid-live .chat-list > li .chat-box {
	display: inline-block;
	background: #e9f0f6;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	padding: 5px 16px 1px 12px;
}

.grid-live .chat-list > li .chat-box .user-id {
	font-size: 1.2rem;
	font-weight: 900;
	color: #92aac1;
}

.grid-live .chat-list > li .chat-box .user-talk {
	font-size: 1.3rem;
	color: #283e54;
	font-weight: 400;
	line-height: 1.5;
	word-break: break-word;
}

.grid-live .chat-list > li + li {
	margin-top: 15px;
}

.grid-live .user-list {
	padding: 0;
}

.grid-live .user-list > li {
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: block;
}

.grid-live .user-list > li:after {
	content: '';
	display: block;
	clear: both;
}

.grid-live .user-list > li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d7e1eb;
}

.grid-live .user-list > li .left {
	float: left;
}

.grid-live .user-list > li .right {
	float: right;
}

.grid-live .user-list .user-profile {
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: middle;
}

.grid-live .user-list .user-profile:before {
	width: 100%;
	height: 100%;
}

.grid-live .user-list .user-profile + .user-id {
	display: inline-block;
	font-size: 1.3rem;
	margin-left: 4px;
	font-weight: 900;
	color: #283e54;
	line-height: 44px;
	vertical-align: middle;
}

.grid-live .file-list {
	padding: 0;
	margin: 0;
	*zoom: 1;
	display: block;
}

.grid-live .file-list:after {
	content: '';
	display: block;
	clear: both;
}

.grid-live .file-list li {
	float: left;
	width: 50%;
	height: 100px;
	padding: 5px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
}

.grid-live .file-list li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	position: relative;
	border: 1px solid #bbcbdb;
	background: #fff;
}

.grid-live .file-list li a.on {
	border: 4px solid #ffc924;
}

.grid-live .file-list li a img {
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.grid-live .slider-container .splide__track {
	z-index: 9;
}

.grid-live .slider-container .slider-item {
	position: relative;
	padding: 0 5px;
}

.grid-live .slider-container .slider-item:first-child {
	padding-left: 15px;
}

.grid-live .slider-container .slider-item .slider-inner {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid #bbcbdb;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.grid-live .slider-container .slider-item .slider-inner .item-util {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
}

.grid-live .slider-container .slider-item .slider-inner .item-util img {
	width: 15px;
}

.grid-live .slider-container .slider-item .slider-inner .left img {
	height: 100%;
	margin-right: 6px;
}

.grid-live .slider-container .slider-item .slider-inner .right .center-table {
	display: table;
	height: 100%;
}

.grid-live .slider-container .slider-item .slider-inner .right .center-table-inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px!important;
}

.grid-live .slider-container .slider-item .slider-inner .right span {
	display: block;
	text-align: left;
}

.grid-live .slider-container .slider-item .slider-inner .right span.model {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 4px;
	max-width: 110px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.grid-live .slider-container .slider-item .slider-inner .right span.price {
	font-size: 1.1rem;
	color: #92a8bd;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
}

.grid-live .slider-container .slider-item .slider-inner .right span.sale {
	line-height: 1;
	font-size: 1.4rem;
	font-weight: 900;
}

.grid-live .item-list ul {
	padding: 0;
	margin: 0;
	height: 100%;
}

.grid-live .item-list ul li {
	list-style: none;
	text-decoration: none;
}

.grid-live .status {
	display: inline-block;
	width: 44px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 900;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
	background: #fa3a30;
	color: #fff;
	vertical-align: middle;
}

.grid-live .status + .gui {
	margin-left: 10px;
}

.grid-live .gui {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background: #e9f0f6;
	border: 1px solid #bbcbdb;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .gui + .gui {
	margin-left: 4px;
}

.grid-live .gui.hideTab {
	display: none;
	width: auto;
	line-height: 34px;
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	padding: 0 15px;
	font-size: 1.2rem;
	font-weight: 900;
	color: #283e54;
}

.grid-live .gui.hideTab.on {
	background: #283e54;
	color: #fff;
}

.grid-live .gui.share img {
	left: -1px;
}

.grid-live .gui.sound {
	text-indent: -999rem;
	background: #283e54;
}

.grid-live .gui.sound:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 18px;
	background: url("/img/live/ico-sound.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .gui.sound.off {
	background: #e9f0f6;
}

.grid-live .gui.sound.off:before {
	width: 17px;
	height: 18px;
	background: url("/img/live/ico-muted.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .gui.back {
	background: #f4e7e7;
	border: 1px solid #eabfbf;
}

.grid-live .gui.band {
	background: #5fc742;
}

.grid-live .gui.kakao {
	background: #ffdc00;
}

.grid-live .gui.msg img {
	left: 2px;
}

.grid-live .gui:active {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.grid-live .gui img {
	width: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.grid-live .user-profile {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.grid-live .user-profile:before {
	content: '';
	background: url("/img/live/ico-profile.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.grid-live .user-profile img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.grid-live .user-profile + .live-tit {
	margin-left: 8px;
}

.grid-live .row {
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: block;
}

.grid-live .row:after {
	content: '';
	display: block;
	clear: both;
}

.grid-live .row.center {
	text-align: center;
	padding: 20px;
	padding-top: 0;
}

.grid-live .row .column {
	float: left;
	text-align: center;
	word-break: break-all;
}

.grid-live .row .column::marker {
	content: none;
}

.grid-live .row .column.relative {
	position: relative;
}

.grid-live .row.col-1 .column {
	width: 100%;
}

.grid-live .row.col-2 .column {
	width: 50%;
}

.grid-live .row.col-3 .column {
	width: 33.33%;
}

.grid-live .row.col-4 .column {
	width: 25%;
}

.grid-live .row.col-5 .column {
	width: 20%;
}

.grid-live .row.col-6 .column {
	width: 16.77777%;
}

.grid-live .app-inner {
	padding: 0 24px;
}

.grid-live .grid-head {
	width: 100%;
	background: #f3f7fb;
	border-bottom: 1px solid #bbcbdb;
}

.grid-live .grid-head .live-head {
	padding: 10px 0;
	*zoom: 1;
	display: block;
}

.grid-live .grid-head .live-head:after {
	content: '';
	display: block;
	clear: both;
}

.grid-live .grid-head .live-head .left {
	float: left;
	/*line-height: 35px; jwshin 2020-11-20 수정*/
	line-height: 9px;
	*zoom: 1;
	display: block;
}

.grid-live .grid-head .live-head .left:after {
	content: '';
	display: block;
	clear: both;
}

.grid-live .grid-head .live-head .left .user-profile {
	float: left;
	width: 35px;
	height: 35px;
}

.grid-live .grid-head .live-head .left .user-info {
	float: left;
	margin-left: 10px;
}

.grid-live .grid-head .live-head .left .user-info .live-tit {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 6px;
}

.grid-live .grid-head .live-head .left .user-info .live-id {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1;
}

.grid-live .grid-head .live-head .left .user-info .live-count {
	margin-left: 6px;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
}

.grid-live .grid-head .live-head .left .user-info .live-count:before {
	content: '';
	width: 10px;
	height: 9px;
	display: inline-block;
	background: url("/img/live/ico-play.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
}

.grid-live .grid-head .live-head .right {
	float: right;
}

.grid-live .grid-body {
	font-size: 15px;
	height: -webkit-calc(100% - 55px);
	height: calc(100% - 55px);
	overflow: hidden;
}

.grid-live .grid-body .grid-mid {
	position: relative;
	z-index: 26;
	height: 70px;
	margin-top: -55px;
}

.grid-live .grid-body .grid-left {
	background: #0b1520;
}

.grid-live .grid-body .grid-left .grid-video {
	position: relative;
}

.grid-live .grid-body .grid-left .grid-video .close.pictureClose {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	height: 30px;
	background: #fff;
	text-indent: -9999px;
	opacity: 1;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	z-index: 25;
}

.grid-live .grid-body .grid-left .grid-video .close.pictureClose:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url("/img/live/ico-close.png") no-repeat 0 0;
	-webkit-background-size: contain;
	        background-size: contain;
}

.grid-live .grid-body .grid-left .grid-video .close.pictureClose:hover {
	opacity: 0.7;
}

.grid-live .grid-body .grid-left .grid-video #toast {
	position: absolute;
	font-size: 1.2rem;
	line-height: 1;
	-webkit-border-radius: 80px;
	        border-radius: 80px;
	padding: 15px;
	min-width: 80px;
	text-align: center;
	color: #fff;
	background-color: rgba(40, 62, 84, 0.7);
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 10px);
	    -ms-transform: translate(-50%, 10px);
	        transform: translate(-50%, 10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	-o-transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s, -webkit-transform 0.5s;
	z-index: 30000;
}

.grid-live .grid-body .grid-left .grid-video #toast.reveal {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.grid-live .grid-body .grid-left .grid-video .message {
	display: block;
	position: fixed;
	z-index: 25;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	bottom: 50px;
	height: 40px;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	opacity: 0;
}

.grid-live .grid-body .grid-left .grid-video .message-inner {
	display: inline-block;
	height: 100%;
	min-width: 140px;
	-webkit-border-radius: 80px;
	        border-radius: 80px;
	background-color: rgba(40, 62, 84, 0.7);
}

.grid-live .grid-body .grid-left .grid-video .message.on {
	bottom: 90px;
	opacity: 1;
}

.grid-live .grid-body .grid-left .grid-video .message.style {
	bottom: 130px;
}

.grid-live .grid-body .grid-left .grid-video .message .message-btn {
	float: left;
	line-height: 40px;
	width: 40px;
	height: 100%;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.grid-live .grid-body .grid-left .grid-video .message .message-btn:active {
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
	text-decoration: none;
}

.grid-live .grid-body .grid-left .grid-video .message .message-btn.positive {
	background: #7c7be4;
}

.grid-live .grid-body .grid-left .grid-video .message .message-btn.negative {
	background: #fa3a30;
}

.grid-live .grid-body .grid-left .grid-video .message p {
	float: left;
	font-size: 1.2rem;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.grid-live .grid-body .grid-left .grid-video .video-util {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 25;
}

.grid-live .grid-body .grid-left .grid-video .participation-area {
	width: 260px;
	position: absolute;
	bottom: 60px;
	right: 14px;
	text-align: right;
	z-index: 25;
}

.grid-live .grid-body .grid-left .grid-video .participation-area.hide {
	z-index: 20;
}

.grid-live .grid-body .grid-left .grid-video .participation-area .video-cont {
	width: 120px;
	display: inline-block;
	position: relative;
	font-size: 0;
}

.grid-live .grid-body .grid-left .grid-video .participation-area .video-cont + .video-cont {
	margin-left: 15px;
}

.grid-live .grid-body .grid-left .grid-video .video-cont {
	width: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .user-profile {
	width: 100%;
	height: 100%;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .user-profile:before {
	width: 30px;
	height: 30px;
}

.grid-live .grid-body .grid-left .grid-video .video-cont.off {
	width: 60px;
	height: 60px;
}

.grid-live .grid-body .grid-left .grid-video .video-cont.off .ratioDiv {
	padding: 0;
}

.grid-live .grid-body .grid-left .grid-video .video-cont.off .videoUser-inner video {
	display: none;
}

.grid-live .grid-body .grid-left .grid-video .video-cont.off .ico.zoom {
	background: url("/img/live/ico-zoomin.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
}

.grid-live .grid-body .grid-left .grid-video .video-cont.full {
	width: 100%;
	position: static;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .ratioDiv {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 75%;
	/* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
	/*padding-top: 56.25%;  16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.grid-live .grid-body .grid-left .grid-video .video-cont .videoUser {
	background-color: #0b1520;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	-webkit-box-shadow: 4px 2px 10px rgba(47, 68, 89, 0.2);
	        box-shadow: 4px 2px 10px rgba(47, 68, 89, 0.2);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.grid-live .grid-body .grid-left .grid-video .video-cont .videoUser-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .videoUser-inner video {
	width: 100%;
	height: 100%;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .videoPartner canvas {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .videoPartner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .videoPartner-inner video {
	width: 100%;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .ico {
	text-indent: -999rem;
}

.grid-live .grid-body .grid-left .grid-video .video-cont .ico.zoom {
	background: url("/img/live/ico-zoomout.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.grid-live .grid-body .grid-right {
	width: 100%;
	bottom: 15px;
	background: #f3f7fb;
	position: relative;
	overflow: auto;
}

.grid-live .grid-foot {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 25;
	background: rgba(255, 255, 255, 0.95);
	border-top: 1px solid #bbcbdb;
}

/* modal */
.clickMenu {
	position: fixed;
	width: 100px;
	z-index: 1000;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 0;
}

.clickMenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.clickMenu ul li {
	padding: 4px 8px;
}

.clickMenu ul li:hover a {
	font-weight: 900;
}

.clickMenu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	color: #333;
}

.clickMenu ul li a em {
	font-style: normal;
}

.clickMenu ul li + li {
	border-top: 1px solid #bbcbdb;
}

.popup-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.popup-container .popup-cont {
	overflow: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	max-height: -webkit-calc(100vh - 20px);
	max-height: calc(100vh - 20px);
	height: auto;
	margin: auto;
	background-color: #fff;
	z-index: 99999;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}

.popup-container .popup-cont h3 {
	margin: 0;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 6px;
}

.popup-container .popup-cont p {
	font-size: 1.5rem;
	margin: 0;
}

.popup-container .popup-cont .row {
	margin: 15px 0;
	padding: 0;
}

.popup-container .popup-cont .row .gui {
	width: 44px;
	height: 44px;
}

.popup-container .popup-cont .row .gui img {
	width: 26px;
}

.popup-container .popup-cont .row .btn {
	display: inline-block;
	min-width: auto;
	font-size: 1.4rem;
	padding: 10px 20px;
}

.popup-container .popup-cont .row .btn + .btn {
	margin-left: 8px;
}

.popup-container .pop-head {
	font-size: 1.5rem;
	line-height: 36px;
}

.popup-container .pop-body {
	padding: 30px;
}

.popup-container .close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: url("/img/live/ico-close.png") no-repeat 0 0;
	-webkit-background-size: contain;
	        background-size: contain;
	opacity: .7;
}

.popup-container .helper-box {
	margin-top: 30px;
}

.popup-container .helper-box .helper-head {
	margin-bottom: 10px;
}

.popup-container .btn-box {
	margin: 10px 0 30px;
}

.popup-container .tooltip-info {
	top: 0;
}

.popup-container .input-item em {
	line-height: 34px;
}

.dim {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-filter: blur(0.4);
	filter: blur(0.4);
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=90);
	opacity: 0.95;
	z-index: 99998;
}

/* Landscape mode */
@media only screen and (orientation: landscape) {
	.grid-live {
		height: 100vh;
		/*background: #0b1520; jwshin 2020-11-20 수정*/
		background: #000;
	}
	.grid-live .grid-intro .btn-box {
		display: block;
		width: 100%;
	}
	.grid-live .grid-intro .btn-box .btn {
		float: left;
		width: 50%;
		min-width: inherit;
		-webkit-border-radius: 0 0 0 30px;
		        border-radius: 0 0 0 30px;
	}
	.grid-live .grid-intro .btn-box .btn + .btn {
		-webkit-border-radius: 0 0 30px 0;
		        border-radius: 0 0 30px 0;
	}
	.grid-live .grid-intro-inner {
		width: 100%;
		max-width: 627px;
		overflow: hidden;
	}
	.grid-live .grid-intro .grid-video {
		width: 50%;
		float: left;
	}
	.grid-live .grid-intro .grid-video .video-cont .videoPartner {
		-webkit-border-radius: 30px 0 0 0;
		        border-radius: 30px 0 0 0;
	}
	.grid-live .grid-intro .form {
		width: 50%;
		float: left;
		-webkit-border-radius: 0 30px 0 0;
		        border-radius: 0 30px 0 0;
	}
	.grid-live .grid-intro .form-item {
		margin-top: 14px;
	}
	.grid-live .gui.hideTab {
		display: inline-block;
	}
	.grid-live .input-util {
		bottom: 60px !important;
	}
	.grid-live .input-util.style {
		bottom: 60px !important;
	}
	.grid-live .grid-body.hideUi {
		height: 100%;
	}
	.grid-live .grid-body .grid-mid {
		position: absolute;
		bottom: 40px;
		width: 100%;
		margin-top: 0;
	}
	.grid-live .grid-body .grid-left {
		float: left;
		width: 60%;
	}
	.grid-live .grid-body .grid-left .grid-video .message {
		width: auto;
		left: 20px;
		padding: 0;
	}
	.grid-live .grid-body .grid-left .grid-video .message.on {
		bottom: 140px;
	}
	.grid-live .grid-body .grid-left .grid-video .message.style {
		bottom: 140px;
	}
	.grid-live .grid-body .grid-left .grid-video .participation-area {
		width: 100px;
		bottom: auto;
		top: 12px;
		right: 12px;
	}
	.grid-live .grid-body .grid-left .grid-video .participation-area .video-cont {
		width: 100%;
	}
	.grid-live .grid-body .grid-left .grid-video .participation-area .video-cont + .video-cont {
		margin-left: 0;
		margin-top: 10px;
	}
	.grid-live .grid-body .grid-left .grid-video .video-cont {
		width: 100%;
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.grid-live .grid-body .grid-left .grid-video .video-cont.off {
		width: 60px;
		height: 60px;
	}
	.grid-live .grid-body .grid-right {
		float: left;
		width: 40%;
		bottom: 0;
		height: -webkit-calc(100vh - 55px) !important;
		height: calc(100vh - 55px) !important;
	}
	.grid-live .grid-body .grid-right .tab-component {
		padding-top: 10px;
		height: -webkit-calc(100vh - 105px);
		height: calc(100vh - 105px);
		padding-bottom: 10px;
	}
	.grid-live .grid-body .grid-right .tab-component .app-inner {
		padding: 0 30px 10px 10px;
	}
	.grid-live .grid-head.hideUi {
		position: fixed;
		z-index: 25;
		background: none;
		border: none;
	}
	.grid-live .grid-head.hideUi .left {
		background: #fff;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
		padding: 10px;
	}
	.grid-live .grid-mid.hideUi {
		bottom: 10px;
		width: 100%;
	}
	.grid-live .grid-foot {
		background: none;
		border-top: none;
	}
	.grid-live .grid-foot.hideUi {
		display: none;
	}
	.grid-live .grid-foot .user-input {
		background: none;
		width: 60%;
	}
	.grid-live .grid-foot .user-input .textinput {
		background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(227, 228, 230, 0)));
		background: -webkit-linear-gradient(bottom, black 0%, rgba(227, 228, 230, 0) 100%);
		background: -o-linear-gradient(bottom, black 0%, rgba(227, 228, 230, 0) 100%);
		background: linear-gradient(0deg, black 0%, rgba(227, 228, 230, 0) 100%);
		color: #fff;
	}
	.grid-live .grid-foot .user-input .textinput::-webkit-input-placeholder {
		color: #fff;
	}
	.grid-live .grid-foot .user-input .textinput:-ms-input-placeholder {
		color: #fff;
	}
	.grid-live .grid-foot .user-input .textinput::-ms-input-placeholder {
		color: #fff;
	}
	.grid-live .grid-foot .user-input .textinput::placeholder {
		color: #fff;
	}
	.grid-live .grid-foot .tab-title {
		position: absolute;
		background: #fff;
		right: 0;
		bottom: 0;
		width: 40%;
		height: 50px;
		border-left: 1px solid #bbcbdb;
		border-top: 1px solid #bbcbdb !important;
	}
	.grid-live .grid-foot .tab-title.style {
		border-left: 1px solid #bbcbdb;
	}
	.grid-live .grid-foot .tab-title ul li {
		padding: 6px 0 0;
	}
	.grid-live .grid-foot .tab-title ul li a:before {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
		margin-bottom: 0;
	}
	.grid-live .grid-right.hideUi {
		background: transparent;
		position: fixed;
		z-index: 25;
		top: 70px;
		width: 30%;
		left: 15px;
		padding-bottom: 90px;
	}
	.grid-live .grid-right.hideUi .chat-list li {
		padding-left: 0;
	}
	.grid-live .grid-right.hideUi .chat-list li .user-profile {
		display: none;
	}
	.grid-live .grid-right.hideUi .chat-list li .chat-box {
		background: rgba(255, 255, 255, 0.4);
	}
	.grid-live .grid-right.hideUi .chat-list li .chat-box .user-id {
		color: #0b1520;
	}
	.grid-live .grid-left.hideUi {
		width: 100%;
		position: relative;
		float: none;
	}
	.grid-live .grid-left.hideUi .grid-video {
		width: 61%;
		height: 100%;
		left: 0;
		right: 0;
		margin: auto;
		position: static;
	}
	.grid-live .grid-left.hideUi .grid-video .close.pictureClose {
		top: 54px;
		right: 24px;
		width: 35px;
		height: 35px;
	}
	.grid-live .grid-left.hideUi .grid-video .video-util {
		top: 10px;
		left: 177px;
	}
	.grid-live .grid-left.hideUi .grid-video .message {
		bottom: 90px !important;
		z-index: 26;
	}
	.grid-live .grid-left.hideUi .grid-video .participation-area {
		top: 62px;
		right: 20px;
		left: auto;
	}
	.grid-live .tab-component .liveTab_02.hideUi, .grid-live .tab-component .liveTab_03.hideUi {
		display: none;
	}
	.grid-live .tab-component .liveTab_01.onlyShow {
		display: block !important;
	}
}

/* tablet */
@media all and (min-width: 1024px) {
	.grid-live .grid-left.hideUi .grid-video {
		width: 100%;
	}
}

/* 배너 사이즈릏 맞추기 위해서 지정 jwshin 201122*/
.grid-mid .left {
	width: 52px;
	height: 46px
}