/* BASIC css start */
.scroll_stn { position:relative; transform:translateY(40px); transition:opacity 0.8s, transform 0.5s; opacity:0.08; }
.scroll_stn.active { transform:translateY(0); opacity:1; }



.modal_wrap { position:fixed; left:0; top:0; z-index:100; display:none; }
.modal_wrap.on { display:block; }
.modal_dim { position:relative; width:100vw; height:100vh; background: rgba(0, 0, 0, 0.60); }
.modal_area{ position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); display:flex; gap:40px; width:calc(100% - 30px); background:#fff; padding:40px 20px; z-index:11; }
.cnt_right { display:flex; flex-direction:column; justify-content:space-between; width:540px; }
.cnt_right > img { width:100%; height:auto; }
.brand_name { padding-bottom:4px; font-size: 14px; font-weight: 700; line-height: 150%; color: #2B8FEC; }
.brand_pr { padding-bottom:20px; font-size: 20px; font-weight: 700; line-height: 150%; }
.brand_desc { font-size: 14px; font-weight: 500; line-height: 180%; padding-top:20px; word-break: keep-all; }
.btn_wrap { display:flex; gap:4px; padding-top:36px; }
.btn_wrap a { display:flex; gap:4px; justify-content:center; align-items:center; background:#D9D9D9; padding:10px 20px; font-size: 12px; font-weight: 500; line-height:1; }
.modal_close { position:absolute; right:24px; top:24px; }




#wrap { overflow-x: hidden; }
.stn { padding:100px 0; width:100%; }
.cont {  margin:0 auto; }
.counter { display:inline-block; width:54px; padding-right:2px text-align:right; }

h2 { padding-bottom:20px; font-size: 40px; font-weight: 800; line-height: 120%; }
h2 span { display:inline-block; font-size: 36px; font-weight: 400; }


/* 비주얼요소 */
.stn_visual { padding:0; background:url('//sucia5374.imglink.kr/publishing/resource/image/official/m/img_background.png') no-repeat center; background-size:cover; }
.stn_visual .cont { overflow-y:hidden; }
.iphone { position:relative; width:fit-content; background:#fff; border-radius: 60px; margin:0 auto; box-shadow: 0px 14px 11.8px 8px rgba(0, 0, 0, 0.27); }
.iphone > img { width:338px; height:auto; }
.stn_visual .swiper-container { position:absolute; left:50%; top:127px; transform: translateX(-50%); width:308px; height:370px; overflow: hidden; }
.stn_visual .desc_wrap { padding: 120px 40px 12px; }
.stn_visual .desc_wrap h2 { padding-bottom:20px; }
.stn_visual .desc_wrap p { padding-bottom:30px; font-size: 16px; font-weight: 400; line-height: 160%; }
.stn_visual .desc_wrap p span { font-weight: 600; }
.stn_visual .desc_wrap a { display:inline-flex; align-items: center; justify-content:center; gap:16px; padding:12px; width:100%; border-radius: 50px; background:#000; }
.stn_visual .desc_wrap a span { padding-right:10px; font-size: 20px; font-weight: 700; color: #FFF; }
.stn_visual .desc_wrap a img {  }




/* 브랜드 PR */
.stn_pr { padding:100px 0 72px; background:#E9E9E9; }
.stn_pr h3 { font-size: 44px; font-weight: 700; line-height: 120%; text-align:center; }
.stn_pr p span { font-weight: 600; }
.stn_pr .cnt_right p { font-size: 32px; font-weight: 500; line-height: 150%; color:#000; }
.stn_pr ul { display:flex; flex-wrap:wrap; gap:6px; width:calc(100% - 24px); margin:0 auto; padding-top:60px; }
.stn_pr ul li { width:calc(33.33% - 4px); padding-bottom:28px; cursor:pointer; }
.stn_pr ul li img { width:100%; height:auto; }








/* BASIC css end */

