@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
  font-family: "Noto Sans KR", sans-serif !important;
}

.container{
  width: 100%;
  text-align: left;
  margin: 0; padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
}

.justify-content-center {
  justify-content: center !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #000;
  width: 1092px;

}


.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  background: transparent url('/img/tablet_backgroud.png') 0% 0% repeat padding-box;
  border: 1px solid #000;
}

.o-hidden {
  overflow: hidden !important;
}
.border-0 {
  border: 0 !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.my-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}

.tablet-top{
	padding: 10px; background: #606060; text-align:right; color:#fff
}

.tablet-title {
	font-size : 4em;
	font-weight: normal;
	margin-top: 93px;
	text-align: center;
}
.tablet-title2 {
	font-size : 5.5em;
	font-weight: bold;
	margin-top: -20px;
	text-align: center;
}
.tablet-term {
	font-size : 1.5em;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	width: 391px;
	height: 54px;
	color:#fff;
	background: #10083F 0% 0% no-repeat padding-box;
	border-radius: 27px;
	opacity: 1;
	margin-left: 341px
}
.tablet-desc {
	font-size : 1.55em;
	letter-spacing: -0.65px;
	color: #10083F;
	opacity: 1;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 90px;
	width:900px;
}

.tablet-desc li {
	padding-bottom: 10px
}

.tablet-img {
	margin-left: 60px;
}

.tablet-terms {
	margin-top: 60px;
	margin-left: 60px;
	background: #fff;
	padding : 10px;
	width:972px;
}
.tablet-terms .title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	width:930px;
}
.tablet-terms .title2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	width:930px;
	
}

.tablet-terms .desc {
	font-size: 1.2em;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.tablet-terms li {
	font-size: 1.2em;
	padding-top : 10px;
	list-style-type : circle;
	margin-left: 30px;
	margin-right: 40px; 
}

.tablet-line {
	height: 1px; 
	background: #070707; 
	width: 90%; 
	display: inline-block;
	text-align: center
}

.tablet-agree{
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.tablet-agree label{
	padding-left: 10px;
}
.tablet-agree-button{
	text-align: center;
	margin-bottom: 80px;
	margin-top: 40px;
}
.tablet-form {
	margin-top: 60px;
	margin-left: 60px;
	background: #fff;
	padding : 10px;
	width:972px;
}

.tablet-form .title{
	font-size : 2em;
	font-weight: bold;
	margin-top : 40px;
	text-align: center;
}
.tablet-form .desc{
	font-size : 1.2em;
	margin-top : 10px;
	text-align: center;
	color: #adadad
}
.tablet-form .required{
	font-size : 1.2em;
	margin-top : 10px;
	margin-left : 60px;
	color: #ff4c4c
}
.tablet-form .form-head{
	font-size : 1.3em;
	font-weight: bold;
	margin-top : 15px;
	margin-left : 60px;
}
.tablet-form .form-desc{
	font-size : 1.1em;
	margin-top : 10px;
	margin-left : 60px;
	color: #adadad
}
.tablet-form .form-field{
	font-size : 1.1em;
	font-weight: bold;
	margin-top : 10px;
	margin-left : 60px;
	
}
.form-input{ 
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	color:#666666; 
	font-size:1.0em; 
	padding:8px;
	width: 840px
}
.form-textarea{
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	color:#666666; 
	font-size:1.0em; 
	padding:8px;
	width: 840px;
	height:100px;
}
.tablet-form-button{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	cursor: pointer;
}

.form-button-blue{ 
	background-color:#256bff;
	border:1px solid #dcdcdc;
	color:#fff; 
	border-radius: 12px;
	width : 316px;
	height : 80px;
	font-size: 2em;
	cursor: pointer;
}
.form-button-glay{ 
	background-color:#dadada;
	border:1px solid #dcdcdc;
	color:#fff; 
	border-radius: 12px;
	width : 316px;
	height : 80px;
	font-size: 2em;
	cursor: pointer;
}

button:disabled {
	cursor: not-allowed;
}

.form-button-post{ 
	background-color:#4e73df;
	border:1px solid #dcdcdc;
	color:#fff; 
	border-radius: 4px;
	width : 120px;
	height : 40px;
	font-size: 1em;
	cursor: pointer;
}

.form-button-citypass{ 
	background-color:#256bff;
	border:1px solid #dcdcdc;
	color:#fff; 
	border-radius: 12px;
	width : 380px;
	height : 80px;
	font-size: 2em;
	cursor: pointer;
}
.form-button-appdown{ 
	background-color:#256bff;
	border:1px solid #dcdcdc;
	color:#fff; 
	border-radius: 12px;
	width : 150px;
	height : 40px;
	font-size: 1em;
	cursor: pointer;
}

.mdialog{
	position:absolute;
	background-color:#fff;
	border:1px solid #dcdcdc;
	border-radius: 12px;
	width : 600px;
	height : 100%;
	
}

.mdialog .head {
	height : 50px;
	text-align: right;
	color : #000
}
.mdialog .head .closebutton {
	font-size: 20px;
	margin-right: 10px;
	margin-top: 10px;
	color : #000;
	background-color : #fff;
	border : 0;
	cursor: pointer;
}
.mdialog .title {
	height : 130px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.mdialog .line {
	height : 1px;
	background-color: #dadada
}

.mdialog .body {
	width : 90%;
	margin-left: 20px;
	margin-top : 20px;
	font-size: 1.2em;
	text-align: left;
}
