body{
	background: #f7f7f6;
	font-family: "Noto Sans TC", 
"Microsoft JhengHei",Arial, Helvetica, sans-serif;
}

#header #menu .menu-cocktail.active {
	color: #505050;
}

#header #menu .menu-machine {
	color: #f00301;
}


#wrap2{padding-bottom: 140px;}


body h3{
	font-size: 60px;
	font-weight: 800;
	letter-spacing: .125em;
	margin:0 auto;
	margin: 1em 0;
}


.machine-head {
	padding-top: 90px;
	/*height: 296px;*/
	background: #fff;

}
.machine-head .container {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}
.machine-head .container .section-nav{
	display: flex;
	justify-content: center;
	gap: 2.5em;
}
.machine-head .container a{
	display: inline-block;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-decoration: inherit;
	padding: 1em .5em;
	letter-spacing: .125em;
	border-bottom: 2px solid transparent;
}
.machine-head .container a:hover,.machine-head .container a.active{
	color: #d80c18;
	border-bottom: 2px solid #d80c18;
}

.machine-head .container a:after{
	content: "";
	display: inline-block;
	border-right: 2px solid; 
	border-bottom: 2px solid;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	top: -4px;
	position: relative;
	margin-left: .5em;
}
.sec1,.sec2,.sec3{
	position: relative;
	width: 1221px;
	margin: 0 auto;
}

#box1 {
	margin-top: 86px;
	background: url(../images/machine/bg1.png);
	background-size: auto;
	padding-bottom: 0px;
	height: 1309px;
	margin-bottom: 100px;
	z-index: 1;
	background-position: center center;
	width: 100%;
	background-repeat: no-repeat;
}   

#box2{
	margin-top: 86px;
	background: url(../images/machine/bg2.png);
	padding-bottom: 90px;
	height: 1715px;
	margin-bottom: 100px;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	/*z-index: 2;*/
}

#box3{
	margin-top: 86px;
	background: url(../images/machine/bg3.png);
	background-size: cover;;
	padding-bottom: 90px;
	height: 1522px;
	margin-bottom: 100px;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;

}


.sec1-ing {
	position: absolute;
	top: -226px;
	background: url(../images/machine/sec1_ing.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
	height: 881px;
	width: 226px;
	left: 50%;
	transform: translateX(463px);
}
.sec2-ing {
	position: absolute;
	top: 935px;
	left: 50%;
	background: url(../images/machine/sec2_ing.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
	width: 684px;
	height: 916px;
	transform: translateX(-707px);
}

.sec3-ing {
	position: absolute;
	left: 50%;
	top: 1360px;
	background: url(../images/machine/sec3_ing.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
	transform: translateX(19px);
	width: 684px;
	height: 331px;
}

section .container{
	max-width: 1000px;
	margin: 0 auto;
}

.sec1 .container h3, .sec2 .container h3 {
	padding-top: 0;
	transform: translateY(-50%);
	line-height: 1em;
	margin-bottom: .5em;
}
.sec1 .container h3 {
	text-indent: 30px;
}
.sec2 .container h3 {
	text-indent: 0;
}

.sec1-table{
	padding-top: 10px;
}
table{
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
table, td {
	border: 1px solid #dedede;
	}
thead{font-size: 18px;text-align: center;font-weight: bold;}
thead tr td{width: 33.33%;vertical-align: middle;}
thead tr{background-color: #f8f8f8;height: 76px;}
tbody{font-size: 15px;text-align: center;line-height: 24px;}
tbody tr{}
tbody tr td{padding: 17px 1.5em;}
tbody tr td[rowspan]{
	vertical-align: middle;
}
table tbody tr {
	background-color: #ffffff; /* 奇數行的背景色 */
}

table tbody tr.group2 {
	background-color: #f8f8f8; /* 偶數行的背景色 */
}


.box2-row{
	display: flex;
	justify-content: space-between;align-items: center;
}
.box2-row-info{
	width: 540px;
}
.box2-row{position: relative;z-index: 2;}
.box2-row1{padding-left: 60px;margin-bottom: -8px;}
.box2-row2{padding-left: 20px;margin-bottom: -8px;}

.sec2-table{margin-bottom: 60px;}

.box2-row-info{
	display: flex;
	justify-content: flex-start;align-items: center;
}

.box2-row-num{
	position: relative;
	font-size: 148px;
	font-weight: 800;
	color: #fff;
}
.box2-row-text{
	position: relative;
	padding-left: 20px;
}
.box2-row-text h4{font-size: 30px;line-height: 40px;font-weight: 800;margin-bottom: .5em;padding-top: 0;margin-top: 0;}

.box2-row-text p{font-size: 18px;line-height: 30px;font-weight: bold;}
.box2-row-text ul{padding-left: 1.25em;font-size: 18px;}
.box2-row-text ul li{font-size: 18px;line-height: 30px;font-weight: bold}

.box2-row-text::before{
	font-size: 18px;
	content: "";
	width: 143px;
	height: 32px;
	position: absolute;
	left: -90px;
	top: -.5em;
	background: url(../images/machine/line.png);
	z-index: -1;
}


.video-con{
	width: 100%;
	height: auto;
	background: url(../images/machine/paper.png) center center no-repeat;
	padding: 32px 40px;
	display: flex;
	justify-content: space-between;align-items: center;
}
.video-con ul{list-style: decimal;font-weight: 500;padding-left: 1.25em;margin:0;}
.video-con ul li{font-size: 16px;line-height: 31px;}
.video-main{
	width: 460px;
	height: 260px;
}
.video-main iframe{width: 100%;height: 100%;}

.video-box {
	width: 940px;
	position: relative;
	margin: 90px auto;
}
.video-box h3 {
	padding-top: 0;
	transform: translateY(-50%);
	line-height: 1em;
	margin-bottom: .5em;
	margin-top: 0;
}

#video2 h3{margin-bottom: .5em;transform: translateY(0);}

#video3 h3{margin-bottom: .25em;transform: translateY(0);}


#video3 h3+p {
	position: absolute;
	left: 350px;
	top: 45px;
	font-size: 16px;
}





/*****************************************
*                 202411
			內容width: 940px
				
*****************************************/






#main {
position: relative;
width: 989px;
margin-left: auto;
margin-right: auto;
transform: scale(1);
transform-origin: top;
top: -15px;
left: 4px;
}




.sec1-table, .sec2-table, .sec3-table {
	width: 940px;
	margin: 0px auto 60px auto;
}








/*****************************************
*                 202411
			tabs - header
				
*****************************************/

.tabs-header {}
.tabs-header ul {}

.tabs {
position: relative;
width: 940px;
margin: 178px auto -100px auto;
}

.tabs-header li {
float: left;
position: relative;
border: #dedede 1px solid;
margin: 0 -1px 0 0;
}
.tabs-header li a {
display: block;
width: 312px;
height: 57px;
color: #6b6b6b;
font-size: 14px;
line-height: 57px;
text-indent: 35px;
background-image: url(../../images/service/form-arrow.png);
background-color: #ffffff;
background-position: 20px center;
background-repeat: no-repeat;
}
.tabs-header li a:hover {background-color: #eeeeee;}

.tabs-header li.current {border-color: #d7000f; z-index: 1;}

.tabs-header li.current a {
color: #ffffff;
background-image: url(../../images/service/form-arrow-over.png);
background-color: #d7000f;
}

#footer {
	z-index: 5;
	margin-top: 0px;
}

#header {
	z-index: 9;
}


/*****************************************
*            RWD global overrides
*****************************************/
html { overflow-x: hidden; }
body { overflow: initial; }
#main { height: initial !important; overflow: visible !important; padding-bottom: 0 !important; }

.mb-only { display: none; }
.pc-only { display: block; }
img.mb-only { display: none !important; }
img.pc-only { display: block !important; }


/*****************************************
*         RWD @media (max-width: 1000px)
*****************************************/
@media screen and (max-width: 1000px) {

  /* --- visibility toggle --- */
  .pc-only { display: none !important; }
  .mb-only { display: block !important; }
  img.mb-only { display: block !important; }
  img.pc-only { display: none !important; }

  /* --- html / body / wrap scroll fix --- */
  html { height: auto; }
  body { height: auto; }
  #wrap { position: relative !important; height: auto !important; }
  #wrap2 { padding-bottom: 86px; }

  /* --- main --- */
  #main {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
  }

  /* --- tabs (same as index.css) --- */
  .tabs {
    width: auto;
    margin: 0 20px 15px 20px;
    padding-top: calc(18.93vw + 15px);
    left: 0;
    transform: none;
    display: block;
  }
  .tabs-header ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .tabs-header li {
    flex: 1;
    float: none;
    margin: 0 3px 0 0;
  }
  .tabs-header li:last-child { margin: 0; }
  .tabs-header li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    font-size: 12px;
    line-height: 1.2;
    text-indent: 0;
    padding: 0 4px;
    text-align: center;
    background-image: none;
    box-sizing: border-box;
  }
  .tabs-header li.current a {
    background-image: none;
  }

  /* --- heading --- */
  body h3 { font-size: 32.5px; margin: 0; }

  /* --- machine-head --- */
  .machine-head {
    padding: 35px 0 20px 0;
    background-color: #fff;
  }
  .machine-head .container {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .machine-head .container h3 {
    font-size: 28px;
    text-align: center;
  }

  /* --- sections --- */
  .sec1, .sec2, .sec3,
  #box1, #box2, #box3 {
    width: 90%;
  }
  section .container {
    max-width: 90%;
  }
  section .container h3,
  .sec1 .container h3,
  .sec2 .container h3,
  .sec3 .container h3 {
    white-space: nowrap;
    border-bottom: 4px solid #d7000f;
    padding-bottom: 11px;
    text-indent: 0;
    transform: translateY(-50%);
    line-height: 1em;
    margin-top: 0;
    margin-bottom: .5em;
  }

  /* --- boxes background (use mobile images) --- */
  #box1 {
    margin-top: 45px;
    background: url(../m/images/machine/bg1_.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center center;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #box2 {
    margin-top: 0;
    background: url(../m/images/machine/bg2.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center center;
    height: auto;
    padding-bottom: 80px;
    margin-bottom: 65px;
  }
  #box3 {
    margin-top: 0;
    background: url(../m/images/machine/bg3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 65px;
  }

  /* --- decorative images (hide PC bg, show MB img) --- */
  .sec1-ing {
    position: absolute;
    right: -24px;
    top: -100px;
    left: auto;
    z-index: -1;
    width: 120px;
    height: auto;
    background-image: none !important;
    transform: none;
  }
  .sec2-ing {
    position: absolute;
    left: -120px;
    bottom: -100px;
    top: auto;
    z-index: -1;
    width: 388px;
    height: auto;
    background-image: none !important;
    transform: none;
  }
  .sec3-ing {
    position: absolute;
    right: -24px;
    top: 100%;
    left: auto;
    z-index: -1;
    width: 212px;
    height: auto;
    background-image: none !important;
    transform: none;
  }
  .sec1-ing img, .sec2-ing img, .sec3-ing img {
    width: 100%;
    display: block;
  }

  /* --- table scroll --- */
  .table-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table {
    width: 150%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .sec1-table, .sec2-table, .sec3-table {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  thead {
    font-size: 13px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  thead tr { height: 33px; }
  tbody { font-size: 12px; line-height: 18px; }
  tbody tr td { padding: 16px 12px; vertical-align: middle; }

  /* --- box2-row --- */
  .box2-row {
    flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 25px;
    align-items: center;
  }
  .box2-row1, .box2-row2 {
    padding-left: 0;
  }
  .box2-row1 img, .box2-row2 img {
    width: 256px;
  }
  .box2-row-info { width: 100%; }
  .box2-row-text { padding-left: 0; }
  .box2-row-num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 125px;
    line-height: .6em;
  }
  .box2-row-text h4 { font-size: 20px; line-height: 1em; }
  .box2-row-text ul li, .box2-row-text p { font-size: 13px; line-height: 22px; }
  .box2-row-num::before {
    font-size: 18px;
    content: "";
    width: 71px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 100px;
    background: url(../images/machine/line.png);
    z-index: -1;
  }
  .box2-row-text::before { content: none; }
  .box2-row2 .box2-row-num { top: -20px; }

  /* --- video --- */
  .video-con {
    flex-direction: column-reverse;
    box-sizing: border-box;
    padding: 20px 14px;
    background-size: cover;
  }
  .video-main {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .video-box {
    width: 100%;
    margin: 40px auto;
  }
  .video-box h3 {
    transform: translateY(-50%);
  }
  .video-con ul { margin-top: 20px; }
  .video-con ul li { font-size: 13px; line-height: 22px; }
  #video3 h3+p {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 1em;
  }

  /* --- toggle-box accordion (MB) --- */
  .toggle-box {
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
  }
  .toggle-box-title {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    color: #252525;
    font-weight: 700;
    height: 60px;
    background: #fff;
    padding: 0 25px;
    display: flex;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .toggle-box-title p { font-size: 16px; margin: 0; }
  .toggle-box-title::after {
    content: "\f067";
    position: relative;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .toggle-box-title.active::after { content: "\f068"; }
  .toggle-box-title.active {
    background: #d7000f;
    color: #fff;
    border-radius: 4px;
  }

  .toggle-box-title1 {
    position: relative;
    font-size: 14px;
    line-height: 1em;
    color: #252525;
    font-weight: 700;
    height: 60px;
    background: #fff;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 8px;
  }
  .toggle-box-title1 p { font-size: 14px; margin: 0; }
  .toggle-box-title1::after {
    content: "\f067";
    position: relative;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .toggle-box-title1.active::after { content: "\f068"; }
  .toggle-box-title1.active {
    background: #d7000f;
    color: #fff;
    border-radius: 4px 4px 0 0;
    z-index: 1;
  }

  .toggle-box-con {
    position: relative;
    background: transparent;
    padding: 15px 25px 0 25px;
    font-weight: 500;
  }
  .toggle-box-con h4 { margin: 0 0 1em 0; font-weight: 700; }
  .toggle-box-con p { margin-bottom: 0; font-size: 14px; line-height: 24px; }

  .toggle-box-con1 {
    position: relative;
    background: #fff;
    padding: 15px;
    font-weight: 500;
    margin: -8px auto 8px auto;
    border-radius: 0 0 4px 4px;
  }
  .toggle-box-con1 p { font-size: 14px; line-height: 24px; margin: 0; }
  .toggle-box-con1 ul { padding-left: 1em; margin: 0; }
  .toggle-box-con1 li { line-height: 1.5em; list-style: decimal; font-size: 14px; }

  .page-togglelist { width: 100%; }

  /* --- dropdown (MB) --- */
  .dropdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    width: 100%;
  }
  .custom-select {
    width: 80%;
    max-width: 300px;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    appearance: none;
    background: white url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27%3E%3Cpolygon fill=%27%23333%27 points=%270,0 10,0 5,5%27/%3E%3C/svg%3E') no-repeat right 10px center;
    background-size: 10px;
    cursor: pointer;
  }

  /* --- footer --- */
  #footer {
    height: auto;
    margin-top: 0;
    padding-top: 72px;
  }

  #header {
    z-index: 9;
  }
}
