﻿
/* Layer2 */
.ly_info {
	position: absolute;
	bottom: 35px;
	left: 50px;
	z-index: 100;
	padding: 15px 20px 20px;
	background-color: #fff;
	border: 1px solid #666;
}

.ly_info .ic_arrow {
	position: absolute;
	bottom: -11px;
	left: 97px;
	width: 14px;
	height: 11px;
	background: url("https://stsg.image-gmkt.com/css/sg/qoo10/front/cm/qsm/image/common/ly_info_arrow.png") no-repeat;
}

.ly_info .btn_close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 19px;
	text-indent: -5000px;
	padding: 0;
	background: url("https://stsg.image-gmkt.com/css/sg/qoo10/front/cm/qsm/image/common/btn_ly_close.png") 0 -20px no-repeat;
}

.ly_info p {
	margin: 0 0 10px 0;
	line-height: 17px;
	font-weight: normal;
}

.ly_info .normal {
	font-weight: normal;
}

.ly_info img {
	margin: 10px 0;
}

.ly_info .table_basic th,
.ly_info .table_basic td {
	width: auto;
	min-width: 0;
}

.ly_info .ly_head {
	padding: 0 10px 15px 0;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 2px solid #000;
	white-space: nowrap;
}

.ly_info .ly_cont {
	padding: 20px 0;
	white-space: nowrap;
}

.ly_info .btn_area {
	margin-top: 10px;
	text-align: center;
}

.ly_info .tt_notice {
	display: block;
}

.ly_info .tt_notice:before {
	display: inline-block;
	margin: -2px 5px 0 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	content: "";
	background: url("https://stsg.image-gmkt.com/css/sg/qoo10/front/cm/qsm/image/common/ic_caution.png") no-repeat;
}

/* Layer3 -- 전체 덮는 레이어 */
.ly_fixed_wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	overflow: auto;
	text-align: center;
	font-size: 0;
}

.ly_fixed_wrap:after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

.ly_fixed_wrap .innr, .ly_fixed_wrap .content {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.ly_fixed_wrap .btn_clse {
	position: absolute;
	top: 0;
	right: -38px;
	border: none;
	width: 26px;
	height: 26px;
	font-size: 0;
	cursor: pointer;
	background: url("https://stsg.image-gmkt.com/css/sg/qoo10/front/cm/qsm/image/ly_fixed_wrap_close.png") no-repeat;
}

.ly_fixed_wrap.wht {
	background-color: rgba(255, 255, 255, 0.6);
}
