/* BASIC css start */
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=Nanum+Gothic:wght@400;700;800&display=swap');

#brandPage{display:flex; justify-content: center; column-gap: 20px; height: 85vh;} 
#brandPage .brand_img img{height: 100%;}
#brandPage .brand_text{display:flex; flex-direction:column;     justify-content: flex-end; row-gap: 60px; }
#brandPage .brand_text h4{font-size: 20px; margin-bottom: 10px;   font-weight: 500; font-family: "Gothic A1", sans-serif; }
#brandPage .brand_text .text_top p{font-size: 13px;  color: #637381; line-height: 1.6em;   font-family: "Gothic A1", sans-serif; color: #637381; }
#brandPage .brand_text .brand_info p{font-size: 13px;  line-height: 1.6em;   font-family: "Gothic A1", sans-serif; }
#brandPage .brand_text .text_bottom{margin-bottom: 20px ;}
/* BASIC css end */

