[mn="footer"] {
    margin-top: auto;
    padding: 0;
    color: #fff;
    background-color: var(--clr01);
    background-image: linear-gradient(45deg, var(--clr01), var(--clr02));
    background-position: bottom center;
}
[mn="footer"]:after {
    height: 50%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

[mn="footer"] img.foot-logo  {
    max-height: 90px; 
}
[mn="footer"] .sitemap > * {
    flex: 0 0 50%;
    max-width: 50%
}
[mn="footer"] .sitemap2 > * {
    flex: 0 0 100%;
    max-width: 100%
}
[mn="footer"] .ttl {
    line-height: 1;
    font-family: var
} 

[mn="footer"] .footer-logo {
    max-height: 30px;
    margin: 0 0 15px;
}

[mn="footer"] .wrap-top {
    padding: 200px 0 0;
}

[mn="footer"] .wrap-bottom { 
    padding: 30px 0;
}

[mn="footer"] a {
    color: inherit;
    margin: 0 0 15px
}

[mn="footer"] a:not(.btn-gen-line2):hover {
    text-decoration: underline;
    color: var(--clr03)
} 

[mn="footer"] .title {
    font-family: var(--font-t3);
    margin: 0 0 15px;
    font-size: 130%;
    line-height: 1.2
}

[mn="footer"] .med .scon {
    border: 2px solid #fff;
    margin: 6px;
    border-radius: 50%;
    background-color: transparent;
}

[mn="footer"] .med .scon:hover {
    background-color: var(--clr01);
    border: 2px solid var(--clr01);

} 
[mn="footer"] .med .bimg {
    background-color: var(--clr01x, #fff);
}

[mn="footer"] .med .scon:hover .bimg {
    background-color: #fff;
}

[mn="footer"] .med .bimg-w {
    padding: 8px;
}

[mn="footer"] .med .itm {
    padding: 0 3px;
}

[mn="footer"] .signup {
    margin: 0 0 15px
}

[mn="footer"] .signup .btn-gen {
    padding: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
}

[mn="footer"] .signup input {
    margin: 0;
    padding: 12px;
    border-radius: 50px
}
[mn="footer"] .infow {
    margin: 0 -6px
}
[mn="footer"] .infom ~ .infom {
    margin-top: 15px
}
[mn="footer"] .infow .info-l .bimg-w {
    width: 30px;
}
[mn="footer"] .info-l,
[mn="footer"] .info-r {
    padding: 0 6px;
}
[mn="footer"] .info-l {
    flex: 0 0 45px;
    max-width: 45px
}
[mn="footer"] .info-r {
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px)
}
[mn="footer"] .info-ttl {
    font-family: var(--font-t1)
} 
[mn="footer"] .infow .bg-mask {
    background-color: var(--clr03);
}
@media only screen and (max-width: 991px) {
 
    [mn="footer"] .sitemap > * {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 767px) {
 
    [mn="footer"] .info-l,
    [mn="footer"] .info-r {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.dashed {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    height: 1px;
    margin: 0 0 30px
}
/* =============================================== */
[mn="105"] {
    padding: 90px 0
}
[mn="105"] .containerbx {
    background-color: #fff;
    padding: 60px 0
}
@media (min-width: 575px) {
    [mn="105"] {
        background-attachment: fixed
    }
}
/* =============================================== */


[mn="100"] {
    min-height: 700px;
    background-color: #eee;
    color: #fff;
    z-index: 1;
    text-align: center;
    font-size: 170%;
    padding: 200px 0
}

[mn="100"] .tst-w>* {
    width: 100%
}

[mn="100"] .main {
    padding: 60px 15px;
}

/* [mn="100"] .content:after {
    position: relative;
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background-color: var(--clr01x, #fff); 
    margin: 55px auto 0
} */

[mn="100"] .bg-lay {
    background-position: top center
}

[mn="100"] .bg-lay,
[mn="100"] .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2
}

[mn="100"] .bg-layer {
    z-index: -1;
    background-size: auto;
    background-repeat: repeat;
    display: none;
}

[mn="100"] .bg-lay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,.55)
}

[mn="100"] .decor {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%
}
[mn="100"] .ttl {
    font-size: var(--font-l);
    font-family: var(--font-t1);
    color: #fff;
    line-height: .85;
    text-transform: uppercase;
    margin: 0 0 15px
}

[mn="100"] .subttl {
    font-size: var(--font-xl);
}
[mn="100"] .sitemapw {
    padding: 9px 15px;
    background-color: rgba(255,255,255,.3);
    margin: 0 0 30px;
    line-height: 1;
    border: 3px solid #fff;
    border-radius: 9px;
    min-width: 300px;
}

@media (max-width: 1000px) {
    [mn="100"] .ttl {
        font-size: var(--font-xxl)
    }
}

@media (max-width: 991px) {
    [mn="100"] {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    [mn="100"] .main {
        padding: 0 15px;
    }
    [mn="100"] {
        min-height: 250px;
     }

}

/* =============================== */

[mn="101"] {
    padding-bottom: 10%
}
[mn="101"] h2 {
    margin: 0 0 15px
}
[mn="101"] .clusterw > .cluster:nth-child(1) { 
    order: 2; 
}
[mn="101"] .clusterw > .cluster:nth-child(2) { 
    order: 1; 
}
[mn="101"] .clusterw > .cluster:nth-child(3) { 
    order: 3; 
}
[mn="101"] .clustermain { 
    flex: 0 0 500px;
    max-width: 500px
} 
[mn="101"] .clusterside { 
    flex: 1 0 0
}
[mn="101"] img.leave {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}
[mn="101"] img.leave-1 { 
    right: auto;
    top: 10%;
    left: 10%;
}
[mn="101"] img.leave-2 { 
    right: 10%;
    top: 12%; 
    z-index: -1
}
[mn="101"] img.leave-3 { 
    right: auto;
    top: auto;
    bottom: 10%;
    left: 40%;
}
[mn="101"] a {
    color:inherit;
    filter: grayscale(1);
}
[mn="101"] a:hover {
    filter: grayscale(0);
}
[mn="101"] .ttl {
    font-size: 120%;
    font-weight: bold
}
[mn="101"] .redirbx  {
    margin: 60px 0
}
[mn="101"] .inpbx {
    margin: 0 0 30px
}
[mn="101"] .inpbx input{
    margin: 0 0;
    padding-right: 50px;
    padding-left: 15px;
    max-width: 100%;
    width: 400px;
    border: 1px solid #ccc;
}
[mn="101"] .form-line :is(input,textarea,select):focus+label, 
[mn="101"] .form-line :is(input,textarea,select):not(:placeholder-shown) +label  {

}
[mn="101"] .inpbx label{ 
    color: #ccc;
    translate: 15px -50%;
    top: 50%
}
[mn="101"] .inpbx button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 6px;
    width: 45px;
    font-size: 120%;
}
@media (max-width: 991px) {
    [mn="101"] .clustermain { 
        flex: 0 0 100%;
        max-width: 100%;
        order: 1 !important;
    } 
    [mn="101"] .clusterside { 
        flex: 0 0 50%;
        max-width: 50%;
        order: 3 !important;
    }
    [mn="101"] .redirbx {
        margin: 30px 0
    }
}
@media (max-width: 575px) {
    [mn="101"] .inpbx input{ 
        width: 300px;
    }

    [mn="101"] img.leave-1 { 
        right: auto;
        top: 0%;
        left: 10%;
    }
    [mn="101"] img.leave-2 { 
        right: 0%;
        top: 12%; 
        opacity: .5
    }
    [mn="101"] img.leave-3 { 
        right: auto;
        top: auto;
        bottom: 0%;
        left: 40%;
    }
}

/* ======================================= */
/* ======================================= */
[mn="301"] {
    min-height: 400px;
    overflow: hidden; 
}

/* [mn="301"] {
counter-reset: section;
}

[mn="301"] .bil::after {
counter-increment: section;
content: counter(section) ". ";
} */
[mn="301"] h2 {
    margin: 0 0 15px;
    color: var(--clr02) !important
}

[mn="301"] img.leave {
    position: absolute;
    right: 0;
    top: 0;
}
[mn="301"] img.leave-2 { 
    right: auto;
    top: auto;
    bottom: 11%;
    left: 0%;
}
[mn="301"] .list- { 
    line-height: 1.1
}

[mn="301"] .list-~* {
    padding: 15px 0 0;
}

[mn="301"] .list-l {
    flex: 0 0 40px;
    max-width: 40px;
    font-family: var(--font-t1);
    color: var(--clr02)
}

[mn="301"] .list-r {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0 0 0 12px
}

[mn="301"] .content>* {
    margin: 12px 0; 
}
[mn="301"] .content .subttl {
    font-weight: bold;
    letter-spacing: 0;
}
[mn="301"] .content .listbx {
    font-size: 120%;
    font-weight: bold
}

[mn="301"] .taste>.btn-gen {
    background-color: #1d3944;
    color: #fff;
    border: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
}

[mn="301"] .taste>.btn-gen:hover {
    background-color: #0c232d;
}

[mn="301"] .desc {
    margin: 0 0 45px
}

[mn="301"] .itm.lr-w {
    flex: 0 0 100%;
    max-width: 100%;
}

[mn="301"] .itm .r {
    flex: 0 0 40%;
    max-width: 40%;
}

[mn="301"] .itm .l {
    min-height: 350px;
    flex: 0 0 60%;
    max-width: 60%;
}

/* [mn="301"] .itm .l:after {
content: '';
right: 0;
bottom: 0;
position: absolute;
display: block; 
height: 100%;
width: 250px;
background: rgb(255,255,255);
background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
} */
[mn="301"] .info {
    padding: 30px 0
}
[mn="301"] .div2-l {
    flex: 0 0 250px;
    max-width: 250px
}
[mn="301"] .div2-r {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px)
}
[mn="301"] .div2w {
    margin: 0 -9px;
    flex-direction: row-reverse;
}
[mn="301"] .div2 {
    padding: 0 9px
}
@media (min-width: 767px ) and (max-width: 991px) {
    [mn="301"] .div2-l,
    [mn="301"] .div2-r {
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (max-width: 575px) {
    [mn="301"] .div2-l,
    [mn="301"] .div2-r {
        flex: 0 0 100%;
        max-width: 100%
    }
}
[mn="301"] .main {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100vh;
}
[mn="301"] .rangebx {
    padding: 35px 0
}
[mn="301"] .rangeitm {
    margin: 15px 0 0
}
[mn="301"] .rangeitemttl {
    font-weight: bold
}
[mn="301"] .rangettl {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}
[mn="301"] .ranger {
    border-style: double;
    border-color: #ccc;
    height: 15px;
    display: block;
    border-radius: 6px;
    z-index: 1;
    background-color: #fff;
    filter: drop-shadow(0px 0px 2px #ddd );
    overflow: hidden
}
[mn="301"] .ranger:before {
    content: '';
    position: absolute;
    left: 50%;
    top:0;
    transform: translate(-50%,0);
    display: block;

}
[mn="301"] .calanw {
    padding: 9px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid var(--clr03);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 250px;
    border-radius: 9px
}
[mn="301"] .calanbx {
    font-weight: bold;
    color: #fff;
    line-height: 1
}
[mn="301"] .calan {
    font-size: 150%
}
[mn="301"] .calan sup{
    font-size: 50%;
    margin: 0
}
[mn="301"] .bignum {
    color: #797979;
    font-size: 1000%;
    text-align: center
}
[mn="301"] .rangfill {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background-color: var(--clr03);
    height: 100%;
}
[mn="301"] .div-l {
    flex: 1 0 0
}
@media (max-width: 575px) {
    [mn="301"] .div-r,
    [mn="301"] .div-l {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 12px 0
    }
}
@media (max-width: 1100px) {
    [mn="301"] .itm.lr-w {
        flex: 0 0 100%;
        max-width: 100%
    }

    [mn="301"] .itm .l,
    [mn="301"] .itm .r {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    [mn="301"] {
        align-items: flex-start;
        min-height: auto;
        padding: 0 0
    }

    /* [mn="301"] .itm .l:after { 
left: 0;
bottom: 0;
height: 120px;
width: 100%;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
} */
    [mn="301"] .main {
        position: inherit;
        height: auto;
    }

    [mn="301"] .main+div {
        padding: 30px 15px
    }

    [mn="301"] .itm .l,
    [mn="301"] .itm .r {
        flex: 0 0 100%;
        max-width: 100%
    }

    [mn="301"] .itm .l {
        min-height: 250px
    }
}

[mn="301"] .tab:after {
    background-color: var(--clr01, #1d3944)
}
[mn="301"] .tab.active:after {
    background-color: var(--clr03, #1d3944)
}

[mn="301"] .tab {
    padding-right: 45px;
    font-weight: initial;
    font-size: 120%;
    font-weight: bold;
    background-color: #eee;
    transition: all ease .4s
}
[mn="301"] .tab + * .lis { 
    background-color: #eee;
    padding: 0 15px 15px;
    transition: all ease .4s
}
[mn="301"] .tab.active,
[mn="301"] .tab.active + * .lis { 
    background-color: #fff;
}

[mn="301"] .ele {
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 9px
}
[mn="301"] .ele.active {
    border: 1px solid #ccc;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 20%);
}

[mn="301"] .ele~* {
    margin-top: 12px
}

[mn="301"] .liss {
    padding: 0
} 

[mn="301"] .decor-img img {
    max-height: 12px
}

[mn="301"] .mainProdImgw { 
    overflow: hidden;
    background-color: #fff
}

[mn="301"] .mainProdImg {
    transition: all 0.1s ease 0s;
}

[mn="301"] .bimgitmbxw {
    margin: 15px -3px
}

[mn="301"] .bimgitm {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 3px;
}

[mn="301"] .bimgitm .bimg-w {
    overflow: hidden;
    background-color: #fff;
    transition: .4s all ease;
    border: 2px solid #fff;
    border-radius: 21px;
    cursor: pointer;
}

[mn="301"] .bimgitm.active .bimg-w {
    border: 2px solid var(--clr02);
}

[mn="301"] .tastebx {
    margin: 60px 0;
    font-weight: bold
}
[mn="301"] .tastebx a {
    color: inherit
}
[mn="301"] .taste-r,
[mn="301"] .taste-l {
    flex: 1 0 0 ; 
}
[mn="301"] .taste-m {
    flex: 0 0 37px;
    max-width: 37px
}
[mn="301"] .tasttl {
    font-size: 150%;
}
[mn="301"] .tasgrey {
    color: #999;
    font-size: 120%;
}
[mn="301"] .tasthumb {
    margin: 0 -3px
}
[mn="301"] .tasthumb- {
    padding: 0 3px
}
[mn="301"] .tasthumb-l {
    flex: 0 0 90px;
    max-width: 90px;
} 
[mn="301"] .taste-r .tasthumb {
    flex-direction: row-reverse;
}
[mn="301"] .tasthumb- .bimg-w {
    overflow: hidden;
    border-radius: 12px
}

@media (max-width: 575px) {
    [mn="301"] .tasthumb-r {
        flex: 0 0 100%;
        max-width: 100%
    }
}

[mn="301"] .btn-ctrl {
    padding: 0;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;

    display: inline-flex;
    border: 2px solid var(--clr02);
    color: var(--clr02x, #fff);
    background-color: var(--clr02);
    margin: 0;
    cursor: pointer;
    line-height: 1;
    justify-content: center;
    align-items: center;
}

[mn="301"] .btn-ctrl:hover {
    border: 2px solid var(--clr04);
    background-color: var(--clr04);
}

[mn="301"] .btn-ctrl.btn-left {
    left: 0;
    transform: translate(50%, -50%);
}

[mn="301"] .btn-ctrl.btn-right {
    right: 0;
    transform: translate(-50%, -50%);
}

[mn="301"] .accorbx {
    padding: 15px;
    margin: 0 0 45px;
    background-color: #fae5d3
}

[mn="301"] .accorbx .accor {
    padding: 15px;
    font-family: var(--font-t1);
    cursor: pointer;
    transition: .2s all ease;
}

[mn="301"] .accorbx .accor.active,
[mn="301"] .accorbx .accor:hover {
    padding: 15px;
    color: var(--clr02)
}

[mn="301"] .accorbx .accor>*:after {
    transition: .4s all ease;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -9px;
    left: 0;
    background-color: var(--clr02);
}

[mn="301"] .accorbx .accor.active>*:after,
[mn="301"] .accorbx .accor:hover>*:after {
    height: 6px;
}


[mn="301"] .owlbx { 
    overflow: hidden
}

[mn="301"] .owlbx [owl] .item {
    height: 100%;
    padding: 0;
    overflow: hidden;
border-radius: 9px;
border: 1px solid #ccc;
background-color: #fff
}

[mn="301"] .owlbx [owl] a {
    color: inherit;
}

[mn="301"] .owlbx [owl] .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

[mn="301"] .owlbx [owl] svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    fill: #333;
    transition: all ease .4s;
}

[mn="301"] .owlbx [owl] button {
    position: relative;
    display: inline-block !important;
    font-size: inherit !important;
    border: 1px solid #ccc !important
}

[mn="301"] .owlbx [owl] button.owl-next,
[mn="301"] .owlbx [owl] button.owl-prev {
    width: 45px;
    /* height: 45px; */
    padding: 14px !important;
    background-color: var(--clr01x, #fff);
    display: flex;
    /* opacity: .8; */
    /* border-radius: 50%; */
    border: 0 solid var(--clr01);
    margin: 0 3px !important;
    /* box-shadow: -3px 3px 7px rgba(0, 0, 0, .3); */
    line-height: 1;
}

[mn="301"] .owlbx .owl-nav {
    text-align: center
}

[mn="301"] .owlbx [owl] button.owl-next:hover,
[mn="301"] .owlbx [owl] button.owl-prev:hover {
    background-color: var(--clr02);
}

[mn="301"] .owlbx [owl] button.owl-next:hover svg,
[mn="301"] .owlbx [owl] button.owl-prev:hover svg {
    fill: #fff;
}

[mn="301"] .owlbx [owl] button.owl-next {
    transform: translate(0)
}

[mn="301"] .owlbx [owl] button.owl-prev {
    transform: translate(0)
}

[mn="301"] .owlbx [owl] .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 30px;
    overflow: visible
}

/* [mn="301"] .owlbx .item .bimg-w {
    width: 60px;
    margin: 0 0 9px
} */

[mn="301"] .owlbx .item .bimg {
    padding-top: 100%;

    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 0;
    -webkit-mask-position: center bottom;
    position: center bottom;
}

[mn="301"] .owlbx .owl-carousel:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--clr01x, #fff);
    top: 0;
    left: -3px;
    transform: translate(-100%, 0);
    pointer-events: none;
}

[mn="301"] .owlbx .item>div {
    cursor: pointer;

}

[mn="301"] .owlbx .item>div.wrapxp {
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 30px;
    transition: .6s all ease;
}

[mn="301"] .owlbx .owl-item.active.atari .item>div.wrapxp {
    background-color: var(--clr01);
    color: #fff;
}

[mn="301"] .owlbx .owl-item.active.atari .item .bimg {
    background-color: var(--clr01x, #fff);
}

[mn="301"] .owlbx .cus {
    text-align: center
}

[mn="301"] .owlbx .invisible {
    visibility: hidden;
}

[mn="301"] .owlbx .ttl { 
    width: 100%;
    text-align: left;
    font-family: var(--font-t1);
    font-size: 120%;
    margin: 0 0 15px;
    line-height: 1.2;
}

[mn="301"] .owlbx .ttl-l {
    flex: 0 0 40px;
    max-width: 40px
}

[mn="301"] .owlbx .ttl-r {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 9px
}

[mn="301"] .owlbx .ttlw {
    margin: 0 0 30px
}

[mn="301"] .owlbx .ttlw h2 {
    margin: 0
}

@media (max-width: 575px) {
    [mn="301"] .owlbx .main {
        padding: 0
    }
}





[mn="301"] .owlbx .itm- > * {
overflow: hidden;
border-radius:9px;
border:1px solid #ccc
}
[mn="301"] .owlbx .profile-r {
flex: 0 0 30%;
max-width: 30%;
}
[mn="301"] .owlbx .profile-l {
flex: 0 0 70%;
max-width: 70%;
}
[mn="301"] .owlbx .proinfo-l .bimg-w {
border-radius: 50%;
overflow: hidden;
}
[mn="301"] .owlbx .proinfo-l {
flex: 0 0 20%;
max-width: 20%;
}
[mn="301"] .owlbx .proinfo-r {
flex: 0 0 80%;
max-width: 80%;
padding: 0 0 0 6px;
font-family: var(--font-t1);
line-height: 1.1
}
[mn="301"] .owlbx .rate-star {
flex: 0 0 20%;
max-width: 20%;
}
[mn="301"] .owlbx .content {
padding: 15px
}
[mn="301"] .owlbx .text {
line-height: 1.5;
margin: 9px 0 0;
font-size: 80%
}
[mn="301"] .owlbx .progressbx {
position: absolute;
right: 9px;
top: 9px;
padding: 4px 9px;
line-height: 1;
background-color: var(--clr01);
border-radius: 5px;
font-family: var(--font-t1);
font-size: 80%;
}

[mn="301"] .owlbx {
    background-color: var(--clr01)
}
[mn="301"] .owlbx .progressbx {
    right: auto;
    left: 9px;
    font-size: inherit;
    padding: 9px 12px;
    border-radius: 0;
    background-color: #fff;
}
[mn="301"] .owlbx [owl] .item {
padding: 15px;
border: 0
}
[mn="301"] .owlbx .owl-carousel:after {
    background-color: var(--clr01, #fff);
}
[mn="301"] .owlbx .item .bimg {
    padding-top: 60%;
}
[mn="301"] .owlbx .ttl {
    font-size: 100%
}
/* ======================================= */
/* ======================================= */
[mn="103"] {
    min-height: 50vh; 
    background-color: #f4f4f4;
    padding: 0
}
[mn="103"] .datebx {
    margin: 0 0 15px
}
[mn="103"] .datew {
    background-color: #ccc;
    border-radius: 6px;
}
[mn="103"] .date- {
    padding: 9px;
    background-color: #ccc;
cursor: pointer;
border-radius: 6px;
transition: .6s all ease 
}
[mn="103"] .date-:hover,
[mn="103"] .date-.active { 
    background-color: var(--clr03); 
}
[mn="103"] ul {  
    padding-left: 25px !important;
}
[mn="103"] ul li {
    padding: initial;
}
[mn="103"] li::marker { 
    color: var(--clr01);
    
}
 .decor- img {
    width: 100%
}
 .decor-2 img {
    transform: rotate(180deg)
}

/* [mn="103"] .itm .l:after {
content: '';
left: 0;
bottom: 0;
position: absolute;
display: block;
height: 100%;
width: 250px;
background: rgb(236, 241, 243);
background: linear-gradient(90deg, rgba(236, 241, 243, 1) 0%, rgba(236, 241, 243, 0) 100%);
} */

[mn="103"] .imgbx img {
max-width: initial;
max-height: 70vh
}

[mn="103"] h2 {
text-align: inherit
}

[mn="103"] .main > .row {
flex-direction: row-reverse
}

[mn="103"] .compoundttl {
margin: 0
}

/* [mn="103"] .imgw:after {
content: '';
display: block;
width: 200vw;
height: calc(100% + 0px);
background-color: var(--clr01);
right: 0;
top: 50%;
position: absolute;
z-index: -1;
transform: translate(calc(00% - 30px), calc(-50% - 30px)); 
}  */

[mn="103"] .bimg-w {
width: 80px
}

[mn="103"] .itm {
flex: 0 0 33.333%;
max-width: 33.333%;
}

[mn="103"] .itm>div {
padding: 3px 6px;
}

[mn="103"] .desc {
font-size: 120%;
text-transform: uppercase;
padding-bottom: 15px;
}

[mn="103"] .index {
text-align: center
}

[mn="103"] .num {
font-family: var(--font-t2);
font-size: var(--font-l);
line-height: 1;
padding: 6px 0;
color: var(--clr01)
}
[mn="103"] .ttl:not(.cnw) {
font-family: var(--font-t1);
}
[mn="103"] .ttl {
margin: 0 0 15px;

font-size: 150%;
color: var(--clr01);
text-transform: uppercase
}
@media (max-width: 991px) {
[mn="103"] .txtbx { 
    max-width: initial
}
}

@media (max-width: 767px) {
[mn="103"] .imgbx img {
    max-width: 120%
}
}

@media (max-width: 575px) {
[mn="103"] {
    align-items: flex-start;
    min-height: auto;
}

[mn="103"] .imgbx img {
    max-width: 100%
}

}
/* ======================================= */
/* ======================================= */
[mn="102"] {
    min-height: 50vh;
    overflow: hidden;  
}

/* [mn="102"] .itm .l:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 250px;
    background: rgb(236, 241, 243);
    background: linear-gradient(90deg, rgba(236, 241, 243, 1) 0%, rgba(236, 241, 243, 0) 100%);
} */

[mn="102"] .imgbx img {
    max-width: initial;
    max-height: 70vh;
    translate: -30px 0;
}

[mn="102"] h2 {
    text-align: inherit
}

[mn="102"] .main > .row {
    /* flex-direction: row-reverse */
}

[mn="102"] .compoundttl {
    margin: 0
}

/* [mn="102"] .imgw:after {
    content: '';
    display: block;
    width: 200vw;
    height: calc(100% + 0px);
    background-color: var(--clr01);
    right: 0;
    top: 50%;
    position: absolute;
    z-index: -1;
    transform: translate(calc(00% - 30px), calc(-50% - 30px)); 
}  */

[mn="102"] .bimg-w {
    width: 80px
}

[mn="102"] .itm {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

[mn="102"] .itm>div {
    padding: 3px 6px;
}

[mn="102"] .desc {
    font-size: 120%;
    text-transform: uppercase;
    padding-bottom: 15px;
}

[mn="102"] .index {
    text-align: center
}

[mn="102"] .num {
    font-family: var(--font-t2);
    font-size: var(--font-l);
    line-height: 1;
    padding: 6px 0;
    color: var(--clr01)
}
[mn="102"] .ttl:not(.cnw) {
    font-family: var(--font-t1);
}
[mn="102"] .ttl {
    margin: 0 0 15px;
    
    font-size: 150%;
    color: var(--clr01);
    text-transform: uppercase
}
@media (max-width: 991px) {
    [mn="102"] .txtbx { 
        max-width: initial
    }
}

@media (max-width: 767px) {
    [mn="102"] .imgbx img {
        max-width: 120%
    }
    [mn="102"] .imgbx img {
        translate: 0 0; 
    }
}

@media (max-width: 575px) {
    [mn="102"] {
        align-items: flex-start;
        min-height: auto;
    }

    [mn="102"] .imgbx img {
        max-width: 100%
    }

}
/* ======================================= */
/* ======================================= */
[mn="202"] .ttl {
    margin: 0 0 15px;
    font-family: var(--font-t3);
    font-size: 130%
}
[mn="202"] .desc { 
    font-family: var(--font-t3); 
}
[mn="202"] .desc ul {  
    padding-left: 25px !important;
}
[mn="202"] .desc ul li {
    padding: initial;
}
[mn="202"] .desc li::marker { 
    color: var(--clr01);
    
}

[mn="202"] .leave-3 {
    top: auto;
    right: 52px;
    bottom: -15px;
}
[mn="202"] h2.cus {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative
}
@media (min-width: 575px) {
    [mn="202"] h2.cus,
    [mn="202"] .owl-carousel  {
        background-attachment: fixed 
    }
}
[mn="202"] .txtbox h2 {
    text-align: center;
    margin: 15px 0;
    color: inherit;
    font-size: 100%
}

[mn="202"] .txtbox h2:before {
    margin: 0 0 15px;
    background-color: #fff
}

[mn="202"] .bg-lyr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

/* [mn="202"]  .btn-gen {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
} 
[mn="202"]  .btn-gen:hover {
    border: 1px solid var(--clr01); 
    background-color: var(--clr01);
}  */

[mn="202"] .main>.row {
    /* flex-direction: row-reverse */
}

[mn="202"] .bimg {
    padding-top: 65%
}


[mn="202"] iframe {
    height: 100%;
    margin: 0 0 20px
}

@media (max-width: 767px) {
    [mn="202"] .txtbox {
        width: 100%;
    }

    [mn="202"] iframe {
        height: 300px
    }

    [mn="202"] .img-lyr {
        display: none
    }

    [mn="202"] .bimg {}
}

@media (max-width: 575px) {
    [mn="202"] .desc {
        text-align: inherit
    }
}

[mn="202"] [owl] .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

[mn="202"] [owl] .item {
    padding: 0;
}
[mn="202"] [owl] .owl-item img {
    width: auto;
    display: inline
}
[mn="202"] [owl] .item > * {
padding: 20px;

}
[mn="202"] [owl] .item > * > *{
padding: 20px;
background-color: #fff
}
[mn="202"] [owl] .item,
[mn="202"] [owl] .item>div {
    height: 100%;
}

[mn="202"] [owl] svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    fill: #222;
    transition: all ease .4s;
}

[mn="202"] [owl] .owl-dot span {
    background-color: var(--clr03, #fff);
    border: 2px solid var(--clr03, #fff);
    border-radius: 50px;
    margin: 0 3px;
    transition: .4s all ease;
}

[mn="202"] [owl] .owl-dot.active span {
    background-color: var(--clr03, #fff);
    width: 24px;
}

[mn="202"] [owl] button.owl-next,
[mn="202"] [owl] button.owl-prev {
    width: 35px;
    height: 35px;
    padding: 9px !important;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    border-radius: 50%;
}

[mn="202"] [owl] button.owl-next:hover,
[mn="202"] [owl] button.owl-prev:hover {
    background-color: var(--clr01);
}

[mn="202"] [owl] button.owl-next:hover svg,
[mn="202"] [owl] button.owl-prev:hover svg {
    fill: #fff;
}

[mn="202"] [owl] .owl-dots {
    transform: translate(-50%, -200%);
}

@media only screen and (max-width: 575px) {
    [mn="202"] [owl] .owl-dots {
        display: block
    }
}
/* ======================================= */
/* ======================================= */
[mn="106"] {
    padding: 0 0;
    background-color: #000;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

[mn="106"] .slide-progress {
    width: 0;
    max-width: 100%;
    height: 6px;
    background: #e84497;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

[mn="106"] [owl] img {
    display: inline-block;
    width: auto;
}

[mn="106"] [owl] .item {
    z-index: 1;
    padding: 0;
}
 

[mn="106"] [owl] .itemrow>div {
    max-width: 100%;
    flex: 0 0 100%;
}


[mn="106"] [owl] .owl-dot span {
    background-color: var(--clr03, #fff);
    border: 2px solid var(--clr03, #fff);
    border-radius: 50px;
    margin: 0 3px;
    transition: .4s all ease;
}

[mn="106"] [owl] .owl-dot.active span {
    background-color: var(--clr03, #fff);
    width: 24px;
}

[mn="106"] [owl] button.owl-dot {
    text-align: center;
    margin: 12px 0
}

[mn="106"] [owl] svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    fill: #fff;
}

[mn="106"] [owl] button.owl-next,
[mn="106"] [owl] button.owl-prev {
    width: 40px;
    height: 40px;
    padding: 13px !important;
    background-color: var(--clr03);
    display: flex;
    border-radius: 50%;
    margin: 0 0 !important;
    transform: translate(-50%, 0);
    right: auto;
    left: 50%;
}

[mn="106"] [owl] button.owl-next:hover,
[mn="106"] [owl] button.owl-prev:hover {
    background-color: var(--clr04);
}


[mn="106"] .content>* {
    margin: 9px 0;
}

[mn="106"] .content h2 {
    color: inherit
}

[mn="106"] [owl] .owl-dots {
    text-align: center;
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[mn="106"] .full {
    text-align: center;
}

[mn="106"] .ttl {
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase
}

[mn="106"] .ttl>span {
    font-weight: bold;
    display: inline-block;
    margin: 0 6px;
    font-family: var(--font-t1);
    font-size: var(--font-xl)
}

[mn="106"] .desc {
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
    font-family: var(--font-t3);
    font-size: 120%
} 
/* [mn="106"] .desc:after {
    position: relative;
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background-color: var(--clr01x, #fff);
    margin: 55px auto 0;
} */

/*
[mn="106"] .ttl:after,
[mn="106"] .ttl:before {
display: inline-block;
content: '';
height: 2px;
width: 90px;
background-color: #fff;
vertical-align: middle;
}
*/

[mn="106"] .ttlh2 {
    padding: 120px 1px 1px;
}

[mn="106"] [owl] .itemrow {
    padding: 30px 0;
    min-height: 200px;
    color: #fff;
}

[mn="106"] .ln {
    text-align: center;
    padding: 40px 15px;
}

[mn="106"] .rn,
[mn="106"] .ln {
    flex: 0 0 100%;
    max-width: 900px;

}

[mn="106"] .txt-l {
    text-align: left
}

[mn="106"] .taste {
    margin: 30px 0 0
}
[mn="106"] .decor {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none
}
/* [mn="106"] .taste .btn-gen {
background-color: transparent;
color: #fff;
border: 2px solid #fff;
}
[mn="106"] .taste .btn-gen:hover {
background-color: var(--clr02); 
border: 2px solid var(--clr02);
} */
[mn="106"] .txt-l div.btn-gen {
    margin: 15px 0
}

[mn="106"] .btn-play {
    cursor: pointer
}

[mn="106"] .mouse_scroll {
    transform: translate(-50%, -50%) scale(0.6);
}

[mn="106"] video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    background-color: #fff;
    z-index: -1
}

[mn="106"] .video-valid .animen {
    display: none
}

@media only screen and (max-width: 991px) {
    [mn="106"] [owl] .itemrow {
        min-height: 75vh
    }

    [mn="106"] .ttl>span {
        max-width: 100%
    }

    [mn="106"] .ttl {
        margin: 35px 0;
    }

    [mn="106"] .ttl:after,
    [mn="106"] .ttl:before {
        width: 30px;
        display: block;
        margin: 6px auto
    } 
    [mn="106"] [owl] .owl-next,
    [mn="106"] [owl] .owl-prev {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
 

    /* [mn="106"] [owl] .owl-nav button {
        margin: 0 0 !important;
    } */
}

@media only screen and (max-width: 767px) {
    [mn="106"] .txt-l {
        text-align: center
    }

    [mn="106"] .txt-l div.btn-gen {
        margin: 15px 0
    }

    [mn="106"] .txt-l+div {
        display: none
    }

    [mn="106"] [owl] img {
        max-height: 90px
    }
}

@media only screen and (max-width: 575px) {
    [mn="106"] [owl] .owl-dots {
        display: block !important
    }
    [mn="106"] .ttl {
        margin: 0 0 9px
    }

    [mn="106"] .ttl>span {
        font-size: 120%;
    }

    [mn="106"] .rn,
    [mn="106"] .ln {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.licht106.licht .main>div:not(.ccl) {
    padding: 0;
    background-color: transparent
}

.licht106 video {
    width: 100%
}
/* ======================================= */
/* ======================================= */

[mn="201"] {
    background-attachment: fixed
}
[mn="201"] h2 {
    margin: 0 0 15px
} 
[mn="201"] img.leave {
    position: absolute;
    right: 0;
    top: 0;
}
[mn="201"] img.leave-1 { 
    z-index: -1
}
[mn="201"] img.leave-2 { 
    right: auto;
    top: auto;
    bottom: 20%;
    left: 0%;
}
[mn="201"] .itms {
    margin: 0 -9px;
    padding-top: 10px
}

[mn="201"] .itm {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 9px 9px;
    text-align: center
}

[mn="201"] .itm>div {
    height: 100%; 
}

[mn="201"] .txt {
    padding: 15px 0;
    transition: all ease-in-out .4s;
    width: 100%;
    flex: 1 0 0;
}

[mn="201"] .txt .smr {
    font-size: 80%;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px;
}

[mn="201"] .ttl {
    line-height: 1.1;
    font-family: var(--font-t1);
    font-size: 120%;
    margin: 6px 0 0;
}

[mn="201"] .itms a {
    color: inherit;
    cursor: pointer;

}

[mn="201"] .bimg-w {
    color: #fff
}
[mn="201"] .itm .bimg {
    padding-top: 130%; 
    transition: all ease-in-out .4s;
    transform: scale(1)
}
[mn="201"] .sort {
    font-weight: bold
}
[mn="201"] .sort select {
    margin: 0 0
}

[mn="201"] .itm a:hover .bimg {
    transform: scale(1.05);
    opacity: 0.6
}

[mn="201"] .add {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease-in-out .4s; 
    font-size: 120%;
    padding: 12px;
    font-weight: bold
}
[mn="201"] .add_2 {
    width: 100%
}
[mn="201"] .add_1 {
    top: 0%;
    left: auto;
    right: 0;
    transform: translate(0%, 0%); 
}
[mn="201"] .add_3 {
    top: auto; 
    bottom: 0;
    transform: translate(-50%, 0%); 
}

[mn="201"] .itm a:hover .add {
    opacity: 1;
}

[mn="201"] .itm a>* {
    flex-direction: column
}

[mn="201"] .itm .bimg-w {
    background-color: #000;
    overflow: hidden;
    border-radius: 12px
}
[mn="201"] .filterbx {
    margin: 15px 0
}
[mn="201"] .clustbx {
    margin: 0 0 30px
}
[mn="201"] .clust a {
padding: 9px;
color: inherit;
font-size: 120%
}
[mn="201"] .clust a:hover,
[mn="201"] .clust a.active { 
color: var(--clr03);
text-decoration: underline;
text-underline-offset: 6px;
}
[mn="201"] .tabubx {
    margin: 0 -15px
}
[mn="201"] .tabu .wrapbx:after {
    content:'';
    display: block;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 50%);
    z-index: -1
}
[mn="201"] .tabu {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 30px;
    color: #fff;
    line-height: 1;
    z-index: 1;
    font-size: 80%;
}
[mn="201"] .tabu a {
    transition: all ease .4s;
    filter: grayscale(1);
    width: 100%;
    color: inherit
}
[mn="201"] .tabu a.active ,
[mn="201"] .tabu a:hover  {
    filter: grayscale(0);
}
[mn="201"] .tabu .txtbx {
    padding: 6px 0
}
[mn="201"] .tabu .wrapbx  {
    background-color: var(--clr01);
    padding: 3px;
    border-radius: 50%; 
}
[mn="201"] .tabu .bimg-w  { 
    max-width: 35%;
    background-color: var(--clr01)
} 

@media screen and (max-width: 1200px) {
    [mn="201"] .tabu {
        flex: 0 0 20%;
        max-width: 20%; 
    }
}
@media screen and (max-width: 991px) {

    [mn="201"] .tabu {
        flex: 0 0 25%;
    max-width: 25%;
    }
    [mn="201"] .itm {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    [mn="201"] .tabu {
        flex: 0 0 25%;
        max-width: 25%;
    }
    [mn="201"] .add { 
        font-size: 100%; 
        opacity: 1
    } 

    [mn="201"] .itm {
        flex: 0 0 50%;
        max-width: 50%;
    }
    [mn="201"] .bimg {
        opacity: .6
    }
}
@media screen and (max-width: 575px) {
    [mn="201"] .filterw > * {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center;
    } 
    [mn="201"] .filterw > * ~ * {
        margin-top: 6px
    } 
    [mn="201"] .tabubx {
        margin: 0 -6px
    }
    [mn="201"] .tabu { 
        padding: 9px;
    }
    [mn="201"] .tabu .wrapbx:after { 
        height: calc(100% + 9px);
        width: calc(100% + 9px);
    }
}