This is a set featuring a chic see-through jacket and wide-leg pants.Made from a lightweight fabric that is sheer throughout,it creates a stylish yet luxurious layered look.The jacket features a tailored collar and moderate shoulder pads,completing a structured silhouette,and a lining along the bodice line for a secure fit.You can cinch the waist with a detachable belt to create a slim silhouette,or simply drape it open for a stylish look.The pants feature an elastic waistband at the back for a comfortable fit,and are finished neatly with a hook and zipper closure.They are practical with partial lining and side pockets,and the wide-leg fit completes a relaxed outfit.When worn as a set, the top and bottom create a chic and polished style,making it a great item for special gatherings or as a stylish accent look. Model is 173cm tall, wearing size ONE for the top and ONE for the bottom.Wearing the DARK BROWN color. /* ๐ฆ ์ ์ฒด ์ปจํ ์ด๋ ์ค์ */ #custom-video-wrapper { position: relative; max-width: 1000px; margin: 0 auto; background-color: #fff; } /* ๐๏ธ ๋น์จ ์ ์ง ๋ฐ ์คํ์ผ */ #custom-video-wrapper .video-container { position: relative; width: 100%; padding-top: 133.33%; /* 3:4 ๋น์จ ์ ์ง */ overflow: hidden; } /* โถ๏ธ ์ ํ๋ธ ์์ iframe ์คํ์ผ */ #custom-video-wrapper .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* โ ๋ชจ๋ฐ์ผ์์๋ง ํฐ์น ์ด๋ฒคํธ ์ฐจ๋จ (๊ณ ์ ํด๋์ค: touch-blocker) */ @media (max-width: 768px) { #custom-video-wrapper .touch-blocker { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; /* iframe ์๋ก ๋ฐฐ์น */ background-color: transparent; /* ์์ ํฌ๋ช */ } } /* ๐ฅ๏ธ ๋ฐ์คํฌํฑ์์๋ ์ค๋ฒ๋ ์ด ๋นํ์ฑํ */ @media (min-width: 769px) { #custom-video-wrapper .touch-blocker { display: none; } }