
.menuArea01 .menuLeft .menu__single02 a {
    position: relative;
}

.menuArea01 .menuLeft .menu__single02 a.active:after {
  position: absolute;
  content: '';
  top: 36px;
  left: 47%;
  width: 2px;
  height: 18px;
  background-color: black;
  transform: translateY(-45%);
}

.subPage.gallery .searchArea{
  background: url(../img/bg_gallery_01.jpg) repeat center center;
  text-align: center;
  padding: 50px 0 40px 0;
  margin-bottom: 75px;
}

.subPage.gallery .searchArea .btn input{
  background-color:#7a7a7a;
  font-size: 14px;
  color: white;
  padding:13px 0px;
  width: 450px;
  display: block;
  margin: 0px auto;
  margin-top: 20px;
  text-align: center;
  border: 0;
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
      border-radius: 2px;
}

.subPage.gallery .searchArea span{
  font-size: 14px;
  letter-spacing: 0.1em;
}

label{
  margin-right: 20px;
}


#masonry {
  width:100%;
  margin: 0px auto;
  overflow: hidden;
}

.item {
  width:500px;
  margin-right:3px;
  margin-left:3px;
  float:left;
  display:inline;
}

.item img{
  width:100%;
}

.subPage.gallery .searchArea .btn input:hover {
  cursor: pointer;
  background-color: #575757;
  transition: .3s;
}

@media screen and (max-width: 768px){
.item {
  width:320px;
}
}

.searchArea .cont{
  margin: 0px 6.5%;
}

.subPage.gallery {
  padding-bottom: 200px;
}

.subPage.gallery .spaceing03{
  margin-top: 160px;
}


@media screen and (max-width: 960px){
.subPage.gallery .searchArea {
  text-align: left;
}
.subPage.gallery .searchArea span {
    margin-bottom: 10px;
    display: inline-block;
}
}

@media screen and (max-width: 768px){
.subPage.gallery .searchArea {
  text-align: left;
}
}

@media screen and (max-width: 640px){
.subPage.gallery .searchArea .btn input {
  width: 100%;
}
.subPage.gallery .searchArea {
  padding: 25px 0 20px 0;
  margin-bottom: 30px;
}
.subPage.gallery .searchArea .btn input {
  margin-top: 10px;
}
.subPage.gallery {
  padding-bottom: 100px;
}
.subPage.gallery .spaceing03{
  margin-top: 70px;
}
}

@media screen and (max-width: 360px){
#masonry {
  width:87%;
  overflow:auto;
  margin: 0px auto;
}
.item {
  width:280px;
}
}

.searchNone01 {
  display: none;
}

.modalNone01{
  display:none;
}


#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -90px;
  right: 0px;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 61px;
  height: 81px;
  position: absolute;
  right: 5px;
  background-size: cover;
  background:url(../img/icon_gallery_02.png) no-repeat 0 0;
}

#cboxContent {
  margin-top: 90px;
  margin-bottom: 90px;
}

#gallery{
  position: relative;
}

.category{
  position: absolute;
  bottom:-30px;
  left: 0px;
  z-index: 9999;
}

.category li,.category li a{
  color:white;
}

#cboxLoadedContent {
  background: transparent;
}

#cboxContent {
  background: transparent;
}

.closeBtn01{
  color: transparent;
}

.more01 {
  width: 280px;
  margin: 60px auto 0;
}

.more01 a {
  width: 100%;
  border: 1px solid #7a7a7a;
  padding: 15px;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.more01 a:hover {
  color: #fff;
  background-color: #7a7a7a;
}


/*colorbox*/

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: -55px;
    top: 45%;
}

.cboxSlideshow_on #cboxNext {
    background-position: 0px 0px;
    left: -53px;
    top: 45%;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: 0px 0px;
    left: 0px;
    width: 0px;
    height: 0px;
}

#cboxPrevious:hover {
    background-position: 0px 0px;
}

#cboxPrevious{
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 23px;
    height: 54px;
    position: absolute;
    background-size: cover;
    background: url(../img/slide_next.png) no-repeat 0 0;
}

#cboxNext {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 23px;
    height: 54px;
    position: absolute;
    background-size: cover;
    background: url(../img/slide_prev.png) no-repeat 0 0;
}

#cboxContent {
    margin-top: 90px;
    margin-bottom: 90px;
    margin-right: 55px;
    margin-left: 55px;
}

#cboxLoadedContent{
  overflow: auto!important;
  text-align: center;
}

@media screen and (max-width: 640px){

#cboxContent {
    margin-top: 50px;
    margin-bottom: 90px;
    margin-right: 0px;
    margin-left: 0px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: -3px;
    top: 45%;
}

.cboxSlideshow_on #cboxNext {
    background-position: 0px 0px;
    left: 0px;
    top: 45%;
}

.cboxSlideshow_on #cboxClose {
    top: -53px!important;
}

#cboxPrevious{
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 23px;
    height: 54px;
    position: absolute;
    background-size: cover;
    background: url(../img/slide_next_02.png) no-repeat 0 0;
}

#cboxNext {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 23px;
    height: 54px;
    position: absolute;
    background-size: cover;
    background: url(../img/slide_prev_02.png) no-repeat 0 0;
}

#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 36px;
    height: 48px;
    position: absolute;
    background-size: cover;
    background: url(../img/icon_gallery_04.png) no-repeat 0 0;
}

}

#cboxLoadedContent img{
  max-height: calc(100vh - 190px);
}


@media screen and (max-width: 400px){
.category {
  position: absolute;
  bottom: -40px;
  left: 0px;
  z-index: 9999;
}
}

.instagram{
  text-align: right;
  z-index: 10;
  position: fixed;
  right: 40px;
  line-height: 0;
}

@media screen and (max-width: 425px){
.instagram{
  text-align: right;
  z-index: 10;
  position: fixed;
  right: 10px;
  line-height: 0;
}
.instagram img{
  width: 80%;
}

#next {
  display: none;
}