/* .site-nav,
.footer .container{max-width:1800px} */

.home{position:relative}
.visual{position:relative}

@media(min-width:768px){
  .container{max-width:100%}
}
@media(min-width:1070px){
  .container{max-width:1500px}
}

/* visual-carousel */
.visual-carousel .visual-carousel, .visual-carousel .item{min-height:400px; height:400px}
.visual-carousel .text-info{align-items:center}
.visual-carousel .text-wrap{max-width:500px}
.visual-carousel .text-wrap > *:not(:first-child){margin-top:8px}
.visual-carousel .text-wrap .btn{margin-top:16px}
.visual-carousel .text-wrap .btn:hover{text-decoration:none}
.visual-carousel .sub{font-size:16px; font-weight:500}
.visual-carousel .title{font-size:28px; font-weight:600; letter-spacing:-0.05px; line-height:1.3}
.visual-carousel .desc{font-size:15px; font-weight:500; line-height:1.6}

.visual-carousel .photo::before{background-color:transparent}
.visual-carousel .dark .photo::before{background-color:#000}
.visual-carousel .dark .text-wrap .btn{box-shadow:inset 0 0 0 1px var(--trwhite-50)}
.visual-carousel .dark .text-wrap .btn .ico-arrowtail-right-long{background-image:url('/wp-content/themes/weloveu/images/ui/ico_arrowtail_right_long_dark.svg')}
@media(min-width:768px){
  .visual-carousel .visual-carousel, .visual-carousel .item{min-height:640px}
  .visual-carousel .text-wrap{max-width:700px}
  .visual-carousel .sub{font-size:18px}
  .visual-carousel .title{font-size:36px; line-height:1.2}
  .visual-carousel .desc{font-size:17px}
}
@media(min-width:1070px){
  .visual-carousel .visual-carousel, .visual-carousel .item{height:850px}
  .visual-carousel .text-info{align-items:center; --container-w-pd:100px}
  .visual-carousel .text-wrap > *:not(:first-child){margin-top:12px}
  .visual-carousel .text-wrap .btn{margin-top:28px}
  .visual-carousel .sub{font-size:19px}
  .visual-carousel .title{font-size:52px}
  .visual-carousel .desc{font-size:19px}
  .visual-carousel .dark .btn::before{background-color:rgba(255, 255, 255, 0.06)}
}
@media(min-width:1400px){
  .visual-carousel .visual-carousel, .visual-carousel .item{height:800px}
}


/* home > 페이지 넘버링 & 프로그래스 바 */
.custom-controls{display:none; /* 기본적으로 숨김 */}
.custom-controls .wrap{display:flex; align-items:center; gap:24px; justify-content:flex-end}
.custom-controls .paging-bar{display:flex; align-items:center; gap:10px}
.custom-controls .progress-bar{width:100px; height:2px; background:var(--trwhite-30); position:relative}
.custom-controls .progress-bar span{display:block; height:100%; width:0%; background:var(--trwhite-100); transition:width 0.3s ease}
.custom-controls .pagination{font-size:14px; font-weight:600; margin:0; padding-bottom:0; color:#fff}

.custom-controls .btns{display:flex; gap:8px}
.custom-controls .btns .ico{width:20px; height:11px; background-image:url('/wp-content/themes/weloveu/images/ui/ico_next.svg'); background-position:center; background-repeat:no-repeat; background-size:100%}
.custom-controls :is(button.prev, button.next){border:none; padding:0; width:50px; height:50px;  display:flex; align-items:center; justify-content:center; cursor:pointer; border:1.5px solid #fff; border-radius:999px}
.custom-controls :is(button.prev, button.next):hover{background-color:var(--trwhite-10)}
.custom-controls button.prev .ico{background-image:url('/wp-content/themes/weloveu/images/ui/ico_prev.svg')}
.custom-controls button.next .ico{background-image:url('/wp-content/themes/weloveu/images/ui/ico_next.svg')}
@media(min-width:1070px){
  .custom-controls{max-width:1500px; width:100%; margin:0 auto; padding:0 100px; position:absolute; bottom:40px; left:50%; transform:translateX(-50%); z-index:1}
  .custom-controls .wrap{}
}


/* SDGs */
.title b{color:var(--smt-accent-a)}


/* activity-status */
.section-status{background-color:var(--smt-neutral-dark)}
.status-carousel{overflow:hidden; display:flex; flex-direction:column; align-items:center}
.status-carousel .owl-stage{left:-60px}
.status-carousel .item{position:relative; width:100%; min-height:500px; text-align:center; align-content:center; padding:20px; background-size:cover; background-repeat:no-repeat; background-position:center}

.status-carousel .item1{background-image:url('/wp-content/themes/weloveu/images/home/status_01.jpg')}
.status-carousel .item2{background-image:url('/wp-content/themes/weloveu/images/home/status_02.jpg')}
.status-carousel .item3{background-image:url('/wp-content/themes/weloveu/images/home/status_03.jpg')}
.status-carousel .item .text{position:relative; z-index:1}
.status-carousel .item .text > *:not(:first-child){margin-top:10px}
.status-carousel .item .text .icon{width:40px; height:40px; margin:0 auto 14px; display:block; background-size:100%; background-repeat:no-repeat; background-position:center}
.status-carousel .item1 .icon{background-image:url('/wp-content/themes/weloveu/images/home/status_ico_01.svg')}
.status-carousel .item2 .icon{background-image:url('/wp-content/themes/weloveu/images/home/status_ico_02.svg')}
.status-carousel .item3 .icon{background-image:url('/wp-content/themes/weloveu/images/home/status_ico_03.svg')}
.status-carousel .item .text h3{font-size:18px; font-weight:500; line-height:1.2}
.status-carousel .item .text .count{font-size:40px; font-weight:300; line-height:1; letter-spacing:-1px}
.section-status .heading .btns{display:flex; align-items:center; justify-content:center; gap:8px; flex-wrap:wrap}
.section-status .heading .btn{box-shadow:inset 0 0 0 2px var(--smt-color-white)}
@media(min-width:768px){
  /* .status-carousel .owl-stage{left:-100px} */
  .status-carousel .item .text .count{font-size:48px}
}
@media(min-width:1070px){
  .status-carousel{flex-direction:row}
  .status-carousel .owl-stage{left:0}
  .status-carousel .item{min-height:850px; padding:30px; flex-basis:33%; flex-grow:3}
  .status-carousel .item .text > *:not(:first-child){margin-top:16px}
  .status-carousel .item .text .icon{width:52px; height:52px; margin:0 auto 20px}
  .status-carousel .item .text .count{font-size:64px}
  .section-status .heading .desc{font-size:17px}
  /* .section-status .heading .btn{font-size:16px} */
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx), (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi){
  .status-carousel .item1{background-image:url('/wp-content/themes/weloveu/images/home/status_01@2x.jpg')}
  .status-carousel .item2{background-image:url('/wp-content/themes/weloveu/images/home/status_02@2x.jpg')}
  .status-carousel .item3{background-image:url('/wp-content/themes/weloveu/images/home/status_03@2x.jpg')}
}

/* 애니메이션 */
.status-carousel .item{position:relative; overflow:hidden; transition:all 0.2s ease}
.status-carousel .item::before{content:''; position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.6); clip-path:inset(0 0 var(--clipY,100%) 0); pointer-events:none}
.status-carousel .owl-item:nth-child(n+5) .item::before{--clipY:0%}

/* list heading */
/* .list-heading{display:flex; justify-content:space-between; align-items:center} */
.list-heading-wrap{margin-bottom:24px}
.list-heading > *:not(:first-child){margin-top:4px}
.list-heading .title{font-size:28px; font-weight:600; letter-spacing:-1px; line-height:1.35}
.list-heading p{font-size:16px; line-height:1.4; color:var(--comp-typo-desc-a); font-weight:500}
.list-heading-wrap .btn{margin-top:8px; opacity:.7; gap:4px}
.list-heading-wrap .btn:hover{opacity:1}
@media(min-width:768px){
  .list-heading .title{font-size:32px}
}
@media(min-width:1070px){
  .list-heading-wrap{margin-bottom:36px; display:flex; justify-content:space-between; align-items:center; gap:16px}
  .list-heading > *:not(:first-child){margin-top:6px}
  .list-heading .title{font-size:40px}
  .list-heading p{font-size:18px}
  .list-heading-wrap .btn{margin-top:0}
}


/* 뉴스 */
.section-news .lists{--bs-gutter-x:24px}
@media(min-width:1070px){
  /* .section-news .lists .thum-img{padding-bottom:67%} */
  .section-news .lists .info .post-sub{font-size:16px}
  .section-news .lists .info .post-date{font-size:13px}
}
@media(min-width:1400px){
  /* .section-news .container-fluid{padding-left:80px; padding-right:80px} */
  .section-news .container{max-width:1500px}
  .section-news .lists .info .post-title{font-size:20px}
}


/* 미디어 */
@media(min-width:1400px){
  /* .section-video .container-fluid{padding-left:80px; padding-right:80px} */
  .section-video .container{max-width:1500px}
  .section-video .lists .col-xxl-2{width:20%}
  .section-video .lists .col-xxl-2:last-child{display:none}
}

/* 캠페인 배너 */
/* .section-banner{background:linear-gradient(#f6faff, #ffffff 20%)} */
.section-banner .heading .title{font-weight:700}
.section-banner .heading .eyebrow{font-size:18px; font-weight:600; color:var(--smt-accent-a)}
@media(min-width:1070px){
  .section-banner .heading > *:not(:first-child, .btn){margin-top:var(--spacing)}
  .section-banner .heading .title{font-size:40px}
  .section-banner .heading .eyebrow{font-size:20px}
}


/* 국제위러브유운동본부는 SDGs 달성에 함께합니다. */
.section-SDGs{}
.section-SDGs .heading img{width:60px}
.section-SDGs .heading .desc{font-weight:500; line-height:1.5}
@media(min-width:1070px){
  .section-SDGs .heading .title{font-size:40px; font-weight:700; margin-top:var(--spacing-3)}
  .section-SDGs .heading .desc{font-size:18px}
}


/* 메인 푸터 */
footer{background-color:var(--smt-neutral-dark)}
.sitemap-menu .menu-item{color:var(--trwhite-30)}
.sitemap-menu .menu-item-has-children > a{color:var(--trwhite-50)}
.copy{border-color:rgba(255, 255, 255, 0.1)}
.copy .left .logo{background-image:url('/wp-content/themes/weloveu/images/ui/footer_logo_dark.png')}
.copy .right .top button{background-color:transparent; box-shadow:inset 0 0 0 1px var(--trwhite-10)}
.copy .btn span{color:var(--trwhite-40)}
.copy .btn .ico-share{background-image:url('/wp-content/themes/weloveu/images/ui/ico_share_dark.svg'); opacity:.4}
.copy .btn .ico-plus{background-image:url('/wp-content/themes/weloveu/images/ui/ico_plus_dark.svg'); opacity:.4}
@media(min-width:1070px){
  .sitemap-menu .menu-item:hover{color:var(--trwhite-50)}

}
