@charset "UTF-8";	
.single-video.light {padding-right: 0 !important;}
/* 리스트 탭 스타일 (공통) */
.tab-container { display: flex; gap: 5px; overflow-x: auto;  /* 가로 스크롤 허용 */ white-space: nowrap; margin-top: 1rem;}
.tab-container .tab-button {display: block; background-color: transparent; font-size: 14px; font-weight: 300; color: #747474; border: none; padding: 0.5rem 0; margin: 0 0.8rem;}
.tab-container .tab-button.active {font-weight: 600; color: #106fed; position: relative;}
.tab-container .tab-button.active::after {content: ''; display: block; width: 100%; height: 2px; position: absolute; left: 0; right: 0; bottom: 0; background-color: #106fed;}

/* 리스트 상단 스타일 (공통) */
.list-top-title {padding: 0 0.8rem; display: flex; align-items: center; justify-content: space-between;}
.list-top-title h4 {margin: 0 !important;}
.list-top-sub-box {display: flex; align-items: center; background-color: #4470fe; color: #fff; padding: 0.3rem 0.5rem; border-radius: 15px; font-size: 13px;}
.list-ico {width: 20px;height: 20px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url(/assets/images/icon/yellow_point.png);vertical-align: top;margin-right: 5px;}

/* 기본 리스트 스타일 (커뮤니티 기준) */
.rounded-box {background-color: #fff; border-radius: 20px;}
.txt-ellipsis {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.line2 {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal;}

.list-shadow {border: 0.5px solid #F4F4F4; box-shadow: 0 3px 20px 3px rgba(0, 0, 0, 0.03);}
.list-box-new-type .list-img-box {width: 68px; height: 68px; border-radius: 18px; /* 모서리 둥글게 */ overflow: hidden; /* 이미지가 넘치지 않도록 */ display: flex; align-items: center; justify-content: center; background: #f0f0f0; /* 이미지 없을 때 배경색 */}
.list-box-new-type .list-img-box img {width: 100%; height: 100%; object-fit: cover; /* 비율 유지하면서 꽉 채우기 */ display: block;}

.list-box-new-type .list-member-box {display: flex; align-items: center; margin-bottom: 15px;}
.list-box-new-type .list-member-box .avatar {width: 45px; height: 45px; margin-right: 15px;}
.list-box-new-type .list-member-view strong {font-size: 15px; font-weight: 500; color: #222; line-height: 1.2;}
.list-box-new-type .list-member-view div {font-size: 0; margin-top: 5px;}
.list-box-new-type .list-member-view span {font-size: 14px; font-weight: 400; color: #868686; line-height: 1.2; position: relative; display: inline-block;}
.list-box-new-type .list-member-view span.view_count {margin-left: 10px; padding-left: 10px;}
.list-box-new-type .list-member-view span.view_count::before {content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #868686; position: absolute; left: 0; top: 50%; margin-top: -1px;}

.list-box-new-type .list-top-box {display: flex; align-items: flex-start;}
.list-box-new-type .list-top-box .list-text-box {flex: 1; min-width: 0; max-width: 100%;}
.list-box-new-type .list-top-box .list-img-box {flex: 0 0 auto;}
.list-box-new-type .list-top-box h5 {margin: 0; font-size: 16px !important; font-weight: 500 !important;}
.list-box-new-type .list-top-box p {margin: 0; font-size: 13px; color: #868686;}
.list-box-new-type .li-cate span{display: inline-flex; justify-content: center; align-items: center; background-color: #f4f4f4; font-size: 13px; font-weight: 600; border-radius: 16px; color: #676a79; padding: 0.25rem 0.75rem;}
.list-box-new-type .li-cate span.none {display: none;}

.list-box-new-type .list-bottom-box {display: flex; justify-content: space-between; align-items: center;}
.list-box-new-type .list-bottom-box p {margin: 0; font-size: 13px; font-weight: 300;}
.list-box-new-type .list-bottom-box .list-bottom-left {display: flex; align-items: center; flex: 1 1 auto;}
.list-box-new-type .list-bottom-box .list-bottom-left .avatar {width: 2.5rem; height: 2.5rem;}
.list-box-new-type .list-bottom-box .list-bottom-right {display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; font-size: 14px;}
.list-box-new-type .list-bottom-box .list-bottom-right div {font-size: 14px; font-weight: 300;}
.list-box-new-type .list-bottom-box .li-date {font-size: 13px;}

.list-box-new-type i {display: inline-block; vertical-align: top; width: 16px; height: 16px; background-repeat: no-repeat; background-position: center; background-size: contain;}

.ico-view-count {background-image: url('/assets/images/icon/ico_view_eyes2.svg'); margin-top: -1px;}
.ico-like-count {width: 18px !important; height: 18px !important; background-image: url('/assets/images/icon/ico_view_heart.svg'); vertical-align: middle;}
.ico-cmnt-count {background-image: url('/assets/images/icon/ico_view_bubble.svg'); vertical-align: middle;}


/* 전단지 리스트 스타일 */
.full-swiper {width: 100%; height: 100%; overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1000; background-color: #000; }
.full-swiper .swiper-slide {padding-top: 76px;}
.full-content {height: calc(100% - 30px) !important;}

.full-content {background-color: rgba(98, 98, 98, 0.4); position: relative;overflow: hidden;height: 100dvh;border-radius: 15px;}
.full_cnt_top {display: flex; align-items: center; padding: 1rem; position: relative;}
.full_cnt_top .profile_right {text-align: left; color: #fff;}
.full_cnt_top .profile_right p {margin: 0; font-weight: 400;}
.full_cnt_top .home_btn {position: absolute; right: 1rem; top: 1.5rem; color: #fff; font-size: 30px;}
.full_cnt_img {padding: 1rem;}
.full_cnt_bottom {text-align: left; position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem; background: rgba(0, 0, 0, 0.7);}
.full_cnt_bottom .cnt_view {display: flex; align-items: center; color: #fff;}
.full_cnt_bottom .cnt_title {font-size: 18px; font-weight: 700; color: #fff;max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.full_cnt_bottom .cnt_txt {font-size: 15px; font-weight: 200; color: #fff;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.full_cnt_bottom .btn_link {display: block; width: 100%; background-color: #FFF1CC; border-radius: 20px; font-size: 18px; padding: 0.5rem; color: #000; text-align: center; position: relative;}
.full_cnt_bottom .btn_link::after {content: ''; display: block; background-image: url(/img/icon/img_new_coin.png); background-repeat: no-repeat; background-position: center; background-size: cover; width: 46px; height: 46px; position: absolute; left: -3px; top: 50%; margin-top: -23px;}

.full-swiper .swiper-slide {text-align: center;}
.full_cnt_img {position: relative;}
.full-swiper .swiper-slide .full_cnt_img {padding-bottom: 100%;margin: 1rem;}
.full-swiper .swiper-slide .full_cnt_img img {aspect-ratio: auto; border-radius: 20px !important; position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;transform: translate(-50%, -50%);}




/* 모바일 */

@media (max-width:1025px) {
	.full-content {height: calc(100% - 76px) !important;}
	.navbar.navbar-vertical.navbar-light {display: none;}
}
@media (min-width: 691px) {
	.list-container-wrap {max-width: 690px;}
}
@media (max-width: 690px) {
	.list-container-wrap {max-width: 100%;}
	.page-item .page-link {font-size: 13px; padding: 0.3rem 0.5rem;}
}

@media (min-width: 691px)
{
	.full-content {max-width: 690px; margin: 0 auto;}
}
@media (max-width: 690px)
{
	.full-content {max-width: 100%; margin: 0 auto;}
}














/* 안쓰는것같음 */
.fancybox-content {
	width: 100% !important; 
	height: 90% !important; 
	max-width: 500px !important;
	max-height: 600px !important;
}
.template-download.fade {opacity: 1;}
.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.fancybox-slide--complete {padding-left: 10px; padding-right: 10px;}
#center {overflow-y: auto;margin-top: 0 !important;}
.detail_map {width:100%}
#productAddMap {width:100% !important}
#padding-dummy {padding-bottom: 3px !important;}

.detail-container {padding: 0 0 3rem;}
.detail-tab {width: 100%;}
.detail-tab span {display: block; text-align: center; font-weight: 400;}
@media (min-width:691px) {
	.common_layout_pc {max-width: 690px; margin: 0 auto;}
			}
@media (max-width:690px) {
	.common_layout_pc {max-width: 100%; width: 100%;}
	.tab-container:-webkit-scrollbar {display: none;}
.tab-container{-ms-overflow-style: none; /* 인터넷 익스플로러 */scrollbar-width: none; /* 파이어폭스 */}
}
.fixed-top {position: sticky;}


	.serch-input {background-color: #f2f2f2; border-color: #f2f2f2; color: #222; font-size: 14px; border-radius: 20px;}
	.serch_bottom {display: flex; align-items: center; justify-content: space-between;}
	.serch_bottom select {background-color: #f2f2f2; border-color: #f2f2f2; color: #222; font-size: 14px; border-radius: 20px;}
	.btn_write {display: inline-flex; align-items: center; border-radius: 20px; background-color: #106fed;}
	
	.detail_top_area {display: flex; justify-content: center; position: relative;}
    .detail_top_area .closeButton {position: absolute; left: 1rem; top: 1rem;}
	

	
	
	@media (max-width: 576px) {
			#zuck-modal-content .story-viewer .slides .item > .media {
				width: 100%;
    			height: 100%;
    			position: absolute;
    			left: 50%;
    			top: 50%;
    			transform: translate(-50%, -50%);
    			margin: auto;
    			object-fit: contain;
			}
	}

		@media (min-width:1025px) and (max-width:1400px) 
	{
		/* main-left 올라타는 현상수정 */
		.col-xs-12 {width:50% !important}
	}