*{
  font-family: 'Nanum Gothic', sans-serif;
}
/* html,body {width: 100%; height:100%; margin:0; padding:0;}
.wrapper {
  height: 100%;
} */
/* #contents {min-height:100%;} */
.header_nav {
  text-decoration: none!important;
  line-height: 68px;
  height: 100%;
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  transition: border 0.2s ease;
}
.header_nav:hover {
  text-decoration: none!important;
}
.header_nav:hover {
  border-bottom: 7px solid;
  padding-bottom: 16px;
}

.active {
  border-bottom: 7px solid;
  padding-bottom: 16px;
}
.activem {
  background: #c7c7c7;
}
.ml30 {
  margin-left: 30px
}

.main_title {
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 40px !important;
}

.main_border {
  margin-bottom: 20px;
  width: 50px;
  border: 5px solid grey;
  background: grey;
}

nav {
  z-index:3;
  width:100%;
  height: auto !important;
  background: #293b70;
  display:none;
  color: white;
  width: 100%;
}
.profile {
  border-radius: 50%;
  margin-bottom: 20px;
}
.logout_btn {
  float: right;
  display: inline-block;
  color: black;
  background: white;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #bdbdbd;
  font-weight: 700;
  padding: 5px 35px;
  margin: 15px;
  border: 2px solid #bdbdbd;
}
.logout_btn:hover {
  cursor: pointer;
  background: rgba(170, 170, 170,0.6);
}
.logout_btn a {
  text-decoration: none;
  color: black;
}
.logout_btn_mobile {
  display: block;
  margin: 34px auto;
  color: black;
  background: white;
  font-size: 16px;
  border-radius: 8px;
  border: 2px solid #bdbdbd;
  font-weight: 700;
  padding: 5px 35px;
  border: 2px solid #bdbdbd;
}
.logout_btn_mobile:hover {
  cursor: pointer;
  background: rgba(170, 170, 170,0.6);
}
.logout_btn_mobile a {
  text-decoration: none;
  color: black;
}

.w3-bar-block .w3-bar-item {
  font-weight: 500;
}
.wrapper{
  min-height: 800px;
}
/* .wrapper {
  position:relative;
  overflow: hidden;
  min-height: 870px;
} */
#footer {
  text-align:center;
}
#mySidebar {
  float:left;
  height:auto;
  position: absolute;
  transition: all .4s;
  display:none;
}
#copyright{
  display:inline-block;
  margin-left: 15px;
  color: #4a4a4a;
}
.walab{
  font-weight:bold;
}

.main_wrapper {
  float: left;
  width: 100%;
}

.main_content {
  max-width: 1300px;
  transition: margin-left .4s;
  margin-top:40px; margin: 0 auto; padding: 0 45px;
}


.logo{
  width: 110px;
  height: 36px;
  float:left;
  margin: 15px 15px 0 15px;
}
.header {
  /* background: #484848; */
  height: 68px;
  border-bottom: 1px solid #bdbdbd;
}
.hamburger {
  display:none;
  color: #293b70;
  font-size: 30px;
  line-height: 52px;
}
.closebtn {
  color: white;
}

.loginbtn {
  float: right;
  margin: 15px;
  padding: 12px 70px;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
  background: #fff;
}
.loginbtn:hover {
  cursor: pointer;
  background: rgba(170, 170, 170,0.6);
}
.loginbtn_mobile {
  margin: 15px;
  padding: 12px 70px;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
  background: #fff;
}
.loginbtn_mobile:hover {
  cursor: pointer;
  background: rgba(170, 170, 170,0.6);
}
.w3-button:hover {
  background: rgba(255,255,255,0.6) !important;
}
.w3-red {
  background: #293b70 !important;
}

.userinfo {
  font-size: 15px;
  font-weight: 200;
  border: none;
  border-radius: 8px;
  text-align: center;
  padding: 20px 0;
}
.userinfo p {
  margin:0;
}

/* about */
.abouttext {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 25px;
  margin: 50px 0 25px 0;
}
.abouttext2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 18px;
  margin-bottom: 80px;
}

.createSite {
  padding: 10px 40px;
  border-radius: 5px;
  border: 2px solid #bdbdbd;
  background: #293b70;
  color: white;
}
.createSite:hover {
  cursor: pointer;
  background: rgba(170, 170, 170,0.6);
}

/* pagination */
.pagination{
  margin-top:20px;
  text-align: center;
  list-style-type: none;
}
#pagination {
  text-align: center;
}

.pagination li{
  display: inline-block !important;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
}
.number-button:hover {
  background: #ededed;
}

.disable-button {
  cursor: text !important;
  color: #bdbdbd;
}
.arrow-button {
  font-weight: 800;
}

/* 반응형 */
@media (max-width: 1100px) {
  .header_nav {
    font-size: 14px;
  }
}
@media (max-width: 1040px) {
  .waitingX {
    display: none;
  }
}

@media (max-width: 750px) {
  .header_nav {
    font-size: 13px;
    padding: 0 6px;
  }
  .logo{
    width: 80px;
    height: 26px;
    margin: 22px 15px 0 0;
  }
}
@media (max-width: 871px) {
  .hamburger {
    display:none;
  }
  .header_nav {
    display:inline-block;
  }
  .logo{
    float:right;
  }
}

@media (max-width: 870px) {
  .hamburger {
    display:inline-block;
  }
  .header_nav {
    display:none;
  }
  .logout_btn {
    display:none;
  }
  .loginbtn {
    display:none;
  }
  .logo{
    float:right;
  }
}
@media (max-width: 470px) {
  #footer {
    font-size: 13px;
  }
}

@media (max-width: 432px) {
  #footer {
    font-size: 11px;
  }
  .logout_btn_mobile {
    margin: 0;
    width: 80px;
    padding: 5px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 350px) {
  #footer {
    font-size: 10px;
  }
}
