/*-- slider 메인 슬라이드 --*/
div.sliderwrap {position:relative;}
div.sliderwrap .txt {position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); text-align:center; color:#fff; z-index:99; font-size:22px;}
div.sliderwrap .txt p {font-size:40px; margin-bottom:10px; font-weight:800;}
ul.bxslider {position:relative;	top:0; left:0; width:100%; height:341px;}
ul.bxslider img {width:100%;}

/* 슬라이드버튼 */
.bx-pager {position: absolute; bottom:30px; width:100%; text-align:center;}
.bx-pager-item {display: inline;}
.bx-pager-item > a {display:inline-block; margin:0 5px;	width:20px;	height:20px; background:rgba(255, 255, 255, 0.5); border-radius:10px; font-size:0; color:transparent;}
/* 버튼클릭시 */
.bx-pager-item > a.active {width:38px; background:#1166ab;}
/* 이전버튼 */
.bx-prev {display: none;}
/* 다음버튼 */
.bx-next {display: none;}
/*-- END slider 메인 슬라이드 --*/

/*-- 메인컨텐츠 --*/
section {background:#fff;}
.notice {border-bottom:1px solid #bbb; }
.notice ul li {height:90px; line-height:90px; padding:0 30px;}
.notice ul li a {display: block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:28px; color:#444; text-align:center; margin: auto; letter-spacing: -1px}
.notice .bx-pager-item > a {display:none;}

.quick_menu {padding:50px 0; margin:auto; text-align:center;}
.quick_menu ul li {display:inline-block; width:30%; text-align:center; font-size:24px;}
.quick_menu ul li:nth-child(4), .quick_menu ul li:nth-child(5) {width:30%; margin-top:40px}
.quick_menu ul li span {display:block; margin-top:10px; letter-spacing: -1px}

.weather {border-top:1px solid #bbb; padding:40px 0; background: #eee}
.weather ul li {float:left; width:200px; text-align:center;}
.weather ul li dl dt {font-size:26px;}
.weather ul li dl dd {display:table; width:200px;}
.weather ul li dl dd i {display:table-cell; width:190px; height:100px; text-align:center; vertical-align:middle;}
.weather ul li dl dd i img {width:80px;}
.weather ul li dl dd span.txt {display:inline-block; width:100%; font-size:24px; letter-spacing: -1px} 
.weather ul li dl dd span.temper {display:inline-block; font-size:34px;} 

.call{border-top:2px solid #ddd; background: #fff; padding: 20px}
.call .bigBtn {display:block; width:100%; height:80px; background:#1166ab; border-radius: 8px; text-align:center; font-size:32px; line-height:80px; color:#fff;}

.point {color:#e4551d;}
