장바구니

은은한 색조에 담긴 강렬한 존재감

Notable neutrals

더없이 부드러운 컬러가 때론 가장 볼드할 수 있어요.
여름 뉴트럴의 공기가 진하게 느껴지는 이번 시즌 피스처럼 말이죠.

/* 3cols 이미지 모바일배치 */ @media (max-width: 767px) { .content[name="tmplThreeColumn2"] { display: flex; flex-wrap: wrap; } .content[name="tmplThreeColumn2"] .column:first-child { width: 50% !important; order: 2; } .content[name="tmplThreeColumn2"] .column:nth-child(2) { width:100% !important; order: 1; } .content[name="tmplThreeColumn2"] .column:last-child { order: 3; } }