@charset "UTF-8";

/*StyleSheet No1 Admin-Manager*/
/*20161123*/
/*writed, KKh*/
/*
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Play);
*/
/*공통영역*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo+2');

* {
  zoom: 100%;
  width: 100%;
  height: 0%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

@media all  {


::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb
{
  background: rgba(54,64,65,0.5);
}
  
html {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -99;
}

body {
  position: relative;
  text-align: center;
  min-width: 320px;
  height: 100%;
  z-index: -3;
  padding: 30px;
  background-color: #ffffff;
  color: #3F4658;
  zoom: 100%;
}

ul {
  list-style: none;
}

div.boxForm {
  display: inline-block;
  padding: 10px;
  width: 100%;
  height: auto;
}

div.mainIconArea {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
}

div.mainIconArea
span.iconCircle {
  display: inline-block;
  vertical-align: top;
  float: center;
  border: 0px solid #ffffff;
  width: 150px;
  height: 120px;
  border-radius: 100%;
}

div.mainIconArea
span.iconCircle
i {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 100%;
  height: 50px;
  font-size: 80px;
  margin-top: 25px;
  color: #303030;
}

div.boxForm
div.mainParkingTitle {
  display: inline-block;
  vertical-align: top;
  float: center;
  max-width: 800px;
  height: auto;
  padding: 5px;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #D9D9D9;
}

div.boxForm
div.mainParkingTitle
span {
  display: inline-block;
  vertical-align: top;
  float: center;
  width: 100%;
  height: auto;
  line-height: 40px;
  font-size: 25px;
  font-weight: 700;
  color: #4a7cd4;
}

div.boxForm
div.subParkingTitle {
  display: inline-block;
  vertical-align: top;
  float: center;
  width: 90%;
  text-align: center;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  margin-top: 20px;
}

div.boxForm
div.subParkingTitle
span.text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
}
  
div.boxForm
div.subParkingTitle
span.callInfo {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 30px;
  line-height: 8px;
  color: #1A70C9;
  padding: 10px;
  font-size: 15px;
}
  
div.boxForm
div.subParkingTitle
span.closeBtn {
  display: inline-block;
  width: 50%;
  height: auto;
  border: 1px solid 4a7cd4;
  padding: 10px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #4a7cd4;
  cursor: pointer;
}

}
