.wrap {position:relative; max-width:1920px; min-width:1200px; min-height:100%; margin:0 auto;}

/* 배너 */
.bannerBox {max-width:100%; min-width:1200px; height:415px; position:relative; padding-top:145px;}
.bannerBox .img {height:270px; background:url(../image/subbg.png) no-repeat center; text-align:center;}
.bannerBox .textBox {position:absolute; top:60%; text-align:center; width:100%; transform:translateY(0)}
.bannerBox .textBox .mainTitle {font-size:40px; font-weight:700; margin-bottom:0; color:#fff; word-break:keep-all;}


/* 교육안내 */
.contentWarp {width:100%; margin:100px auto; position:relative}
.contentWarp .title {text-align:center; font-size:30px; font-weight:700; margin-bottom:30px;}

.contentWarp .guideBox {width:100%; width:1200px; margin:0 auto; padding:50px 0 0;}
.contentWarp .guideBox .guidetitle {font-size:24px; font-weight:600; word-break:keep-all; margin-bottom:50px; text-align:center;}
.contentWarp .guideBox .guide {padding:0 20px; word-break:keep-all; margin-bottom:60px;}
.contentWarp .guideBox .guide .guidetext {font-size:19px; line-height:28px; margin:0; color:#000; word-break:keep-all;}
.contentWarp .guideBox .guide .guideListTitle {word-break:keep-all; font-size:19px; line-height:28px; margin-top:50px;}
.contentWarp .guideBox .guide .guideListTitle .square {width:12px; height:12px; border:solid 1px #333; display:inline-block; margin-right:10px;}
.contentWarp .guideBox .guide .guidemainText {word-break:keep-all; font-size:18px; font-weight:700;}
.contentWarp .guideBox .guide .termsBox {border:1px solid #d2d2d2; padding:20px; margin-bottom:50px;}
.contentWarp .guideBox .guide .termsBox .termsTitle {font-size:18px; font-weight:600;}
.contentWarp .guideBox .guide .termsBox .termsTitle.last {margin:0;}
.contentWarp .guideBox .guide .termsBox .termsList {margin:15px 0; word-break:keep-all; font-size:18px;}
.contentWarp .guideBox .guide .termsBox .termsList.last {margin:0;} 
.contentWarp .guideBox .guide .termsBox .termsList.marginTopNo {margin-top:0;}
.contentWarp .guideBox .guide .termsBox .termsNumberList {font-size:16px; margin:0; margin-left:20px;}

