
@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 {
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	height: 0;
    background-color: var(--color-b);
    border: 0;
    height: 1px;
    width: 100%;
}


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: var(--icon-check);
  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: 32px;
}

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-gr2);border:1px solid var(--color-b);padding-left:12px!important;padding-right:12px!important;}
.btn-checkbox:checked + label{background-color:var(--color-lrd);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;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1440px #fff inset;
  box-shadow: 0 0 0px 1440px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-box-shadow: 0 0 0px 1440px #fff inset;
  box-shadow: 0 0 0px 1440px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btn,
.btn-c > *,
.btn-lg,
.btn-lg-c > *{
  font-weight: 600;
}

.btn,
.btn-c > *,
.btn-lg,
.btn-lg-c > *{
  font-weight:bold;
}

.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;
  line-height:1;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.input, .input-lg{
  width:100%;
  border:1px solid var(--color-b);
  height:50px;
  padding:0 15px;
  border-radius: 5px;
}

.input:focus, .input-lg:focus{
  border:1px solid #000;
}

.input-md,
.input-md-c > *,
.input-sm,
.input-sm-c > * {
  width:100%;
  line-height: 48px;
  height: 50px;
  border:1px solid var(--color-b);
  font-size:14px;
  border-radius:5px;
}

.input-sm,
.input-sm-c > * {
  line-height: 34px;
  height: 36px;
}

.input-md:not([class*='p-']), .input-sm:not([class*='p-']){
  padding:0 15px;
}

.input-wrap, .input-wrap-lg{
  position:relative;
  line-height:1;
}

.input-wrap > label:not([class*=btn]){
  font-size:12px;
  line-height:1;
  margin-bottom:8px;
  color:var(--color-gr1);
  pointer-events:none;
}

.input-wrap-lg{
  padding-top:25px;
  margin-top:0;
}

.input-lg{
  padding-bottom:25px;
}

::-webkit-input-placeholder {
  color:var(--color-b);
}

::-ms-input-placeholder {
  color:var(--color-b);
}

.btn,
.btn-c > *{
  height: 50px;
}

.btn-md,
.btn-md-c > *{
  height: 40px;
}

.btn-sm,
.btn-sm-c > *,
.input-sm,
.input-sm-c > * {
  height: 32px;
}

.btn-xs,
.btn-xs-c > *,
.input-xs,
.input-xs-c > * {
  height: 24px;
}

.btn-1{background-color:var(--color-c1);color:#fff;}
.btn-gr{background-color:var(--color-bg);color:var(--color-gr2);}

textarea {
  overflow: hidden;
  overflow-y: auto;
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-b) 50%),
    linear-gradient(135deg, var(--color-b) 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
}

.swiper-pagination-bullets {
  height: 8px;
  /* top: 0; */
  margin-top: 10px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  vertical-align: top;
  border-radius: 20px;
}

.swiper-pagination-bullet-active {
  width: 30px;
}

.swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-origin: left top;
}


::-webkit-scrollbar-track {
  background-color: #efefef;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #ededed;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  width: 8px;
}

.modal *::-webkit-scrollbar {
  width: 0px;
}

.modal *::-webkit-scrollbar-thumb {
  width: 0px;
}

.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, .note-editable ol{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 hr{background-color:var(--color-gr3);}

.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, .bw-bottom{
  background:#fff;
}
.header-after, .bw-search{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: "\e942";
}
.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, .bw-bottom{
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

#bw-bottom .bw-h56{padding:5px 0 3px;font-size:11px;}
#bw-bottom .bw-h56 .bw-img-c{margin-bottom:4px;}
.bw-bottom-after{height:calc(56px + constant(safe-area-inset-bottom));height:calc(56px + env(safe-area-inset-bottom));}

.bw-new:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--color-c1);
    top: 0px;
    right: 0px;
    border-radius: 5px;
}

.loop-message-me .bw-flt-r, .loop-message-me img{
  border-radius:10px;
  border-top-right-radius:0px;
}

.loop-message-you .bw-flt-l, .loop-message-you img{
  border-radius:10px;
  border-top-left-radius:0px;
}

.bw-table th{background-color:var(--color-bg);}
.bw-table td, .bw-table th{border:1px solid var(--color-b);}
.bw-table th{padding:16px 8px;}
.bw-table td{padding:16px 8px;}
.bw-table .c-c1 th{
  color:#fff;
  background-color:var(--color-c1);
  border:1px solid var(--color-c1);
}
.bw-table .c-c1 th:not(:last-child){
  border-right:1px solid #fff;
}
.bw-table{display:block!important;white-space: nowrap;max-width:100%;overflow-x: auto!important;}
.bw-table thead, .bw-table tbody, .bw-table tfoot{display:table!important;min-width:100%;}

@media screen and (max-width: 1200px) {
  .single-map{height:360px;}
  /* header.php */
  #header, .bw-header, .bw-search{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top);}
}

@media screen and (max-width: 768px) {
  /*
  .scrollDown:not(.page-template-bw-write) #header{
    top:0;
    -webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%), 0 3px 10px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%), 0 3px 10px 0 rgb(0 0 0 / 8%);
  }
  */
  .header-after, .bw-search{height:56px;}

  .bw-table{display:block!important;white-space: nowrap;max-width:100%;overflow-x: auto!important;}
  .bw-table thead, .bw-table tbody, .bw-table tfoot{display:table!important;min-width:100%;}
}
