body {
  font-family: 'BMEULJIRO', sans-serif;
  background-color: #1a1600;
  box-sizing: border-box;
  color: #ffffff;
    

}

.dark-mode {
    background-color: black;
    color: white;
    }

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25.5px;
  vertical-align:middle;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19.5px;
  width: 19.5px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
}



input:checked + .slider {

  background-color: #8c8c8c;

}



input:focus + .slider {

  box-shadow: 0 0 1px #8c8c8c;

}



input:checked + .slider:before {

  -webkit-transform: translateX(19.5px);

  -ms-transform: translateX(19.5px);

  transform: translateX(19.5px);

}



/* Rounded sliders */

.slider.round {

  border-radius: 25.5px;

}



.slider.round:before {

  border-radius: 50%;

}


.parent{
    display: flex;

    /* width: 914px; */
    /*height: 50rem; */

}
.lottonumber {  
    text-align: center;
    float: left;
    width: 40%;
  margin: 0 auto;
  color: #000000;
  background: #b3b3ff;
  border: none;
  padding: 7px;
  border-radius: 4px;
    transition: all .2s ease;
}

.lottonumber2 {  
    text-align: center;
    float: right;
    width: 40%;
  margin: 0 auto;
  color: #000000;
  background: #b3b3ff;
  border: none;
  padding: 7px;
  border-radius: 4px;
    transition: all .2s ease;
}

.file-upload {
    display: flex;
background: #1a1600;  /* fallback for old browsers */


  align-items: center;
  justify-content: center;
    width: 90%;
    line-height: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    padding: 7%;
    /* width: 914px; */
    /*height: 30rem;*/
    border-radius: 10px;
    border: solid 1.5px #1a1600;
}


.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #d9ffcc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}


.this-week-lotto {
display: table;
    width: 48%;
    height: 215px;
    object-fit: contain;
    border-radius: 10%;
    border: solid 2px #808080;
    background-color: #ffffff;
    margin-right: 5px;
}


.file-upload-content1 {
  display: table;
  width: 70%;
  height: 50%; 
  display: none;
  text-align: center;
}

.file-upload-input1 {
  display: table;
  width: 50%;
  height: 50%; 
        object-fit: contain;
  position: absolute;
  padding: 0%;

  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap1 {
  display: inline-block;
  align-items: center;
  width: 70%;
  height: 100%;
  object-fit: contain;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border-radius: 5%;
  border: 6px gold;
  border-style: none double none double;
  background:#332b00;  /* fallback for old browsers */
  background: -webkit-linear-gradient(315deg, #665700, #fffbe6, #b39800, #b39800, #fffbe6, #b39800);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(315deg, #665700, #fffbe6, #b39800, #b39800, #fffbe6, #b39800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



.image-dropping,
.image-upload-wrap1:hover {
      display: inline-block;
  align-items: center;
  width: 70%;
  height: 100%;
  object-fit: contain;
  border-radius: 5%;
border: 6px goldenrod;
  border-style: none double none double;
  background:#332b00;  /* fallback for old browsers */
background: -webkit-linear-gradient(315deg, #665700, #fffbe6, #b39800, #b39800, #fffbe6, #b39800);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(315deg, #665700, #fffbe6, #b39800, #b39800, #fffbe6, #b39800);  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.file-upload-image1 { 
display: inline-block;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  border-radius: 5%;
  border: 6px gold;
  border-style: none double none double;
  background:#332b00;  /* fallback for old browsers */
  background: -webkit-linear-gradient(315deg, #665700, #fffbe6, #b39800, #b39800, #fffbe6, #b39800);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(315deg, #665700, #fffbe6, #b39800, #b39800, #fffbe6, #b39800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
img#image1.file-upload-image1{    
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    /*-webkit-filter: contrast(200%);
    filter: contrast(200%);
    -webkit-filter: brightness(2.00);
    filter: brightness(2.00);*/
}

.image-title-wrap1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: auto;
    object-fit: contain;
    border-radius: 10%;
    border: solid 2px gold;
    background-color: #332b00;
        max-width: 17rem;
    margin: 0 auto;
  color: #222;
}



.file-upload-content2 {
  display: table;
  width: 48%;
  height: 36%; 
  display: none;
  text-align: center;
}

.file-upload-input2 {
  display: table;
  width: 48%;
  height: 215px; 
  position: absolute;
  padding: 0%;

  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap2 {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.image-dropping,
.image-upload-wrap2:hover {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.file-upload-image2 { 
    display: table;
    width: 100%;
    margin: auto;
    border-radius: 10%;
    border: solid 2px #808080;
    max-height: 12rem;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.image-title-wrap2 {
    display: table;
    width: 100%;
    margin-top: auto;
    object-fit: contain;
    border-radius: 10%;
    border: solid 2px #808080;
    background-color: #ffffff;
    margin: 0 auto;
  color: #222;
}

.file-upload-content3 {
  display: table;
  width: 48%;
  height: 36%; 
  display: none;
  text-align: center;
}

.file-upload-input3 {
  display: table;
  width: 48%;
  height: 215px; 
  position: absolute;
  padding: 0%;

  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap3 {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.image-dropping,
.image-upload-wrap3:hover {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.file-upload-image3 { 
    display: table;
    width: 100%;
    margin: auto;
    border-radius: 10%;
    border: solid 2px #808080;
    max-height: 12rem;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.image-title-wrap3 {
    display: table;
    width: 100%;
    margin-top: auto;
    object-fit: contain;
    border-radius: 10%;
    border: solid 2px #808080;
    background-color: #ffffff;
    margin: 0 auto;
  color: #222;
}

.file-upload-content4 {
  display: table;
  width: 48%;
  height: 36%; 
  display: none;
  text-align: center;
}

.file-upload-input4 {
  display: table;
  width: 48%;
  height: 215px; 
  position: absolute;
  padding: 0%;

  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap4 {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.image-dropping,
.image-upload-wrap4:hover {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.file-upload-image4 { 
    display: table;
    width: 100%;
    margin: auto;
    border-radius: 10%;
    border: solid 2px #808080;
    max-height: 12rem;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.image-title-wrap4 {
    display: table;
    width: 100%;
    margin-top: auto;
    object-fit: contain;
    border-radius: 10%;
    border: solid 2px #808080;
    background-color: #ffffff;
    margin: 0 auto;
  color: #222;
}

.file-upload-content5 {
  display: table;
  width: 48%;
  height: 36%; 
  display: none;
  text-align: center;
}

.file-upload-input5 {
  display: table;
  width: 48%;
  height: 215px; 
  position: absolute;
  padding: 0%;

  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap5 {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.image-dropping,
.image-upload-wrap5:hover {
  display: table;
  align-items: center;
  width: 48%;
  height: 215px;
  object-fit: contain;
  border-radius: 10%;
  border: solid 2px #808080;
  background-color: #ffffff;
  margin-left: 5px;
}

.file-upload-image5 { 
    display: table;
    width: 100%;
    margin: auto;
    border-radius: 10%;
    border: solid 2px #808080;
    max-height: 12rem;
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.image-title-wrap5 {
    display: table;
    width: 100%;
    margin-top: auto;
    object-fit: contain;
    border-radius: 10%;
    border: solid 2px #808080;
    background-color: #ffffff;
    margin: 0 auto;
  color: #222;
}


.lotto{

    margin-top: 5;
    text-align: center;
}
.drag-text1 {
        font-size : 0.8rem;
margin-top: 10%;
  text-align: center;
}

.drag-text {
        font-size : 0.8rem;

margin-top: 10%;
  text-align: center;
}


.drag-text h3 {
    margin-top: 45%;
  width: 50%;
  font-weight: 100;
  text-transform: uppercase;
  color: #1a1600;
  font-size: 2rem;
  line-height: 1.53;
  text-align: center;
  margin: 0 auto;
}

.drag-text div {
  width: 70%;
  font-weight: 100;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.3rem;
  line-height: 1.53;
  text-align: center;
  margin: 0 auto;
}


.make-number1 {
      flex: 1;
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 4px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}
.make-number2 {
      flex: 1;
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 4px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.make-number3 {
      flex: 1;
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 4px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.make-number4 {
      flex: 1;
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 4px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}
.make-number5 {
      flex: 1;
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 4px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}
.remove-image1 {
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 3px;
  border-radius: 4px;
  border-bottom: 0px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.remove-image1:hover {
  flex: 1;    
  background: #c8f6bc;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image1:active {
  flex: 1;    
  border: 0;
  transition: all .2s ease;
}

.remove-image2 {
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 0px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.remove-image2:hover {
  flex: 1;    
  background: #c8f6bc;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image2:active {
  flex: 1;    
  border: 0;
  transition: all .2s ease;
}
.remove-image3 {
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 0px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.remove-image3:hover {
  flex: 1;    
  background: #c8f6bc;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image3:active {
  flex: 1;    
  border: 0;
  transition: all .2s ease;
}

.remove-image4 {
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 0px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.remove-image4:hover {
  flex: 1;    
  background: #c8f6bc;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image4:active {
  flex: 1;    
  border: 0;
  transition: all .2s ease;
}

.remove-image5 {
  width: 50%;
  margin: 0;
  color: #fff;
  background: #b3b3ff;
  border: none;
  padding: 0px;
  border-radius: 4px;
  border-bottom: 0px solid #c8f6bc;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 100%;
}

.remove-image5:hover {
  flex: 1;    
  background: #c8f6bc;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image5:active {
  flex: 1;    
  border: 0;
  transition: all .2s ease;
}

.navbar.navbar-expand-lg.navbar-light.nav-distance{
     position: -webkit-sticky; 
  position: sticky; 
    z-index: 100;
  top: 0;
}
.navbar-light .navbar-brand {
        background: #ffd700;
    background: -webkit-linear-gradient(left, #ffd755, #ffff00);
    background:    -moz-linear-gradient(right, #ffd755, #ffff00);
    background:      -o-linear-gradient(right, #ffd755, #ffff00);
    background:         linear-gradient(to right, #ffd755, #ffff00);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    background-color: #8c8c8c;
}
.navbar-light .navbar-toggler {
    border-color: #edfce9;
        background-color: #8c8c8c;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: palegoldenrod;
}
.navbar-light .navbar-nav .nav-link {
    color: palegoldenrod;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: goldenrod;
}
.nav-distance {
    padding: 2.1% 5%;
    background-color: #1a1600;
}

.navbar-brand .navbar-brand {
    font-family: BMEULJIRO;
    line-height: 1.68;
    text-align: left;
    color: #35465d;
}

.navbar-light .navbar-toggler{
    border-color: #edfce9;
}

.section {
    margin-top: 20px;
}

.title {
    font-family: BMEULJIRO;
    line-height: 1.67;
    font-size : 2rem;
    text-align: center;
    color: #ffffff;
}
.title2 {
     font-family: BMEULJIRO;
    line-height: 1.67;
    text-align: center;
font-size : 2rem;    
    color: #ffd61a;
    text-shadow: 1 1 2px #35465d;
}
.title3 {
     font-family: BMEULJIRO;
    font-size : 1rem;
    line-height: 2;
    text-align: center;
    color: #ffffff;   
}
.montekalro {
        border: solid 1px #808080;
    margin-left: 30px;
    margin-right: 30px;
         font-family: BMEULJIRO;
    font-size : 1rem;
    line-height: 2;
    text-align: center;
    color: #ffffff; 
}
.visitor {
    width: 50%;
}

.Lt {
    font-family: BMEULJIRO;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height: 1.67;
    text-align: center;
    color: #6666ff; 
}
.o1 {
    font-family: Nanum Gothic;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height: 1.67;
    text-align: center;
    color: #4dd2ff;   
}
.o2 {
    font-family: Nanum Gothic;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height: 1.67;
    text-align: center;
    color: #b3ff66; 
}


.subtitle {
    font-family: Nanum Gothic;
    line-height: 1.53;
    text-align: center;
    color: #35465d;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }
    .navbar-brand {
        font-size: 1.3rem;
    }
}

.youtube-ink{
     font-family: Nanum Gothic;
    font-size: 1rem;
    line-height: 1.71;
    text-align: center;
    color: #f73737;
}

.youtube-link {
    font-family: Nanum Gothic;
    font-size: 1.5rem;
    line-height: 1.71;
    text-align: center;
    color: #f73737;
    text-decoration: underline;
}

.youtube-link:hover {
    font-family: NanumSquareR;
    font-size: 1.5rem;
    line-height: 1.71;
    text-align: center;
    color: #f73737;
    text-decoration: underline;
}

.youtube-icon {
    width: 8%;
}

.upload {
    width: 10%;
    height: 10%;
    object-fit: contain;
}

.upload-text {
    width: 58%;
    font-size: 1.5rem;
    line-height: 1.53;
    text-align: center;
    color: #35465d;
    margin: 0 auto;
}

.footer {
    background-color: initial;
    color: initial;
}
.로또번호 {
        float: left;
    margin-left: 5%;
    text-align: center;
}



.labelContainer1>div{
    display: inline;

    
}
        .labelContainer1>div:nth-child(-n+6) {

                    background: #ffd700;
    background: -webkit-linear-gradient(left, #ffd755, #ffff00);
    background:    -moz-linear-gradient(right, #ffd755, #ffff00);
    background:      -o-linear-gradient(right, #ffd755, #ffff00);
    background:         linear-gradient(to right, #ffd755, #ffff00);

            color: white;
            text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
            text-shadow: 1px 1px 5px #000;
            border-radius: 100%;
                padding: 3%;
}

.labelContainer2>div{
    display: inline;
}
        .labelContainer2>div:nth-child(-n+6) {
            background: orange;
            color: white;
            border-radius: 100%;
                padding: 3%;
}


.labelContainer3>div{
    display: inline;
}
        .labelContainer3>div:nth-child(-n+6) {
            background: orange;
            color: white;
            border-radius: 100%;
                padding: 3%;
}


.labelContainer4>div{
    display: inline;
}
        .labelContainer4>div:nth-child(-n+6) {
            background: orange;
            color: white;
            border-radius: 100%;
                padding: 3%;
}


.labelContainer5>div{
    display: inline;
}
        .labelContainer5>div:nth-child(-n+6) {
            background: orange;
            color: white;
            border-radius: 100%;
                padding: 3%;
}



#label-container {
    width: 80%;
    margin: 0 auto;
}
.result-message {
    width: 80%;
    margin: 0 auto;
    font-size: 2rem;
}

}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
label {
  cursor: pointer;
  display: inline-block;
  width: 90px;
  height: 41px;
  box-shadow: 0 0 0 8px #e5e9ea inset;
  border-radius: 30px;
  position: relative;
}

--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
font-size: 0.6rem;
font-weight: 400;
line-height: 1.5;
-webkit-tap-highlight-color: transparent;
font-family: 'Nanum Gothic', sans-serif;
color: #35465d;
box-sizing: border-box;
display: flex!important;
align-items: center!important;
width: 100%;
text-align: left;
height: 2rem;

.knob {
  position: absolute;
  width: 41px;
  top: 0;
  left: 0;
  height: 41px;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #f470a7 inset;
  background-color: #fbd4e6;
  transition: 0.3s;
}

.knob > i {
  position: absolute;
  width: 4px;
  height: 18px;
  top: 100%;
  background-color: #f470a7;
  left: calc(50% - 2px);
}

.knob > i:before,
.knob > i:after {
  width: 6px;
  position: absolute;
  top: 42%;
  content: "";
  height: 4px;
  background-color: #f470a7;
}

.knob > i:before {
  left: 4px;
}
.knob > i:after {
  left: -6px;
}

input:checked + label > .knob {
  box-shadow: 0 0 0 8px #a1c6dd inset;
  background-color: #e2ecf4;
  transform: translateX(49px) rotate(-140deg);
}

input:checked + label > .knob > i {
  background-color: #a1c6dd;
}

input:checked + label > .knob > i:after,
input:checked + label > .knob > i:before {
  background-color: #a1c6dd;
}

input:checked + label > .knob > i:after {
  top: 14.5px;
  width: 12px;
  left: -7px;
  transform: rotate(45deg);
}
input:checked + label > .knob > i:before {
  top: 13px;
  width: 12px;
  left: 0px;
  transform: rotate(134deg);
}


.select-language {
  font-size: 2em;
}

.app-download-icon {
  width: 200px;
}

/* 상단 광고 */
.ad__upper {
  position: fixed;
  top: 0px;
  opacity: 0;
  width: 100%;
  /* height: 100%; */
  transition: 0.5s transform;
  transform: translateY(0px);
  margin-top: -84px;
  z-index: 99;
}

.ad__upper__hide__btn {
  display: flex;
  justify-content: center;
  width: 60px;
  padding: 6px 0 8px;
  background-color: rgb(223, 223, 223);
  border-radius: 0 0 10px 10px;
}

.ad__upper__hide__btn:hover {
  cursor: pointer;
}

.ad__upper__line {
  width: 100%;
  height: 4px;
  margin-top: -7px;
  background-color: rgb(223, 223, 223);
  border-top: 1px solid rgba(70, 70, 70, 0.3);
}

.snackbar__anim__result {
  transform: translateY(84px);
  opacity: 1;
}

.snackbar__anim__up {
  opacity: 1;
  transform: translateY(0px);
}

.snackbar__anim__down {
  opacity: 1;
  transform: translateY(84px);
}

@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
    
.spinner-border{        
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.container {
    width: 100%;
    background: #1a1600;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container2 {
    width: 100%;
    background: #1a1600;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}

.ad-benner {
    width: 320px;
    margin: 0 auto;
}
.map_wrap, .map_wrap * {margin:0;padding:0;font-family:'Malgun Gothic',dotum,'돋움',sans-serif;font-size:12px;}
.map_wrap a, .map_wrap a:hover, .map_wrap a:active{color:#000;text-decoration: none;}
.map_wrap {position:relative;width:100%;height:500px;}
#menu_wrap {position:absolute;top:0;left:7.5%;bottom:0;width:250px;height:200px; margin:10px 0 30px 10px;padding:5px;overflow-y:auto;background:rgba(255, 255, 255, 0.7);z-index: 1;font-size:12px;border-radius: 10px;}
.bg_white {background:#fff;}
#menu_wrap hr {display: block; height: 1px;border: 0; border-top: 2px solid #5F5F5F;margin:3px 0;}
#menu_wrap .option{text-align: center;}
#menu_wrap .option p {margin:10px 0;}  
#menu_wrap .option button {margin-left:5px;}
#placesList li {list-style: none;}
#placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;}
#placesList .item span {display: block;margin-top:4px;}
#placesList .item h5, #placesList .item .info {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#placesList .item .info{padding:10px 0 10px 55px;}
#placesList .info .gray {color:#8a8a8a;}
#placesList .info .jibun {padding-left:26px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png) no-repeat;}
#placesList .info .tel {color:#009900;}
#placesList .item .markerbg {float:left;position:absolute;width:36px; height:37px;margin:10px 0 0 10px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/marker_number_blue.png) no-repeat;}
#placesList .item .marker_1 {background-position: 0 -10px;}
#placesList .item .marker_2 {background-position: 0 -56px;}
#placesList .item .marker_3 {background-position: 0 -102px}
#placesList .item .marker_4 {background-position: 0 -148px;}
#placesList .item .marker_5 {background-position: 0 -194px;}
#placesList .item .marker_6 {background-position: 0 -240px;}
#placesList .item .marker_7 {background-position: 0 -286px;}
#placesList .item .marker_8 {background-position: 0 -332px;}
#placesList .item .marker_9 {background-position: 0 -378px;}
#placesList .item .marker_10 {background-position: 0 -423px;}
#placesList .item .marker_11 {background-position: 0 -470px;}
#placesList .item .marker_12 {background-position: 0 -516px;}
#placesList .item .marker_13 {background-position: 0 -562px;}
#placesList .item .marker_14 {background-position: 0 -608px;}
#placesList .item .marker_15 {background-position: 0 -654px;}
#pagination {margin:10px auto;text-align: center;}
#pagination a {display:inline-block;margin-right:10px;}
#pagination .on {font-weight: bold; cursor: default;color:#777;}

.kakao-link {
    display: flex;
    width: 10%;
    margin: 0 auto;
}
/* counter */
.counter {font-family:'Roboto', tahoma, 'Noto Sans', sans-serif; font-size:0.688em; text-align:center; letter-spacing:1px}
.counter .total {display:block}
.counter .today-yesterday {color:#999}
.counter .today-yesterday strong {font-weight:normal; color:#333}
.counter .pipe {display:inline-block; margin:0 4px; color:#eee}

© 2021 GitHub, Inc.
Terms
Privacy
Security
Status
Help
Contact GitHub
Pricing
API
Training
Blog
About
