
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h3 {
  font-weight: bold;
}

ul {
  list-style-type: disc;
  padding: 0px;
  margin: 0 0 0 1.18rem;
}

li {
  margin: 0;
  margin-bottom: 5px;
}

ul.nonelist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.listtype1 {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1.18rem;
}

ul.listtype1 li:before {
  content: "※";
  padding-right: 0.25rem;
  margin: 0 0 0 -1.3rem;
}

ul.listtype2 {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1.18rem;
}

ul.listtype2 li:before {
  content: "- ";
  padding-right: 0.25rem;
  margin: 0 0 0 -1.3rem;
}

a:link {
  text-decoration: none;
}




body::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
}

body {
  -ms-overflow-style: none;
}

body {
  overflow: -moz-scrollbars-none;
}

img {
  width: 100%;
  vertical-align: top;
}



html {
  font-size: 16px;
}


body {
  font-family: 'GmarketSansMedium', sans-serif;
  font-weight: 500;
  overflow-y: auto;
  padding: 0px;
  margin: 0px;
}

br {
  font-family: san-serif;
}


a.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-toggler {
  padding: 0.8rem .75rem 0.5rem;
  font-size: 1.35rem;
}

.headerType1 {
  background-color: #48b9ea;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 0 0.5rem;
  font-size: 1.1rem;
}

.btngroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
  padding: 0px 3%;
}

.btntype {
  width: 45%;
  padding: 0px 8px;
  margin: 10px 2.5%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  cursor: pointer;
}

.btntype1 {
  background-color: #48b9ea
}

.btntype2 {
  background-color: #b5b5b5
}

.btn_text {
  text-align: left;
  font-size: 0.9rem;
}

.btn_arrow {
  text-align: right;
}


.container {
  background-color: #f3f3fe;
  padding: 0;
  max-width: 550px;
  margin-top: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  padding-left: 12px !important;
  line-height: 46px !important;
}

.select2-container .select2-selection--single {
  height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

.agreebox {
  overflow-y: auto;
  height: 220px;
  line-height: 1rem;
  color: #62727b;
  font-size: 14px;
}

.agreebox span {
  font-weight: 700;
  line-height: 1.6rem;
}

.agreebox p {
  padding-left: 10px;
  line-height: 1.2rem;
}

.agreebox ul {
  list-style-type: lower-alpha;
  margin-left: 25px
}

.agreebox li {
  margin-bottom: 5px;
}


.desctype1 {
  font-size: 0.6em;
  color: red;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem - 10px);
  line-height: 1;
}

.form-floating {
  margin-bottom: 10px;
}

.form-floating>label {
  font-size: 12px;
  top: -3px;
}

input {
  padding-left: 10px
}

ul.nonelist {
  margin-top: 10px;
}

li {
  margin-bottom: 12px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 26px;
  height: 26px;
  margin: -3px 7px 0 0;
  vertical-align: middle;
  z-index: 999;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
  height: 46px;
  font-size: 14px;
  padding: 10px;
  background-color: #fff !important;
  border: 1px solid #ddd;
  width: 100%;
}

select {
  font-size: 12px;
}

.btn {
  border: none;
  margin: 0px auto;
  padding: 15px 30px;
  background-color: #867ede;
  color: white;
  width: 200px;
}

.focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.aArea {
  display: flex;
  justify-content: center;
}

.aArea a {
  display: flex;
  background-color: #EC6606;
  border-radius: 14px;
  color: white;
  font-size: 24px;
  text-align: center;
  margin: 20px 10px;
  width: calc(50% - 20px);
  padding: 10px;
  height: 150px;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.aArea a:hover {
  filter: drop-shadow(2px 4px 6px black);
}


.qrbox {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}
.qrbox > #container{
  /* background-color: white; */
}
#container {
  padding: 10px;
}

.card-body{
  padding: 0;
}
.card-body span {
  font-weight: 700;
}

/* pass */
  ul, li, ol{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  img{width: 100%; margin: 0 auto; max-width: 550px;}
  .card-header{
    display: none;
    text-align: center;
    background-color: #e6e3f4;
    font-size: 1.1em;
  }
  img.topImg{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  ul#passMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
  ul#passMenu > li{
    width: calc(50% - 18px);
    margin: 9px;
  }
  /* ul#passMenu > li:last-child{
    width: 100%;
  } */

  /* footer */
  footer#footer{
    text-align: center;
    padding: 20px;
    background-color: white;
  }
  footer#footer > img{
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }