This is a set featuring a modern and sophisticated mood.Made from a blend of polyester, cotton, and linen,it offers a sturdy yet flexible fit.The blouse, which naturally hugs the body,harmonizes with the semi-bootcut slacks to create a refined silhouette.The blouse adds a stylish touch with draping details and an asymmetrical hem,while the slim fit emphasizes feminine lines.The slacks feature a semi-bootcut designto make the leg line look long and slender,and front pintuck details complete a clean outfit.Wearing them as a set allows for a high-quality styling,and each piece is easy to match with various other items when worn individually,boasting high versatility.It is a product that can be worn without hesitation for formal occasions, ranging from event looks to exhibitions and social gatherings.174cm model wearing blouse size S / slacks size S,Wearing BLACK 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; } }