@charset "utf-8";
/*common css*/

@font-face{
    font-family: "Poppins-Bold";
    src: url('../fonts/Poppins-Bold.otf');
}
@font-face{
    font-family: "Poppins-Regular";
    src: url('../fonts/Poppins-Regular.otf');
}
@font-face{
    font-family: "Poppins-SemiBold";
    src: url('../fonts/Poppins-SemiBold.otf');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:#000;
    font-family: 'Poppins-Regular';
}

a{
    color:#000;padding:0;margin:0; text-decoration: none!important;
}
a:hover{
    color:#000;
}
.container-fluid{padding-right: 0;padding-left:0; }

img {
    max-width: 100%;
}

p {
    line-height: 25px;
    text-align: left;
    letter-spacing: 1px;
    padding:0;margin:0;

}
ol, ul{padding-left:0;margin:0}
body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

body::-webkit-scrollbar-thumb {
    background: #0097D6;
}
body::-webkit-scrollbar-thumb:hover {
    background: #0097D6;
}

body {
    overflow-x: hidden;
    width: 100%;
    font-family:'微軟雅黑';
}

li{list-style-type:none;}
.none{display: none!important;}
.block{display: block!important;}
.noborder{border:none!important;}
h1,h2,h3,h4,h5,h6{padding-top:0;margin-top:0;margin:0;padding:0}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}/*IE/7/6*/

.fr-view li{list-style-type:unset;}

