@charset "utf-8";

header.top { position:fixed; top:0; left:0; width:100%; height:55px; background:#f44336; text-align:left; padding:0 20px; box-shadow:1px 1px 5px rgba(0,0,0,0.3); z-index:1000; }
header.top .top_logo { display:inline-block; }
header.top .top_logo a { font-size:20px; color:#ff4513; padding-top:16px; }
header.top .top_logo a img { height:24px; }
header.top .t_search, header.top .menu_open { position:absolute; top:14px; width:25px; height:25px; color:#fff; }
header.top .t_search { right:57px; padding-top:2px; }
header.top .menu_open { right:15px;  }
header.top .t_search .fas { font-size:22px; }
header.top .menu_open .fas { font-size:25px; }
header.top #gnb ul li { border-bottom:1px dashed #ddd; }
header.top #gnb ul li a { display:block; padding:15px 15px; }
header.top #gnb ul li a .fas { margin-right:5px; }
header.top .gnb_menu { position:fixed; top:55px; right:-350px; width:280px; height:100%; background:#fff; padding-bottom:50px; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; z-index:1000; }
header.top .gnb_menu_show { right:0; }
header.top .m_close { position:absolute; right:280px; top:0px; width:40px; height:40px; background:#eee; color:#111; text-align:center; }
header.top .m_close .fas { font-size:20px; line-height:40px; }
.bg_dark { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease; z-index:990; }

.top_srch_area { position:absolute; top:55px; left:0; width:100%; padding:10px 0; background:#f3f3f3; text-align:center; }
.top_srch_area .inp_srch { width:50%; min-width:170px; height:35px; text-align:center; font-size:16px; vertical-align:middle; }
.top_srch_area .btn_t_srch { width:50px; height:35px; background:#333; color:#fff; text-align:center; margin-left:-5px; vertical-align:middle; }
.top_srch_area .btn_t_srch .fas { line-height:35px; }
.top_srch_area .s_close { position:absolute; right:15px; top:10px; width:20px; height:35px; }
.top_srch_area .s_close .fas { line-height:35px; }

#contentWrap { width:100%; min-height:100%; padding-top:75px; padding-bottom:155px; }
.tit1 { position:relative; font-size:25px; font-weight:400; text-align:center; padding-bottom:15px; margin-bottom:15px; letter-spacing:-3px; }
/*.tit1:after { position:absolute; bottom:0; left:50%; margin-left:-13px; content:''; width:26px; height:3px; background:#f94026; }*/
.tit2 { position:relative; font-size:17px; padding:10px 0; //margin-bottom:10px; }
.tit2:before { content:'\f058'; font-family:'Font Awesome 5 Free'; font-weight:900; margin-right:5px; color:#FE865C; }
.tit3 { font-size:17px; padding:10px 0; }
.inner { width:95%; margin:0 auto; }
.btn_area { font-size:0; padding:20px 0; text-align:center; }
.btn50 { display:inline-block; width:50%; padding:12px 0; font-size:15px; text-align:center; line-height:1; }
.btn502 { display:inline-block; width:50%; padding:10px 0; font-size:15px; text-align:center; line-height:1; }
.btn100 { display:block; width:100%; padding:12px 0; font-size:15px; text-align:center; line-height:1; }
.btn_area .fas { margin-right:5px; }
.bdg { display:inline-block; color:#fff; border-radius:50px; padding:5px 10px; font-size:13px; }
.bdg.done { background:#f44336; }
.bdg.doing { background:#53bfcd; }
.bdg.applying { background:#626262; }

footer { background:#313131; color:rgba(255,255,255,0.6); padding:20px 0; margin-top:-144px; }
footer .logo2 { margin-bottom:5px; }
footer .logo2 img { height:20px; }
footer address { margin-bottom:10px; }
footer address span { display:block; font-size:13px; letter-spacing:0; line-height:1.4; }
footer address span a { font-size:inherit; letter-spacing:inherit; }
footer .copyright { font-size:13px; letter-spacing:0; color:rgba(255,255,255,0.5); }

.login { width:100%; padding: 5px; height:100%; background-color: #6ccef7;}
.login .tit1 {width: 100%; color:#000; font-size:30px; text-align:center; margin-bottom:20px; padding: 10px; font-weight:normal; letter-spacing:0; background-color: #fff;}
.login .tit1.title{background: none;}
.login .inner { width:90%; max-width:400px; margin: 100px auto;}
.login .tit1 img{width: 200px;}
.login .tit1 b{display: block; font-size: 40px; font-weight: bold; padding: 10px;}
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%); }
.lo_line{margin-bottom: 10px;}
.login .lo_line { margin-bottom:10px; }
.login .lo_line label { color:rgba(255,255,255,0.9); font-size:13px; margin-bottom:5px; }
.login .lo_line input { height:45px; background:rgba(255,255,255,0.1); border:2px solid #ebebeb; color:#333; font-size:18px; font-weight:bold; background: #fff;}
.login .lo_line input::-webkit-input-placeholder{font-size: 18px; color: #000; z-index: 999; font-weight: normal;}
.login .lo_line.label_box{display: flex; flex-direction: column; align-items: center;}
.login .lo_line.label_box .login_manager{font-size: 24px; font-weight: bold; color: #333;}
.login .lo_line.label_box .join{margin-top: 30px; font-size: 20px; color: #2d47e1;}
.login .lo_line.label_box2{display: flex; flex-direction: row; align-items: center; justify-content: center;}
.login .lo_line.label_box2 .join{margin-top: 20px; font-size: 14px; color: #2d47e1;}
.login .lo_line.text_box{margin-top: 40px; text-align: center;}
.login .lo_line.text_box p{font-size: 20px; font-weight: bold; line-height: 25px; color: #333;}
.login .lo_line.text_box b{display: block; margin-top: 50px; font-size: 26px; font-weight: bold; color: #005317;}
.login .lo_line.text_box span{margin-left: 25px; font-size: 26px; font-weight: bold; color: #cc0000;}
.login .lo_btn { margin-top:10px; }
.login .lo_btn .btn_login { padding:17px 0; font-size: 24px; background:#0c5aab; border:2px solid #227fae; border-radius: 100px;}

@media all and (max-width: 768px){
	.login .inner{width: 70%;}
	.login .tit1 img{width: 100px;}
	.login .tit1 b{font-size: 24px;}
	.login .lo_btn .btn_login{padding: 10px 0; font-size: 20px;}
	.login .lo_line.label_box .login_manager{font-size: 20px; font-weight: bold; color: #333;}
	.login .lo_line.label_box .join{margin-top: 30px; font-size: 16px; color: #2d47e1;}
	.login .lo_line.text_box p{font-size: 18px;}
	.login .lo_line.text_box b{font-size: 20px;}
	.login .lo_line.text_box span{font-size: 20px;}
}

.alert_status { text-align:center; background:url(../img/pattern_118.jpg) repeat; padding-bottom:20px; }
.alert_status .alertwrap { padding-top:30px; }
.alert_status .alert_img { margin-bottom:10px; }
.alert_status .alert_img img { width:60%; max-width:362px;  }
.alert_status .alert_btn { margin-top:-30px; margin-bottom:20px; }
.alert_status .alert_btn a { width:50%; max-width:303px; }
.alert_status .alert_btn a img { width:100%; }
.alert_status .place .img { float:left; width:21%; min-width:80px; height:80px; background:url(../img/pattern_101.jpg) repeat; border-radius:10px 0 0 10px; text-align:center; padding-top:15px; }
.alert_status .place .img img { width:50px; }
.alert_status .place .pwrap { float:right; width:79%; max-width:-webkit-calc(100% - 80px); max-width:-moz-calc(100% - 80px); max-width:calc(100% - 80px); background:#fff; border-radius:0 10px 10px 0; }
.alert_status .place .pwrap h2, .alert_status .place .pwrap p { width:100%; height:40px; line-height:40px; padding:0 10px; text-align:left; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.alert_status .place .pwrap h2 { position:relative; border-bottom:1px solid #eee; color:#f44336; }
.alert_status .place .pwrap h2 .btn_detail { position:absolute; right:10px; top:5px; display:inline-block; width:70px; font-size:14px; background:#53bfcd; padding:8px 0; text-align:center; border-radius:5px; color:#fff; margin:0 2px; line-height:1; vertical-align:middle; }

.manage_place { padding:30px 0; }
.manage_place ul { background:#f4f4f4; border-radius:10px; }
.manage_place ul li { padding:10px 10px; border-bottom:1px solid #fff; }
.manage_place ul li span { display:inline-block; width:-webkit-calc(100% - 85px); width:-moz-calc(100% - 85px); width:calc(100% - 85px); vertical-align:middle; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.manage_place ul li span:before { content:'\f3c5'; font-family:'Font Awesome 5 Free'; font-weight:900; margin-right:5px; color:#aaa; }
.manage_place ul li a { width:70px; font-size:14px; padding:8px 0; text-align:center; border-radius:5px; color:#fff; margin:0 2px; vertical-align:middle; }
.manage_place ul li .btn_request { background:#f44336; }
.manage_place ul li .btn_detail { background:#53bfcd; }
.manage_place ul li:first-child {  }
.manage_place ul li:last-child {  }
@media (max-width:360px) {
.manage_place ul li span { width:-webkit-calc(100% - 75px); width:-moz-calc(100% - 75px); width:calc(100% - 75px); }
.manage_place ul li a { width:64px; font-size:13px; }
}

.area_detail {  }
.tpwrap { margin-bottom:15px; }
.tpwrap h2 { background:#777; color:#fff; text-align:center; padding:12px 0; border-radius:10px 10px 0 0; }
.tpwrap p { background:#fff; border:1px solid #ddd; border-top:0; text-align:center; padding:12px 0; border-radius:0 0 10px 10px; }
.add_report { margin-top:10px; display:block; padding:13px 0; text-align:center; background:#53bfcd; color:#fff; border-radius:7px; font-weight:bold; }
.add_report:before { content:'\f067'; font-family:'Font Awesome 5 Free'; font-weight:900; margin-right:3px; }
.area_detail .btn { margin-bottom:30px; }
.area_detail .btn ul { background:url(../img/pattern_118.jpg) repeat; border-radius:10px; font-size:0; }
.area_detail .btn ul li { display:inline-block; width:33.33%; text-align:center; border-bottom:1px solid #fff; border-left:1px solid #fff; vertical-align:top; }
.area_detail .btn ul li a { display:block; padding:15px 0; color:#000; font-weight:bold; }
.area_detail .btn ul li:first-child { border-left:0; }
.area_detail .tbwrap { display:table; width:100%; margin-bottom:15px; font-size:0; }
.area_detail .tbwrap h2, .area_detail .tbwrap p { display:table-cell; vertical-align:middle; }
.area_detail .tbwrap h2 { width:100px; padding:15px 0; background:#eee; border:1px solid #ddd; text-align:center; border-radius:10px 0 0 10px; }
.area_detail .tbwrap p { width:-webkit-calc(100% - 100px); width:-moz-calc(100% - 100px); width:calc(100% - 100px); background:#fff; border:1px solid #ddd; border-left:0; padding:15px 10px; text-align:left; border-radius:0 10px 10px 0; }
.area_detail .tbl_col h2 { padding-bottom:5px; font-size:16px; }
.area_detail .tbl_col td a { letter-spacing:0; }
@media (max-width:360px) {
.area_detail .btn ul li a { font-size:14px; }
}

.move_req .mrbox label { display:block; background:#f44336; color:#fff; font-weight:bold; text-align:center; padding:12px 0; border-radius:10px 10px 0 0; }
.move_req .mrbox p { background:#fff; border:1px solid #ddd; border-top:0; text-align:center; padding:12px 10px; border-radius:0 0 10px 10px; }
.move_req .mrbox input { width:100%; height:45px; background:#f5f5f5; font-size:16px; }
.requester { margin-bottom:15px; }
.mrbox2 {  }
.mrbox2 .iwrap { margin-bottom:10px; }
.mrbox2 .iwrap label { display:inline-block; padding:5px 15px; background:#ff944c; color:#fff; border-radius:7px 7px 0 0; font-size:14px; font-weight:bold; }
.mrbox2 .iwrap p {  }
.mrbox2 .iwrap select, .mrbox2 .iwrap input { width:100%; height:40px; font-size:15px; background:#f7f7f7; }
.mrbox2 .iwrap select {  }
.mrbox2 .iwrap input{  }
.mrbox2 .year select { width:-webkit-calc(50% - 32px); width:-moz-calc(50% - 32px); width:calc(50% - 32px); padding-left:10px; }
.mrbox2 .year .txt { display:inline-block; width:25px; text-align:left; }

.ympick { margin-bottom:20px; padding:10px; background:#f5f5f5; border:1px solid #ddd; text-align:center; }
.ympick select { width:25%; min-width:75px; height:35px; font-size:16px; padding:0 5px; }
.ympick .txt { display:inline-block; vertical-align:middle; }
.ympick .btn_srch2 { height:35px; background:#555; color:#fff; padding:0 12px; line-height:35px; margin-left:5px; vertical-align:middle; }
.ympick .btn_srch2:before { content:'\f002'; font-family:'Font Awesome 5 Free'; font-weight:900; margin-right:3px; }
.move_list .mlist ul.list01 li { position:relative; padding:10px 0 15px 0; border-bottom:1px dashed #aaa; }
.move_list .mlist ul.list01 li:first-child { border-top:2px solid #555; }
.move_list .mlist ul.list01 li:last-child { border-bottom:1px solid #555; }
.move_list .mlist ul.list01 li .date { display:inline-block; color:#53bfcd; font-size:14px; margin-bottom:5px; letter-spacing:0; }
.move_list .mlist ul.list01 li h3 { font-size:18px; margin-bottom:10px; }
.move_list .mlist ul.list01 li th, .move_list .mlist ul.list01 li td { font-size:14px; border:1px solid #ddd; }
.move_list .mlist ul.list01 li td .fon { color:#6a9fe4; margin-left:5px; letter-spacing:0; }

.alert_list .mlist ul.list01 li { padding:15px 0; border-bottom:1px dashed #aaa; }
.alert_list .mlist ul.list01 li:first-child { border-top:2px solid #555; }
.alert_list .mlist ul.list01 li:last-child { border-bottom:1px solid #555; }
.alert_list .mlist ul.list01 li h3 { font-size:18px; margin-bottom:10px; }
.alert_list .mlist ul.list01 li h3 a { font-size:inherit; }
.alert_list .mlist ul.list01 li .dwrap span { display:inline-block; color:#999; margin-right:5px; letter-spacing:0; }

.a_rep { margin:-10px 0 10px 0; }

.tbl002.tbl_row th, .tbl002.tbl_row td { border-bottom:1px solid #ebebeb; }
.tbl002.tbl_row th { padding:13px 0; background:#999; color:#fff; }
.tbl002.tbl_row td { padding:13px 10px; }
.monthly_check .mcbox .header1 { padding:8px 10px; border-top:1px solid #aaa; border-bottom:1px solid #ddd; background:#f5f5f5; margin-bottom:10px; }
.monthly_check .mcbox .header1 h4 { display:inline-block; width:auto; font-size:16px; padding-top:3px; vertical-align:middle; }
.monthly_check .mcbox .header1 input { float:right; width:18px; height:18px; padding-right:20px; }
.monthly_check .mcbox .header1 label { float:right; font-size:13px; padding-top:5px; margin-right:3px; }
.monthly_check .mcbox ul li { position:relative; padding:10px 5px; border-bottom:1px solid #eee; }

.docu_box .mlist ul.list01 li { position:relative; padding:15px 0; border-bottom:1px dashed #aaa; }
.docu_box .mlist ul.list01 li:first-child { border-top:2px solid #555; }
.docu_box .mlist ul.list01 li:last-child { border-bottom:1px solid #555; }
.docu_box .mlist ul.list01 li h3 { font-size:18px; margin-bottom:10px; }
.docu_box .mlist ul.list01 li h3 a { font-size:inherit; }
.docu_box .mlist ul.list01 li .dwrap { margin-bottom:5px; }
.docu_box .mlist ul.list01 li .dwrap span { display:inline-block; color:#999; margin-right:5px; letter-spacing:0; }
.docu_box .mlist ul.list01 li .btn_down { background:#f44336; color:#fff; border-radius:5px; padding:7px 10px; font-size:14px; }
.docu_box .mlist ul.list01 li .btn_down:before { content:'\f56d'; font-family:'Font Awesome 5 Free'; font-weight:900; margin-right:3px; }


.popup1 { position:fixed; top:50%; left:50%; width:95%; max-width:500px; padding:0; background:#fff; z-index:1120;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
transform:translate(-50%,-50%); }
.popup1 .p_head { position:relative; padding:15px 0; text-align:center; background:#f44336; margin-bottom:15px; }
.popup1 .p_head .p_title { color:#fff; font-size:18px; }
.popup1 .p_body { max-height:350px; overflow-y:auto; padding:20px; text-align:left; }
.popup1 .p_body p { //border:1px solid #ddd; padding:10px; text-align:center; line-height:1.4; }
.popup1 .p_foot { text-align:center; padding:10px 0 20px 0; }
.popup1 .p_foot i { margin-right:5px; }
.popup1 .p_close { position:absolute; top:6px; right:0; width:40px; padding:8px 0; color:#fff; }
.popup1 .p_close i { font-size:20px; }
.popup1 .p_close:before {  }

.d_bg { position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:1100; }





