*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: inherit;
}
a {
    text-decoration: none;
}
ul,
ol,
li {
    list-style: none;
    text-decoration: none;
	color: inherit;
    margin: 0;
	padding: 0;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
	padding: 0;
}
html,
body {
    font-family: Microsoft JhengHei UI Light;;
    height: 100%;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    box-sizing: border-box;
}
.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 130px;
}
.logo_1 {
    width: 250px;
    height: 150px;
}

.header {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    z-index: 10;
}
.header__container {
    background-color: white;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    height: 140px;
}
.header__logo {
    position: relative;
    z-index: 5;
}

.logo_1 {
}
.header__menu {
}
.menu {
}
.menu_icon {
    display: none;
}
.menu__body {
}
.menu__list {
}
.menu__list > li {
    position: relative;
    margin: 0 0 0 20px;
}
.menu__link {
    font-size: 18px;
    color: black;
}
.menu__link:hover {
    text-decoration: underline;
}
.menu__sub-list {
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0px;
    color: black;
    min-width: 200px;
}
.menu__sub-list li {
    margin: 5px 0 20px 0;
    
}
.menu__sub-list li:last-child {
    margin: 0;
}
.menu__sub-link {
    color: black;
    
}
.menu__sub-link:hover {
    text-decoration: underline;
}
.menu__arrow {
    display: none;
}

/*--------------------------*/
body._pc .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}
body._touch .menu__list > li {
    display: flex;
    align-items: center;
}
body._touch .menu__link {
   flex: 1 1 auto;
}
body._touch .menu__arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 2px 0 0 10px;
    transition: transform 0.3s ease 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid black;
}

body._touch .menu__list > li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}
body._touch .menu__list > li._active .menu__arrow {
    transform: rotate(-180deg);

}

/*--------------------------*/
@media (min-width: 1040px) {
    .menu__list {
        display: flex;
        align-items: center;
    }
    .menu__list > li {
        padding: 10px 0;
    }
    .menu__sub-list {
        transform: translate(0px, 10%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease 0s;
    }
}
@media (max-width: 1040px) {
    .menu_icon {
        z-index: 5;
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
    }
    .menu_icon span,
    .menu_icon::before,
    .menu_icon::after {
        left: 0;
        position: absolute;
        height: 10%;
        width: 100%;
        transition: all 0.3s ease 0s;
        background-color: black;
    }
    .menu_icon::before,
    .menu_icon::after {
        content: "";
    }
    .menu_icon::before {
        top: 0;
    }
    .menu_icon::after {
        bottom: 0;
    }
    .menu_icon span {
        top: 50%;
        transform: scale(1) translate(0px, -50%);
    }
    .menu_icon._active span {
        transform: scale(0) translate(0px, -50%);
    }
    .menu_icon._active::before {
        top: 50%;
        transform: rotate(-40deg) translate(0px, 0%);
    }
    .menu_icon._active::after {
        top: 50%;
        transform: rotate(40deg) translate(0px, 0%);
    }
    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: white(223, 223, 223);
        padding: 100px 30px 30px 30px;
        transition: all 0.3s ease 0s;
        overflow: auto;
    }
    .menu__body._active {
        background-color: rgb(255, 255, 255);
        left: 0;
        margin-top: 50px;
    }
    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100px;
        background-color:rgb(255, 255, 255);
        z-index: 2;
      
    }
    .menu__list > li {
        flex-wrap: wrap;
        margin: 0px 0px 30px 0px;
    }
    .menu__list > li:last-child {
        margin-bottom: 0;
    }
    .menu__list > li._active .menu__sub-list {
        display: block;
    }
    .menu__link {
        font-size: 26px;
        margin-top: 20px;
    }
    .menu__sub-list {
        position: relative;
        flex: 1 1 100%;
        margin: 20px 0px 0px 0px;
        display: none;
    }
    .menu__sub-link {
        font-size: 20px;
        color: black;
    }
}

/*------------------------------HEADER---------------------------------*/
@font-face {
	font-family: 'Noto Sans';
	src: url('../fonts/NotoSansRegular.woff2') format('woff2');
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('../fonts/NotoSansSemiBold.woff2') format('woff2');
	font-display: swap;
	font-weight: 600;
	font-style: normal;
}
:root {
	--color-dark: #4d4d4d;
	--color-light: #808080;
	--color-accent: #5d71dd;
}
.product {
	width: 310px; 
    height: 400px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 20px;
	padding-top: 9px;
	font-size: 14px;
	background-color: #fff;
}
.product__image {
	position: relative;
	overflow: hidden;
	display: block;
	height: 200px;
}
.image-switch {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
}
.image-switch__item {
	flex-grow: 1;
	cursor: pointer;
}
.image-switch__img {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	pointer-events: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.image-switch__img img {
	display: block;
    width: 100%;
    height: auto;
	object-fit: cover;
}
.image-switch__item:first-child .image-switch__img {
	opacity: 1;
	z-index: -1;
}
.image-switch__item:hover .image-switch__img {
	opacity: 1;
	z-index: -1;
}
.product__title {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-dark);
}
.product__btn {
	border: none;
	padding: 14px 0;
    position:absolute;
    bottom: 10px;
	border-radius: 4px;
	width: 90%;
	color: #fff;
	background-color: var(--color-accent);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.product__btn:hover {
	background-color: #6078f1;
	transition: background-color 0.3s ease-in-out;
}
.grid {
	padding: 50px;
	max-width: 1500px;
	margin: 0 auto;
    font-family: Microsoft JhengHei UI Light;
    word-wrap: break-word;

}

.grid .product {
	margin-right: 30px;
	margin-bottom: 30px;
}

.filter-btn {
    background: none;
    margin-left: 20px;
    font-family: Microsoft JhengHei UI Light;
    font-size: 16px;
}
.filter {
    margin-top: 100px;
    width: auto;
    display: flex;
    margin-left: 12%;
}
.filter :hover {
    cursor: pointer;
}


.info-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 20px;

}

.info-content p {
    max-width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    font-family: Microsoft JhengHei UI Light;
    text-indent: 20px;
    text-align: justify;
}