@charset "UTF-8";

/* 가운데영역 */
.container{width: 1200px; margin: 0 auto;}

/* 제목 */
.titleBox{margin-bottom: 50px;}
.titleBox span{display: block; margin-bottom: 15px; font-size: 24px; color: #039EFF; line-height: 1}
.titleBox h2{font-size: 36px; color: #333;}

/* 푸터 */
#footerWrap{padding: 60px 0; background-color: #101010;}
#footerWrap .topBox{margin-bottom: 18px; padding: 0 0 13px; display: flex; justify-content: space-between; border-bottom: 1px solid #232323;} 
#footerWrap .topBox h1{color: #fff; font-size: 21px;}
#footerWrap .topBox .phoneBox{display: flex; gap: 0 8px;}
#footerWrap .topBox .phoneBox span{font-size: 21px; font-weight: 700; color: #fff;}
#footerWrap .topBox .phoneBox em{font-size: 21px; font-weight: 700; color: #0353FF;}
#footerWrap .infoList{margin-bottom: 10px; display: flex; gap: 20px;}
#footerWrap .infoList:last-of-type{margin-bottom: 0;}
#footerWrap .infoList li{position: relative; font-size: 14px; color: #BFBFBF;}
#footerWrap .infoList li::after{content: ''; position: absolute; top:4px; right:-10px; width: 1px; height: 10px; background-color: #404040;}
#footerWrap .infoList li:last-child:after{display: none;}
#footerWrap .copyright{display: block; margin-top: 30px; font-size: 13px; color: #999;}