
@charset "utf-8";

html {
  color: #000;
  font-weight: normal;
  line-height: 1.3;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga";
  word-break: break-all;
  vertical-align: bottom;
}

* {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga";
  word-break: inherit;
  vertical-align: inherit;
  box-sizing: border-box;
}

a{color:inherit;}

hr{
  border:0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td,
table th {
  vertical-align: middle;
}

.transition,
.accordion,
.bw-selectmenu,
a,
button,
select,
textarea,
input,
label,
li,
label,
[onclick],
[href],
[for],
.ui-icon{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transition-1s {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

img {
  text-indent: -9999px;
  max-width: 100%;
}

/* *:focus,
*:active {
  -webkit-box-shadow: none;
  box-shadow: none;
} */
a.loop-post:visited .title {
  color: var(--color-gr4);
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e92b";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ced1cc;
  color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="checkbox"] + label:not(.btn-checkbox) {
  position: relative;
  padding-left: 40px;
}

input[type="checkbox"]:checked + label:before {
  color: #fff;
  background-color: var(--color-c1);
  border-color: var(--color-c1);
}

.btn-checkbox{display:none!important;}
.btn-checkbox + label:before{display:none!important;}
.btn-checkbox[disabled] + label{opacity:.5;}
.btn-checkbox + label{color:var(--color-gr3);border:1px solid var(--color-b);padding-left:12px!important;padding-right:12px!important;}
.btn-checkbox:checked + label{background-color:var(--color-bg);color:var(--color-c1);border-color:var(--color-c1);}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0px 0px 1px var(--color-gr3);
  -moz-box-shadow: 0 0px 0px 1px inset var(--color-gr3);
  box-shadow: 0 0px 0px 1px inset var(--color-gr3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="radio"] + label:not(.btn-checkbox) {
  line-height: 25px;
  position: relative;
  padding-left: 36px;
}

input[type="radio"]:checked + label:before {
  color: #fff;
  -webkit-box-shadow: inset 0 0px 0px 6px var(--color-c1);
  -moz-box-shadow: 0 0px 0px 6px inset var(--color-c1);
  box-shadow: 0 0px 0px 6px inset var(--color-c1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.btn,
.btn-c > *,
.btn-lg,
.btn-lg-c > *,
.btn-md,
.btn-md-c > *,
.btn-sm,
.btn-sm-c > *,
.btn-xs,
.btn-xs-c > * {
  overflow: hidden;
  text-align: center;
  font-weight: 600;
}

.input-wrap{
  position:relative;
  line-height:1;
  font-weight:500;
}

.input{
  width:100%;
  padding:24px 15px 10px 15px;
  background-color:var(--color-bg);
  border:1px solid var(--color-bg);
  border-radius:4px;
  font-size:13px;
  font-weight:400;
}

.input-md,
.input-md-c > * {
  width:100%;
  line-height: 50px;
  height: 50px;
  background:var(--color-bg);
  border-radius:4px;
}

.input-md:not([class*='p-']){
  padding:0 15px;
}

.input-wrap label, .input-wrap div{
  position:absolute;
  left:15px;
  top:10px;
  width:100%;
  font-size:10.5px;
  color:var(--color-gr3);
  pointer-events:none;
}

.input:focus, .input-md:focus{
  border-color:var(--color-c2);
}

.input:focus + label, .input:focus + div{
  color:var(--color-c2);
}

.btn,
.btn-c > *{
  height: 50px;
}

.btn-lg,
.btn-lg-c > *,
.input-lg,
.input-lg-c > * {
  height: 60px;
}

.btn-md,
.btn-md-c > *{
  height: 40px;
}

.btn-sm,
.btn-sm-c > *,
.input-sm,
.input-sm-c > * {
  height: 30px;
}

.btn-xs,
.btn-xs-c > *,
.input-xs,
.input-xs-c > * {
  height: 24px;
}

textarea {
  overflow: hidden;
  overflow-y: auto;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-gr5) 50%),
    linear-gradient(135deg, var(--color-gr5) 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(50%), calc(100% - 10px) calc(50%);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.swiper-slide {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

[view=auto] .swiper-slide{width:auto;}

.swiper-pagination-bullets {
  height: 8px;
  /* top: 0; */
  margin-top: 10px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
}

.swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-origin: left top;
}

::-webkit-scrollbar-track {
  background-color: #fefefe;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #fefefe;
}

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  width: 0px;
}

.scroll-y::-webkit-scrollbar-track {
  background-color: #fefefe;
}

.scroll-y::-webkit-scrollbar {
  width: 1px;
  background-color: #fefefe;
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #fefefe;
  width: 1px;
}

.bw-content img{max-width:100%;margin-top:15px;}
.bw-content p, .note-editable p, .bw-content > div, .note-editable > div{
  display: block;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.bw-content ul, .bw-content ol, .note-editable ul, , .note-editable ol{padding-left:15px;}
.bw-content ul, .bw-content ul li, .note-editable ul, .note-editable ul li{list-style:'·  ';}
.bw-content ul li, .bw-content ol li, .note-editable ul li, .note-editable ol li{margin-top:10px;}
.bw-content ol, .bw-content ol li, .note-editable ol, .note-editable ol li{list-style: decimal;padding-left:25px;}
.note-editable i, .bw-content i{font-style:oblique;}
.note-editable b, .bw-content b{font-weight:bold;}
.note-editable, .bw-content{word-break:break-all;}

.bw-content h1{
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.bw-content h2{
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.bw-content h3{
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.bw-content h4{
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.bw-content h5{
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.bw-content h6{
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.bw-content img{
  margin-block-start: 10px;
  margin-block-end: 10px;
}

.swiper-container-horizontal {
  overflow: hidden;
}

.bw-address{width:480px!important;max-width:100%!important;background-color:#fff!important;border-radius:10px!important;overflow:hidden;}
.bw-address .address-wrapper{height: 466px;overflow-y: auto;}

.single-map{height:480px;}
.loop-map{height:360px;}
#header{height:100px;}
.scrollUp #header, .scrollDown #header{background-color:#fff;color:#000;height:70px;}
.scrollUp #header .logo img, .scrollDown #header .logo img{content:url(../img/logo-bk.svg);height:30px;}
.scrollDown #header{top:-70px;}
.header-after{height:171px;}
.header-after.no-sub{height:80px;}

[data-action=aj_like].active, [data-action=aj_like].active [class*=icon]{
  color:var(--color-rd);
}

[data-action=aj_like][data-key=comment].active, [data-action=aj_like][data-key=comment].active [class*=icon]{
  color:var(--color-c1);
}
/*
[data-action=aj_like][data-key=comment].active{
  background-color:var(--color-c1);
  color:#fff;
}
*/

[data-action=aj_like].active[class*=icon-heart]:before, [data-action=aj_like].active [class*=icon-heart]:before{
  content: "\e98c";
}

.form-comment .btn-cancel{display:none!important;}
.list-comments .form-comment .btn-cancel{display:flex!important;}

.loop-reply{
  padding-left:calc(10px + calc(10px * var(--depth)))!important;
  padding-right:15px;
}

#bw-bottom{
  border-radius: 20px 0 0 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

#bw-bottom .bw-h56{padding:5px 0;font-size:10px;}
#bw-bottom .bw-img-c{margin-bottom:2px;}

.bw-new:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--color-c1);
    top: 0px;
    right: 0px;
    border-radius: 5px;
}

@media screen and (max-width: 1080px) {
  .single-map{height:360px;}
  /* header.php */
}

@media screen and (min-width: 768px) {
  #bw-bottom, .bw-bottom-after{display:none!important;}
}

@media screen and (max-width: 768px) {
  #header{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top);}
  #header, .scrollUp #header, .scrollDown #header, .header-after, .bw-bottom-after{height:calc(56px + constant(safe-area-inset-top));height:calc(56px + env(safe-area-inset-top));}
  #header .logo img, .scrollUp #header .logo img, .scrollDown #header .logo img{height:24px;position:relative;top:-2px;}
  .scrollDown:not(.page-template-bw-write) #header{top:calc(-56px + constant(safe-area-inset-top));top:calc(-56px + env(safe-area-inset-top));}
  .scrollUp:not(.page-template-bw-write) #header{top:0;}

  .vful-home-sm{height:calc(100vh - 161px)!important;}
}
