@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0; }

fieldset, img, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none; }

ul, ol {
  list-style: none; }

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体"; }

select, input {
  vertical-align: middle; }

select, input, textarea {
  font-size: 12px;
  margin: 0; }

textarea {
  resize: none; }

body {
    background: rgb(255, 255, 255);
    font-family: "JINS_Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif !important ;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    width: 100%;
}
a {
    color: #666;
    text-decoration: none; }


.container.hoodmetal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    color:rgb(43, 43, 43);
    text-align: center;
}

.slider{
    width: 100%;
}
.talk_item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 13rem 0;
}
.talk_item p{
    line-height: 2.5rem;
    font-size:1.7rem;
}
.talk_item button{
    margin-top: 6rem;
    cursor: pointer;
    padding: 7px 15px ;
    font-size:1.7rem;
    color: white;
    background-color: rgb(61, 61, 61);
    border-color: transparent;
}
.slider_blueglass,.slider_yellowglass{
    margin-top: 5rem;
}
.talk_item_onlybtn button{
    margin-top: 0rem;
}

.sp_only {
    display: none; 
}
@media all and (max-width: 1024px) {
    .sp_only {
        display: block; }
    .pc_only {
        display: none; }
}