/* 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; row-gap: 30px; flex-direction:column;} 
#brandPage .brand_img img{width: 100%;}
#brandPage .brand_text{display:flex; flex-direction:column;     justify-content: space-between; padding: 0 20px }
#brandPage .brand_text h4{font-size: 18px; margin-bottom: 10px;   font-weight: 500; font-family: "Gothic A1", sans-serif; margin-bottom: 10px;}
#brandPage .brand_text .text_top{margin-bottom: 30px;}
#brandPage .brand_text .text_top p{font-size: 14px; color: #637381;    font-family: "Gothic A1", sans-serif; word-break: keep-all;   line-height: 1.6em; }
#brandPage .brand_text .brand_info p{font-size: 13px;     font-family: "Gothic A1", sans-serif;  line-height: 1.6em; }
#brandPage .brand_text .text_bottom{margin-bottom: 0px ;}
/* BASIC css end */

