@charset "utf-8";
/* header */
header{height: 100px; border-bottom: 1px solid #A8AAB7; box-sizing: border-box;}
header > .inner{display: flex; height: 100%; align-items: center; justify-content: space-between;}
header > .inner h1{font-size: 32px;}
header .main-site{padding-left: 10px;}
header .right-menu{display: flex; align-items: center;}
header .right-menu div{position: relative;}
header .right-menu input{width: 408px; height: 40px; background: #F9F9F9; border-radius: 30px; border:1px solid #DEDEDE; padding-left: 15px;}
.sub-in header .right-menu input{width: 220px;}
header .right-menu button{position: absolute; right: 15px; top: 10px; border:none; background: url(/images/delimitation/main_search_icon.png)no-repeat center; width: 20px; height: 20px;}
.open-menu,
header .search{display: none}
/* menu */
.all-menu{display: none; padding-right: 30px;}
.sub-in .all-menu{display: block;}
.all-menu a{display: inline-block; font-size: 22px; padding: 0 20px; font-weight: 500;}
.all-nav{display: none;}

/* section */
section{position: relative; background: url(/images/delimitation/dot_bg.png)repeat center center; }
section::before{content: ''; position: absolute; left:0; top:0; right: 0; bottom: 0; background: url(/images/delimitation/car_line.png)no-repeat center bottom; z-index: 1; animation-duration:1s; animation-name:opacity;transition: all 0.5s ease;}
section::after{opacity: 1; content: ''; position: absolute; left:0; top:30px; right: 0; bottom: 0; background: url(/images/delimitation/element_transition2.png)no-repeat center bottom 20px; z-index: 1;animation:opacity2 1s 0.5s both;}
section > .inner{position: relative; min-height: 829px; height: calc(100vh - 100px);}
section > .inner:after{content: ''; display: block; position: absolute; background:url(/images/delimitation/map.png)no-repeat; background-size: 100%; width: 300px; height: 300px; left: 50%; bottom: 560px; animation: mover 4s infinite;  z-index: 1; }
section h2{font-family: 'NanumMyeongjo';padding: 50px 0 0 55px; font-size: 46px; color:#4D4D4D; letter-spacing: -1.2px; line-height: 140%; position: relative; z-index: 9;;}
section h2 span{font-weight: bold; font-size: 56px; color:#000;}
section h2 span:last-child{padding-left: 35px;}
section .tab-list a{display: block; position: absolute; left: 0px; bottom: 490px; width: 120px; height: 160px; z-index: 10; text-indent: -9999px;transition: all 0.5s;}
section .tab-list a.tab1{background: url(/images/delimitation/tab_1.png)no-repeat center;}
section .tab-list a.tab2{background: url(/images/delimitation/tab_3.png)no-repeat center;left: 50%; transform: translateX(-160px); top: auto; bottom: 60px}
section .tab-list a.tab3{background: url(/images/delimitation/tab_2.png)no-repeat center;left: auto; right: 265px; bottom: 242px;}
section .tab-list a.tab4{background: url(/images/delimitation/tab_4.png)no-repeat center;left: auto; right: 0px; bottom: 384px;}/*아이콘 하늘색으로다가*/
.sub-in .tab-list{display:none}
/* footer *5
footer .top-inner{position: absolute; right: 0; bottom:30px; z-index: 2; text-align: right;}
footer .top-inner p{font-size: 15px; font-weight: 500;}
footer .top-inner address{font-size: 12px; font-weight: 500; padding-top: 2px;}
footer .top-inner span{font-size: 12px; color:#838383;}
footer h3{display: none;}


/* sub-content */
/* #wrap.sub-in header h1 a{display: block; background: url(/images/delimitation/sub_header_logo.png)no-repeat center; text-indent: -9999px; width: 236px; height: 52px;} */
#wrap footer{display: flex; align-items: center; padding: 25px 0; box-sizing: border-box; border-top: 1px solid #DEDEDE;}
#wrap footer .inner{display: flex;}
#wrap footer .top-inner{position: static;text-align: left;}
#wrap footer .top-inner div{display: flex;}
#wrap footer .top-inner p{padding-right: 20px;}
#wrap footer h3{display: block; background: url(/images/delimitation/foot_logo.png)no-repeat; width: 177px; height: 39px; text-indent: -9999px; margin-right: 20px;}


#container{min-height: 500px; font-family: 'nanumsquare'; margin-bottom:60px;}
#container > h2{display: block; font-size: 32px; text-align: center; padding: 50px 0 40px 0; font-weight: 600;}
#subContents{padding-bottom:130px;min-height:480px;}

h4{display: block; font-size: 24px; color:#1A8184; padding-bottom: 20px;}
.h4Content{margin-bottom: 40px;}
.h4Content > p{display: block; padding-bottom: 20px; line-height: 160%;}
.h4Content > p:last-child{padding-bottom: 0;}
.gray-box{background-color: #F6F6F6; padding: 20px; border-radius: 10px;}

h5{margin-bottom:15px;padding-left:40px;background:url(/images/n21/sub/icon_h5.png) no-repeat left top;font-size:23px;font-weight:500;color:#3e35aa;line-height:100%;letter-spacing:-.5px;}
.check-list{}
.check-list li{padding-left: 20px; line-height: 150%; position: relative; margin-bottom: 15px;}
.check-list li:last-child{margin-bottom: 0;}
.check-list li:before{content: ''; background-repeat: no-repeat; position: absolute; left:0; top: 8px; width: 12px; height: 8px;}
.check-list.main li:before{background-image: url(/images/delimitation/main-check.png);}
.check-list.blue li:before{background-image: url(/images/delimitation/blue-check.png);}
.check-list.gray li:before{background-image: url(/images/delimitation/gray-check.png);}
.check-list.purple li:before{background-image: url(/images/delimitation/purple-check.png);}
.check-list li span{display: block; font-size: 14px; color:#555;}

.step-list{display: flex; padding-bottom: 20px;}
.step-list > li{padding: 0 10px; box-sizing: border-box; position: relative;}
.step-list > li:before{content: ''; background: url(/images/delimitation/main-list-arrow.png)no-repeat; width: 50px; height: 50px; position: absolute; z-index: 1; right:-25px; top:50%; transform: translateY(-50%);}
.step-list > li:last-child::before{display: none;}
.step-list.col4 > li{width: 25%;}
.step-list > li > div{height: 100%; background-color: #F4F7FE; border-radius: 6px; border: 1px solid #E5E9F4; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding:  20px; box-sizing: border-box;}
.step-list > li > div p{line-height: 160%;}
.step-list > li.row > div{height: calc(50% - 6px);}
.step-list > li.row > div:first-child{margin-bottom: 10px;}
.step-list > li.row > div:last-child{margin-top: 10px;}
.step-list .white-box{background: #fff; width: 100%; border-radius: 10px; padding:20px; color:#555555; font-size: 14px; margin-top: 15px; box-sizing: border-box;}
.step-list .white-box p{word-break: break-all;}

.row-list{}
.row-list > li{display: flex; margin-bottom: 25px; background: #F6F6F6; border: 1px solid #ECECEC; padding: 30px 25px; border-radius: 10px; align-items: center;}
.row-list > li strong{min-width: 160px; height: 70px; position: relative; line-height: 70px; display: inline-block; text-align: center; border-radius: 6px; font-size: 18px; background-color: #fff; margin-right: 30px;}
.row-list > li strong:after{content: ''; position: absolute; background: url(/images/delimitation/main-down-arrow.png); width: 9px; height: 75px; bottom:-80px; left:50%; transform: translateX(-50%);}
.row-list > li:last-child strong:after{display: none;}
.row-list > li.item1 strong{color:#7E7D8C; border: 1px solid #7E7D8C;}
.row-list > li.item2 strong{color:#2D9791; border: 1px solid #2D9791;}
.row-list > li.item3 strong{color:#298FB9; border: 1px solid #298FB9;}
.row-list > li.item4 strong{color:#685FD7; border: 1px solid #685FD7;}

.btn-wrap{display: flex; margin-top:30px }
.btn-wrap.center{justify-content: center;}
.btn-wrap a{display: inline-block; font-size: 18px; color:#fff; background: #1A8184; padding: 15px 20px; border-radius: 6px;}

/* org */
.orgItem{margin-bottom:70px;padding-top:20px;}
.orgItem:after{display:block;content:'';clear:both;}
.orgItem > ul > li{display:block;}
.orgItem > ul > li .head{display:table;position:relative;margin:0 auto 29px;width:230px;height:112px;background:#7D888C;border-radius:20px;}
.orgItem > ul > li .head:after{display:block;content:'';position:absolute;left:50%;bottom:-30px;height:30px;border-right:1px solid #7e7d8c;}
.orgItem > ul > li.on .head{background:#1A8184;}
.orgItem > ul > li .head span{display:table-cell;vertical-align:middle;line-height:150%;color:#fff;font-weight:500;font-size:17px;text-align:center;}
.orgItem > ul > li .head span b{display:block;font-size:17px;}
.orgItem > ul > li > ul{padding-top:44px;text-align:center;}
.orgItem > ul > li > ul li{display:inline-block;vertical-align:middle;position:relative;margin:0 5px;width:120px;height:90px;background:#7D888C;border-radius:20px;line-height:90px;}
.orgItem > ul > li > ul li::before,
.orgItem > ul > li > ul li::after{display:block;content:'';position:absolute;top:-43px;}
.orgItem > ul > li > ul li::before{left:-8px;right:-8px;border-top:1px solid #7e7d8c;}
.orgItem > ul > li > ul li:first-child:before{left:50%;}
.orgItem > ul > li > ul li:last-child:before{right:50%;}
.orgItem > ul > li > ul li::after{left:50%;height:43px;border-right:1px solid #7e7d8c;}
.orgItem > ul > li > ul li a,
.orgItem > ul > li > ul li .none{display:inline-block;vertical-align:middle;line-height:150%;font-size:17px;font-weight:500;color:#fff;text-align:center;}
.orgItem > ul > li > ul li b{display:block;}
.historyList2{position:relative;}
.historyList2:after{display:block;content:'';position:absolute;top:0;bottom:0;left:11px;border-left:1px solid #dedede;z-index:0;}
.historyList2 li{display:block;position:relative;margin-bottom:20px;padding-left:40px;font-size:17px;line-height:24px;}
.historyList2 li:before,
.historyList2 li:after{display:block;content:'';position:absolute;border-radius:50%; z-index: 1;}
.historyList2 li:before{left:0;top:0;width:24px;height:24px;background:#fff;border:1px solid #46B9BC;box-sizing:border-box;}
.historyList2 li:after{top:8px;left:8px;width:8px;height:8px;background:#46B9BC;}
.historyList2 li .year{display:inline-block;vertical-align:top;margin-right:12px;color:#46B9BC;font-size:22px;}
.detail-person{display: flex; background: #F6F6F6; padding: 25px;}
.detail-person img{padding-right: 35px;height: 215px;}
.detail-person strong{display: block; padding-bottom: 40px; font-size: 24px;}
.detail-person strong span{font-size: 18px;}
.detail-person p{font-size: 20px; color: #1a8184; padding-bottom: 15px; font-weight: 500;}
.notice{background: url(/images/delimitation/notice-icon.png)no-repeat left center; color:#1A8184; padding: 5px 0 5px 25px; margin-bottom: 15px;}

/* road */
#daumRoughmapContainer1673501393500{margin-bottom: 50px;}

/* table */
.tableCon{margin-bottom: 40px;}
.tableCon .list{width:100%;border-top:2px solid #313131; /* solid #46B9BC; */}
.tableCon .list.type2{border-left:1px solid #8A8A8A;}
.tableCon .list thead th,
.tableCon .list tbody th{/* border-bottom:1px solid #8a8a8a; */ background-color: #F6F6F6;}
.tableCon .list th,
.tableCon .list td{padding:17px 8px;border-bottom:1px solid #8A8A8A;font-size:18px;line-height:145%;text-align:center;}
.tableCon.type2 .list th,
.tableCon.type2 .list td{border-right: 1px solid #8A8A8A;}
.tableCon .list th.alignLeft,
.tableCon .list td.alignLeft{padding-left:15px;}
.tableCon .list th:last-child,
.tableCon .list td:last-child{border-right:0px none;}
.tableCon .list th{font-weight:500; vertical-align: baseline; font-size: 18px;}
.managerBox{margin-bottom:50px;padding:25px 0;background:#F6F6F6;border:1px solid #e5e9f4;text-align:center;font-size:20px;}
.managerBox p{line-height:50px;}
.managerBox p span{padding-right:10px}
.managerBox .icon{display:inline-block;font-size:24px;}
.managerBox .icon em{color:#1A8184;position:relative;padding-left:15px;}
.managerBox .icon em:after{display:block;content:'';position:absolute;top:50%;left:0;width:10px;height:10px;margin-top:-5px;background:#1A8184;border-radius:50%;}


.tableCon + .tableCon,
.tableCon + .tableView{margin-top:20px;}
.tableCon .list.type2{border-left:1px solid #e3e3e3;}
.tableCon .list thead th{border-bottom:1px solid #8a8a8a;}
.tableCon .list th,
.tableCon .list td{padding:17px 8px;border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;font-size:16px;line-height:145%;text-align:center;word-break:break-all;}
.tableCon .list th.alignLeft,
.tableCon .list td.alignLeft{padding-left:15px;}
.tableCon .list th:last-child,
.tableCon .list td:last-child{border-right:0px none;}
.tableCon .list th{font-weight:500;}
.tableCon .list.type2 thead th.bgGray{background:#f6f6f6;border-bottom:1px solid #e3e3e3;font-weight:500;}
.tableCon .list.type2 tbody td b{font-weight:500;}
.tableCon .list.type2 th:last-child,
.tableCon .list.type2 td:last-child{border-right:1px solid #e3e3e3;}
.tableCon .list.type2 th{font-size:18px;font-weight:900;}
.tableCon .list.type2 td b{font-weight:900;}
.tableCon .list.type2 th,
.tableCon .list.type2 td{padding:15px 10px;word-break: keep-all;}

/* list-table */
.bbsSearch{position:relative;margin-bottom:30px;padding:30px;padding-left:230px;background:#f3f3f3;text-align:right;}
.bbsSearch .totalNum{position:absolute;left:30px;bottom:30px;}
.bbsSearch input,
.bbsSearch select,
.bbsSearch a{margin:1px 0;}
.totalNum{display:block;padding-left:30px;background:url(/images/delimitation/icon_totalNum.png) no-repeat left center;font-size:16px;line-height:21px;}
.totalNum em{font-weight:500;}
.bbsSearch input[type="submit"]{width:73px;height:42px;background:#373272;border:0px none;border-radius:4px;text-align:center;color:#fff;line-height:42px;font-size:16px;}
.bbsSearch input[type="button"]{width:73px;height:42px;background:#373272;border:0px none;border-radius:4px;text-align:center;color:#fff;line-height:42px;font-size:16px;}
.bbsSearch .btnAll{display:inline-block;vertical-align:middle;width:42px;height:42px;background:#7e7d8c url(/images/delimitation/icon_bbsSearch_btnAll.png) no-repeat center;border-radius:4px;text-indent:-9999em;text-align:left;}
.bbsSearch.type2{padding:20px 0;background:none;border-bottom:1px solid #e3e3e3;}
.bbsSearch.type3{padding-left:30px;text-align:center;}
.bbsSearch dl{display:inline-block;vertical-align:middle;}
.bbsSearch dl dt{display:inline-block;vertical-align:middle;margin-right:5px;font-size:16px;}
.bbsSearch dl dd{display:inline-block;vertical-align:middle;}
.bbsSearch dl dd + dt{margin-left:20px;}
.listCondition{padding:0 5px 15px;}
.listCondition:after{display:block;content:'';clear:both;}
.listCondition .totalNum{float:left;}
.listCondition .sortItem{float:right;}
.listCondition .sortItem li{display:inline-block;vertical-align:middle;}
.listCondition .sortItem li a{display:block;position:relative;padding:0 10px;color:#535353;}
.listCondition .sortItem li a:after{display:block;content:'';position:absolute;top:50%;right:-1px;margin-top:-6px;height:12px;border-right:1px solid #e6e6e6;}
.listCondition .sortItem li:last-child a:after{display:none;}
.listCondition .sortItem li.active a{text-decoration:underline;color:#3e35aa;font-weight:500;}


.tableList{border-top:2px solid #313131;}
.tableList ul{display:table;width:100%;border-collapse:collapse;table-layout:fixed;}
.tableList ul li{display:table-row;clear:both;border-bottom:1px solid #e3e3e3;}
.tableList ul li:hover{background:#f3faf7;}
.tableList ul li:hover .title a{color:#0a6f6a;}
.tableList ul li:after{display:block;content:'';clear:both;}
.tableList ul li > *{display:table-cell;padding:10px 0;height:74px;vertical-align:middle;box-sizing:border-box;}
.tableList ul li .num{width:8%;font-size:16px;text-align:center;}
.tableList ul li .num em{display:inline-block;width:50px;height:50px;background:#2d9791;border-radius:50%;font-size:15px;color:#fff;line-height:50px;}
.tableList ul li .title{width:100%;}
.tableList ul li .title a{display:block;padding:0 20px;font-size:21px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;}
.tableList ul li .title a .cateItem{display:inline-block;margin-right:7px;color:#2d9791;font-weight:500;}
.tableList ul li .fileDown{width:40px;text-align:center;}
.tableList ul li .quickView{width:102px;text-align:center;}
.tableList ul li .quickView a{display:inline-block;width:83px;height:34px;background:#fff;border:1px solid #cbcbd1;border-radius:17px;line-height:32px;color:#555;box-sizing:border-box;}
.tableList ul li .date{width:128px;font-size:16px;text-align:center;}
.tableList ul li .etc{padding-right:10px;width:40%;text-align:right;box-sizing:border-box;font-size:15px;color:#6c6c6c;}
.tableList ul li .etc em{display:inline-block;padding:0 8px;font-size:13px;color:#dedede;}
.tableList ul li .etc.type2{width:33%;}
.tableList ul li .etc.type2 span{display:block;margin-bottom:3px;}

.txtPurple{color:#564cd4;}
.txtGreen{color:#2d9791;}
.txtPink{color:#da39ed;}
.txtRed{color:#f54325;}
input[type='text'],
input[type='password'],
input[type='number'],
select{height:42px;border:1px solid #dedede;border-radius:4px;}
textarea{border:1px solid #dedede;border-radius:4px;}
input.useDatepicker{width:140px;background:#fff url(/images/n21/sub/icon_inputDate.gif) no-repeat 95% center;}
input.useDatepicker{background:#fff url(/images/delimitation/icon_inputDate.gif) no-repeat 92% center}
.ui-datepicker select{height:25px;}
.ui-datepicker .ui-datepicker-prev{background:url(/images/delimitation/btn_calendarPrev.png) no-repeat center center;}
.ui-datepicker .ui-datepicker-next{background:url(/images/delimitation/btn_calendarNext.png) no-repeat center center;}


.tableView{border-top:2px solid #313131;border-bottom:1px solid #e3e3e3;}
.tableView .viewTitle{display:block;padding:30px 10px;background:#f3f3f3;border-bottom:1px solid #e3e3e3;text-align:center;}
.tableView .viewTitle b{font-size:25px;font-weight:500;}
.tableView .viewDetail > li{display:table;padding:15px 30px;width:100%;box-sizing:border-box;border-bottom:1px solid #e3e3e3;font-size:15px;line-height:30px;}
.tableView .viewDetail > li .head{display:inline-block;vertical-align:middle;position:relative;width:70px;}
.tableView .viewDetail > li .head:after{display:block;content:'';position:absolute;right:0;top:50%;margin-top:-7px;height:14px;border-right:1px solid #e3e3e3;}
.tableView .viewDetail > li .desc{display:inline-block;vertical-align:middle;padding-left:15px;}
.tableView .viewDetail > li .desc + .head{margin-left:100px;}
.tableView .viewDetail > li > div + div{margin-left:60px;}
.tableView .viewDetail > li > div{display:table-cell;}
.fileLink{display:inline-block;}
.fileLink img{display:inline-block;margin-right:8px;}
.tableView .viewDetail > li .quickView{display:inline-block;vertical-align:middle;margin-left:20px;width:83px;height:34px;box-sizing:border-box;border:1px solid #cbcbd1;border-radius:17px;text-align:center;font-size:14px;color:#555;line-height:32px;}
.tableView .viewCon{padding:40px 30px;font-size:16px;line-height:180%;overflow-x:auto;}
.tableView .viewCon iframe{width:100%;}
.tableView .viewCon h6{margin-top:30px;}
.tableView .viewCon table{max-width:100% !important; table-layout:auto; word-break:break-all; }
.tableView .viewCon iframe{max-width:100% !important;}
.tableView .viewCon .tac{ text-align:center; }

.moveList{position:relative;margin:30px 0;text-align:center;}
.moveList ul li{display:block;position:absolute;top:0;}
.moveList ul li.prev{left:0;right:50%;}
.moveList ul li.next{right:0;left:50%;}
.moveList ul li a{display:block;position:relative;line-height:50px;font-size:16px;}
.moveList ul li.prev a{padding-left:100px;text-align:left;}
.moveList ul li.next a{padding-right:100px;text-align:right;}
.moveList ul li a em{display:block;position:absolute;top:0;font-size:15px;color:#373272;}
.moveList ul li.prev a em{left:0;padding-left:26px;background:url(/images/delimitation/icon_moveList_prev.gif) no-repeat left center;}
.moveList ul li.next a em{right:0;padding-right:26px;background:url(/images/delimitation/icon_moveList_next.gif) no-repeat right center;}
.moveList ul li a:hover span{text-decoration:underline;}
.moveList .btn_l{position:relative;z-index:1;}



.btnArea{margin:20px 0;text-align:center;}
.btnArea.right{text-align:right;}
.btnArea.right.mb0{margin-bottom:0;}
.btnArea.left{text-align:left;}
.btn_ss,
.btn_s,
.btn_m,
.btn_l,
.btn_inline{display:inline-block;color:#666;text-align:center;background-color:#fff;border:1px #666 solid;vertical-align:middle;box-sizing:border-box;}
.btn_ss.on,
.btn_s.on,
.btn_m.on,
.btn_l.on,
.btn_inline.on{color:#fff;background-color:#666;border:1px #666 solid;}
.btn_ss{padding:0 6px;height:18px;font-size:11px;line-height:16px;/*border-radius:3px;*/}
.btn_s{padding:0 8px;height:24px;font-size:12px;line-height:22px;/*border-radius:4px;*/}
.btn_m{padding:0 14px;height:30px;font-size:12px;line-height:28px;/*border-radius:5px;*/}
.btn_l{padding:0 18px;height:40px;font-size:15px;line-height:38px;/*border-radius:7px;*/}
.btn_inline{padding:0 10px;height:30px;font-size:12px;line-height:28px;/*border-radius:5px;*/}
.btnArea{margin:35px 0;}
.paging + .btnArea.right{margin-top:-105px;}
.btnArea a{margin:0 5px;}
.btnArea .btn_l{min-width:102px;}
.btn_l{padding:0 30px;height:50px;border-radius:4px;line-height:48px;font-size:18px;}
.btn_l.on{background:#3e35aa;border:1px solid #3e35aa;color:#fff;}
.btn_l.gray{background:#7e7d8c;border:1px solid #7e7d8c;color:#fff;}
.btn_m{padding:10px 20px;min-width:110px;height:auto;border-radius:4px;background:#535353;border:0px none;line-height:135%;font-size:16px;color:#fff;}
.btn_m.on{background:#2d9791;border:0px none;}
.btn_m.down{padding-left:42px;background-image:url(/images/n21/sub/icon_down.png);background-repeat:no-repeat;background-position:left 20px center;}
.btn_m.white{height:41px;color:#535353;background:#fff;border:1px solid #535353;box-sizing:border-box;}
.btn_s{padding:0 15px;height:34px;background:#7e7d8c;border-radius:4px;border:0px none;color:#fff;line-height:34px;font-size:14px;}
.downIcon{display:inline-block;vertical-align:text-top;margin-right:8px;width:15px;height:15px;background:url(/images/n21/sub/btn_downIcon.png) no-repeat;}

.paging{padding:40px 0;}
.paging a{display:inline-block;vertical-align:middle;margin:0 2px;min-width:38px;height:38px;border-radius:4px;border:1px solid #d9d9d9;text-indent:-9999px;}
.paging a.first{background:url(/images/delimitation/btn_pageFirst.png) no-repeat center center;}
.paging a.prev{margin-right:10px;background:url(/images/delimitation/btn_pagePrev.png) no-repeat center center;}
.paging a.next{margin-left:10px;background:url(/images/delimitation/btn_pageNext.png) no-repeat center center;}
.paging a.last{background:url(/images/delimitation/btn_pageLast.png) no-repeat center center;}
.paging a.num{text-indent:0;font-size:17px;line-height:38px;color:#313131;}
.paging a.num.active{background:#373272;color:#fff;font-weight:500;}
.mobilePaging{display:none;}
.mobilePaging .mobileNum{display:inline-block;vertical-align:middle;margin:0 10px;line-height:40px;font-size:17px;}
.mobilePaging .mobileNum .active{display:inline-block;color:#373272;}

.imgSec img{margin: 0 auto;}
.imgSec{margin-bottom: 40px;}
.mapImg_pver{display: block;}
.mapImg_mver{display: none;max-width: 720px;width: 100%;}

.orgItem > ul > li > ul li.on{background-color: #1A8184;}
.depth2{display: none;}
.depth2.on{display: block;}
/* transition */
@keyframes opacity {
   from {
      opacity:0.2;
      background-position: center bottom -50px;
   }
   to {
      opacity:1.0;
      background-position: center bottom;
   }
 }
 @keyframes opacity2 {
   from {
      opacity:0;
      background-position: center bottom 50px;
   }
   to {
      opacity:1.0;
      background-position: center bottom 20px;
   }
 }

@keyframes mover { 
  0% { transform: translateY(0) translateX(-5px); } 50% { transform: translateY(-10px) translateX(-5px); } 100% { transform: translateY(0px) translateX(-5px)}
  } 


  .br_mver{display: none;}
  
  
.sub-in h3{padding: 45px 0 40px;font-size: 33px;font-weight: 900;text-align: center;line-height: 110%;}
.topIconBox{position:relative;margin: 0 2% 55px;padding:40px;padding-left:250px;min-height:200px;box-sizing:border-box;border:1px solid #e0e0e0;border-bottom-left-radius:80px;box-sizing:border-box;}
.topIconBox .icon{display:block;position:absolute;left:68px;top:28px;}
.topIconBox .title{display:block;margin-bottom:10px;font-size:24px;font-weight:500;}
.topIconBox p{font-size:18px;color:#555;line-height:165%;}
.topIconBox .btn_m{margin-top:25px;}
.topIconBox .btn_m + .btn_m{margin-left:5px;}


/* 등록폼 */
.tableCon .reqTop{display:block;font-size:15px;color:#6c6c6c;text-align:right;}
.tableCon > .listCon + .reqTop{margin-top:-22px;}
.tableCon .req{display:inline-block;vertical-align:middle;margin-right:3px;font-size:15px;font-weight:500;color:#f54325;}
.tableCon .form{width:100%;border-top:2px solid #313131;font-size:16px;}
.tableCon .form tbody th{padding:20px;vertical-align:top;text-align:left;font-size:16px;font-weight:400;color:#313131;}
.tableCon .form td{padding:20px;height:67px;border-left:1px solid #e3e3e3;box-sizing:border-box;vertical-align:top}
.tableCon .form th,
.tableCon .form td{border-bottom:1px solid #e3e3e3;}
.tableCon .form th .req{margin-left:3px;}
.tableCon .form input,
.tableCon .form select,
.tableCon .form textarea{border:1px solid #c7c7c7;}
.tableCon .form input[type="radio"]{border:0px none;}
.tableCon .form label{font-size:15px;}
.inputSet{display:inline-block;vertical-align:middle;}
.tableCon .form .inputSet + .btn_s{margin-left:15px;}
.inputSet + .inputSet{margin-left:30px;}
.tableCon .tableExp{vertical-align:middle;color:#0a6f6a;font-size:14px;}
.tableCon input + .tableExp{margin-left:10px;}
.tableCon .form textarea{resize:none;}
.tableCon p.tableExp{margin-left:0;padding-top:10px;}
.tableCon .tableDesc{margin-bottom:10px;}
input[type="radio"]{position:relative;margin-right:5px;width:22px;height:22px;background:#fff;border-radius:50%;appearance:none;}
input[type="radio"]:after{display:block;content:'';position:absolute;left:0;top:0;width:22px;height:22px;border:1px solid #cdcdcd;border-radius:50%;box-sizing:border-box;}
input[type="radio"]:checked:before{display:block;content:'';position:absolute;left:6px;top:6px;width:10px;height:10px;background:#313131;border:0px none;border-radius:50%;}
input[type='checkbox']{width:22px;height:22px;border-radius:4px;appearance:none;border:1px solid #cdcdcd;background:#fff;}
input[type='checkbox']:checked{appearance:auto;}
input + label{font-size:16px;color:#555;}
.filebox{margin-bottom:3px;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {display: inline-block;width:82px;height:34px;color: #999;vertical-align: middle;border:1px solid #313131;cursor: pointer;border-radius: 4px;line-height:32px;box-sizing:border-box;color:#313131;text-align:center;}
.filebox label.file-focus{outline:2px solid #000;}
.filebox .upload-name {display: inline-block;width:50%;height: 34px;font-size:15px;background-color: #fff;border:0px none;line-height:34px;text-indent:5px;}
.filebox .btn_delFile{display:inline-block;margin-left:8px;}


.login-timer{background-color:#f8f8f8;padding:10px 20px; border-radius:4px; margin-top:10px; text-align:center;}
.login-timer .lb{font-size:14px; margin-bottom:3px;}
.login-timer .timer{font-size:24px;font-weight:bold;color:#222;}

.moveList ul li.prev a{padding-right:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;}
.moveList ul li.next a{padding-left:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;}