@charset "UTF-8";

/* 캐쉬사용 리뉴얼 작업 (2025-02-10 이재림) */
.useCashMainwrap {
    background: #F5F6F8;
    overflow: visible !important;
}
.useCashMainwrap .top_re_tab_area{
	padding: 0 3.6rem !important;
}
#container.useCashMainwrap{
	font-size:initial !important;
	line-height: initial !important;
	padding:0 !important;
} 
.useCashMainwrap .cland_bottom{
	z-index:3 !important;
	margin-top:0 !important;
}
.useCashMainwrap .main-area{
	position: relative;
    box-sizing: border-box;
}
.useCashMainwrap .main-area .main-top{
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.useCashMainwrap .main-area .main-top .top-ad-banner{
	margin: 20px 0;
}
.useCashMainwrap .favorite-box{
	padding:16px 20px;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
	display:flex;
	flex-direction: column;
	justify-content: center;
	border-radius:20px;
	gap:16px;
    box-sizing: border-box;
    margin-top: -24px;
    z-index: 1;
    position: relative;
}
.useCashMainwrap .favorite-box .title{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.useCashMainwrap .favorite-box .title span{
	color: #303030;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	line-height: 150%; /* 21px */
	gap: 8px;
}
.useCashMainwrap .favorite-box .brand{
	display:flex;
	justify-content: flex-start;
	overflow-x: scroll;
    white-space: nowrap;
    gap: 8px;
}
.useCashMainwrap .favorite-box .brand .brand-img{
	background: #FFF;
	border-radius: 999px;
	width: 64px;
	height: 64px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}
.useCashMainwrap .favorite-box .brand .brand-img:active{
	opacity:70%;
}
.useCashMainwrap .favorite-box .brand .brand-img.jx_ad a {
	border-radius: 99px;
	overflow: hidden;
}
.useCashMainwrap .favorite-box .brand .brand-img img{
	width:40px;
}
.useCashMainwrap .favorite-box .brand .brand-img.jx_ad img {
	width: auto;
}
.useCashMainwrap .favorite-box .brand .brand-img.jx_ad img.bubble {
	position: absolute;
    width: 28px;
    top: 0;
    right: 0;
}


.useCashMainwrap .main-bottom{
	border-radius: 20px 20px 0px 0px;
	background: #FFF;
	padding :24px 0;
	width: 100%;
    box-sizing: border-box;
    z-index: 3;
    position: relative;
    margin-top: 20px;
	/*top: 220px;*/
}
.useCashMainwrap .main-bottom .sub-section {
	padding: 0 20px;
    overflow: hidden;
    margin-bottom: 52px;
}
.useCashMainwrap .main-bottom .sub-section-1 {
	margin-bottom: 0;
}
.useCashMainwrap .main-bottom .sub-section-2 {
	padding: 0;
}
.useCashMainwrap .main-bottom .sub-section-6 {
	overflow: unset;
}
.useCashMainwrap .main-bottom .sub-section .title{
	color: #303030;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%; /* 26px */
	letter-spacing: -0.8px;
	margin-bottom: 16px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.useCashMainwrap .main-bottom .sub-section-1 .detail{
	border-radius: 20px;
	background: #F5F6F8;
	width:100%;
	padding: 16px 11px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
    gap: 24px;
}
.useCashMainwrap .main-bottom .sub-section-1 .detail img {
	width: 88px;
}
.useCashMainwrap .main-bottom .sub-section-1 .open-title{
	color: #EE502E;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%; /* 21px */
	letter-spacing: -0.56px;
}
.useCashMainwrap .main-bottom .sub-section-1 .txt-area .txt{
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%; /* 25.2px */
	letter-spacing: -0.72px;
	word-break: break-all;
	margin-bottom:7px;
}
.useCashMainwrap .main-bottom .sub-section-2 .title{
	padding-left:20px;
	margin-bottom:0 !important;
}
.useCashMainwrap .main-bottom .sub-section-2 .detail{
	display: flex;
	flex-direction: column;
}
.useCashMainwrap .main-bottom .sub-section-2 .detail::-webkit-scrollbar{
	display:none;
}
.useCashMainwrap .main-bottom .section-2-flex{
	display:flex!important;
	gap:16px;
	align-items:center;
	justify-content: center;
	padding:16px 0 20px;	
}
.useCashMainwrap .main-bottom .section-2-flex .usage-box{
	flex:1;
	display:flex;
	flex-direction: column;
	border-radius:12px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.useCashMainwrap .main-bottom .sub-section-2 .slick-track{
	display: flex;
	flex-direction: row;
}
.useCashMainwrap .main-bottom .slick-slide{
	margin-left: 20px;
    margin-right: 20px;
}
/* .useCashMainwrap .main-bottom .slick-slide:first-child{
	margin-left:0 !important;
} */
.useCashMainwrap .main-bottom .section-2-flex .usage-box .title-area{
	padding : 16px 20px;
	border-radius: 0 0 12px 12px;
	background:#FFF;
}
.useCashMainwrap .main-bottom .section-2-flex .usage-box .usage-title{
	color: #303030;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
	letter-spacing: -0.64px;
}
.useCashMainwrap .main-bottom .section-2-flex .usage-box .txt{
	color:#6F6F6F;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.56px;
	margin-top: 8px;	
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex .book-box{
	width:116px;
	display:flex;
	flex-direction: column;
	gap:12px;
	flex-shrink:0;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex {
	display:flex;
	flex-direction:row;
	gap:10px;
	overflow-x:scroll;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex::-webkit-scrollbar{
	display:none;
}
.useCashMainwrap .main-bottom .title-brand {
	margin-bottom:4px;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex .book-img{
	border-radius: 12px;
	border: 1px solid var(--Semantic-Color-Border-border-light, #DFE1E5);
	background: var(--Semantic-Color-Background-bg-light, #F5F6F8);
	display:flex;
	width:100%;
	justify-content: center;
	align-items:center;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex .book-img img{
	height: 100%;
    object-fit: contain;
}
.useCashMainwrap .main-bottom .book-info {
	display:flex;
	flex-direction: column;
	gap:4px;
	justify-content: space-between;
	height: 58px;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex #book-title{
	color: #303030;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	flex:1;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex #book-price{
	color: #303030;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: -0.64px;
}
.useCashMainwrap .main-bottom .sub-section-coupang .title{
	display:flex;
	align-items:center;
	color: #303030;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%; /* 26px */
	letter-spacing: -0.8px;
}
.useCashMainwrap .main-bottom .sub-section-coupang .goCoupangBtn{
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
	letter-spacing: -0.64px;
	padding : 10px 0;
	width: 100%;
	text-align: center;
	border-radius: 8px;
	border: 1px solid var(--Semantic-Color-Border-border-light, #DFE1E5);
	background: var(--Palette-White-White, #FFF);
	margin-top: 12px;
}

.useCashMainwrap .main-bottom .coupang-adItem-list{
	margin-top: 20px;
	display:flex;
	width:100%;
	justify-content: space-between;
}
.useCashMainwrap .main-bottom .coupang-adItem-list .adItem{
	width:32%;
}
.useCashMainwrap .main-bottom .coupang-adItem-list .adItem .adItem_imgbox{
	width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.useCashMainwrap .main-bottom .coupang-adItem-list .adItem .adItem_name{
	color: #303030;
	font-size: 12px;
	font-weight: 600;
	line-height: 150%; /* 18px */
	letter-spacing: -0.48px;
	margin : 8px 0 4px;
	
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
	
}
.useCashMainwrap .main-bottom .coupang-adItem-list .adItem .adItem_state,.coupang-adItem-list .adItem .adItem_state img{
	height:12px;
}
.useCashMainwrap .main-bottom .sub-section-4 .detail img{
	width: 100%;
}
.useCashMainwrap .main-bottom .sub-section-4 .sub-detail{
	border-radius: 20px;
    overflow: hidden;
}
.useCashMainwrap .main-bottom .sub-section-5 .detail{
	display:flex;
	flex-direction: column;
	gap:12px;
}
.useCashMainwrap .main-bottom .offline-box{
	border-radius: 12px;
	overflow: hidden;
}
.useCashMainwrap .main-bottom .offline-box .txt{
	color: #303030;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.56px;
}
.useCashMainwrap .main-bottom .offline-box .bolder{
	font-weight: 600;
}

.useCashMainwrap .main-bottom .sub-section-6 .detail{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-top:30px;
}

.useCashMainwrap .main-bottom .sub-section-6 .detail .cul-usage-box{
	width:31%;
	border-radius: 12px;
	position: relative;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.useCashMainwrap .main-bottom .sub-section-6 .detail .cul-usage-box .brand{
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: var(--Palette-White-White, #FFF);
	width:100%;
	border-radius: 12px;
	position: relative;
}

.useCashMainwrap .main-bottom .sub-section-6 .detail .cul-usage-box .label{
	width:100%;
	color: #69B6A4;
	text-align: center;
	padding:5px 0 26px;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: -0.56px;
	border-radius: 12px 12px 0px 0px;
	background: rgba(105, 182, 164, 0.20);
	position:absolute;
	top:-30px;
}

.useCashMainwrap #container .article {
	position:relative;
}
.useCashMainwrap .usecash-barcode-area{
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 7;
    height: 52px;
    border-radius: 24px 24px 0px 0px;
    background: #69B6A4;
    padding-bottom: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:1;
}
.usecash-barcode-area .flex{
	display:flex;
	justify-content: center;
	align-items: center;
	gap:8px;
}
.usecash-barcode-area .flex span{
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%; /* 24px */
	letter-spacing: -0.64px;
}

/* 캐쉬사용 리뉴얼 작업 (2025-02-10 홍선기) */
.page_topbanner_box {
	width: calc(100% + 8rem);
    margin-left: -4rem;
}
.brand_list_outer {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.brand_list_outer li {
	padding: 28px 12px 16px 12px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}
.brand_list_outer li .bage {
	position: absolute;
    top: 6px;
    left: 6px;
    background: #69b6a4;
    color: #fff;
    padding: 5px 6px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}
.brand_list_outer li .heart {
	position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    background: url("https://image.cultureland.co.kr/upload/web/etc/0-heart.png") no-repeat;
	background-size: cover;
}
.brand_list_outer li .heart.on {
	background: url("https://image.cultureland.co.kr/upload/web/etc/1-heart.png") no-repeat;
	background-size: cover;
}
.brand_list_outer li .logobox {
	height: 44px;
	max-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_list_outer li .brandnamebox {
	margin-top: 8px;
    color: #303030;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}
.brand_list_outer li .brandnamebox p {
	width: 100%;
}
.list_content {
	margin-top: 36px;
}
.list_content.fir {
	margin-top: 0;
}
.list_content h3 {
	color: var(--main-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.list_content h3 span {
	margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.wrapGoogle .couponTitle {
	padding-bottom: 0;
}
.wrapGoogle .couponTitle>dt {
	color: var(--main-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.wrapGoogle .choiceMoney {
	margin: 0;
    margin-top: 12px;
    row-gap: 12px;
}
.wrapGoogle .choiceMoney>li {
	padding: 0;
	flex: 0 1 calc(50% - 6px);
}
.wrapGoogle .choiceMoney>li>a {
	border-radius: 8px;
    border: 1px solid #dfe1e5;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 600;
    line-height: 1.5;
}
.wrapGoogle .choiceMoney>li>a.active {
	border-color: #da4634;
    font-weight: 600;
    color: #da4634;
}
.wrapGoogle .amountBtm {
	margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapGoogle .amountBtm>.tit {
	color: var(--main-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0;
}
.wrapGoogle .amountBtm>.amountForm {
	text-align: right;
}
.wrapGoogle .amountBtm>.amountForm>a {
	margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    background: #fff;
}
.wrapGoogle .amountBtm>.amountForm>a:before {
	background: #6f6f6f;
    width: 8px;
    height: 1px;
    margin: 0;
    transform: translate(-50%, -50%);
}
.wrapGoogle .amountBtm>.amountForm>a:after {
	background: #6f6f6f;
    height: 8px;
    width: 1px;
    margin: 0;
    transform: translate(-50%, -50%);
}
.wrapGoogle .amountBtm>.amountForm>a.minus:after {
	content: unset;
}
.wrapGoogle .amountBtm input[type=tel] {
	padding: 0;
    color: var(--main-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    height: 32px;
    width: 54px;
}
.wrapGoogle .btnArea #nextStep {
	margin: 0;
    background: #da4634;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    height: 52px;
}
.wrapGoogle .btnArea a>.icon.arr {
	padding: 0;
    background: none;
}
.wrapGoogle .note.bottom {
	margin-top: 40px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #eceef2;
    border: none;
}
.wrapGoogle .note.bottom>.title:before {
	content: unset;
}
.wrapGoogle .note.bottom>.title {
	padding: 0;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapGoogle .note.bottom>.title img {
	width: 14px;
	padding: 4px;
}
.wrapGoogle .detail_note {
	display: none;
	margin-top: 12px;
}
.wrapGoogle .note.bottom dl.tits {
	padding-top: 0;
}
.wrapGoogle .note.bottom .bul_2x2>li {
	font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    padding: 0;
    line-height: 1.5;
    display: flex;
    gap: 4px;
}
.wrapGoogle .note.bottom .bul_2x2>li:before {
	content: unset;
}
.wrapGoogle .note.bottom dl.tits>dt {
	font-size: 15px;
    color: #6f6f6f;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cland_main_center.center {
	margin: 0 0 0 -4rem;
	width: calc(100% + 8rem);
	overflow: hidden;
}
.cland_main_center.center.useCashMain_topBanner {
	width: 100%;
    margin: 0;
}

/* 페이지네이션 스타일 */
.sub-section-2 .section-2-flex{
	box-shadow: none !important;
}
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

/* bullet 스타일 조정 */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: gray;
    opacity: 0.5;
    margin: 5px;
    transition: opacity 0.3s;
}
/* 현재 선택된 bullet */
.swiper-pagination-bullet-active {
     background-color: black;
     opacity: 1;
}


.slide-container-main { 
	position: relative; 
	width: calc(100% + 8rem); 
    margin-left: -4rem; 
    visibility: hidden;
} 
.slide-container-main .slick-slide { 
	height: auto; 
} 
.slide-container-main .custom-pagination { 
	position: absolute; 
    bottom: 37px; 
    right: 20px; 
    background: rgba(0, 0, 0, 0.10); 
    padding: 2px 8px; 
    border-radius: 99px; 
    color: #303030; 
    font-size: 12px; 
    line-height: 1.5; 
} 
.slide-container-main .custom-pagination .pagination-current { 
	font-weight: 600; 
} 
.slick-dots{
	display: flex !important;
    gap: 12px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.slick-dots button{
 	border-radius: 99px;
    background: #DFE1E5;
    border: none;
    width: 8px;
    height: 8px;
    line-height: 0;
    font-size: 0;
    padding: 0;
 }
 
 .slick-dots .slick-active button{
    background: #DA4634;
 }

.sub-section-2 .slick-slide {
	height: auto !important;
}

/* 캐쉬사용 리뉴얼 작업 (2025-02-10 홍선기) */
.page_topbanner_box {
	width: calc(100% + 8rem);
    margin-left: -4rem;
}
.brand_list_outer {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.brand_list_outer li {
	padding: 30px 10px 16px 10px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}
.brand_list_outer li .bage {
	position: absolute;
    top: 6px;
    left: 6px;
    background: #69b6a4;
    color: #fff;
    padding: 5px 6px;
    border-radius: 99px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}
.brand_list_outer li .heart {
	position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    background: url("https://image.cultureland.co.kr/upload/web/etc/0-heart.png") no-repeat;
	background-size: cover;
}
.brand_list_outer li .heart.on {
	background: url("https://image.cultureland.co.kr/upload/web/etc/1-heart.png") no-repeat;
	background-size: cover;
}
.brand_list_outer li .logobox {
	height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_list_outer li .brandnamebox {
	margin-top: 8px;
    color: #303030;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    /* height: 36px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_content {
	margin-top: 36px;
}
.list_content h3 {
	color: var(--main-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}
.list_content h3 span {
	margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.wrapGoogle .couponTitle {
	padding-bottom: 0;
}
.wrapGoogle .couponTitle>dt {
	color: var(--main-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.wrapGoogle .choiceMoney {
	margin: 0;
    margin-top: 12px;
    row-gap: 12px;
}
.wrapGoogle .choiceMoney>li {
	padding: 0;
	flex: 0 1 calc(50% - 6px);
}
.wrapGoogle .choiceMoney>li>a {
	border-radius: 8px;
    border: 1px solid #dfe1e5;
    font-size: 14px;
    color: #6f6f6f;
    font-weight: 600;
    line-height: 1.5;
}
.wrapGoogle .choiceMoney>li>a.active {
	border-color: #da4634;
    font-weight: 600;
    color: #da4634;
}
.wrapGoogle .amountBtm {
	margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapGoogle .amountBtm>.tit {
	color: var(--main-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0;
}
.wrapGoogle .amountBtm>.amountForm {
	text-align: right;
}
.wrapGoogle .amountBtm>.amountForm>a {
	margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    background: #fff;
}
.wrapGoogle .amountBtm>.amountForm>a:before {
	background: #6f6f6f;
    width: 8px;
    height: 1px;
    margin: 0;
    transform: translate(-50%, -50%);
}
.wrapGoogle .amountBtm>.amountForm>a:after {
	background: #6f6f6f;
    height: 8px;
    width: 1px;
    margin: 0;
    transform: translate(-50%, -50%);
}
.wrapGoogle .amountBtm>.amountForm>a.minus:after {
	content: unset;
}
.wrapGoogle .amountBtm input[type=tel] {
	padding: 0;
    color: var(--main-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    height: 32px;
    width: 54px;
}
.wrapGoogle .btnArea #nextStep {
	margin: 0;
    background: #da4634;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
    height: 52px;
}
.wrapGoogle .btnArea a>.icon.arr {
	padding: 0;
    background: none;
}
.wrapGoogle .note.bottom {
	margin-top: 40px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #eceef2;
    border: none;
}
.wrapGoogle .note.bottom>.title:before {
	content: unset;
}
.wrapGoogle .note.bottom>.title {
	padding: 0;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapGoogle .note.bottom>.title img {
	width: 14px;
	padding: 4px;
}
.wrapGoogle .detail_note {
	display: none;
	margin-top: 12px;
}
.wrapGoogle .note.bottom dl.tits {
	padding-top: 0;
}
.wrapGoogle .note.bottom .bul_2x2>li {
	font-size: 14px;
    color: #6f6f6f;
    font-weight: 400;
    padding: 0;
    line-height: 1.5;
    display: flex;
    gap: 4px;
}
.wrapGoogle .note.bottom .bul_2x2>li:before {
	content: unset;
}
.wrapGoogle .note.bottom dl.tits>dt {
	font-size: 15px;
    color: #6f6f6f;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cland_main_center.center {
	margin: 0 0 0 -4rem;
	width: calc(100% + 8rem);
	overflow: hidden;
}
.cland_main_center.center.useCashMain_topBanner {
	width: 100%;
    margin: 0;
}
.slide-container-main {
	position: relative;
	width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-top: 3px;
}
.slide-container-main .slick-slide {
	height: auto;
}
.slide-container-main .custom-pagination {
	position: absolute;
    bottom: 37px;
    right: 20px;
    background: rgba(0, 0, 0, 0.10);
    padding: 2px 8px;
    border-radius: 99px;
    color: #303030;
    font-size: 12px;
    line-height: 1.5;
}
.slide-container-main .custom-pagination .pagination-current {
	font-weight: 600;
}
.content-outer {
	background: #f5f6f8;
    position: relative;
    z-index: 1;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    padding: 24px 4rem 0;
    box-sizing: border-box;
}
.usecash-middle-adarea {
	border-radius: 20px;
    overflow: hidden;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 52px;
    margin-top: 16px;
}
.usecash-middle-adarea-top {
	border-radius: 20px;
    overflow: hidden;
}
.slide-container-use .slick-list {
	padding: 16px 0 20px;
}
.useCashMainwrap .main-bottom .slide-container-use .slick-slide {
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 12px;
    overflow: hidden;
}
.black-bg {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
}
.usecash-advideo-area {
	position: fixed;
    bottom: 63px;
    width: 100%;
    z-index: 20;
}
.usecash-advideo-area .__a1-in-banner-container {
	position: fixed;
    bottom: 131px;
    left: 0;
    width: 100% !important;
    height: auto !important;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.usecash-advideo-area .__a1-in-banner-img-container img {
	width: 100% !important;
	height: 100% !important;
}
.usecash-advideo-area .__a1-in-banner-video-tb-container {
	top: 50%;
    left: 50% !important;
    transform: translate(-50%, -55%);
    width: calc(100% - 35px) !important;
    height: auto !important;
    /* min-height: 181px !important; */
    /* height: -webkit-fill-available !important; */
    z-index: -1;
}
.usecash-advideo-area .videoPlayer-dimensions {
	width: 100% !important;
	height: 100% !important;
}
.usecash-advideo-area .__a1-in-banner-video-tb-container video {
	object-fit: cover;
}
.usecash-advideo-area .video-js .vjs-tech {
	position: unset;
}
.video-ad-banner {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.usecash-advideo-area .adpop_today {
	width: 100%;
    padding: 0 12px 31px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.usecash-advideo-area .adpop_today li {
	color: #6f6f6f;
    font-size: 14px;
    line-height: 1.5;
    float: unset;
    width: auto;
}
.usecash-advideo-area .adpop_today input[type="checkbox"] {
	display: none;
}
.usecash-advideo-area .adpop_today .check_culture {
	display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(https://image.cultureland.co.kr/upload/web/etc/20231025_culture_check.svg);
    margin-right: 4px;
}
.usecash-advideo-area .adpop_today li:last-child {
	padding: 8px;
}


/* 캐쉬사용 동영상 팝업 조정 (2025-05-27 홍선기) */
.usecash-advideo-area .__a1-in-banner-container {
	aspect-ratio: 36 / 41;
}
.usecash-advideo-area .__a1-in-banner-video-tb-container {
	aspect-ratio: 16 / 9;
}
.useCashMainwrap .main-bottom .sub-section-3 {
	padding: 0 0 0 20px;
}
.useCashMainwrap .main-bottom .sub-section-3 .section3-flex .book-box:last-child {
	margin-right: 20px;
}
.useCashMainwrap .main-bottom .slick-slide {
	margin: 0;
	margin-right: 16px;
}
.content-outer {
	padding: 24px 20px 0;
}
.slide-container-use .slick-list {
	padding-left: 20px;
}
.useCashMainwrap .main-bottom .slick-slide:nth-child(even) {
	margin-right: 20px;
}
.useCashMainwrap .favorite-box .brand .brand-img img {
	width: auto;
}
/* .brand_list_outer li .heart.on {
	background: url(https://image.cultureland.co.kr/upload/web/etc/2-heart.svg) no-repeat;
} */
.useCashMainwrap .main-bottom .sub-section-5 {
	margin-bottom: 80px;
}
.useCashMainwrap .favorite-box .brand::-webkit-scrollbar {
	display: none;
}
.content-outer {
	margin-top: -18px;
}

/* .heart-container {
	position: relative;
    width: 25px;
    height: 25px;
}
.heart-img {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    clip-path: url(#svgPath);
}
 .heart.on .heart-img::before {
 	transform: scale(1);
    opacity: 1;
}
 .heart-stroke {
 	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    fill: #dfe1e5;
}
.heart.on .heart-stroke {
	opacity: 0;
}
.brand_list_outer li .heart {
	position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
} */
.useCashMainwrap .favorite-box {
	padding: 16px 0 16px 20px;
}
.modal.alert#pop_google3 .btnArea a {
	border-radius: 99px;
}
.modal.alert#pop_google3 .btnArea a:nth-of-type(1) {
	margin-right: 1rem;
}
.useCashMainwrap .favorite-box .brand .brand-img {
	border: 1px solid #dfe1e5;
    box-sizing: border-box;
    border-radius: 99px;
}
.useCashMainwrap .favorite-box .brand .brand-img img {
	border-radius: 99px;
}
.useCashMainwrap .slide-container-use .slick-slide img {
	width: 100%;
}


/* 캐쉬사용 동영상 팝업,캐쉬사용 하단 바코드결제 바 수정 (2025-07-25 홍선기) */
.usecash-advideo-area .__a1-in-banner-video-tb-container {
	transform: translate(-50%, -44%);
}
.usecash-advideo-area .__a1-in-banner-container {
	background: #000;
}
.useCashMainwrap .usecash-barcode-area {
	padding-bottom: 20px;
    bottom: 63px;
}


/* 반응형 */
@media (min-width: 500px) {
	.usecash-advideo-area .__a1-in-banner-container {
        left: 50%;
    	transform: translateX(-50%);
    	width: 380px !important;
    }
    .video-ad-banner,
    .usecash-advideo-area .adpop_today {
    	width: 380px;
    	margin: 0 auto;
    }
    .useCashMainwrap .main-area .main-top {
    	padding: 0 50px 3px;
    }
    .useCashMainwrap .main-bottom .sub-section {
    	padding: 0 50px;
    }
    .usecash-middle-adarea {
    	width: calc(100% - 100px);
    	margin-left: 50px;
    }
    .useCashMainwrap .main-bottom .slide-container-use .slick-slide {
 		box-shadow: none;
	}
	.useCashMainwrap .main-bottom .slide-container-use .slick-slide.slick-active {
 		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	}
	.content-outer {
		padding: 24px 60px 0;
	}
	.brand_list_outer li .bage {
		top: 10px;
    	left: 10px;
	}
	.brand_list_outer li .logobox img {
		width: 76%;
	}
	.brand_list_outer li .logobox {
		height: auto;
		max-height: unset;
	}
	.brand_list_outer {
		gap: 16px;
	}
}

@keyframes slideUp{
	0%{
		opacity:0.5;
		transform : translateY(100%);
	}
	100% {
		opacity:1;
		transform : translateY(0%);
	}
}

@keyframes slideDown{
	0%{
		opacity:1;
		transform : translateY(0);
	}
	100% {
		opacity:1;
		transform : translateY(100%);
	}
}

