
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Antonio:wght@100..700&family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.anton {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-tc {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.antonio {
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}






/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

fieldset,
img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    font: inherit;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

/*消除個瀏覽器*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix .clearfloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* start */

body {
    line-height: 1.3;
    overflow-x: hidden;
    font-family: "Antonio", "Noto Sans TC", cursive, sans-serif;
    font-size: 18px;

}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    font-style: normal;
}


img {
    max-width: 100%;
    width: 100%;
    display: block;
}


a {
    transition: all .3s ease-in-out;
    color: #000;
    cursor: pointer;
    /*     display: block; */
}

a:hover {
    transition: all .3s ease-in-out;
}

div {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

h1 {
    text-indent: -999999px;
    height: 0px;
}



.wrapper {
    font-family: "Noto Sans TC", "Antonio", cursive, sans-serif;
    overflow-x: hidden;
    color: #000;

}

.wrapper p {
    font-family: "Noto Sans TC", "Antonio", cursive, sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 15px;
}

.jp-text{
        font-family: "Noto Sans JP", sans-serif;
}

.JP-content p{
    font-family: "Noto Sans JP", sans-serif ;
}


.container {
    margin: 0 auto;
    max-width: 1000px;
}

@media (min-width: 1170px) {
    max-width: 1000px;
}



.section {
    position: relative;
}


.logo {
    background-image: url('../images/logo.svg');
    width: 100%;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header {
    position: fixed;
    text-align: center;
    width: 100%;
    padding: 20px 0px 10px;
    z-index: 5;
    transition: all .2s ease-in-out;
    z-index: 99999;


}

.w-bg ,.w-bg2{
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.header-logo a {
    display: block;
   

}
.menu a{
     padding: 0px 10px;
    color: #fff;
    font-weight: 300;
    font-family: "Antonio", sans-serif;
}

.w-bg a ,
.w-bg2 a{
    color: #000;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.header .logo {
    width: 130px;
    display: block;
    margin-right: 20px;
    display: none;
}

.w-bg .logo ,
.w-bg2 .logo{
    display: block;
}



.hearder-left{
	display: flex;
    justify-content: start;
}
.language-box{
	font-family: "Antonio", sans-serif;
}

.world-icon{
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-image: url('../images/world.png');
  background-size: 100%;
  height: 25px;
  background-repeat: no-repeat;
}

.w-bg .world-icon{
		background-image: url('../images/b-world.png');
}

/* ========語言選單 =========*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



.ui-dropdown-list {
    position: relative;
}

p.ui-dropdown-list-trigger {
    margin-top: 0;
}

.ui-dropdown-list-trigger strong {
    position: relative;
    z-index: 999;
        font-family: "Antonio", sans-serif;
    font-weight: 300;
        font-size: 18px;
}

.ui-dropdown-list-trigger strong:after {
    display: block;
    position: absolute;
    content: '';
    right: 5px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a
{
    display: block;
    width: 100px;
    cursor: pointer;
    padding: 8px 8px;
        line-height: 13px;
   /*  font-size: 13px;

    color: #012D6B;
    font-weight: normal; */
    color: #fff;
    text-align: left;
    box-sizing: border-box;
        font-weight: 300;
            font-size: 18px;
}

.ui-dropdown-list ul a {
    font-family: "Antonio", sans-serif;
	text-align: center;
	height: 40px;
	line-height:25px;
	    font-weight: 300;
}

.ui-dropdown-list ul {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    margin-top: 0;
    padding: 0;
    z-index: 1000;
}

.ui-dropdown-list li {
    list-style-type: none;
}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
    position: relative;
    display: block;
/*     float: right; */
    background-color: rgba(0, 0, 0, .7);
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
    border-bottom: none;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
    display: block;
}

.ui-dropdown-list.active strong {
    background-color: transparent;
    color: #fff;
}

.ui-dropdown-list.active strong:after {
    border-top-color: #fff;
}


.w-bg .ui-dropdown-list-trigger strong{
	color: #000;
}




.w-bg .ui-dropdown-list-trigger strong:after{
	    border-top: 5px solid #000;
}



/* =======tab====== */
.lang-change{
	margin-bottom: 50px;
}
.lang-change .tabs{
	   display: flex;
    justify-content: center;
    align-items: center;
}
.lang-change .tabs  li {
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    color: #000;
    cursor: pointer;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    margin: 0px 10px;
}

.lang-change .tabs  li:hover,
.lang-change .tabs  li.active {
    background-color: #000;
    color: #fff;

}
.tab_content h2{
	text-align: center;
}






/* =======.footer========= */
.footer{
    background-color: #f7f7f7;
    padding: 50px 0px;
    text-align: center;
}
.footer ul{
    display: flex;
    justify-content: center;
}

.footer ul li a{
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 10px;
    text-decoration: underline;
}
.footer ul li a:hover{
    color: #666;
}




