@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {position:relative;margin-bottom:20px;background:#fff}
.pic_lt .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.pic_lt .lat_title a {color:#000;display:inline-block;position:relative}

.pic_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.pic_lt .lt_more:hover {color:#777}
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul {margin: 0 -10px}
.pic_lt li {float:left;width:25%;padding:0 10px}
.pic_lt li.gallery_li:nth-child(4n+1) {clear: both!important}
.pic_lt li .lt_img {margin:5px 0;display:block}
.pic_lt li .lt_img img, .pic_lt li .lt_img video {width:100%;height:auto}
.pic_lt li a:hover {color:#a22121}
.pic_lt li .fa-heart {color:#ff0000}
.pic_lt li .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
.pic_lt li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
.pic_lt li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.pic_lt li .fa-caret-right {color:#bbb}
.pic_lt li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.pic_lt li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}

.pic_lt .profile_img img{border-radius:50%}

.lt_info {padding:10px 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.pic_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.pic_lt .empty_li:before {background:none;padding:0}

.pic_lt .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.pic_lt .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.pic_lt .lt_more:hover {color:#777}

/* **************************************** *
* main-gallery slide
* **************************************** */
.gallery-container {width:100vw; overflow:visible;}
.gallery-container::before {left: 0;}
.gallery-container::after {right: 0; transform: scaleX(-1);}
.gallery-container .swiper-wrapper {overflow:visible;}

.gallery-container .swiper-slide {overflow:visible; background: transparent;}
.gallery-slide figure img{display:block;width:100%;object-fit: cover;height: 100%;object-position: 50% 50%;}
.gallery-slide figure {overflow:hidden; position: relative; width:100%;}

.gallery-slide {transition: var(--trans-01);}
.gallery-slide h6 {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width: 71%;}
.gallery-slide figure{aspect-ratio: 440 / 350;}
.gallery-slide .date {display: block; margin-top: 9rem; font-family: var(--lang-ko); color: var(--op-w30);}
.title-wrap{display:flex; align-items:center; justify-content: center; margin-top: 26rem;}
.new_icon{font-weight:800;font-size:15rem;color:#FFDE72 !important;margin-left: 9rem;}

.gallery-slide figure{transition:var(--trans-01);}
.gallery-slide figure img{transition:var(--trans-01); transform:scale(1);}
.gallery-slide a:hover figure img{transform:scale(1.1);}
.gallery-slide a:hover figure:not(:has(img)){background-color:#e9e9e9;}

.gallery-container:has(.gallery-slide.active) .gallery-slide:not(.active) {opacity:.2;}

.gallery-container .swiper-pagination {display: none;}

.ic-video {position: absolute; left: 50%; top: 50%; display: inline-flex; justify-content: center; align-items: center; width: 60rem; height: 60rem; border-radius: 100%; background: var(--op-b70) url(../../../img/main/ic-video.svg) no-repeat 52% 50% / 12rem; backdrop-filter: var(--backdrop); transform: translate(-50%, -50%);}

.main-promotion__list .empty_li{text-align: center; width: 100%; padding: var(--space140) 0; color: var(--op-w30) !important;}


@media (max-width:1023px){
	.gallery-slide h6{font-size:var(--font-24); word-break:break-all;}
	.gallery-slide figure{aspect-ratio: 440 / 320; border-radius:5rem;}
	.gallery-slide .date {margin-top: 7rem;}
}

@media (max-width:540px){
	.title-wrap {margin-top: 22rem;}
	.new_icon {font-size: 12rem;}
	.gallery-container .swiper-slide a {padding: 0 20rem;}
	.gallery-container .swiper-pagination-bullet {background: var(--op-w30);}
	.gallery-container .swiper-pagination {position: relative; display: flex; align-items: center; justify-content: center; margin-top: 25rem;}
}

@media (hover:hover) and (pointer:fine){
	.gallery-slide a:hover .btn-more > * {opacity: 1; transition-delay: 0.1s;}
	.gallery-slide a:hover .btn-more::before {transform:scale(1);}
	.gallery-slide a:hover .btn-more i,
	.gallery-slide a:hover .btn-more p {opacity:1;}
}
