

@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@700&family=Noto+Sans+KR:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@600&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    background: rgb(252, 179, 179);
    padding-top: 90px;
    height: 9999px;
}
h1,h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'Dongle';
    text-decoration: none;
    color: white;
}
p,a {
    text-align: center;
    font-family: 'Noto Sans KR' sans-serif;
    text-decoration: none;
    color: white;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    transition: top 0.2s ease-in-out;
    text-align: center;
    z-index: 9999;
}
/* .nav{

} */
.logo{
    height: 90px;
}
.logo h1{
    font-size: 4rem;
    /* display: inline-block; */
}
.sns {
    float: right;
    margin-top: -63px;
    margin-right: 5%;
}
.sns td{
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.img{
    width: 100%;
    height: auto;
    align-items: center;
    display: block;
    position: absolute;
}
.item img{
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}
.top_button{
  display: scroll;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 200;
}
.mobile_btn{
    display: none;
}
/* filter start */
.filterDiv {
    float: left;
    width: 100%;
    text-align: center;
    display: none;
  }
  
  .filterDiv img {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
  }
  
  .show {
    display: block;
  }
  .mybtncontt{
    text-align: center;
  }
  .container {
    margin-top: 10px;
    overflow: hidden;
  }
  .Fsns{
    float: left;
    position: relative;
    display: inline-block;
  }
  .Dcin img{
    width: 32px;
  }
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: #ddd;
  }
  
  .btn.active {
    background-color: #FCCEFF;
    color: white;
  }
  /* filter end */

  /* modal */
  /* nodal */
  @media (min-width: 768px) {
    .hamburger-button {
      display: none;
    }
  }
  .hamburger-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
  }
  
  .hamburger-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 30px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    transform-origin: 0 0;
    transform: rotate(45deg);
  }
  
  .hamburger-button:hover span {
    transform: rotate(-45deg);
  }
@media all and (min-width: 320px) and (max-width: 768px){
    .sns{
        display: none;
    }
    a{
      color: white;
    }
html,body {width: 100%; overflow-x: hidden; overflow-y: auto;}

* {margin: 0; padding: 0;}

.mobile_btn{
    position: absolute;
    top:70px;
    left: 15px;
} 

input[id="hamburger"] + label {
  display: block;
  width: 60px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
input[id="hamburger"] + label span {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 30px;
  background: #000;
  transition: all 0.35s;
}
input[id="hamburger"] + label span:nth-child(1) {
  top: 0;
}
input[id="hamburger"] + label span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
input[id="hamburger"] + label span:nth-child(3) {
  bottom: 0;
}
input[id="hamburger"]:checked + label {
  z-index: 99;
}
input[id="hamburger"]:checked + label span {
  background: black;
}
input[id="hamburger"]:checked + label span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
input[id="hamburger"]:checked + label span:nth-child(2) {
  opacity: 0;
}
input[id="hamburger"]:checked + label span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
div[class="sidebar"] {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 98;
  transition: all 0.35s;
}

input[id="hamburger"]:checked + label + div {
  left: 0;
}

.nav_mobile {
    position: absolute;
    top:119px;
    width: 100%;
    }

.sidebar .nav_mobile li {
	color:black;
    position:relative;
    float:left; 
    width:100%; 
    list-style-type:none; 
    font-size:20px;
    border-bottom:1px solid #ccc;
    font-family: 'Noto Sans KR';
    font-weight:bold;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    }
    
.sidebar a {
    padding: 0;
    text-decoration: none;
    display: block;
}

.sidebar li a{
    display:block;
    font-weight:bold;
    line-height:40px;
    margin:0px;
    padding:0;
    text-align:center;
    text-decoration:none;
    transition: all 0.4s;
    }

.sidebar li a:hover, .sidebar ul li:hover a {

    text-decoration: none;
    color: #eee;
    padding: 0;
    margin: 0;
    border: 0px;
}
}