@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
/*Configurações Globais*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*if lt IE 9 html5shiv.js*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px; /*nomal*/
  background-color: #fbfbfb;
  min-width: 320px !important;
  min-height: 480px !important;
  margin: 0;
}
.en {
  font-family: 'Roboto', sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}
/*Início das configurações da header*/
header {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #19ce60;
  border-bottom: 2px solid #15c654;
  background-size: 22px 22px;
}

.container{width: 90%; position: relative; margin: auto; max-width: 1600px;}

@media screen and (max-width: 768px) {
    .container{width: 100%; position: relative;}
    
}

.row {padding: 15px; position: inherit; display: block; }
.top{padding-top: 15px; padding-bottom: 15px; display: block;}

.title{font-size: 22px; font-weight: bold; display: inline-block;}
h4{font-size: 18px; font-weight: 500; line-height: 26px; color: #000; }

TABLE {
  width: 96%;
  margin: 35px auto;
  max-width: 1600px;
  font-size: 14px;
  border-collapse: collapse;
  border: 3px solid #d0d0d0;
}
#jointable {
  border: none;
  max-width: 650px;
  margin: 40px auto;
    width: 90%;
}
#jointable td, #jointable tr {
  border: none;
}
@media screen and (max-width: 768px) {
  TABLE {
    width: 100%;
    max-width: 1600px;
    font-size: 12px;
    margin: 0;
  }
}
td {
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #d6d6d6;
}
tr {
  border: 1px solid #eaeaea;
}
input {
  outline: 0;
  background: #f2f2f2;
 width: 100%;
  border: 0;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
}
input[type=button], input[type=checkbox] {
  width: auto;
}
.search_date_box {
  width: 90%;
  max-width: 600px;
  height: 90px;
}
.search_date_1 {
  float: left;
  width: 40%;
}
.search_date_2 {
  float: left;
  width: 40%;
}
@media screen and (max-width: 540px) {
  .search_date_1 {
    width: 110px;
  }
  .search_date_2 {
    width: 110px;
  }
  .bt-search {
    padding: 20px 15px !important;
  }
  .search_date_box {
    width: 320px;
  }
}
/*테이블항목*/
#mainDisplayRock2 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.td_checkbox {
  width: 5%;
  min-width: 25px;
  text-align: center;
}
.td_name {
  width: 30%;
  min-width: 100px;
  text-align: left;
}
.td_datekbox {
  width: 10%;
  min-width: 90px;
  text-align: center;
  color: #828282;
    font-family: 'Roboto', sans-serif;
}
.td_flag {
  width: 5%;
  min-width: 35px;
  text-align: center;
}
.td_url, .completion_adress {
  
  text-align: left;
  color: #828282;
   font-family: 'Roboto', sans-serif;
}
.td_checkbox, .td_name, .td_datekbox, .td_flag, .td_url {
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .td_checkbox, .td_name, .td_datekbox, .td_flag, .td_url {
    padding: 4px 2px;
  }
}

@media screen and (max-width: 460px) {
    .td_url, .completion_adress {font-size: 11px;
}
}

.td_jointext{ font-size: 14px; min-width: 120px;}
.completion_box{ width: 100%;
    display: block;
    /* background: #f4f4f4; */
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    float: left;
    padding: 1px 10px 15px 10px;}
.completion_date{padding: 10px 7px; width: 35%; min-width: 120px; display: inline; float: inherit; text-align: center;}
.completion_date::before{
    content: "완료시각";
    color: #fff;
    border-radius: 3px;
    display: inline;
    background-color: #ff6002;
    font-size: 11px;
    padding: 3px;
     margin-right: 4px;
    
}


.completion_adress{padding: 10px 7px; width: 65%; display: inline;  min-width: 180px; float: inherit; line-height: 1.8em;}
.completion_adress::before{
    content: "작업주소";
    color: #fff;
    border-radius: 3px;
    display: inline;
    background-color: #19ce60;
    font-size: 11px;
     padding: 3px;
    margin-right: 4px;
}

@media screen and (max-width: 850px) {
    
.completion_adress, .completion_date{width: 100%; display: block; text-align: left; padding: 4px;}
}


.charge_status_box{width: 90%;
    text-align: center;
    margin: 50px auto;
    padding: 20px;
    max-width: 450px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    display: block;
}
.charge_subject{ color: #19ce60; font-size: 2.3em; font-weight: 500; width: 50%; float: left; display: inline; text-align: right; border-right: 1px dotted #d8d8d8; padding-right: 15px; }
.charge_qty, .charge_sum{font-size: 14px; color: #868686; width: 50%; display: inline-block; text-align: right;}
.charge_qty strong, .charge_sum strong {font-size: 18px; color: #000;}

.charge_sum strong{ color:#19ce60 }

.payment_message { padding: 15px 0; color: white; font-size: 16px;}
.payment_message strong {font-size: 18px; font-weight: 500; font-family: 'Roboto', sans-serif;}


.payment_input{width: 100%; display: block; padding: 10px 0; max-width: 256px; margin: auto;}


@media screen and (max-width: 540px) {
   
    .charge_status_box{
    margin: 20px auto;
    padding: 10px;}
    
    .charge_subject{  font-size: 1.8em;}  
}


.foot_menu_button{ width: 100%;
    display: block;
    text-align: center;
    max-width: 650px;
    margin: 20px auto; }

.text-center {
  text-align: center;
}
.text-small {
  font-size: 11px;
  color: #828282;
  min-width:260px;
}
/*로그인*/
.login_page {
    position: absolute;
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: linear-gradient(90deg, #4caf50 9px, transparent 1%) center, linear-gradient(#4caf50 9px, transparent 1%) center, #fff;
  background-size: 10px 10px;
}
.login_box {
  width: 75%;
  max-width: 400px;
  padding: 20px 15px;
  margin: 10% auto;
  border-radius: 8px;
  background-color: #fff;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.login_title {
  color: #4caf50;
    font-weight: 700;
  padding: 5px;
  font-size: 4em;
  text-align: center;
}
.login_subtitle {
  color: #9FB094;
  padding: 10px 5px 20px;
  font-size: 1em;
  text-align: center;
}

.login_box input {
  margin-bottom: 8px;
  padding: 15px;
}
.login_message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
  text-align: center;
}
.login_message a {
  color: #4CAF50;
  text-decoration: none;
}
.login_save {
  text-align: center;
  padding: 10px 0;
}
.subject {
  background-color: #E5E5E5;
  font-size: 12px;
  text-align: center;
}
.wapper {
  width: 100%;
  margin: auto;
  max-width: 1600px;
  height: inherit;
}
.category_icon {
  display: block;
}
.user_icon {
  display: inline-block;
  color: #fff;
}
.logo {
  width: auto;
  height: 100%;
  float: left;
  margin-left: 15px;
}
.logo a {
  display: table;
  height: inherit;
}
.logo img {
  height: 45px;
}
.logo a li {
  vertical-align: middle;
  display: table-cell;
}
/*Início das configurações da Navigation*/
.menu {
  width: calc(100% - 120px);
  max-width: 1600px;
  height: 100%;
  float: right;
}
.category {
  height: inherit;
  margin: 0;
  padding: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.category {
  width: 100%;
}
.user_menu {
  position: absolute;
  right: 0;
}
.user_menu li a {
  min-width: 350px;
  font-size: 12px;
  display: inline;
  border-bottom: none;
  height: inherit;
  color: #fff;
}
.user_menu li a:hover {
  background: none;
}
.category a {
  width: 100%;
  font-size: 14px;
  height: inherit;
  color: #fff;
  display: table;
}
.category a {
  max-width: 90px;
}
.category a:hover {
  background-color: #0eaf55;
  color: #fff;
}
.category a li {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
#menuToggle {
  display: none;
}
.menu-icon {
  display: none;
}
/*Início das configurações da Navigation com dispositivos < 768px*/
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
  .menu {
    width: 100%;
    height: auto;
  }
  .category {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    /*Para fazer com que o menu saia da esquerda, você deve trocar max-height por max-width*/
    /*Para fazer com que o menu saia da direita, você deve trocar max-height por max-width e setar float: right*/
  }
  .category a, .user_menu {
    position: relative;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #19ce60;
    padding: 10px 0px;
    border-bottom: 1px solid #4ad882;
  }
  .category a {
    max-width: none;
  }
  .menu-icon {
    width: 50px;
    height: inherit;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 60px;
  }
  #menuToggle:checked ~ ul {
    position: absolute;
    left: 0;
    z-index: 999;
    min-height: 100vh;
    background-color: #19ce60;
    /*Para fazer com que o menu saia da esquerda ou direita, você deve trocar max-height por max-width*/
  }
  .menu-icon i {
    font-size: 3em;
    color: #fff;
  }
}
.category_icon .material-icons {
  font-size: 20px;
}
.user_icon .material-icons {
  font-size: 14px;
}
#page_top {
  text-align: center;
  padding-top: 15px;
  background-color: #19ce60;
  width: 100%;
  display: block;
}
.page_title {
  font-size: 2.5em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 15px 0 3px;
}
.page_subtitle {
  font-size: 3em;
  color: #19ce60;
  width: 100%;
  text-align: center;
}
.page_content {
  font-size: 1em;
  color: #fff;
  margin: auto;
  padding: 10px 15px 20px 15px;
}
@media screen and (max-width: 460px) {
 .page_content {
  font-size: 15px;
    }}   
    
.page_content input {
  padding: 12px;
  width: 20%;
  min-width: 90px;
}
.message_box {
  text-align: center;
  color: #fff;
  padding: 15px;
  background-color: #19ce60;
  opacity: 1;
  background-size: 6px 6px;
  background-image: repeating-linear-gradient(45deg, #79e5ad 0, #79e5ad 0.6px, #19ce60 0, #19ce60 50%);
  border: 1px solid #14b754;
  /*background-color: #19ce60; */
  width: 90%;
  display: block;
  border-radius: 10px;
  margin: 35px auto;
}
.message_box strong {
  font-size: 2em;
  color: #fff;
}
.video_box {
  background-color: #000;
  width: 100%;
  margin: auto;
  max-width: 1600px;
  height: inherit;
  text-align: center;
  padding: 35px 5px;
}
.charge_noti_box { /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  opacity: 1;
  background-size: 5px 5px;
  background-image: repeating-linear-gradient(45deg, #e9e9e9 0, #e9e9e9 0.5px, #f5f5f5 0, #f5f5f5 50%);
  text-align: left;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
}
.index_noti_box { /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  opacity: 1;
  background-size: 5px 5px;
  background-image: repeating-linear-gradient(45deg, #e9e9e9 0, #e9e9e9 0.5px, #f5f5f5 0, #f5f5f5 50%);
  text-align: left;
  font-size: 11.5px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
}
.join_modify_noti_box { /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  opacity: 1;
  background-size: 5px 5px;
  background-image: repeating-linear-gradient(45deg, #e9e9e9 0, #e9e9e9 0.5px, #f5f5f5 0, #f5f5f5 50%);
  text-align: left;
  font-size: 11.5px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
}

.qa_box { /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  opacity: 1;
  background-size: 5px 5px;
  background-image: repeating-linear-gradient(45deg, #e9e9e9 0, #e9e9e9 0.5px, #f5f5f5 0, #f5f5f5 50%);
  text-align: left;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  padding: 20px;
  width: 90%;
  max-width: 900px;
  margin: 30px auto;
}
.qa_q {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border-bottom: 1px dotted #BBBBBB;
}
.qa_q::before {
  content: "Q. ";
  font-size: 24px;
  color: coral;
}
.qa_a {
  font-size: 14px;
  color: #3A3A3A;
  padding-left: 15px;
  padding-top: 10px;
}
.qa_a::before {
  content: "A. ";
  font-size: 16px;
  color: #0DB6D9;
}
.textarea_box {
  width: 90%;
  max-width: 900px;
  margin: 30px auto;
}
.textarea_size {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  width: 100%;
}
/*버튼스타일*/
.bt-mini {
  background-color: #f2fff6;
  border-radius: 3px;
  border: 1px solid #15c654;
  display: inline-block;
  cursor: pointer;
  color: #15c654;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  text-decoration: none;
  margin: 5px;
}
.bt-mini:hover {
  background-color: #ffffff;
}
.bt-mini:active {
  position: relative;
  top: 1px;
}
.bt-round {
  background-color: #f2fff6;
  border-radius: 20px;
  border: 1px solid #15c654;
  display: inline-block;
  cursor: pointer;
  color: #15c654;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  margin: 5px;
}
.bt-round:hover {
  background-color: #ffffff;
}
.bt-round:active {
  position: relative;
  top: 1px;
}
/*검색버튼*/
.bt-search {
  background-color: #f2fff6;
  border-radius: 4px;
  border: 1px solid #15c654;
  display: inline-block;
  cursor: pointer;
  color: #15c654;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 16px;
  text-decoration: none;
}
.bt-search:hover {
  background-color: #ffffff;
}
.bt-search:active {
  position: relative;
  top: 1px;
}
/*풋메뉴버튼*/

.bt-footmenu {
  background-color: #19ce60;
    border-radius: 4px;
    border: 1px solid #15c654;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 16px;
    text-decoration: none;
}
.bt-footmenu:hover {
  background-color: #3ce87f;
}
.bt-footmenu:active {
  position: relative;
  top: 1px;
}


.bt-large {
  background-color: #44c767;
  border-radius: 40px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 35px;
  text-decoration: none;
  margin: 10px 0;
}
.bt-large :hover {
  background-color: #6fd481;
}
.bt-large :active {
  position: relative;
  top: 1px;
}
.bt-minigreen {
  background-color: #10b350;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    /* font-family: Arial; */
    font-size: 12px;
    /* font-weight: bold; */
    padding: 7px 4px;
    text-decoration: none;
}
.bt-minigreen :hover {
  background-color: #2dda71;
}
.bt-minigreen :active {
  position: relative;
  top: 1px;
}
#login-button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 4px;
}
#login-button:hover, #login-button:active, #login-button:focus {
  background: #43A047;
}
/*비디오설정*/
#myVideo {
  width: 100%;
  max-width: 460px;
  margin: auto;
}
/*약관*/
.agree {
  text-align: left;
  /* line-height: 1.6em !important; */
  color: #90909 !important;
  font-size: 11px !important;
  color: #828282 !important;
  background-image: none !important;
  text-indent: 0px;
    width: 90%;
}

/*슬라이더*/
.slick-items{
    text-align: center;
    outline: none;
    margin: auto;
    
    
}
.step img{
    outline: none;
    margin: auto;
}

/*아코디언메뉴추가*/

.accordion {width: 90%;
    max-width: 900px;
    margin: auto;
}
.accordion label {
  background: #19ce60;
    display: block;
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: -1px;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    border: 1px solid #0eb34e;
}

.accordion label:hover {

  cursor: pointer;
}
.accordion .content {
  

  box-sizing: border-box;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 7px 10px;
  -webkit-transition: max-height 0.8s ease, padding 0.8s ease;
  -moz-transition: max-height 0.8s ease, padding 0.8s ease;
  transition: max-height 0.8s ease, padding 0.8s ease;
  will-change: max-height;
}
.accordion input {
  display: none;
}
.accordion input[type="radio"]:checked + label + .content {
  display: block;
  max-height: 3000px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.accordion input[type="radio"]:checked + label + .content:last-of-type {


}
.accordion input[type="radio"]:last-of-type:checked + label {
  border-radius: 0;
}

#layerPop_lostpw{
    font-size: 11px;
	width:90%;
    max-width: 380px;
	height:400px;
	position:absolute;
	margin:auto;
	top: 0; left: 0; bottom: 0; right: 0;
	display:none;
	box-shadow: 5px 5px 5px #dadada;
	
	
	
	
	
	border:1px solid  #eaeaea;
	padding:20px;
	background-color:#ffffff;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	}
	#layerPop .close{
	position:absolute;bottom:5px;right:5px;
	}

