@charset "utf-8"; 


/* ******************** component ******************** */

/* input */ 
@import "../../component/input-style";

/* 컨텐츠 공용 타이틀 */
@import "../../component/title-style";

/* btn-style */ 
@import "../../component/button-style";


/* ******************** sub-common ******************** */ 

/* sub-banner */ 
@import "../common/_sub-banner";

/* sub-cont */ 
@import "../common/_sub-cont";

/* sub-banner */ 
@import "./_banner";


.terms-wrap {
  width: 100%; height: 700px;overflow-y: auto; font-size: 1.2rem; background-color: #f8f8f8; padding: 20px; border: 1px solid var(--line-color);line-height: 1.8; white-space: pre-wrap;
}
