@charset "utf-8";

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */
.ship_notice {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #ff0000;
	word-break: keep-all;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	margin: 0;
	padding: 0;
}

.img-fluid {
	background-color: #fff;
}

.check_area {
	width: 100%;
}

.check_area input:checked + label {
	color: #000;
}

.info_dot p:after {
	background: #000;
}

.info_dot {
	margin-top: 40px;
}

option:disabled {
	color: #b1b1b1;
}

.btn-group .btn {
	font-weight: 400;
}

.btn_order .btn {
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
}

.info_dot p,
.info_dot li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	letter-spacing: -0.42px;
}

.info_dot p:last-child {
	margin-bottom: 0;
}

button.white_purple {
	border: 1px solid #8c53ff !important;
	background-color: #fff !important;
	color: #8c53ff !important;
}

.radio_area label {
	margin-right: 0;
	font-size: 14px;
	line-height: 24px;
}

.wrap_point {
	margin-top: 30px;
	border-top: 1px solid #d9d9d9;
}

.wrap_point p {
	padding: 30px 0;
}

.item_list .ship_info_area .delivery_status_btn {
	display: inline-block;
	flex: none;
	margin: auto auto auto 6px;
	width: 16px;
	height: 16px;
	background: url("/content/images/icon/ico_cart_alert.png") no-repeat center / 100% auto;
	text-indent: -99999px;
	cursor: pointer;
}

.ttip.show {
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -50%);
}

.ttip.show .close {
	display: block;
}

.ttip .close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url("/content/images/icon/btn_popclose.png") no-repeat 0 0 / 100% auto;
}

/* -webkit-scrollbar : none */
.free_table::-webkit-scrollbar {
	display: none;
}

@media (min-width: 481px) {
	.delivery_status_btn.pc:hover ~ .ttip {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.item_list .ship_info_area .delivery_status_btn {
		width: 14px;
		height: 14px;
	}
}

@media (max-width: 991px) {
	.free_table::-webkit-scrollbar {
		display: inline !important;
	}

	.table_wrap_scroll {
		margin-left: 60px;
		overflow-x: scroll;
		z-index: 1;
		width: calc(100% - 60px);
	}

	.table_wrap_fixed {
		position: absolute;
		top: 0;
		left: 0;
		-webkit-box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.16);
		box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.16);
		z-index: 2;
		width: 60px;
		height: 100%;
	}

	.notice_txt {
		font-size: 13px;
	}

	.ship_notice {
		font-size: 13px;
	}

	.form_area .btn_right .btn_wrap_box {
		margin-top: 10px;
		width: 100%;
	}

	.form_area .btn_right .btn_wrap_box .btn {
		padding: 0 !important;
		width: 90px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
}
