/***** view prd *****/
.view main {
	margin-top: 60px;
}

section.view_prd {
	overflow: visible;
	margin-bottom: 120px;
}

.view_prd .inner {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.view-prd-img-box {
	display: flex;
	gap: 200px;
	align-items: center;
	position: sticky;
	top: 206px;
}

.view-prd-thumb-wrap {
	width: 100px;
	height: 600px;
}

.view-prd__thumb {
	border-radius: 8px;
	outline: 1px solid var(--grayScale-05);
	outline-offset: -2px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.view-prd__thumb.swiper-slide-thumb-active {
	outline-color: var(--grayScale-15);
	outline-offset: -2px;
}

.view-prd-img-slide {
	width: 600px;
	overflow: hidden;
}

.view-prd-img-box .swiper-btn-wrap {
	width: 600px;
}

.view-prd-img-box .swiper-button-prev:after {
	content: url("../images/ico_btn_prev2_gry.svg");
	font-size: 0;
}

.view-prd-img-box .swiper-button-next:after {
	content: url("../images/ico_btn_next2_gry.svg");
	font-size: 0;
}

.view-prd-img-box .swiper-button-next,
.view-prd-img-box .swiper-button-prev {
	width: 20px !important;
	height: 20px;
}

.view-prd-img-box .swiper-pagination {
	display: flex;
	align-items: center;
}

/**********  view prd  *************/
.view-prd-promotion {
}

.view-prd-promotion__box {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	background-color: #e2f3ff;
	border-radius: 8px;
	padding: 12px 16px;
	text-align: center;
}

.view-prd-promotion__info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 4px;
	font-size: 14px;
	color: var(--grayScale-12);
	font-weight: 700;
}

.view-prd-promotion__dsc {
	border-top: 1px solid #cae9ff;
	padding-top: 8px;
}

.view-prd-promotion__dsc .view-prd-promotion__em {
	color: var(--ci-blue);
	font-weight: 500;
}

.view-prd-promotion__dsc,
.view-prd-promotion__dsc span {
	font-size: 13px;
	color: var(--grayScale-08);
}

.view-prd-promotion__info span {
	color: var(--ci-blue);
}

.view-prd-promotion__info .icon-percent {
	color: var(--ci-blue);
	font-weight: 600;
	font-size: 12px;
}

/**********  view prd  *************/
.view-prd-info-box {
	width: 620px;
	border-radius: 20px;
	background: var(--grayScale-03);
	padding: 40px;
	position: relative;
}

.view-prd-info__model-number {
	color: var(--grayScale-08);
	font-size: 16px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.view-prd-info__item-tit {
	color: var(--grayScale-15);
	font-size: 28px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	margin-top: 4px;
}

.view-prd__button--copy-link {
	position: absolute;
	right: 20px;
	top: 20px;
	background: transparent;
	cursor: pointer;
}

.view-prd__button--copy-link:hover svg path {
	stroke: var(--ci-blue);
}

.ico-link-copy {
	transition: all 0.1s linear;
}

.view-prd-summery {
	margin-top: 20px;
}

.view-prd-summery__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.view-prd-summery__head .btn {
	background-color: transparent;
	cursor: pointer;
}

.view-prd-summery__head .icon-arrow-down2 {
	font-weight: 600;
	font-size: 14px;
	color: var(--grayScale-08);
}

.view-prd-promotion h3,
.view-prd-summery h3 {
	color: var(--grayScale-11);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.view-prd-summery__script-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 16px;
	margin-top: 12px;
	gap: 20px 12px;
	border-bottom: 1px solid var(--grayScale-05);
	max-height: 67px;
	overflow: hidden;
}

.view-prd-summery__script-box.active {
	max-height: none;
}

.view-prd-summery__script-box p {
	font-size: 13px;
	color: var(--grayScale-10);
	display: flex;
}

.view-prd-summery__script-box p:after {
	content: '|';
	display: block;
	color: var(--grayScale-05);
	padding-left: 16px;
}

.view-prd-summery__script-box span {
	font-size: 13px;
	color: var(--grayScale-15);
	padding-left: 12px;
}

.view-prd-option h3 {
	margin-top: 32px;
	color: var(--grayScale-12);
	font-size: 16px;
	line-height: 20px;
}

.view-prd-option-wrap {
	margin-top: 12px;
	display: flex;
	gap: 8px;
}

.view-prd-option-box {
	flex: 1 1 auto;
}

.view-prd-option-box input[type="radio"] {
	display: none;
}

.view-prd-option-box input[type="radio"] + label {
	display: block;
	text-align: center;
	padding: 12px 4px;
	background: var(--grayScale-01);
	border-radius: 8px;
	outline: 1px solid var(--grayScale-06);
	color: var(--grayScale-08);
	cursor: pointer;
	word-break: keep-all;
	font-size: 14px;
}

.view-prd-option-box input[type="radio"]:checked + label {
	outline: 1px solid #00a7e1;
	color: #00a7e1;
	font-weight: 600;
	background: #f3fcff;
}


/* view-prd-price */
.view-prd-price-wrap {
	margin-top: 32px;
}

.view-prd-price-wrap h3 {
	color: var(--grayScale-12);
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.view-prd-price {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	padding-top: 20px;
	border-top: 1px solid var(--grayScale-05);
	padding-bottom: 20px;
}

/* 금액 */
.view-prd-price [class*="view-prd-price--"] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}

/* 레이블 */
.view-prd-price [class*="view-prd-price--"] span {
	color: var(--grayScale-15);
	font-size: 16px;
	font-weight: 500;
}


.view-prd-price .view-prd-price--discount span,
.view-prd-price .view-prd-price--discount {
	color: var(--grayScale-08);
	position: relative;
}

.view-prd-price .view-prd-price--discount:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 92px;
	height: 2px;
	background: var(--grayScale-08);
}

.view-prd-price .view-prd-price--event span,
.view-prd-price .view-prd-price--event {
	color: var(--ci-point);
}

.view-prd-price .view-prd-price--card span,
.view-prd-price .view-prd-price--card {
	color: var(--ci-blue);
}

.view-prd__order-btn {
	margin-top: 16px;
}

.view-prd__order-btn button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: var(--ci-blue);
	color: var(--grayScale-01);
	font-size: 20px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
}

/***** view prd *****/


/***** card banner *****/
.card-banner__object {
	width: 200px;
	height: 200px;
	right: calc(50% - 400px);
	opacity: 0;
	transition: all 0.5s ease-out;
}

.card-banner__object.active {
	transform: translateY(0);
}

.card-item--back,
.card-item--front {
	bottom: 0;
	position: absolute;
	box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	transition: all 0.3s ease-out;
}

.card-item--back {
	z-index: 1;
	width: 80px;
}

.card-item--front {
	z-index: 2;
	left: 8px;
	width: 100px;
}

.card-item--back.active {
	transform: rotate(-15deg);
}

.card-item--front.active {
	transform: rotate(15deg);
	left: 40px;
}


/***** detail *****/
.view-prd-detail {
	width: 1000px;
	margin: 0 auto;
}

.view-prd-detail h2 {
	text-align: center;
	padding: 20px 0;
}

.view-prd-detail .official-area img {
	display: block;
	width: 860px;
	margin: 0 auto;
}

.view-prd-detail .event-area {
	margin: 20px 0;
}

.view-prd-detail .event-txt {
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 40px;
	background-color: #f2f6fa;
	color: var(--ci-blue);
	text-align: center;
	font-weight: 500;
}

.view-prd-detail .event-img {
	width: 860px;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}


.view-prd-detail-header {
	width: 100%;
	position: fixed;
	bottom: 0;
	transform: translateY(100%);
	opacity: 0;
	background: #000000aa;
	transition: var(--ani);
}

.view-prd-detail-header.active {
	transform: translateY(0);
	opacity: 1;
}

.view-prd-detail-header .inner {
	padding: 20px 0;
	display: flex;
	justify-content: center;
	gap: 100px;
	align-items: center;
}

.view-prd-detail-header .view-prd-info__model-number {
	color: var(--grayScale-05);
}

.view-prd-detail-header .view-prd-info__item-tit {
	color: var(--grayScale-01);
}

.view-prd-detail__btn a {
	font-size: 20px;
	color: var(--grayScale-15);
	background: var(--grayScale-01);
	border-radius: 12px;
	padding: 12px 40px;
	font-weight: 600;
	cursor: pointer;
	transition: var(--ani);
}

.view-prd-detail__btn a:hover {
	color: var(--grayScale-01);
	background: var(--ci-blue);
}

/***** detail *****/
.view .floating-bar {
	display: none;
}


.view .flag_wrap .flag {
	width: 80px;
	height: 80px;
	font-size: 15px;
}

.view .flag_wrap--tag .flag {
	height: auto;
	width: min-content;
	font-size: 12px;
}

.flag-promotion.AP-100013:nth-of-type(2) {
	top: 110px;
}

.flag-promotion.AP-100013:nth-of-type(3) {
	top: 200px;
}
