@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Do+Hyeon');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700');

body,html{width:100%;height:100%; margin:0;padding:0;}
body *{font-family: 'Nanum Gothic:400', sans-serif;}

* {
  box-sizing: border-box;
}

/* index.php */
#body-bg{
    background-color: #36373c;
}

#wrap{
    text-align: center;
    height: 100%;
    width: 100%;
	background-color: #36373c;
}

#content{
    width: 31%;
	margin:auto;
}
.logo{
    padding-bottom: 10px;
	width:60%;
}
.login{
    width: 100%;
}
.login-text{
    width: 100%;    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.8em;
    padding: 10px;
}
#singin-btn {
    width: 100%;
    background-color: #28bca5;
    color: white;
    padding: 16px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 2em;
    font-weight: bold;
}
#singin-btn:hover {
  background-color: #00af94;
}
.login-check{
    font-size: 1em;
    color: white;
}
span.login-ck1{
    text-align: left;
    padding-right: 30px;
}
span.login-ck2{
    text-align: right;
}
   






/* sub1.html */
#body-bg-2{
    background-color: #f8f8f8;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
.header{
    margin: 0;
    background-color: #28bca5;
    padding: 5px;
    text-align: left;
    font-size: 1.8em;
    color: white;
	overflow:auto;
	position:absolute;
	width:100%;
	z-index:999;
}
.row-info{
  width:100%;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  z-index:998;
  padding-top:6%;
}


.c-info1 h1{
    font-size: 5em;
    text-align: center;
}
.c-info1 p{
    padding-bottom: 20px;
    color: #28bca5;
    font-weight: bold;
    font-size: 1.5em;
}
.c-info2 input{
    width: 66%;    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100px;
    font-size: 2em;
    
}
.col-btn {
    text-align: center;
	width:430px;
	position:relative;
	left:50%;
	margin-left:-170px;
}

.col-btn button{
    cursor: pointer;
    width: 120px;
    height: 120px; 
    font-size: 2.5em;
    color: #ffffff;
    background-color: #28bca5;
    border-radius: 10px;
    margin: 5px;
    font-weight: bold;
}

.col-btn button:hover {
  background-color: #00af94;
}

.col-btn button img{
  margin: 0 0 10px 0;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}






/* sub3.html*/
.row-info{
    text-align: center;
    height: auto;
}
.info-check1 h2{
    font-size: 2.2em;
    padding: 20px 0;
    }
.info-check1 h3{
    padding: 20px 0;
	font-size: 1.2em;
}
.info-check2{
    width: 500px;
    background-color:#28bca6;
    border-radius: 10px;
    margin: auto;
    padding: 5px 0px 15px 0px;
    font-size: 1.7em;
    color: #ffffff;
    font-weight: bold;
}
.info-check2 .in-ck-small {
    font-size: 0.8em;
    font-weight: bold;
}
.info-check3{
    padding: 0px 0;
	font-size:1.2em;
}
.in-ck-text{
    width: 500px;
    background-color: #f2f2f2;
    margin: 10px auto;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.2em;
    text-align: left;
}
.text-c-v{
    color: #512d88;
    padding-left: 30px;
}

.main-num {
    text-align: center;
    background-color: #e1e5e8;
    padding: 5% 0;
}

.btn-wrap{
width:420px;margin:0 auto;margin-top:20px;
}

.client-btn-wrap{
position:relative;top:50%;margin-top:-250px;
}

.swiper-container{
width:420px;margin:0 auto;
}

.swiper-wrapper{
height:420px;
}

.btn-open{
    cursor: pointer;
    width: 90px;
    height: 90px; 
    font-size: 2.5em;
    color: #ffffff;
    background-color: #512d88;
    border-radius: 10px;
    margin: 5px;
    font-weight: bold;
}
.btn-open:hover {
    background-color: #00af94;
    border: solid 3px #4df2d8;
}
.btn-disabled{
    cursor: pointer;
    width: 90px;
    height: 90px; 
    font-size: 2.5em;
    color: #ffffff;
    background-color: #512d88;
    border-radius: 10px;
    margin: 5px;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.6;
}
.btn-disabled-stop{
    cursor: pointer;
    width: 90px;
    height: 90px; 
    font-size: 2.5em;
    color: #3d3e40;
    background-color: #666666;
    border-radius: 10px;
    margin: 5px;
    font-weight: bold;
    cursor: not-allowed;
}

.btn-text{
    cursor: pointer;
    width: 194px;
    height: 90px; 
    margin: 20px;
    font-size: 2em;
    color: #ffffff;
    background-color: #28bca6;
    border-radius: 10px;
    font-weight: bold;
}
.btn-text:hover{
    background-color: #00af94;
}

.btn-text-side{
    cursor: pointer;
    width: 90px;
    height: 90px; 
    margin: 0px;
    font-size: 2em;
    color: #ffffff;
    background-color: #28bca6;
    border-radius: 10px;
    font-weight: bold;
}
.btn-text-side:hover{
    background-color: #00af94;
}



/* 05.html*/
.pp-top2 h2{
    font-size: 2.5em;
    padding: 15%;
    text-align: center;
}

.pp-info-time{
    text-align: center;
    width: 70%;
    height: 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin: auto;  
}
.pp-info-time .pp-th{
    width: 30%;
}

    
    
    
    
    
    
    
    
    