<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mgb-0{
    margin-bottom:0 !important;
}
.carousel-inner .item &gt; img {
    -o-object-fit: fill;
    object-fit: fill;
    height: auto;
    width: 100%;
}

.qna_box .btn{
    width:96%;
    font-size:1rem;
}

.list_group,.width100{
    width: 100%;
}

.width80{
    width:80%;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav &gt; li &gt; a.nav_items {
        width: 100%;
        display: block;
        text-align: center;
    }
    .form_area .btn_md {
        width: 96%;
        margin: 7px auto;
    }
}

.material_content .material_btn{
    border-bottom: 0;
    /* border-top: 1px solid #A9C344; */
    /* padding-top: 20px; */
    margin-top: 20px;
}

.text_nowrap{
    overflow : hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
}


.dropdown-menu &gt; li &gt; div {
    display: block;
    padding: 1rem 0.5rem;
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.navbar-default .dropdown-menu &gt; li &gt; div {
    display: block;
    padding: 1rem 0.5rem;
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.title:hover .selector {
    display: block;
}

.selector {
    display: none;
    position: absolute;
    background-color: white;
    padding:0;
    left: 90%;
    top: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.selector a {
    min-width: 100px;
    display: block;
    text-align: center;
    padding: 1rem 0.5rem;
    color:#333333;

}

.selector a:hover{
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.selector:hover {
    display: block;
}

.selector span {
    line-height: 1em;
    display: block;
}

@media (max-width: 767px){
    .navbar-default .dropdown-menu &gt; li &gt; div {
        color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 20px;
    }

    .title:before{
        content:'��';
    }
    .title:hover .selector {
        display: inline;
    }

    ul.selector {
        display: inline;
        left:0;
        top :0;
        position: relative;
        box-shadow: none;
        background:none;
        border:0;
    }
    ul.selector li,ul.selector li a{
        display: inline;
        padding:10px;
    }
    ul.selector li a{
        border: 1px solid #fff;
        border-radius: 20px;
        color: #fff;
        padding: 6px 16px;
    }
}

a.cart{
    position: fixed;
    z-index: 1000;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 120px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
    background-image: url(../img/ic_cart.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.article_text h5,
.article_text .h5 {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1
}
.article_text a{
    display: inline;
}

@media (max-width: 1199px){
    .theme_box{
        padding:0;
    }
}

.theme_photo a img,.map_photo img{
    width:auto;
    max-width: 100%;
}

.map_photo img{
    margin:0 auto;
    display: block;
}

.material_r&gt;h5&gt;span a{
    display: inline;
}

.share_bar{
    margin:0;
}

.share_bar &gt; li img{
    width:32px;
    padding:0;
}

.qpl_title{
    height:9em;
}
</pre></body></html>