/* 좌측 메뉴 */
#wrap_left { width:222px; float:left; }

#logo { height:108px; }
#logo p { display: inline-block; vertical-align: middle; top:50%; left:50%; transform: translate(-50%, -50%); }

#pagetit { height: 50px; }
#pagetit p { width:100%; float:left; line-height: 50px; text-align:center; font-size:16px; font-weight: bold; background-color:rgba(0,0,0,0.12); color:white; }

#LeftSideMenu { background-color:#f4fafe; padding:47px 0 0 0; }
#LeftSideMenu > div { width: 100%; float: left; }
#LeftSideMenu > div > div {width: 100%;float: left;border-bottom: 1px solid white;padding: 0 0 15px 37px;}
#LeftSideMenu > div:not(:first-child) { margin-top:200px; }
#LeftSideMenu > div > div > ul { width: 100%; float: left; }
#LeftSideMenu > div > div > ul > li { width: 80%; float: left; }
#LeftSideMenu .secMenuBox li { border-bottom:1px solid white; padding:7px 0 7px 10px; }
#LeftSideMenu .secMenuBox li:last-child { border-bottom:none; }
#LeftSideMenu li * { color:inherit; font-size:inherit }

#LeftSideMenu .secMenuBox {/* margin-top:10px; */}

.subMenuItem {font-size: 15px;color: #000000;font-weight: bold;line-height: 35px;padding-top: 10px;}
.subMenuItem.active {  }

.secMenuItem {font-size: 13px;color: #666666;font-weight: normal;padding-left:14px;line-height: 25px;}
.secMenuItem.active { color: #333333; font-weight: bold; }
.secMenuItem.active:after { content:" "; width:24px; height:19px; position:absolute; left:0; top: 50%; transform: translate(-37px,-50%); background-color:#2598e7; }



#wrap_right { width:calc(100% - 222px); min-width: 1400px; float:left; }

#top { width:100%; float:left; min-width: 1400px; padding-left:46px; border-bottom:1px solid #e1e1e1; }

#topStatus { width:670px; float:left; }
#topStatus > div { width: 100%; float:left; height:108px; }

.statusTit { width:99px; float:left; font-size: 15px; font-weight: bold; color:#333; margin-top:10px; }

.statusCon { width:calc(100% - 150px); float:right; background-color:#e1e1e1; border-radius:5px; height: 40px; padding-left:33px; margin-right:50px; margin-top:10px; }
.statusCon * { font-size:15px; }
.statusCon > ul { width:auto; float:left; }
.statusCon > ul > li { width:auto; float:left; }
.statusCon .label { font-size:14px; font-weight: bold; }
.statusCon .statusNowCnt { font-size:15px; font-weight: bold; letter-spacing: 0; }
.statusCon .statusTotalCnt { font-size:14px; }


.statusCon .line { width:auto; float:left; margin:0 19px; color:white; }
.statusCon .value { padding-left:15px; }

.statusEtc { padding-left:25px; }
.statusEtc a { display: inline-block; vertical-align: middle; width:80px; line-height: 24px; border:1px solid white; background-color: white; border-radius:50px; text-align:center; font-size:13px; font-weight: bold; }

#mainMenu { width:50%; float:right; padding-right:65px; }

/* 기타메뉴 */
.etcMenu { width: 100%; float: left; padding-top:12px; }
.etcMenu > ul { width:100%; float:left; text-align:right; }
.etcMenu > ul > li { width:auto; display: inline-block; font-size:13px; font-weight: normal; color: #999999; padding:0 10px; }
.etcMenu > ul > li.line { padding:0; }
.etcMenu > ul > li:first-child { padding-left:0; }
.etcMenu > ul > li:last-child { padding-right:0; }
.etcMenu > ul > li * { font-size:inherit; color:inherit; }
.etcMenu > ul > li i { margin-left:5px; }

/* 메인메뉴 */
.mainMenuBox { width: 100%; float: left; margin-top:28px; min-width: 700px; }
.mainMenuBox > ul { width:100%; float:left; text-align:right; }
.mainMenuBox > ul > li { width: auto; display: inline-block; font-size: 16px; font-weight: 600; padding: 0 20px; color: #333; }
.mainMenuBox > ul > li:first-child { padding-left:0; }
.mainMenuBox > ul > li:last-child { padding-right:0; }
.mainMenuBox > ul > li * { font-size:inherit; color:inherit; }

#topTabMenu { width: 100%; float: left; height: 50px; padding-left: 46px; border-bottom:1px solid #e1e1e1; }
#topTabMenu > ul { width:100%; float:left; }
#topTabMenu > ul > li { width:auto; float: left; font-size:17px; font-weight: bold; }
#topTabMenu > ul > li a { width: 100%; float: left; line-height:50px; padding:0 40px; text-align:center; font-size:14px; }
#topTabMenu > ul > li * { font-size:inherit; color:inherit; }

#topTabMenu .active { box-shadow: inset 0px -3px 0px 0px #2598e8; }
#topTabMenu .active * { color:inherit !important; }


#topTabMenu2 { width: 100%; float: left; height: 50px; padding-left: 46px; border-bottom:1px solid #e1e1e1; }
#topTabMenu2 > ul { width:100%; float:left; }
#topTabMenu2 > ul > li { width:100%; float: left; font-size:12px; color: #666; text-align:right; padding-right:65px; }
#topTabMenu2 > ul > li p { width:auto; display: inline-block; vertical-align: middle; line-height:50px; margin:0 5px; }
#topTabMenu2 > ul > li * { color:inherit; font-size: inherit; }
#topTabMenu2 .tabArrow { margin-left:5px; }

#mainContent { width:100%; float:left; padding:45px 65px; }



.pageGuideWrap { width: 100%; float: left; }
.pageGuideWrap > div { width:100%; float:left; }

.pageGuideWrap .tit { font-size:17px; font-weight: bold; color:#333; }
.pageGuideWrap .tit span { width:auto; float:left; color: inherit; font-size:inherit; font-weight: inherit; }
.pageGuideWrap .tit i { color: #cccccc; right:10px; top:2px; cursor:pointer; }
.pageGuideWrap .guideEtc { width:auto; float:left; margin-left:15px; }

.guideBox.mini { width: 500px; position:absolute; background-color:white; border:1px solid #ccc; left: 0; border-radius:15px; z-index:99; font-size:13px; padding:5px 10px; display:none; }

.guideBox.big { background-color:#f1f1f1; padding:27px 30px; margin-top:25px; }
.guideBox.big ul { width:100%; float:left; }
.guideBox.big ul li { width:100%; float:left; font-size:13px; }
.guideBox.big ul li.mainTextColor { font-size:13px; font-weight:600; margin-bottom: 5px;}
.guideBox.big ul li:not(:first-child) { margin-top:5px; }
.guideBox2.big ul li:not(:first-child) { margin-top:0px; }

.guideBox.info { width:100%; float:left; font-size:12px; color:#666; text-align:left; padding:5px 0 0 5px; }
.guideBox.info i { font-size:inherit; color:inherit; margin-right:5px; }


.contentWrap { width:100%; float:left; margin-top:45px; }
.contentWrap.topLine { border-top:1px solid #ededed; margin-top:none; padding-top:45px; }

.listBox { width:100%; float:left; padding:10px 0; border-top:1px solid #FBFBFB; }
.listBox > div { width:100%; float:left; }

.listBox .tit { font-size:15px; font-weight: bold; margin-bottom:15px; color:black; width:100%; float:left; }
.listBox .tit:not(:first-of-type) { margin-top: 20px; }

.listBox .left { width: 50%; float:left; text-align:left; }
.listBox .totalBox { font-size:12px; }

.listBox .right { width: 50%; float:left; text-align:right; }

.listEtc { width: 100%; float: left; padding:0 17px; margin-bottom:10px; }
.listEtc .total { font-size:14px; font-weight: 500; }

.actionBox { width:100%; float:left; }
.actionBox.styleOn {  padding:10px 17px; background-color:#fbfbfb; }
.actionBox.styleOff { padding:30px 0 10px 0; }

.actionBox .left { width:50%; float:left; text-align:left; }
.actionBox .right { width:50%; float:left; text-align:right; }

.actionBox .txtBox { width:130px; height:40px; }

.actionBox button { width:160px; height:40px; color:white; font-size:14px; font-weight: 500; cursor:pointer; }
.actionBox button:not(.borderOn) { border:none; }
.actionBox button i { color:inherit; font-size: inherit; margin-right:5px; }

.actionBox a { width:160px; height:40px; line-height:40px; display: inline-block; font-size:14px; font-weight: bold; border:none; color:#333; text-align:center; }
.actionBox a i { color:inherit; font-size: inherit; margin-right:5px; }

.actionBox .prevBtn { width:80px; height:40px; border:1px solid #ccc; }



.listCon { width:100%; float:left; }
.listCon table { width: 100%; border-top:2px solid #dedede;}

.listCon thead th { background-color:#f5f5f5; height:50px; border-bottom:1px solid #f4f4f4; font-size:15px; }
.listCon thead tr:first-of-type th { border-right:1px solid #fff; }
.listCon thead tr:first-of-type th:last-child { border-right:none; }

.listCon tbody td { height: 55px; border-bottom:1px solid #ebebeb; text-align:center; padding:5px 10px; border-bottom:1px solid #efefef; border-right:1px solid #eee; color:#666; font-size:14px; }
.listCon tbody .rowMove td { cursor:pointer }
.listCon tbody .rowMove:hover td { background-color:#f2fafe; }


.listPagingBox { width:100%; float:left; text-align:center; margin-top:40px; }
.listPagingBox > ul { width:auto; display:inline-block; vertical-align: middle; }
.listPagingBox > ul > li { width:auto; float:left; margin:0 5px; }

.listPagingBox li * { width:30px; height:30px; line-height:30px; text-align:center; float:left; border:1px solid #d6d6d6; font-size:14px; }
.listPagingBox li.active * { border-color:transparent; background-color:#9a9a9a; color:white; }


.listSearchBox { width:100%; float:left; text-align:center; margin-top:40px; background-color:#ebebeb; }
.listSearchBox > div { width:100%; float:left; }
.listSearchBox > div form { width:auto; display:inline-block; vertical-align: middle; height:96px; }
.listSearchBox > div form * { width:auto; float:left; margin:0 7px; height:40px; border:1px solid #d6d6d6; }
.listSearchBox > div form select { width:158px; }
.listSearchBox > div form input { width:395px; padding-left:5px; }
.listSearchBox > div form button { width:97px; background-color:#999999; border-color:transparent; color:white; cursor:pointer; }



/* form */
.formWrap { width:100%; float:left; }
.formWrap > form { width:100%; float:left; }
.formWrap > form > div { width:100%; float:left; }

.formBoxs { width:100%; float:left; }
.formBoxs .formBox { width:100%; float:left; }
.formBoxs .tit { font-size:15px; font-weight: bold; margin-bottom:15px; color:black; width:100%; float:left; }
.formBoxs .tit:not(:first-of-type) { margin-top: 20px; }
.formBox table { width: 100%; }

.formBox tbody tr:first-of-type th,
.formBox tbody tr:first-of-type td { border-top:1px solid #666; }
.formBox tbody th {background-color:#f5f5f5;height:50px;border-bottom:1px solid #e4e4e4;text-align:left;padding-left:30px;font-size: 14px;font-weight: normal;color: #333;font-weight: 600;}
.formBox tbody td {/*height: 55px;*/border-bottom:1px solid #ebebeb;font-size: 13px;text-align:center;padding:15px 20px;/* color: #666; */}

.formBox tbody td .fromDetailInfo { width: 100%; float: left; text-align: left; margin-top: 10px; font-size: 12px; }


.formBox .txtBox { width:100%; height: 40px; float:left; border:1px solid #e1e1e1; padding-left:5px; }


/* view */
.viewWrap { width:100%; float:left; }
.viewWrap > div { width:100%; float:left; }
.viewWrap .tit { font-size:15px; font-weight: bold; margin-bottom:15px; color:black; width:100%; float:left; }
.viewWrap .tit:not(:first-of-type) { margin-top: 20px; }

.viewBoxs { width:100%; float:left; }
.viewBoxs .viewBox { width:100%; float:left; }
.viewBox table { width: 100%; }

.viewBox tbody tr:first-of-type th,
.viewBox tbody tr:first-of-type td { border-top:1px solid #666; }
.viewBox tbody th {background-color:#f5f5f5;height:50px;border-bottom:1px solid #e4e4e4;text-align:left;padding-left:30px;font-size: 14px;font-weight: normal;color: #333;font-weight: 600;}
.viewBox tbody td {height: 55px;border-bottom:1px solid #ebebeb;font-size: 13px;text-align:left;padding:15px 20px;/* color: #666; */}

.viewBox .txtBox { width:100%; height: 40px; float:left; border:1px solid #e1e1e1; padding-left:5px; }


#copyright { width:100%; float:left; padding:30px 40px 0 40px; border-top:1px solid #ccc; }
#copyright > div { width:100%; float:left; }
#copyright > div p { font-size:12px; line-height:21px; color:#666666; letter-spacing: 0;}
#copyright > div p:last-of-type { margin-top:10px; color:#ccc; }

/* 위치/레이아웃 */
.sms_btn_wrap{ position: fixed; right: 30px; bottom: 50px; pointer-events: none; z-index: 1000; }
.sms_btn_wrap button{ pointer-events: auto; position: absolute; right: 0; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50px; padding: 12px 18px;  min-width: 140px; height: 50px; font-size: 17px; font-weight: 500; color: #fff;box-shadow: 0 8px 24px rgba(0,0,0,.18); cursor: pointer;}
.sms_btn_wrap #all_save_btn{ bottom: 0;}
.sms_btn_wrap .add_num{ background: #333333; bottom: 50px; transform: translateY(-15px); }
.sms_btn_wrap .add_num i{ color:#fff; }