._s._insights{ width: 100%; position: relative; overflow: hidden; word-break: keep-all; }
._s._insights .gallery{ background-color: #f6f6f6; padding: 150px 0; }

._s._insights .gallery .wrap > h1{ font-size: 20px; line-height: calc(33 / 20); letter-spacing: -0.02em; font-weight: 600; text-align: center; display: block; color: #101010; }
/* ._s._insights .gallery .wrap > h1 span{ color: #00e100; } */
._s._insights .gallery .wrap .flxbx{ display: flex; justify-content: space-between; align-items: center; margin-top: 75px; padding-bottom: 10px; }
._s._insights .gallery .wrap .flxbx span{ font-size: 24px; letter-spacing: -0.02em; font-weight: 700; display: block; }
._s._insights .gallery .wrap .flxbx span em{ color: #00e100; }
._s._insights .gallery .wrap .flxbx .searchbox{ display: flex; align-items: center;  }
._s._insights .gallery .wrap .flxbx .searchbox select{ padding: 13px 18px; border: 1px solid #cccccc; box-sizing: border-box; border-radius: 9px; color: #333; position: relative; font-size: 16px; letter-spacing: -0.02em; font-weight: 500; background-color: rgba(255,255,255,0); width: 122px; flex-shrink: 0; }
._s._insights .gallery .wrap .flxbx .searchbox .sch{ display: flex; border-radius: 9px; border: 1px solid #ccc; box-sizing: border-box; }
._s._insights .gallery .wrap .flxbx .searchbox .sch input{ height: 45px; border: none; background-color: rgba(255,255,255,0); font-size: 16px; letter-spacing: -0.02em; color: #333; padding-left: 30px; box-sizing: border-box; width: 100%; }
._s._insights .gallery .wrap .flxbx .searchbox .sch a{ display: flex; align-items: center; justify-content: center; font-size: 18px; color: #333; padding-right: 30px; }


._s._insights .gallery .wrap .list{ display: flex; padding-top: 40px; border-top: 1px solid rgba(16, 16, 16, 0.2); flex-wrap: wrap; }

._s._insights .gallery .wrap .list li{ width: calc(403 / 1280 * 100%); margin-right: calc(35 / 1280 * 100%); margin-bottom: 70px; overflow: hidden; }
._s._insights .gallery .wrap .list li:nth-of-type(3n){ margin-right: 0; }

._s._insights .gallery .wrap .inn{ width: 100%; height: 100%; position: relative; display: block; border-radius: 9px; overflow: hidden; }
._s._insights .gallery .wrap .inn .thumb{ width: 100%; position: relative; overflow: hidden; }
._s._insights .gallery .wrap .inn .thumb::after{ content: ''; padding-bottom: calc(250 / 403 * 100%); display: block; }
._s._insights .gallery .wrap .inn .thumb img{ width: 100%; height: 100%; object-fit: cover; transition-duration: 0.6s; position: absolute; left: 0; top: 0; }
._s._insights .gallery .wrap .inn .conbx{ padding: 20px 40px; box-sizing: border-box; background-color: #fff; padding-bottom: 30px; }
._s._insights .gallery .wrap .inn .conbx .flx{ display: flex; align-items: center; justify-content: space-between; width: 100%; }
._s._insights .gallery .wrap .inn .conbx span{ font-size: 14px; font-weight: 600; letter-spacing: -0.02em; padding: 6px 10px; box-sizing: border-box; display: inline-block; border-radius: 5px; background-color: #00e100; color: #fff; text-align: center; }
._s._insights .gallery .wrap .inn .conbx strong{ display: block; margin-top: 15px; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: calc(36 / 24); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; min-height: 3em; }
._s._insights .gallery .wrap .inn .conbx p{ font-size: 16px; letter-spacing: -0.02em; color: #7c7c7c; margin-top: 10px; line-height: calc(26 / 16); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; height: 3.25em; }
._s._insights .gallery .wrap .inn .conbx em{ display: block; font-size: 14px; letter-spacing: -0.02em; color: #7c7c7c; }

@media screen and (min-width: 821px){
    ._s._insights .gallery .wrap .inn:hover .thumb img{ transform: scale(1.05); }
}

@media screen and (max-width: 1280px){
    ._s._insights .gallery{ padding: 120px 0; }
    ._s._insights .gallery .wrap > h1{ font-size: 18px; }
    ._s._insights .gallery .wrap .flxbx{ margin-top: 50px; }
    ._s._insights .gallery .wrap .flxbx span{ font-size: 20px; }
    ._s._insights .gallery .wrap .flxbx .searchbox select{ padding: 10px 15px; font-size: 14px; width: 105px; }
    ._s._insights .gallery .wrap .flxbx .searchbox .sch input{ height: 36px; font-size: 14px; padding-left: 15px; }
    ._s._insights .gallery .wrap .flxbx .searchbox .sch a{ padding-right: 15px; }

    ._s._insights .gallery .wrap .list li{ margin-bottom: 40px; }
    ._s._insights .gallery .wrap .inn .conbx{ padding: 10px 15px; }
    ._s._insights .gallery .wrap .inn .conbx span{ font-size: 12px; }
    ._s._insights .gallery .wrap .inn .conbx strong{ font-size: 20px; margin-top: 10px; }
    ._s._insights .gallery .wrap .inn .conbx p{ font-size: 14px; margin-top: 5px; }
}

@media screen and (max-width: 820px){
    ._s._insights .gallery{ padding: 70px 0; }
    ._s._insights .gallery .wrap > h1{ font-size: 16px; }
    ._s._insights .gallery .wrap .flxbx{ flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; margin-top: 30px; gap: 15px; padding-bottom: 0; }
    ._s._insights .gallery .wrap .flxbx span{ font-size: 16px; }
    ._s._insights .gallery .wrap .flxbx .searchbox{ margin: 0 auto; }
    ._s._insights .gallery .wrap .flxbx .searchbox .sch{ margin-left: 0; }
    
    ._s._insights .gallery .wrap .list{ justify-content: space-between; }
    ._s._insights .gallery .wrap .list li{ width: 49%; margin-right: 0; margin-bottom: 20px; }
    ._s._insights .gallery .wrap .inn .conbx strong{ font-size: 18px; }

    ._s._insights .scrollnote{ display: none; }
}

@media screen and (max-width: 500px){
    ._s._insights .gallery .wrap > h1{ font-size: 14px; }
    
    ._s._insights .gallery .wrap .flxbx span{ margin-top: 20px; }
    ._s._insights .gallery .wrap .flxbx .searchbox select{ width: 90px; padding: 10px; }
    ._s._insights .gallery .wrap .flxbx .searchbox .sch{ margin-left: 5px; }
    ._s._insights .gallery .wrap .flxbx .searchbox .sch input{ padding-left: 10px; }

    ._s._insights .gallery .wrap .flxbx .searchbox .sch a{ padding-right: 10px; }

    ._s._insights .gallery .wrap .list{ margin-top: 10px; padding-top: 10px; }
    ._s._insights .gallery .wrap .list li{ width: 100%; }
    ._s._insights .gallery .wrap .inn .conbx strong{ font-size: 16px; }

    ._s._insights .wrap .category > ul{ min-width: unset; }

    
}

@media screen and (max-width: 400px){
    ._s._insights .wrap .category > ul{ min-width: 410px; }
    ._s._insights .gallery .wrap .flxbx{ gap: 0; }
    ._s._insights .scrollnote{ display: block; margin-top: 30px; text-align: right; width: 100%; }
}




/* view */

._s._insights .view{ width: 100%; position: relative; overflow: hidden; padding-top: 200px; background-color: #ffffff; padding-bottom: 80px; }
._s._insights .view .titlewrap{ text-align: center; }
._s._insights .view .titlewrap span{ display: inline-block; font-size: 16px; letter-spacing: -0.02em; font-weight: 600; padding: 7px 12px; border-radius: 5px; background-color: #00e100; color: #fff; }
._s._insights .view .titlewrap h1{ display: block; font-size: 48px; letter-spacing: -0.02em; line-height: 1.3; font-weight: 600; margin-top: 20px; }
._s._insights .view .titlewrap em{ display: block; font-size: 18px; letter-spacing: -0.02em; margin-top: 30px; font-weight: 500; color: rgba(0,0,0,0.7); }

._s._insights .view .editor{ margin-top: 75px; border-top: 1px solid #dddddd; box-sizing: border-box; padding: 70px 0; word-break: break-all; line-height: 1.4; }
._s._insights .view .tag .hash{ display: flex; flex-wrap: wrap; }
._s._insights .view .tag .hash li{ font-size: 16px; letter-spacing: -0.02em; font-family: 'Roboto', 'Pretendard'; color: #7c7c7c; margin-right: 6px; margin-bottom: 5px; }
._s._insights .view .tag .hash li:last-of-type{ margin-right: 0; }
._s._insights .view .tag .hash li > a{ padding: 10px 18px; border-radius: 20px; text-align: center; border: 1px solid #dedede; box-sizing: border-box; transition-duration: 0.2s; position: relative; display: block; }
._s._insights .view .tag .hash li > a::before{ content: '#'; }

._s._insights .more{ margin-top: 110px; display: flex; justify-content: center; }
._s._insights .more > a{ display: flex; justify-content: center; align-items: center; border-radius: 9px; overflow: hidden; border: 1px solid #06334a; box-sizing: border-box; color: #06334a; position: relative; padding: 20px 65px; font-size: 20px; letter-spacing: -0.01em; font-weight: 600; }
._s._insights .more > a b{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform-origin: 0 0; background-color: #06334a; color: #fff; display: flex; align-items: center; justify-content: center; clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); transition-duration: .4s;}


@media screen and (min-width: 821px){
    ._s._insights .view .tag .hash li > a:hover{ background-color: #dedede; }
    ._s._insights .more > a:hover b{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform-origin: 100% 100%; }
}

._s._insights .view .expl{ width: 100%; margin-top: 30px; border-top: 1px solid #ddd; }
._s._insights .view .expl > a{ padding: 25px; box-sizing: border-box; width: 100%; border-bottom: 1px solid #dddddd; display: flex; align-items: center; font-size: 16px; letter-spacing: -0.01em; }
._s._insights .view .expl > a span{ margin-right: 7px; flex-shrink: 0;}
._s._insights .view .expl > a p{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }

._s._insights .view .gotolist{ margin-top: 50px; display: flex; justify-content: center; } 
._s._insights .view .gotolist > a{ display: flex; align-items: center; justify-content: center; padding: 20px 65px; box-sizing: border-box; font-size: 20px; letter-spacing: -0.01em; font-weight: 600; border: 1px solid #010f16; border-radius: 9px; } 


._s._insights .related{ background-color: #f4f4f4; padding-top: 75px; padding-bottom: 145px; margin-top: -1px; position: relative; }
._s._insights .related .wrap{ position: relative; } 
._s._insights .related .wrap > strong{ display: block; font-size: 36px; letter-spacing: -0.02em; font-weight: 600; }
._s._insights .related .wrap .rel{ margin-top: 30px; }
._s._insights .related .wrap .rel .swiper-slide > a{ display: block; width: 100%; }


._s._insights .related .wrap ._control{ position: absolute; top: 50%; width: 48px; height: 48px; border-radius: 5px; background-color: #282828; display: flex; align-items: center; justify-content: center; color: #fff; transform: translateY(-50%); z-index: 10;cursor: pointer; font-size: 28px; }
._s._insights .related .wrap ._control._next{ left: calc(100% + 20px); }
._s._insights .related .wrap ._control._prev{ right: calc(100% + 20px); }
._s._insights .related .wrap .swiper-pagination{ position: static; margin-top: 45px; }
._s._insights .related .wrap .swiper-pagination span{ margin: 0 5px; }
._s._insights .related .wrap .swiper-pagination span.swiper-pagination-bullet-active{ background-color: #282828; }

@media screen and (max-width: 1600px){
    ._s._insights .related .wrap .rel{ width: calc(100% - 140px); margin: 0 auto; margin-top: 30px; }
    ._s._insights .related .wrap ._control._next{ left: auto; right: 0; }
    ._s._insights .related .wrap ._control._prev{ right: auto; left: 0; }
}

@media screen and (max-width: 1280px){
    ._s._insights .view{ padding-top: 120px; }
    ._s._insights .view .titlewrap span{ font-size: 14px; }
    ._s._insights .view .titlewrap h1{ font-size: 30px; }
    ._s._insights .view .titlewrap em{ font-size: 16px; margin-top: 20px; }

    ._s._insights .view .editor{ margin-top: 40px; padding: 40px 0; }
    ._s._insights .view .tag .hash li > a{ font-size: 14px; }

    ._s._insights .view .expl > a{ padding: 20px 15px; }

    ._s._insights .more{ margin-top: 70px; }
    ._s._insights .more > a{ font-size: 16px; padding: 15px 45px; }

    ._s._insights .related{ padding: 75px 0 }
    ._s._insights .related .wrap > strong{ font-size: 30px; }
}

@media screen and (max-width: 820px){
    ._s._insights .view{ padding: 70px 0; }
    ._s._insights .view .titlewrap span{ font-size: 12px; padding: 6px 10px; }
    ._s._insights .view .titlewrap h1{ font-size: 24px; }
    ._s._insights .view .titlewrap em{ font-size: 14px; margin-top: 10px; }

    ._s._insights .related .wrap > strong{ font-size: 24px; }
    ._s._insights .related .wrap .rel{ width: calc(100% - 90px); }
    ._s._insights .related .wrap ._control{ width: 35px; height: 35px; font-size: 22px; }
    ._s._insights .more > a{ padding: 12px 30px; font-size: 14px; }

    
}

@media screen and (max-width: 500px){
    ._s._insights .view .titlewrap h1{ font-size: 20px; }
    ._s._insights .view .tag .hash li > a{ font-size: 12px; padding: 7px 12px; }
    ._s._insights .more{ margin-top: 40px; }

    ._s._insights .related .wrap ._control{ top: calc(100% - 5px); }
    ._s._insights .related .wrap .rel{ width: 100%; }
    ._s._insights .related .wrap .swiper-pagination{ margin-top: 30px; }

    ._s._insights .view .expl{ margin-top: 20px; }
    ._s._insights .view .expl > a{ padding: 15px 10px; font-size: 14px; }
}

