@font-face {
	font-family: 'DGBL';
	src: url('/error/fonts/SpoqaHanSansNeo-Medium.otf')  format('truetype');
}

html, body {
			margin: 0;
			height: 100%;
			overflow: hidden;
}

body {
	font-family: 'DGBL', sans-serif;
}


.main-color{
    background-color: #130f95;
    color: #fff;
}

.logo {
	position:absolute; top: 20px; left: 30px; width: 200px;
}

.logo img{
	width: 100%; transition:0.3s;
}

.bgClock {position:absolute; top: 140px; right: 20px; width: 250px;}

.bgClock img {width: 100%; transition:0.3s;}

.info-logo {
	width:100%;
	transition:0.3s;
	max-width: 400px;
}

.container .boxWrapper .boxContainer .btn {
	margin-top: 20px;
	display:block;
	width:100%;
	max-width: 260px;
	height:54px;
	line-height:55px;
	font-size:22px;
	color:#fff;
	background-color: #130f95;
	letter-spacing:0;
	text-align:center;
	transition:0.3s
}

.container .boxWrapper .boxContainer .logo img {
	max-width:300px;
	transition:0.3s
}

.container{
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.boxWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.boxContainer {
    position:absolute;
    top:70px; left:17%;
    margin:0 auto;
    width:550px;
    padding-top:100px;
    text-align:left;
    transition:0.3s;
    min-height:auto
}

.content-row {
    display: flex;
	flex-direction: column;
	width:100%;
	justify-content: center;
	align-items:center;
	margin:10px;
}

.content-column {
    display: flex;
	flex-direction: column;
	width:100%;
	justify-content: center;
	align-items:center;
	margin:10px;
}

.message {
	margin: 10px auto;
	/* line-height: 2; */
	color: #000;
	word-break: keep-all;
	text-align: center;
}

.btn {
	width: 250px;
    height: 45px;
	text-align:center;
    line-height: 46px;
    font-size: 16px;
    text-decoration-line: none;
}

.cancel-color {
    color: #fff;
    background-color: #999;
}

.ablPage {position:relative;height:100vh; display:flex; justify-content: center;}

img {
   max-width: 100%;
   height: auto;
}

footer {
    transform: translateY(-100%);
    position: relative;
    background-color: #f4f4f4;
    color: black;
    text-align: center;
    padding: 1em 0;
}

footer .img_box{
position: relative;
margin: 0 auto;
width: 700px;
}
footer .footer_img {
display: inline-block;
margin-right: 60px;
width: 150px;
}


@media (max-width: 767px) {

	.logo {
		width: 140px;
	}

	.boxWrapper{
	    top:30%;
	    padding:0;
	    border:none
	}


}

p {
	margin: 10px auto;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	word-break: keep-all;
	text-align: left;
}

p.title {
	font-size: 45px;
    color: #fff;
    font-family: serif, '바탕';
    font-weight: bold;
    letter-spacing:-0.1em
}

.content {
text-align: left;
margin-top: 160px;
font-size: 22px;
line-height: 1.7;
color: #222a9c;
letter-spacing:-0.1em
}

.sub_content {
text-align: left;
color: #404040;
margin-top: 20px;
font-size: 18px;
line-height: 1.7;
letter-spacing:-0.1em
}

.bold_text {
font-weight:bold;
}

@media(max-width:767px) {
  p.title {
    font-size: 32px;
  }
}

@media (max-width: 570px) {
    footer .img_box{width:400px;}
    footer .footer_img{width: 90px;margin-right: 30px;}
    .bgImg {background-size: 100% 360px; height: 360px;}
    .bgClock {position:absolute; top:110px; right: 15px; width: 90px;}


    p.title {
        font-family: 'DGBL';
      font-size: 24px;
      font-weight: 400;
    }

    .content{
      margin-top: 140px;
      font-size: 18px;
    }

    .sub_content{
      font-size: 16px;
    }

    .container .boxWrapper .boxContainer .btn {
    		width:100%;
    		max-width:200px;
    		height:40px;
    		line-height:40px;
    		font-size:14px;
    		letter-spacing:-0.01em
    	}
}

@media(max-height:700px) and (min-width:570px){
    footer{
      display: none;
    }
  }

.expired {
	color: #00c7a8
}