@charset "UTF-8";
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/slick/slick.css");
@import url("scss/plugins/slick/slick-theme.css");
@import url("scss/plugins/fancybox.css");
@import url("font/css/fontello.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto");
@font-face { font-family: 'fontello'; src: url("./font/font/fontello.eot?4443862"); src: url("./font/font/fontello.eot?4443862#iefix") format("embedded-opentype"), url("./font/font/fontello.woff?4443862") format("woff"), url("./font/font/fontello.ttf?4443862") format("truetype"), url("./font/font/fontello.svg?4443862#fontello") format("svg"); font-weight: normal; font-style: normal; }
/*layouts*/
i label { margin-bottom: 0; }

textarea { -webkit-appearance: none; }

button, input { line-height: normal; outline: 0; background: transparent; border: 0; }

button, select { text-transform: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], input[disabled] { cursor: default; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; nowhitespace: afterproperty; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

button { border: none; background: none; padding: 0; margin: 0; display: inline-block; }

figure, address { padding: 0; margin: 0; }

* { outline: 0; box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

/* ========================================================================== public ========================================================================== */
body { margin: 0; font-family: "Noto Sans TC"; font-size: 16px; -webkit-font-smoothing: antialiased; color: black; overflow-x: hidden; transition: opacity .3s; }

.safari body { -webkit-text-size-adjust: none; }

/* ========================================================================== public ========================================================================== */
/*不顯示外虛線*/
button, a { outline: none !important; }

a, a:active { color: inherit; cursor: pointer; text-decoration: none; }

a:hover { text-decoration: none; color: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 { line-height: normal; }

img { height: auto; border: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; image-rendering: -webkit-optimize-contrast; }

.clearfix:after { display: block; content: ''; clear: both; }

.hidden { display: none; }

ul { margin: 0; padding: 0; list-style: none; padding-inline-start: 0px; }

ul > li { list-style: none; }

textarea { resize: none; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #646464; }

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #646464; }

::-o-placeholder { /* Mozilla Firefox 19+ */ color: #646464; }

::-ms-placeholder { /* Internet Explorer 10+ */ color: #646464; }

::-ms-input-placeholder { /* Internet Explorer 10+ */ color: #646464; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; /*透明*/ }

/**/
.scrollbar, .scrollbarX, .scrollbarY { -webkit-overflow-scrolling: touch; }

.scrollbarX { overflow-x: auto; }

table { -webkit-backface-visibility: visible; }

.table { width: 100%; border-collapse: collapse; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }

.modal-content { border: 0; }
.modal-content .modal-dialog { margin: 0; }
.modal-content .close { text-shadow: none; opacity: 1; }

[class^="icon-"]:before, [class*=" icon-"]:before { width: auto; margin: 0; }

.bootstrap-select .dropdown-toggle { box-shadow: none !important; }

@keyframes goTopAni { 0% { top: 0px; opacity: 1; }
  35% { top: -40px; opacity: 0; }
  40% { top: 40px; opacity: 0; }
  70% { top: -0px; opacity: 1; }
  100% { top: -0px; opacity: 1; } }
@keyframes indexNewsMoreAni { 0% { opacity: 0; }
  40% { opacity: 1; }
  60% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes aboutIdeaSliderNextBtnAni { 0% { left: 0px; opacity: 1; }
  58% { left: 100%; opacity: 0; }
  59% { left: 0px; opacity: 0; }
  60% { left: 0px; opacity: 1; }
  100% { left: 0px; opacity: 1; } }
@keyframes aboutIdeaSliderPrevBtnAni { 0% { right: 0px; opacity: 1; }
  58% { right: 100%; opacity: 0; }
  59% { right: 0px; opacity: 0; }
  60% { right: 0px; opacity: 1; }
  100% { right: 0px; opacity: 1; } }
@keyframes historyTitleDecAni { 0% { width: 10px; height: 10px; opacity: 0.3; }
  25% { width: 15px; height: 15px; opacity: 0.2; }
  50% { width: 18px; height: 18px; opacity: 0.0; }
  75% { width: 7px; height: 7px; opacity: 0.0; }
  100% { width: 10px; height: 10px; opacity: 0.3; } }
@keyframes fuelSaleFourAni { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
body { min-height: 100vh; overflow-y: scroll; display: flex; flex-direction: column; transition: opacity 0.4s 0.2s; }

/*Public*/
header, main, footer { flex-shrink: 0; }

@media (min-width: 1500px) { .container { max-width: 1440px; } }
@media (min-width: 1700px) { .container { max-width: 1620px; } }
.hide, .opacity0 { opacity: 0; }

/*header*/
header.header { width: 100%; position: fixed; top: 0; z-index: 990; }
header.header .headerTop { height: 110px; position: relative; z-index: 990; transition: all 0.4s; }
header.header .container { height: 100%; }
header.header .menuContainer { height: 100%; display: flex; justify-content: space-between; align-items: center; }
header.header .logo { width: 195px; }
header.header .iconContainer { width: 150px; padding-bottom: 6px; display: flex; justify-content: space-between; align-items: center; }
header.header .iconContainer .icon { font-size: 25px; line-height: 25px; color: #fff; cursor: pointer; transition: all 0.4s; }
header.header .iconContainer .icon:hover { color: #D61518; }
header.header .iconContainer .global { position: relative; }
header.header .iconContainer .global .globalMenu { width: 110px; height: 0px; background: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 50px; left: 50%; transform: translateX(-50%); overflow: hidden; transition: all 0.4s; }
header.header .iconContainer .global .globalMenu.active { height: 76px; }
header.header .iconContainer .global .globalMenu .item { padding: 10px 12px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #ccc; transition: all 0.4s; position: relative; }
header.header .iconContainer .global .globalMenu .item:hover, header.header .iconContainer .global .globalMenu .item.active { color: #D61518; }
header.header .iconContainer .global .globalMenu .item:not(:last-child)::after { content: ''; width: 85px; height: 1px; background: #ccc; position: absolute; bottom: -0.5px; left: 50%; transform: translateX(-50%); }
header.header .iconContainer .navIcon { width: 27px; height: 21px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; overflow: hidden; cursor: pointer; }
header.header .iconContainer .navIcon .iconItem { width: 100%; height: 3px; background: #fff; position: relative; right: 0px; transition: all 0.4s; }
header.header .iconContainer .navIcon .iconItem:nth-child(2) { right: -7.6px; }
header.header .iconContainer .navIcon:hover .iconItem { right: -7.6px; background: #D61518; }
header.header .iconContainer .navIcon:hover .iconItem:nth-child(2) { right: 0px; }
header.header .navContainer { width: 100%; height: 0; position: fixed; top: 0; left: 0; z-index: -1; overflow: hidden; transition: all 0.01s 0.4s; }
header.header .navContainer.active { height: 100vh; z-index: 999; transition: none; }
header.header .navContainer.active .bg { opacity: 1; }
header.header .navContainer.active .nav { right: 0; }
header.header .navContainer .bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: all 0.4s 0.1s; }
header.header .navContainer .nav { width: 910px; height: 100%; background: #f6f6f6; position: absolute; top: 0; right: -1500px; transition: all 0.4s; }
header.header .navContainer .nav .bgImg { width: 550px; opacity: 0.5; position: absolute; bottom: 0; right: -227.5px; z-index: 1; }
header.header .navContainer .top { width: 100%; height: 97px; padding: 0 152px 0 98px; border-bottom: solid 1px rgba(205, 205, 205, 0.3); display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 5; }
header.header .navContainer .top .logo { width: 150px; }
header.header .navContainer .top .closeIcon { width: 50px; height: 50px; font-size: 18px; line-height: 50px; text-align: right; color: #242424; cursor: pointer; transition: all 0.4s; }
header.header .navContainer .top .closeIcon:hover { color: #D61518; }
header.header .navContainer .navContent { width: 100%; height: calc(100% - 97px); }
header.header .navContainer .navContent .mCSB_inside > .mCSB_container { width: 100%; position: absolute; }
header.header .navContainer .main { width: 100%; padding: 0 79px; position: relative; z-index: 5; }
header.header .navContainer .main .navRow { width: 100%; margin: 28px 0 0; padding: 0 19px 27px 44px; border-bottom: solid 1px rgba(205, 205, 205, 0.3); display: flex; }
header.header .navContainer .main .navRow:last-child { border-bottom: none; }
header.header .navContainer .main .item { padding-left: 30px; }
header.header .navContainer .main .item:not(:last-child) { margin-right: 68px; }
header.header .navContainer .main .item:first-child, header.header .navContainer .main .item:nth-child(2) { width: 126px; }
header.header .navContainer .main .item:first-child:lang(en), header.header .navContainer .main .item:nth-child(2):lang(en) { width: 139px; margin-right: 55px; }
header.header .navContainer .main .item:nth-child(3), header.header .navContainer .main .item:last-child { width: 102px; }
header.header .navContainer .main .title { margin-bottom: 23px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; position: relative; }
header.header .navContainer .main .title::before { content: ''; width: 10px; height: 3px; background: #D61518; position: absolute; top: 50%; left: -30px; transform: translateY(-50%); }
header.header .navContainer .main .title .rwdControlBtn { display: none; }
header.header .navContainer .main .content { transition: color 0.4s; }
header.header .navContainer .main .content ul li a { font: 300 16px 'Noto Sans TC', sans-serif; line-height: 30px; color: #616161; transition: color 0.4s; }
header.header .navContainer .main .content ul li a:hover { font: 500 16px 'Noto Sans TC', sans-serif; line-height: 30px; color: #D61518; }
header.header .navContainer .bottom { position: absolute; right: 130px; bottom: 27px; z-index: 5; }
header.header .navContainer .bottom .socialIcon { width: 150px; display: flex; justify-content: space-between; align-items: center; }
header.header .navContainer .bottom .iconItem { width: 40px; height: 40px; border-radius: 50%; border: solid 1px #ccc; font-size: 13px; line-height: 38px; color: #ccc; text-align: center; background: #fff; transition: all 0.4s; }
header.header .navContainer .bottom .iconItem a { display: block; }
header.header .navContainer .bottom .iconItem:hover { border-color: #D61518; background: #D61518; color: #fff; }
header.header .navContainer .bottom .compInfo { display: none; }
header.header.scrollDown .headerTop { height: 80px; background: #fff; }
header.header.scrollDown .iconContainer .icon { color: #242424; }
header.header.scrollDown .iconContainer .icon:hover { color: #D61518; }
header.header.scrollDown .iconContainer .navIcon .iconItem { background: #242424; }
header.header.scrollDown .iconContainer .navIcon:hover .iconItem { background: #D61518; }

.pageHeader { height: 80px; width: 100%; position: fixed; top: 0; z-index: 990; }
.pageHeader .headerTop { width: 100%; height: 80px; border-bottom: solid 1px rgba(205, 205, 205, 0.3); background: #fff; }
.pageHeader .headerTop .container { height: 100%; padding: 0; display: flex; align-items: center; }
.pageHeader .headerTop .logo { width: 195px; margin-right: 106px; }
.pageHeader .headerTop .logo:lang(en) { margin-right: 86px; }
.pageHeader .headerTop .nav { width: calc(100% - 195px - 106px - 86px - 100px); display: flex; justify-content: space-between; align-items: center; }
.pageHeader .headerTop .nav:lang(en) { width: calc(100% - 195px - 86px - 86px - 80px); }
.pageHeader .headerTop .nav .item { width: 102px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 79px; color: #242424; position: relative; }
.pageHeader .headerTop .nav .item::after { content: ''; width: 70px; height: 5px; background: #D61518; position: absolute; bottom: 0; left: 0; opacity: 0; transition: all 0.4s; }
.pageHeader .headerTop .nav .item[data-pagenav="oversea"]::after { width: 90px; }
.pageHeader .headerTop .nav .item:hover::after, .pageHeader .headerTop .nav .item.hover::after { opacity: 1; }
.pageHeader .headerTop .iconContainer { width: 86px; margin-left: 100px; display: flex; justify-content: space-between; align-items: center; }
.pageHeader .headerTop .iconContainer:lang(en) { margin-left: 80px; }
.pageHeader .headerTop .iconContainer .icon { font-size: 25px; line-height: 25px; color: #242424; cursor: pointer; transition: all 0.4s; }
.pageHeader .headerTop .iconContainer .icon:hover { color: #D61518; }
.pageHeader .headerTop .iconContainer .global { position: relative; }
.pageHeader .headerTop .iconContainer .global .globalMenu { width: 110px; height: 0px; background: #f6f6f6; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 54px; left: 50%; transform: translateX(-50%); overflow: hidden; transition: all 0.4s; }
.pageHeader .headerTop .iconContainer .global .globalMenu.active { height: 76px; }
.pageHeader .headerTop .iconContainer .global .globalMenu .item { padding: 10px 12px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #ccc; transition: all 0.4s; position: relative; }
.pageHeader .headerTop .iconContainer .global .globalMenu .item:hover, .pageHeader .headerTop .iconContainer .global .globalMenu .item.active { color: #D61518; }
.pageHeader .headerTop .iconContainer .global .globalMenu .item:not(:last-child)::after { content: ''; width: 85px; height: 1px; background: #ccc; position: absolute; bottom: -0.5px; left: 50%; transform: translateX(-50%); }
.pageHeader .navContainer { width: 100%; padding: 35px 0 53.6px; background: #fff; box-shadow: 0 0 33px 0px rgba(0, 0, 0, 0.25); position: relative; z-index: -1; top: -400px; transition: all 0.6s; }
.pageHeader .navContainer .container { padding: 0; }
.pageHeader .navContainer .navList { margin: 0 calc(86px + 100px) 0 calc(195px + 106px); display: flex; justify-content: space-between; }
.pageHeader .navContainer .navList:lang(en) { margin: 0 calc(86px + 80px) 0 calc(195px + 86px); }
.pageHeader .navContainer .navList .item { width: 102px; }
.pageHeader .navContainer .navList .item:lang(en) { width: 120px; }
.pageHeader .navContainer .navList .item ul > li { position: relative; }
.pageHeader .navContainer .navList .item ul > li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #D61518; position: absolute; top: 50%; left: -16px; transform: translateY(-50%); opacity: 0; transition: all 0.4s; }
.pageHeader .navContainer .navList .item ul > li:lang(en)::before { left: -10px; }
.pageHeader .navContainer .navList .item ul > li:hover::before { opacity: 1; }
.pageHeader .navContainer .navList .item ul > li a { font: 300 17px 'Noto Sans TC', sans-serif; line-height: 35px; color: #616161; display: block; transition: all 0.4s; }
.pageHeader .navContainer .navList .item ul > li a:hover { font: 500 17px 'Noto Sans TC', sans-serif; line-height: 35px; color: #D61518; }
.pageHeader.active .navContainer { top: 0; }

.searchContainer { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: -1; transition: z-index 0.001s 0.8s; }
.searchContainer.active { z-index: 999; transition: z-index 0.001s 0s; }
.searchContainer.active .bg { opacity: 1; transition: all 0.4s 0s; }
.searchContainer.active .content { margin-top: 0; opacity: 1; transition: all 0.4s 0.4s; }
.searchContainer .bg { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.4s 0.4s; }
.searchContainer .container { height: 100%; }
.searchContainer .content { max-width: 1000px; margin: 20px auto 0; position: relative; top: 50%; transform: translateY(calc(-50% - 60px / 2)); opacity: 0; transition: all 0.4s 0s; }
.searchContainer .content .text { margin-bottom: 31px; border: none; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; color: #fff; }
.searchContainer .content .searchForm { width: 100%; background: #fff; box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.25); position: relative; z-index: 1; }
.searchContainer .content .searchForm .form-group { display: flex; align-items: center; }
.searchContainer .content .searchForm .input { width: calc(100% - 80px - 68px); height: 80px; padding: 30px 33px; border: none; border-radius: 0; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 20px; color: #616161; position: relative; background: transparent; z-index: 1; }
.searchContainer .content .searchForm .input:focus { border: none; outline: none; box-shadow: none; }
.searchContainer .content .searchForm .clear { width: 68px; height: 80px; font-size: 18px; line-height: 80px; text-align: center; transition: all 0.4s; }
.searchContainer .content .searchForm .clear i { position: relative; top: -2px; }
.searchContainer .content .searchForm .clear:hover { opacity: 0.6; }
.searchContainer .content .searchForm .searchBtn { width: 80px; height: 80px; font-size: 25px; line-height: 80px; text-align: center; background: #D61518; box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.25); color: #fff; position: relative; z-index: 5; transition: all 0.4s; }
.searchContainer .content .searchForm .searchBtn i { position: relative; top: -2px; transition: all 0.4s; }
.searchContainer .content .searchForm .searchBtn:hover i { opacity: 0.6; }
.searchContainer .content .searchBtnContainer { margin-top: 24px; }
.searchContainer .content .searchBtnContainer .btnRow { margin-right: -14px; margin-left: -14px; }
.searchContainer .content .searchBtnContainer .btnCol { padding-right: 14px; padding-left: 14px; }
.searchContainer .content .searchBtnContainer .searchBtn { height: 55px; border-radius: 28px; padding: 0; text-align: center; font: 500 20px 'Noto Sans TC', sans-serif; line-height: 53px; transition: all 0.4s; background: #fff; display: block; }
.searchContainer .content .searchBtnContainer .searchBtn:first-child i { font-size: 24px; }
.searchContainer .content .searchBtnContainer .searchBtn i { margin-right: 15px; display: inline-block; font-size: 20px; color: #D61518; transition: all 0.4s; }
.searchContainer .content .searchBtnContainer .searchBtn:hover { color: #fff; background: #D61518; box-shadow: 9px 9px 13px 0 rgba(0, 0, 0, 0.24); }
.searchContainer .content .searchBtnContainer .searchBtn:hover i { color: #fff; }

/*main*/
main { width: 100%; flex-grow: 1; position: relative; z-index: 1; overflow: hidden; display: flex; flex-direction: column; }

.breadcrumb { padding: 23px 0rem 20px 0; margin-bottom: 0; border-radius: 0rem; list-style: none; background: none; display: flex; justify-content: flex-end; align-items: center; }
.breadcrumb > li { float: none; font: 400 16px 'Noto Sans TC', sans-serif; color: #959595; }
.breadcrumb > li a { color: #959595; }
.breadcrumb > li a:hover { opacity: 0.8; }
.breadcrumb > li + li::before { color: #959595; }
.breadcrumb > .active { color: #959595; }
.breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: 0; }
.breadcrumb .breadcrumb-item + .breadcrumb-item::before { content: '\e802'; width: 40px; margin-left: 4px; margin-right: 4px; padding-right: 0; font-family: 'fontello'; font-size: 12px; transform: scale(0.4); float: none; display: inline-block; line-height: 5px; position: relative; top: -2px; }
.breadcrumb .breadcrumb-item .icon-home { font-size: 15px; position: relative; top: -2px; }

/*footer*/
footer { width: 100%; height: 90px; background: #000; position: relative; z-index: 1; }
footer .container { height: 100%; padding-right: 0; padding-left: 0; display: flex; justify-content: space-between; align-items: center; }
footer .leftContainer { height: 100%; margin-left: 7px; display: flex; align-items: center; }
footer .logo { width: 182px; margin-right: 18px; }
footer .socialContainer { width: 134px; height: 100%; margin-right: 27px; display: flex; justify-content: space-between; align-items: center; }
footer .socialContainer .iconItem { width: 37px; height: 37px; border-radius: 50%; border: solid 1px #fff; font-size: 12px; line-height: 35px; color: #fff; text-align: center; transition: all 0.4s; }
footer .socialContainer .iconItem a { display: block; position: relative; right: -1px; top: -1px; }
footer .socialContainer .iconItem:hover { border-color: #D61518; background: #D61518; color: #fff; }
footer .tel { font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #fff; }
footer .rightContainer { height: 100%; display: flex; align-items: center; }
footer .rightContainer .infoContainer { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 24px; text-align: right; }
footer .rightContainer .infoContainer .top { color: #fff; display: flex; justify-content: flex-end; }
footer .rightContainer .infoContainer .fax, footer .rightContainer .infoContainer .mail { margin-right: 35px; display: flex; }
footer .rightContainer .infoContainer .fax .title, footer .rightContainer .infoContainer .mail .title { margin-right: 17px; position: relative; }
footer .rightContainer .infoContainer .fax .title::after, footer .rightContainer .infoContainer .mail .title::after { content: ''; width: 1px; height: 11px; background: #fff; position: absolute; right: -8px; top: calc(50% + 1px); transform: translateY(-50%); }
footer .rightContainer .infoContainer .socialContainer { display: none; }
footer .rightContainer .infoContainer .copyRight { line-height: 24px; color: #ccc; text-transform: uppercase; }
footer .rightContainer .goTop { width: 40px; height: 40px; margin: 0 31px; font-size: 12px; color: #fff; line-height: 40px; background: transparent; transition: all 0.4s; cursor: pointer; overflow: hidden; }
footer .rightContainer .goTop i { position: relative; top: 0; }
footer .rightContainer .goTop:hover i { animation: goTopAni 1.5s linear 0s infinite normal; }
footer .rightContainer .goTop i::before { transform: rotate(-90deg) scale(0.75); }
footer .hoverRed { color: inherit; transition: all 0.4s; }
footer .hoverRed:hover { color: #D61518; }

/*cookie*/
.cookieContainer { width: 100%; background: #fff; box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.05); position: fixed; bottom: 0; left: 0; z-index: 80; }
.cookieContainer .cookieBox { height: 76px; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.cookieContainer .text { width: calc(100% - 210px); font: 400 16px 'Noto Sans TC', sans-serif; line-height: 20px; letter-spacing: 0.8px; }
.cookieContainer .text a.colorMain { text-decoration: underline; transition: all 0.4s; }
.cookieContainer .text a.colorMain:hover { color: #D61518; opacity: 0.8; }
.cookieContainer .cookieBtn { width: 183px; }
.cookieContainer .cookieBtn .btnCustomer { width: 100%; height: 40px; line-height: 38px; }

.insidePage .cookieContainer { display: none; }

/*insidePage*/
.insidePage .header { display: none; }
.insidePage main { margin-top: 80px; }
.insidePage main .pageTitleContainer { margin-bottom: 52px; text-align: center; }
.insidePage main .pageTitleContainer .ch { margin-bottom: 14.2px; font: 700 40px 'Noto Sans TC', sans-serif; line-height: 40px; color: #242424; }
.insidePage main .pageTitleContainer .en { font: 600 16px 'Raleway', sans-serif; line-height: 16px; letter-spacing: 0.5px; color: #D61518; text-transform: uppercase; display: none; }
.insidePage main .pageTitleContainer .en:lang(en) { display: none; }
.insidePage main .container { padding-left: 0; padding-right: 0; }

/*pagination*/
.newsPagination { margin-top: 36px; margin-bottom: 120px; }
.newsPagination .pagination { justify-content: center; }
.newsPagination .page-item { margin: 0 3px; }
.newsPagination .page-item:first-child .page-link { border-radius: 0; }
.newsPagination .page-item.first, .newsPagination .page-item.last { margin: 0; border-radius: 0; }
.newsPagination .page-item.prev { margin-right: 10px; }
.newsPagination .page-item.next { margin-left: 10px; }
.newsPagination .page-link { width: 45px; height: 45px; margin: 0px; padding: 0; border: solid 1px transparent; background-color: transparent; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 43px; text-align: center; color: #616161; transition: all 0.4s; }
.newsPagination .page-link:focus { box-shadow: none; }
.newsPagination .page-link:hover { border: solid 1px #ccc; }
.newsPagination .page-item.active .page-link { background: #D61518; border-color: transparent; color: #fff; }
.newsPagination .page-item.first .page-link, .newsPagination .page-item.prev .page-link, .newsPagination .page-item.next .page-link, .newsPagination .page-item.last .page-link { color: #b9b9b9; }
.newsPagination .page-item.first .page-link i::before, .newsPagination .page-item.prev .page-link i::before, .newsPagination .page-item.next .page-link i::before, .newsPagination .page-item.last .page-link i::before { transform: scale(0.8); }
.newsPagination .page-item.first .page-link:hover, .newsPagination .page-item.prev .page-link:hover, .newsPagination .page-item.next .page-link:hover, .newsPagination .page-item.last .page-link:hover { border-color: transparent; color: #D61518; }
.newsPagination .page-item.disabled .page-link { border-color: transparent; }

/*color*/
.colorMain { color: #D61518; }

/*btn*/
.btn.btnCustomer { height: 55px; border: solid 1px transparent; border-radius: 0; padding: 0 10px; font: 300 17px 'Noto Sans TC', sans-serif; line-height: 53px; background: #D61518; color: #fff; text-align: center; transition: all 0.4s; }
.btn.btnCustomer:hover { opacity: 0.6; }
.btn.btnCustomer:focus { outline: none; box-shadow: none; }
.btn.btnCustomer.btnGray { border: solid 1px rgba(204, 204, 204, 0.5); color: #959595; background: transparent; }
.btn.btnCustomer.btnGray:hover { opacity: 1; background: #f5f5f5; }

/*other*/
.overflowVisible { overflow: visible; }

/*layout RWD*/
@media screen and (max-width: 1699px) { .pageHeader .headerTop .logo { width: 195px; margin-right: 50px; }
  .pageHeader .headerTop .logo:lang(en) { margin-right: 30px; }
  .pageHeader .headerTop .nav { width: calc(100% - 195px - 50px - 86px - 50px); }
  .pageHeader .headerTop .nav:lang(en) { width: calc(100% - 195px - 30px - 86px - 30px); }
  .pageHeader .headerTop .iconContainer { width: 86px; margin-left: 50px; }
  .pageHeader .headerTop .iconContainer:lang(en) { margin-left: 30px; }
  .pageHeader .navContainer .navList { margin: 0 calc(86px + 50px) 0 calc(195px + 50px); }
  .pageHeader .navContainer .navList:lang(en) { margin: 0 calc(86px + 30px) 0 calc(195px + 30px); } }
@media screen and (max-width: 1499px) { .pageHeader { display: none; }
  .cookieContainer .text { width: calc(100% - 175px); letter-spacing: 0px; }
  .cookieContainer .cookieBtn { width: 170px; }
  .insidePage .header { display: block; }
  .insidePage .header .headerTop { height: 80px; border-bottom: solid 1px #ccc; background: #fff; }
  .insidePage .header .iconContainer .icon { color: #242424; }
  .insidePage .header .iconContainer .global .globalMenu { background: #f6f6f6; top: 57px; }
  .insidePage .header .iconContainer .navIcon .iconItem { background: #242424; }
  footer { height: auto; padding: 15px; }
  footer .leftContainer { width: 350px; margin-left: 0; flex-wrap: wrap; }
  footer .logo { width: 182px; margin-right: 0; position: relative; top: -10px; }
  footer .socialContainer { width: 168px; height: auto; margin-left: 4px; margin-right: 15px; }
  footer .rightContainer { width: calc(100% - 350px); justify-content: flex-end; }
  footer .rightContainer .infoContainer .top { flex-wrap: wrap; }
  footer .rightContainer .infoContainer .mail { margin-right: 0; }
  footer .rightContainer .infoContainer .add { width: 100%; }
  footer .rightContainer .infoContainer .copyRight span { display: block; text-align: right; }
  footer .rightContainer .goTop { margin: 0; } }
@media screen and (max-width: 991px) { header.header .navContainer .nav { width: 100%; background: #fff; right: -900px; display: block; }
  header.header .navContainer .nav .bgImg { display: none; }
  header.header .navContainer .top { width: 100%; height: 76px; padding: 0 28px; display: flex; position: sticky; top: 0; }
  header.header .navContainer .top .logo { width: 137px; }
  header.header .navContainer .top .closeIcon { font-size: 14px; color: #616161; }
  header.header .navContainer .navContent { width: 100%; height: calc(100% - 76px); overflow-y: scroll; }
  header.header .navContainer .navContent::-webkit-scrollbar { width: 0px; height: 0px; }
  header.header .navContainer .navContent .mCSB_inside > .mCSB_container { width: 100%; position: absolute; }
  header.header .navContainer .main { width: 100%; padding: 0 0px; position: relative; z-index: 5; }
  header.header .navContainer .main .navRow { width: 100%; margin: 0; padding: 0; border-bottom: none; display: flex; flex-wrap: wrap; }
  header.header .navContainer .main .navRow:last-child { border-bottom: none; }
  header.header .navContainer .main .item { width: 100%; padding: 0; }
  header.header .navContainer .main .item:not(:last-child) { margin-right: 0px; }
  header.header .navContainer .main .item:first-child, header.header .navContainer .main .item:nth-child(2) { width: 100%; }
  header.header .navContainer .main .item:first-child:lang(en), header.header .navContainer .main .item:nth-child(2):lang(en) { width: 100%; margin-right: 0px; }
  header.header .navContainer .main .item:nth-child(3), header.header .navContainer .main .item:last-child { width: 100%; }
  header.header .navContainer .main .item.active .title { color: #fff; background: #D61518; }
  header.header .navContainer .main .item.active .title .rwdControlBtn::before, header.header .navContainer .main .item.active .title .rwdControlBtn::after { background: #fff; }
  header.header .navContainer .main .item.active .title .rwdControlBtn::after { transform: rotate(270deg) translate(6px, -6px); }
  header.header .navContainer .main .title { margin-bottom: 0px; padding-left: 42px; padding-right: 10px; line-height: 53px; color: #959595; border-bottom: solid 1px rgba(205, 205, 205, 0.3); background: #fff; display: flex; justify-content: space-between; align-items: center; transition: all 0.4s; }
  header.header .navContainer .main .title::before { display: none; }
  header.header .navContainer .main .title .text { display: block; }
  header.header .navContainer .main .title .rwdControlBtn { width: 53px; height: 53px; display: block; position: relative; }
  header.header .navContainer .main .title .rwdControlBtn::before, header.header .navContainer .main .title .rwdControlBtn::after { content: ''; background: #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-6px, -6px); transition: all 0.4s; }
  header.header .navContainer .main .title .rwdControlBtn::before { width: 12px; height: 2px; margin: 5px 0; }
  header.header .navContainer .main .title .rwdControlBtn::after { width: 2px; height: 12px; margin: 0px 5px; }
  header.header .navContainer .main .content { background: #F8F8F8; transition: all 0.4s; overflow: hidden; }
  header.header .navContainer .main .content ul li { width: 100%; padding-left: 42px; padding-right: 28px; border-bottom: solid 1px rgba(205, 205, 205, 0.5); line-height: 53px; }
  header.header .navContainer .main .content ul li a { display: block; color: #242424; line-height: 53px; }
  header.header .navContainer .main .content ul li a:hover { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 54px; color: #242424; }
  header.header .navContainer .bottom { padding-top: 50px; padding-bottom: 0px; background: #fff; position: relative; right: 0px; bottom: 0px; }
  header.header .navContainer .bottom .socialIcon { width: 145px; margin: 0 auto 13px; }
  header.header .navContainer .bottom .compInfo { margin-bottom: 68px; font: 400 14px 'Noto Sans TC', sans-serif; letter-spacing: 1px; line-height: 22px; color: #959595; text-align: center; display: block; }
  header.header .navContainer .bottom .compInfo p { margin-bottom: 0; }
  .searchContainer .content .searchForm .input { width: calc(100% - 60px - 60px); height: 60px; padding: 10px 15px; }
  .searchContainer .content .searchForm .clear { width: 60px; height: 60px; line-height: 60px; }
  .searchContainer .content .searchForm .searchBtn { width: 60px; height: 60px; line-height: 60px; }
  footer { padding: 30px 0; position: relative; }
  footer .container { flex-direction: column; }
  footer .leftContainer { width: 315px; margin-left: 0; margin-bottom: 8px; flex-wrap: wrap; justify-content: space-between; }
  footer .leftContainer .socialContainer { display: none; }
  footer .logo { width: 148px; top: 0; }
  footer .tel { font: 700 23px 'Noto Sans TC', sans-serif; line-height: 23px; }
  footer .rightContainer { width: 100%; justify-content: center; }
  footer .rightContainer .infoContainer { display: flex; flex-direction: column; align-items: center; }
  footer .rightContainer .infoContainer .top { justify-content: center; }
  footer .rightContainer .infoContainer .fax, footer .rightContainer .infoContainer .mail { margin-right: 35px; }
  footer .rightContainer .infoContainer .add { width: auto; }
  footer .rightContainer .infoContainer .socialContainer { width: 134px; margin: 17px 0 27px; display: flex; }
  footer .rightContainer .infoContainer .copyRight { width: 100%; padding-top: 23px; border-top: solid 1px #1e1e1e; line-height: 21px; }
  footer .rightContainer .infoContainer .copyRight span { text-align: center; }
  footer .rightContainer .goTop { position: absolute; right: 20px; bottom: 44px; }
  .cookieContainer .cookieBox:lang(en) { height: auto; padding: 15px 0; flex-direction: column; }
  .cookieContainer .text:lang(en) { width: 100%; margin-bottom: 12px; line-height: 24px; text-align: justify; }
  .cookieContainer .cookieBtn:lang(en) { width: 200px; } }
@media screen and (max-width: 767px) { footer .rightContainer .infoContainer { font: 400 14px 'Noto Sans TC', sans-serif; line-height: 14px; }
  footer .rightContainer .infoContainer .top { line-height: 22px; }
  footer .rightContainer .infoContainer .mail { margin-right: 0px; }
  footer .rightContainer .infoContainer .add { width: 100%; text-align: center; }
  .cookieContainer .cookieBox { height: auto; padding: 15px 0; flex-direction: column; }
  .cookieContainer .text { width: 100%; margin-bottom: 12px; line-height: 24px; text-align: justify; }
  .cookieContainer .cookieBtn { width: 200px; } }
@media screen and (max-width: 575px) { header.header .headerTop { height: 50px; }
  header.header .menuContainer { padding: 0 25px; }
  header.header .logo { width: 108px; }
  header.header .iconContainer { width: 98px; }
  header.header .iconContainer .icon { font-size: 19px; }
  header.header .iconContainer .global .globalMenu { top: 41px; }
  header.header .iconContainer .navIcon { width: 21px; height: 15px; }
  header.header .iconContainer .navIcon .iconItem:nth-child(2) { right: -6px; }
  header.header .iconContainer .navIcon:hover .iconItem { right: -6px; background: #D61518; }
  header.header .iconContainer .navIcon:hover .iconItem:nth-child(2) { right: 0px; }
  header.header.scrollDown .headerTop { height: 50px; }
  footer .container { padding: 0 27px; }
  footer .leftContainer { max-width: 396px; }
  footer .rightContainer .infoContainer .mail { margin-right: 0px; }
  footer .rightContainer .infoContainer .copyRight span { width: 271px; text-align: left; }
  .breadcrumb { display: none; }
  .insidePage main .pageTitleContainer { margin-top: 67px; }
  .insidePage main .container { padding-left: 15px; padding-right: 15px; }
  .newsPagination { margin-top: 0px; margin-bottom: 100px; }
  .newsPagination .page-item:not(.active) { display: none; }
  .newsPagination .page-item.first, .newsPagination .page-item.last, .newsPagination .page-item.prev, .newsPagination .page-item.next { display: block; }
  .searchContainer .content .text:lang(en) { font-size: 22px; line-height: 22px; } }
@media screen and (max-width: 449px) { .searchContainer .content .searchBtnContainer .btnCol { flex: 0 0 100%; max-width: 100%; } }
@media screen and (max-width: 360px) { footer .rightContainer .infoContainer .mail { margin-right: 0; }
  footer .rightContainer .infoContainer .copyRight span { width: 250px; text-align: left; }
  footer .rightContainer .goTop { margin-top: 10px; font-size: 14px; } }
/*index*/
#index .pageHeader { display: none; }
#index .bannerContainer { position: relative; }
#index .bannerContainer .bannerSlick .item { position: relative; height: 450px; }
#index .bannerContainer .bannerSlick .item img { width: 100%; height: 100%; object-fit: cover; }
#index .bannerContainer .bannerSlick .item.slick-current .enR { opacity: 1; left: 0; transition: all 0.5s 0.5s; }
#index .bannerContainer .bannerSlick .item.slick-current .enW { opacity: 1; left: 0; transition: all 0.5s 0.8s; }
#index .bannerContainer .bannerSlick .item.slick-current .ch { opacity: 1; left: 0; transition: all 0.5s 1.2s; }
#index .bannerContainer .bannerSlick .content { display: block; position: absolute; left: 150px; bottom: 83px; z-index: 5; }
#index .bannerContainer .bannerSlick .enR { font: 800 62px 'Raleway', sans-serif; line-height: 64px; color: #D61518; text-transform: uppercase; display: block; transform: skewX(-10deg); position: relative; left: 10px; opacity: 0; transition: all 0.4s; }
#index .bannerContainer .bannerSlick .enW { margin-bottom: 24px; font: 300 54px 'Raleway', sans-serif; line-height: 64px; color: #fff; text-transform: uppercase; display: block; transform: skewX(-10deg); position: relative; left: 10px; opacity: 0; transition: all 0.4s; }
#index .bannerContainer .bannerSlick .ch { font: 500 54px 'Noto Sans TC', sans-serif; line-height: 54px; color: #fff; display: block; position: relative; left: 10px; opacity: 0; transition: all 0.4s; }
#index .bannerContainer .bannerSlick .firstContent { bottom: 136px; }
#index .bannerContainer .bannerSlick .firstContent .enR { margin-bottom: 10px; font: 800 65px 'Raleway', sans-serif; line-height: 65px; }
#index .bannerContainer .bannerControl { width: 823px; height: 75px; background: #D61518; display: flex; overflow: hidden; position: absolute; bottom: -37.5px; right: -200px; transition: all 0.4s; z-index: 5; }
#index .bannerContainer .bannerControl:hover { right: 0; }
#index .bannerContainer .bannerControl .prvBtn, #index .bannerContainer .bannerControl .nextBtn { width: 75px; height: 75px; line-height: 75px; text-align: center; font-size: 12px; color: rgba(255, 255, 255, 0.5); cursor: pointer; transition: all 0.4s; }
#index .bannerContainer .bannerControl .prvBtn i::before, #index .bannerContainer .bannerControl .nextBtn i::before { transform: scale(0.75); }
#index .bannerContainer .bannerControl .prvBtn:hover, #index .bannerContainer .bannerControl .nextBtn:hover { background: #fff; color: #D61518; }
#index .bannerContainer .bannerControl .processBox { height: 100%; width: calc(100% - ( 75px + 75px + 200px )); display: flex; justify-content: center; align-items: center; }
#index .bannerContainer .bannerControl .currentNum, #index .bannerContainer .bannerControl .titalNum { font: 300 20px 'Raleway', sans-serif; color: #fff; }
#index .bannerContainer .bannerControl .processLine { width: 324px; height: 1px; margin: 0 19px 0 26px; background: rgba(255, 255, 255, 0.5); position: relative; z-index: 1; }
#index .bannerContainer .bannerControl .processLine .currentW { height: 1px; position: absolute; top: 0; left: 0; background: #fff; transition: all 0.4s; z-index: 2; }
#index .bannerContainer .bannerControl .smallSlickContainer { width: 200px; position: relative; }
#index .bannerContainer .bannerControl .cover { width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.2); z-index: 1; }
#index .bannerContainer .bannerControl .smallSlick { width: 100%; overflow: hidden; position: relative; z-index: 0; }
#index .bannerContainer .bannerControl .smallSlick .slick-list { position: relative; left: -100%; overflow: visible; }
#index .bannerContainer .bannerControl .smallSlick .item { width: 200px; height: 75px; }
#index .bannerContainer .bannerControl .smallSlick .item img { width: 100%; height: 100%; object-fit: cover; }
#index .indexNavContainer { padding-top: 92px; padding-bottom: 72px; background: url(images/public/logoBg.svg) left -269px bottom 0% no-repeat #f6f6f6; background-size: 550px; position: relative; z-index: 1; }
#index .indexNavContainer::after { content: ''; width: 1821px; height: 1px; background: rgba(204, 204, 204, 0.3); position: absolute; top: 160px; left: 0; }
#index .indexNavContainer .bg { width: 550px; position: absolute; bottom: 0; left: -269px; z-index: 2; display: none; }
#index .indexNavContainer .navList { padding: 0 98px; position: relative; z-index: 5; display: flex; justify-content: space-between; }
#index .indexNavContainer .item { width: 182px; }
#index .indexNavContainer .item:hover .title { color: #fff; }
#index .indexNavContainer .item:hover .title::before { opacity: 1; }
#index .indexNavContainer .title { height: 49px; margin-bottom: 53px; font: 500 20px 'Noto Sans TC', sans-serif; line-height: 49px; text-align: center; color: #242424; position: relative; transition: all 0.4s; }
#index .indexNavContainer .title::before { content: ''; width: 157px; height: 49px; background: #D61518; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) skewX(-30deg); z-index: -1; opacity: 0; transition: all 0.4s; }
#index .indexNavContainer .content { padding-left: 48px; }
#index .indexNavContainer .content ul > li { position: relative; }
#index .indexNavContainer .content ul > li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #D61518; position: absolute; top: 50%; left: -14px; transform: translateY(-50%); opacity: 0; transition: all 0.4s; }
#index .indexNavContainer .content ul > li:hover::before { opacity: 1; }
#index .indexNavContainer .content ul > li > a { font: 300 18.5px 'Noto Sans TC', sans-serif; line-height: 38px; color: #616161; display: block; transition: all 0.4s; }
#index .indexNavContainer .content ul > li > a:hover { font: 500 18.5px 'Noto Sans TC', sans-serif; line-height: 38px; color: #D61518; }
#index .newsContainer { padding: 85px 0 65px; background: url(images/index/bg.png) left bottom; background-attachment: fixed; position: relative; }
#index .newsContainer .bgCover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.4)); z-index: 1; }
#index .newsContainer .container { padding: 0 50px; position: relative; z-index: 5; }
#index .newsContainer .top { margin-bottom: 73px; display: flex; justify-content: space-between; color: #fff; }
#index .newsContainer .top .title { font: 60px 'Raleway', sans-serif; line-height: 69px; }
#index .newsContainer .top .bold { font-weight: 700; transform: skewX(-10deg); }
#index .newsContainer .top .light { font-weight: 300; transform: skewX(-10deg); }
#index .newsContainer .top .right { display: flex; align-items: center; }
#index .newsContainer .top .type { margin-right: 42px; padding-left: 15px; font: 700 16px 'Raleway', sans-serif; position: relative; transition: all 0.4s; }
#index .newsContainer .top .type::before { content: ''; width: 5px; height: 24px; background: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: all 0.4s; z-index: -1; }
#index .newsContainer .top .type:hover { color: #D61518; }
#index .newsContainer .top .type:hover::before { width: 110px; }
#index .newsContainer .top .sliderControl { display: flex; }
#index .newsContainer .top .prevBtn, #index .newsContainer .top .nextBtn { width: 70px; height: 70px; font-size: 12px; line-height: 70px; text-align: center; color: #D61518; background: #fff; cursor: pointer; position: relative; top: 0; transition: all 0.4s; }
#index .newsContainer .top .prevBtn i::before, #index .newsContainer .top .nextBtn i::before { transform: scale(0.5); }
#index .newsContainer .top .prevBtn:hover, #index .newsContainer .top .nextBtn:hover { top: -16px; }
#index .newsContainer .top .nextBtn { color: #fff; background: #D61518; }
#index .newsContainer .newsSlick .slick-list { margin-left: -52px; margin-right: -52px; }
#index .newsContainer .newsSlick .item { margin: 0 52px; padding-bottom: 52px; }
#index .newsContainer .newsSlick .item:hover .moreBtn > .hoverDec::before { animation: indexNewsMoreAni 1.2s linear 0.25s infinite normal; }
#index .newsContainer .newsSlick .item:hover .moreBtn > .hoverDec::after { animation: indexNewsMoreAni 1.2s linear 0.5s infinite normal; }
#index .newsContainer .newsSlick .type { height: 28px; min-width: 113px; max-width: calc( 100% - 24px ); margin-bottom: 6px; padding-left: 12px; position: relative; display: inline-block; }
#index .newsContainer .newsSlick .type .decL, #index .newsContainer .newsSlick .type .decR { width: 0; height: 0; border-style: solid; position: absolute; top: 50%; transform: translateY(-50%); z-index: -1; display: block; }
#index .newsContainer .newsSlick .type .decL { border-width: 0 0 28px 12px; border-color: transparent transparent #D61518 transparent; left: 0px; }
#index .newsContainer .newsSlick .type .decR { border-width: 28px 12px 0 0; border-color: #D61518 transparent transparent transparent; right: -12px; }
#index .newsContainer .newsSlick .type .text { width: 100%; height: 28px; padding: 0 5px; font: 300 15px 'Noto Sans TC', sans-serif; line-height: 28px; text-align: center; color: #fff; background: #D61518; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
#index .newsContainer .newsSlick .title { width: 100%; height: 72px; margin-bottom: 10px; font: 500 20px 'Noto Sans TC', sans-serif; line-height: 36px; color: #fff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#index .newsContainer .newsSlick .bottom { display: flex; justify-content: space-between; align-items: flex-end; }
#index .newsContainer .newsSlick .date { font: 400 14px 'Noto Sans TC', sans-serif; line-height: 20px; color: #fff; display: block; }
#index .newsContainer .newsSlick .moreBtn { position: relative; display: block; }
#index .newsContainer .newsSlick .moreBtn .hoverDec { display: block; }
#index .newsContainer .newsSlick .moreBtn .hoverDec::before { content: ''; width: 58px; height: 58px; border-radius: 50%; border: solid 1px rgba(255, 255, 255, 0.4); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; }
#index .newsContainer .newsSlick .moreBtn .hoverDec::after { content: ''; width: 115px; height: 115px; border-radius: 50%; border: solid 1px rgba(255, 255, 255, 0.15); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; }
#index .newsContainer .newsSlick .moreBtn .text { height: 20px; border: 0; padding: 0; font: 600 15px 'Raleway', sans-serif; line-height: 20px; color: #D61518; text-transform: uppercase; display: block; }
#index .newsContainer .newsSlick .moreBtn .text span { height: 15px; margin-left: 12px; display: inline-block; font-size: 26px; line-height: 15px; position: relative; top: 3px; }
#index .newsContainer .bottom { display: none; justify-content: center; }
#index .newsContainer .bottom .type { padding-left: 15px; font: 700 16px 'Raleway', sans-serif; position: relative; }
#index .newsContainer .bottom .type::before { content: ''; width: 5px; height: 24px; background: #fff; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#index .sideContainer { width: 389px; height: 100vh; position: fixed; top: 0; left: -389px; z-index: 999; visibility: hidden; opacity: 0; transition: all 0.4s; }
#index .sideContainer.active { left: 0; }
#index .sideContainer.active .contentContainer { box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4); }
#index .sideContainer.show { visibility: visible; opacity: 1; }
#index .sideContainer .controlBtn { width: 50px; height: 190px; padding: 31px 13px; background: #D61518; position: absolute; right: -50px; top: 370px; cursor: pointer; z-index: 999; }
#index .sideContainer .controlBtn:lang(en) { height: 260px; padding: 10px 13px; top: 250px; }
#index .sideContainer .controlBtn .img { width: 24px; margin-bottom: 13px; }
#index .sideContainer .controlBtn .text { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 24px; color: #fff; writing-mode: vertical-rl; margin-bottom: 0; margin-block-start: 0; margin-block-end: 0; }
#index .sideContainer .contentContainer { width: 100%; height: 100%; box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0); transition: all 0.4s; overflow-y: scroll; }
#index .sideContainer .contentContainer::-webkit-scrollbar { width: 0px; }
#index .sideContainer .contentContainer .item { height: 25%; position: relative; }
#index .sideContainer .contentContainer .item:hover .img img { transform: scale(1.12); }
#index .sideContainer .contentContainer .img { width: 389px; height: 100%; overflow: hidden; display: block; }
#index .sideContainer .contentContainer .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.4s; }
#index .sideContainer .contentContainer .title { font: 500 20px 'Noto Sans TC', sans-serif; letter-spacing: 1px; color: #fff; position: absolute; top: 24px; left: 25px; display: block; }

/*index RWD*/
@media screen and (max-width: 1699px) { #index .indexNavContainer .item { width: 160px; }
  #index .indexNavContainer .title::before { width: 125px; }
  #index .indexNavContainer .content { padding-left: 30px; } }
@media screen and (max-width: 1499px) { #index .bannerContainer .bannerSlick .item { height: 450px; }
  #index .bannerContainer .bannerSlick .content { left: 80px; bottom: 70px; }
  #index .bannerContainer .bannerSlick .firstContent { bottom: 110px; }
  #index .indexNavContainer .navList { padding: 0 50px; }
  #index .indexNavContainer .item { width: 160px; }
  #index .indexNavContainer .title::before { width: 125px; }
  #index .indexNavContainer .content { padding-left: 30px; } }
@media screen and (max-width: 1399px) { #index .indexNavContainer { background-attachment: fixed; }
  #index .indexNavContainer::after { display: none; }
  #index .indexNavContainer .bg { width: 800px; left: -300px; }
  #index .indexNavContainer .navList { flex-wrap: wrap; justify-content: flex-start; }
  #index .indexNavContainer .item { width: 20%; margin-bottom: 50px; }
  #index .indexNavContainer .title { height: auto; padding-bottom: 19px; border-bottom: solid 1px rgba(205, 205, 205, 0.3); margin-bottom: 33px; }
  #index .indexNavContainer .title::before { width: 80%; top: calc( (100% - 19px) / 2); }
  #index .indexNavContainer .content { padding-left: 32%; } }
@media screen and (max-width: 1199px) { #index .bannerContainer .bannerSlick .item { height: 400px; }
  #index .bannerContainer .bannerSlick .item::after { content: ''; width: 50%; height: 100%; background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); position: absolute; top: 0; left: 0; z-index: 1; }
  #index .bannerContainer .firstContent { bottom: 100px; }
  #index .indexNavContainer .content { padding-left: 29%; } }
@media screen and (max-width: 991px) { #index .bannerContainer .bannerSlick .item { height: 400px; }
  #index .bannerContainer .bannerSlick .content { left: 80px; bottom: 100px; }
  #index .bannerContainer .bannerSlick .content .enR { font: 800 40px 'Raleway', sans-serif; line-height: 40px; }
  #index .bannerContainer .bannerSlick .content .enW { margin-bottom: 18px; font: 300 36px 'Raleway', sans-serif; line-height: 40px; }
  #index .bannerContainer .bannerSlick .content .ch { font: 500 40px 'Noto Sans TC', sans-serif; line-height: 40px; }
  #index .bannerContainer .bannerSlick .firstContent { bottom: 100px; }
  #index .bannerContainer .bannerSlick .firstContent .enR { font: 800 50px 'Raleway', sans-serif; line-height: 50px; }
  #index .bannerContainer .bannerControl:hover { right: -200px; }
  #index .indexNavContainer .item { width: calc(100% / 3); }
  #index .indexNavContainer .title::before { width: 80%; }
  #index .indexNavContainer .content { padding-left: 32%; }
  #index .newsContainer { background: url(images/index/bg.png) center center; background-size: cover; }
  #index .newsContainer .top .title { font: 50px 'Raleway', sans-serif; line-height: 58px; }
  #index .newsContainer .top .prevBtn:hover, #index .newsContainer .top .nextBtn:hover { color: #D61518; background: #fff; }
  #index .newsContainer .top .nextBtn { color: #fff; background: #D61518; }
  #index .newsContainer .top .nextBtn:hover { color: #fff; background: #D61518; }
  #index .newsContainer .newsSlick .slick-list { margin: 0; }
  #index .newsContainer .newsSlick .item { margin: 0 15px; padding-bottom: 52px; } }
@media screen and (max-width: 767px) { #index .bannerContainer .bannerSlick .content { left: 50px; bottom: 80px; }
  #index .bannerContainer .bannerControl { width: calc( 400px + 200px ); }
  #index .bannerContainer .bannerControl .processLine { width: calc( 90% - ( 46px - 20px * 2) ); margin: 0 20px 0 20px; }
  #index .indexNavContainer .item:hover .title { color: #242424; }
  #index .indexNavContainer .item:hover .title::before { opacity: 0; }
  #index .indexNavContainer .content { padding-left: 28%; }
  #index .newsContainer .container { padding: 0 35px; }
  #index .newsContainer .top .type { margin-right: 10px; } }
@media screen and (max-width: 670px) { #index .indexNavContainer .content { padding-left: 25%; } }
@media screen and (max-width: 575px) { #index .bannerContainer .bannerSlick .item { height: 255px; }
  #index .bannerContainer .bannerSlick .content { left: 20px; bottom: 60px; }
  #index .bannerContainer .bannerSlick .content .enR { font: 800 36px 'Raleway', sans-serif; line-height: 36px; }
  #index .bannerContainer .bannerSlick .content .enW { margin-bottom: 5px; font: 300 30px 'Raleway', sans-serif; line-height: 36px; }
  #index .bannerContainer .bannerSlick .content .ch { font: 500 30px 'Noto Sans TC', sans-serif; line-height: 30px; }
  #index .bannerContainer .bannerSlick .firstContent { bottom: 75px; }
  #index .bannerContainer .bannerSlick .firstContent .enR { margin-bottom: 5px; font: 800 36px 'Raleway', sans-serif; line-height: 36px; }
  #index .bannerContainer .bannerControl { width: calc( 100px + 200px ); height: 50px; bottom: -25px; }
  #index .bannerContainer .bannerControl .prvBtn, #index .bannerContainer .bannerControl .nextBtn { width: 50px; height: 50px; line-height: 50px; color: #fff; }
  #index .bannerContainer .bannerControl .prvBtn i::before, #index .bannerContainer .bannerControl .nextBtn i::before { transform: scale(0.5); }
  #index .bannerContainer .bannerControl .prvBtn:hover, #index .bannerContainer .bannerControl .nextBtn:hover { background: #D61518; color: #fff; }
  #index .bannerContainer .bannerControl .prvBtn { background: #fff; color: #D61518; }
  #index .bannerContainer .bannerControl .prvBtn:hover { background: #fff; color: #D61518; }
  #index .bannerContainer .bannerControl .processBox { width: 0; overflow: hidden; }
  #index .indexNavContainer { background-image: none; padding-top: 25px; padding-bottom: 50px; }
  #index .indexNavContainer .navList { max-width: 296px; margin: 0 auto; padding: 0; }
  #index .indexNavContainer .item { width: 148px; margin-top: 28px; margin-bottom: 0; padding-bottom: 28px; border-bottom: solid 1px #ccc; }
  #index .indexNavContainer .item:last-child { width: 296px; border-bottom: none; }
  #index .indexNavContainer .item:last-child .content { padding: 0; }
  #index .indexNavContainer .item:last-child .content ul { height: 128px; display: flex; flex-direction: column; flex-wrap: wrap; }
  #index .indexNavContainer .item:last-child .content ul > li { width: 148px; padding-left: 23px; }
  #index .indexNavContainer .title { margin-bottom: 8px; padding-bottom: 0; padding-left: 23px; border-bottom: none; font: 500 18px 'Noto Sans TC', sans-serif; text-align: left; }
  #index .indexNavContainer .content { padding-left: 23px; }
  #index .indexNavContainer .content ul > li > a { font: 300 16px 'Noto Sans TC', sans-serif; line-height: 32px; }
  #index .indexNavContainer .content ul > li > a:hover { font: 300 16px 'Noto Sans TC', sans-serif; line-height: 32px; color: #D61518; }
  #index .newsContainer { padding-top: 55px; padding-bottom: 60px; background: url(images/index/bg.png) center center; background-size: cover; }
  #index .newsContainer .container { padding: 0 38px; }
  #index .newsContainer .top { margin-bottom: 29px; align-items: center; }
  #index .newsContainer .top .title { font: 30px 'Raleway', sans-serif; line-height: 36px; }
  #index .newsContainer .top .type { display: none; }
  #index .newsContainer .top .sliderControl { justify-content: flex-end; }
  #index .newsContainer .top .prevBtn, #index .newsContainer .top .nextBtn { width: 50px; height: 50px; line-height: 50px; }
  #index .newsContainer .top .prevBtn i::before, #index .newsContainer .top .nextBtn i::before { transform: scale(0.36); }
  #index .newsContainer .top .prevBtn:hover, #index .newsContainer .top .nextBtn:hover { top: 0; }
  #index .newsContainer .newsSlick .slick-list { margin: 0; }
  #index .newsContainer .newsSlick .item { margin: 0 0px; padding-bottom: 39px; }
  #index .newsContainer .newsSlick .type { height: 26px; padding-left: 9px; }
  #index .newsContainer .newsSlick .type .decL { border-width: 0 0 26px 9px; }
  #index .newsContainer .newsSlick .type .decR { border-width: 26px 9px 0 0; right: -9px; }
  #index .newsContainer .newsSlick .type .text { height: 26px; font: 300 14px 'Noto Sans TC', sans-serif; line-height: 26px; }
  #index .newsContainer .newsSlick .title { height: 50px; margin-bottom: 2px; max-height: 50px; font: 500 16px 'Noto Sans TC', sans-serif; line-height: 25px; }
  #index .newsContainer .newsSlick .bottom { flex-wrap: wrap; }
  #index .newsContainer .newsSlick .date { width: 100%; margin-bottom: 1px; }
  #index .newsContainer .newsSlick .moreBtn { margin-left: auto; }
  #index .newsContainer .newsSlick .moreBtn .hoverDec { display: none; }
  #index .newsContainer .newsSlick .moreBtn .text { font: 600 14px 'Raleway', sans-serif; }
  #index .newsContainer .bottom { display: flex; }
  #index .newsContainer .bottom .type { color: #fff; font: 700 14px 'Raleway', sans-serif; }
  #index .newsContainer .bottom .type a { color: inherit; }
  #index .newsContainer .bottom .type::before { width: 3px; height: 16px; }
  #index .sideContainer { display: none; } }
/*about*/
.aboutCompany { position: relative; flex-grow: 1; }
.aboutCompany .contentContainer { padding-bottom: 400px; }
.aboutCompany #aboutCompEdit { width: 100%; max-width: 870px; margin: 0 auto; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; color: #000; text-align: justify; }
.aboutCompany .bgContainer { width: 100%; height: 800px; position: absolute; bottom: 0; left: 0; z-index: -1; }
.aboutCompany .bgContainer .mountain { position: absolute; left: 0; bottom: 0; }
.aboutCompany .bgContainer .shop { position: absolute; right: 0; bottom: 0; }
.aboutCompany .bgContainer .car { position: absolute; left: -150px; bottom: 0; opacity: 0; transition: all 0.7s 0.25s; }
.aboutCompany .bgContainer .car.active { left: 0; opacity: 1; }
.aboutCompany .bird { position: absolute; top: 20px; left: 132px; }

#aboutIdea main { background: url(images/about/idea-bg.png) no-repeat top 172.5px left 0px; }

.aboutIdeaHtml #aboutIdeaEdit { width: 100%; display: flex; padding: 0 130px 0 170px; }
.aboutIdeaHtml #aboutIdeaEdit .img { width: 700px; margin-right: 50px; position: relative; z-index: 10; }
.aboutIdeaHtml #aboutIdeaEdit .img img { width: 100%; height: 100%; object-fit: cover; }
.aboutIdeaHtml #aboutIdeaEdit .doc { width: calc(100% - 750px); display: flex; flex-direction: column; }
.aboutIdeaHtml #aboutIdeaEdit .title { margin-bottom: 32px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #242424; }
.aboutIdeaHtml #aboutIdeaEdit .Content { font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; color: #000; flex-grow: 1; text-align: justify; }
.aboutIdeaHtml #aboutIdeaEdit .Content p { margin-bottom: 0; }
.aboutIdeaHtml #aboutIdeaEdit .mainIdeaImg { width: calc(100% - 20px); max-width: 524px; margin-bottom: 48px; margin-right: 20px; margin-left: auto; text-align: right; align-items: flex-end; }
.aboutIdeaHtml .sliderContainer { padding: 60px 0 127px; position: relative; background: #f6f6f6; z-index: 1; position: relative; }
.aboutIdeaHtml .sliderContainer::before { content: ''; width: 100%; height: 76px; background: #f6f6f6; position: absolute; top: -76px; left: 0; }
.aboutIdeaHtml .sliderContainer .title { margin-bottom: 56px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #242424; text-align: center; }
.aboutIdeaHtml .sliderContainer .navContainer { margin: 0 auto 99px; position: relative; z-index: 5; }
.aboutIdeaHtml .sliderContainer .navContainer .prevBtn, .aboutIdeaHtml .sliderContainer .navContainer .nextBtn { display: none; }
.aboutIdeaHtml .sliderContainer .navContainer .slickBox { max-width: 1420px; margin: 0 auto; overflow: hidden; position: relative; }
.aboutIdeaHtml .sliderContainer .navContainer .slickBox::before, .aboutIdeaHtml .sliderContainer .navContainer .slickBox::after { content: ''; width: 0; height: 0; border-style: solid; position: absolute; top: 5px; z-index: 5; }
.aboutIdeaHtml .sliderContainer .navContainer .slickBox::before { border-width: 0 0 50px 30px; border-color: transparent transparent #f6f6f6 transparent; right: 0px; }
.aboutIdeaHtml .sliderContainer .navContainer .slickBox::after { border-width: 50px 30px 0 0; border-color: #f6f6f6 transparent transparent transparent; left: 0px; }
.aboutIdeaHtml .sliderContainer .navContainer .navSlick { max-width: 1290px; height: 60px; margin: 0 auto; }
.aboutIdeaHtml .sliderContainer .navContainer .slick-list { overflow: visible; position: relative; left: -100px; top: 50%; transform: translateY(-50%); }
.aboutIdeaHtml .sliderContainer .navContainer .item { width: 140px; height: 49px; margin: 0 15px; background: #eee; text-align: center; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 50px; color: #616161; position: relative; transition: all 0.4s; cursor: pointer; }
.aboutIdeaHtml .sliderContainer .navContainer .item::before { content: ''; width: calc(100% + 30px); height: 49px; border: none; background: #eee; position: absolute; top: 0; left: 50%; transform: translateX(-50%) skew(-30deg); z-index: -1; transition: all 0.4s; }
.aboutIdeaHtml .sliderContainer .navContainer .item.slick-current { background: #D61518; font: 500 16.7px 'Noto Sans TC', sans-serif; color: #fff; line-height: 50px; transform: scale(1.2, 1.17); position: relative; z-index: 5; }
.aboutIdeaHtml .sliderContainer .navContainer .item.slick-current::before { background: #D61518; }
.aboutIdeaHtml .sliderContainer .imgSlickContainer { position: relative; }
.aboutIdeaHtml .sliderContainer .ideaSlick .slick-list { padding: 0 !important; margin: 0 -75px; overflow: visible; position: relative; z-index: 1; }
.aboutIdeaHtml .sliderContainer .ideaSlick .item { width: 650px; margin: 0 17.5px; position: relative; transition: all 0.4s; }
.aboutIdeaHtml .sliderContainer .ideaSlick .item::after { transition: all 0.4s; }
.aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current { transform: scale(1.24); z-index: 10; box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25); }
.aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current::after { content: ''; width: 100%; height: 150px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); position: absolute; top: 0; left: 0; }
.aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current .text { color: #fff; transform: scale(0.8); }
.aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current .slickControl { display: flex; opacity: 1; transition: opacity 0.4s 0.001s; }
.aboutIdeaHtml .sliderContainer .ideaSlick .img { transition: all 0.4s; }
.aboutIdeaHtml .sliderContainer .ideaSlick .text { width: 100%; font: 500 20px 'Noto Sans TC', sans-serif; text-align: center; color: transparent; position: absolute; top: 29px; left: 0; z-index: 5; }
.aboutIdeaHtml .sliderContainer .dec { width: 1px; height: 79px; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); z-index: 20; }
.aboutIdeaHtml .sliderContainer .dec .color { width: 1px; height: 0%; background: #D61518; position: absolute; top: 0; left: 0; z-index: 20; transition: all 0.4s; }
.aboutIdeaHtml .sliderContainer .slickControl { position: absolute; z-index: 20; right: -70px; bottom: 0; display: none; transform: scale(0.8); transform-origin: center bottom; opacity: 0; transition: opacity 0.4s 0.001s; }
.aboutIdeaHtml .sliderContainer .slickControl .prevBtn, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn { width: 70px; height: 70px; font-size: 12px; line-height: 70px; text-align: center; cursor: pointer; overflow: hidden; }
.aboutIdeaHtml .sliderContainer .slickControl .prevBtn i, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn i { position: relative; }
.aboutIdeaHtml .sliderContainer .slickControl .prevBtn i::before, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn i::before { transform: scale(0.5); }
.aboutIdeaHtml .sliderContainer .slickControl .prevBtn { background: #fff; color: #D61518; }
.aboutIdeaHtml .sliderContainer .slickControl .prevBtn:hover i { animation: aboutIdeaSliderPrevBtnAni 1.15s linear 0s infinite normal; }
.aboutIdeaHtml .sliderContainer .slickControl .nextBtn { background: #D61518; color: #fff; }
.aboutIdeaHtml .sliderContainer .slickControl .nextBtn:hover i { animation: aboutIdeaSliderNextBtnAni 1.15s linear 0s infinite normal; }

#aboutHistory main { background: url(images/about/history-bg.png) no-repeat center bottom; background-attachment: fixed; background-size: cover; position: relative; overflow: visible; }
#aboutHistory main .bg { width: 100%; height: 60vh; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); z-index: -1; }

.aboutHistoryHtml .historyContainer { display: flex; }
.aboutHistoryHtml .historyContainer .leftListContainer { width: 50%; }
.aboutHistoryHtml .historyContainer .leftListContainer .container { height: 100%; display: flex; flex-direction: column; }
.aboutHistoryHtml .historyContainer .rightLineContainer { width: 50%; overflow: hidden; }
.aboutHistoryHtml .listContainer { height: 100%; margin-left: auto; padding: 0 145px 0 55px; position: relative; }
.aboutHistoryHtml .listContainer .list { max-width: 604px; margin: 0 auto 30px; position: sticky; top: 160px; }
.aboutHistoryHtml .listContainer .list:lang(en) { top: 100px; }
.aboutHistoryHtml .listContainer .item { min-height: 45px; margin-bottom: 11px; padding: 0 27px; display: flex; align-items: stretch; cursor: pointer; position: relative; }
.aboutHistoryHtml .listContainer .item::before { content: ''; width: calc(100% - 54px); height: 100%; background: rgba(0, 0, 0, 0); transition: all 0.4s; position: absolute; top: 0; left: 27px; }
.aboutHistoryHtml .listContainer .item:hover { padding: 0; }
.aboutHistoryHtml .listContainer .item:hover::before { width: calc(100% - 0px); box-shadow: 9px 9px 21px 0px rgba(0, 0, 0, 0.18); left: 0; }
.aboutHistoryHtml .listContainer .item:hover .year { margin-left: 27px; }
.aboutHistoryHtml .listContainer .item:hover .year::before { left: -27px; }
.aboutHistoryHtml .listContainer .item:hover .titleBox { margin-right: 27px; }
.aboutHistoryHtml .listContainer .item:hover .titleBox::before { right: -27px; }
.aboutHistoryHtml .listContainer .item:hover .arrow { right: -27px; opacity: 1; }
.aboutHistoryHtml .listContainer .year { width: 160px; background: #D61518; font: 500 22px 'Raleway', sans-serif; line-height: 22px; text-align: center; color: #fff; position: relative; }
.aboutHistoryHtml .listContainer .year::before { content: ''; width: 27px; height: 100%; background: #D61518; position: absolute; top: 0; left: 0; transition: all 0.4s; }
.aboutHistoryHtml .listContainer .year span { position: relative; top: 50%; transform: translateY(-11px); display: block; }
.aboutHistoryHtml .listContainer .titleBox { width: 390px; padding: 4px 21px 5px 37px; background: #fff; display: flex; justify-content: space-between; align-items: center; position: relative; }
.aboutHistoryHtml .listContainer .titleBox::before { content: ''; width: 27px; height: 100%; background: #fff; position: absolute; top: 0; right: 0; transition: all 0.4s; }
.aboutHistoryHtml .listContainer .title { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 26px; color: #616161; }
.aboutHistoryHtml .listContainer .arrow { font-size: 12px; color: #D61518; position: relative; transition: all 0.4s; right: 5px; opacity: 0; }
.aboutHistoryHtml .listContainer .arrow i::before { transform: scale(0.5); }
.aboutHistoryHtml .lineContainer { padding: 0 69px 0 28px; margin-bottom: 137px; position: relative; }
.aboutHistoryHtml .lineContainer .line { width: 1px; height: 100%; position: absolute; top: 0; left: 178px; background: #000; }
.aboutHistoryHtml .lineContainer .lineTime { padding: 63px 0 97px; }
.aboutHistoryHtml .lineContainer .timeBox { padding: 42px 0; display: flex; position: relative; }
.aboutHistoryHtml .lineContainer .timeBox:not(:last-child)::after { content: ''; width: 70vw; height: 1px; position: absolute; bottom: -0.5px; right: -220px; background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0)); }
.aboutHistoryHtml .lineContainer .timeBox.decShow .title .dec::before { animation: historyTitleDecAni 1.5s linear 0s infinite normal; }
.aboutHistoryHtml .lineContainer .year { width: 150px; padding-right: 66px; font: 800 35px 'Raleway', sans-serif; line-height: 35px; color: #D61518; position: relative; top: -7.5px; }
.aboutHistoryHtml .lineContainer .year span { transform: skewX(-10deg); display: block; }
.aboutHistoryHtml .lineContainer .EventContainer { width: calc(100% - 150px); padding-left: 66px; }
.aboutHistoryHtml .lineContainer .event:first-child .title::before { background: #D61518; }
.aboutHistoryHtml .lineContainer .event:first-child .title .dec { display: block; }
.aboutHistoryHtml .lineContainer .title { margin-bottom: 20px; font: 500 20px 'Noto Sans TC', sans-serif; line-height: 27px; position: relative; }
.aboutHistoryHtml .lineContainer .title::before { content: ''; width: 27px; height: 1px; background: #616161; position: absolute; top: 14px; left: -66px; }
.aboutHistoryHtml .lineContainer .title .dec { width: 15px; height: 15px; position: absolute; top: 6.5px; left: -73px; transform: rotate(45deg); transform-origin: center; display: none; }
.aboutHistoryHtml .lineContainer .title .dec::before, .aboutHistoryHtml .lineContainer .title .dec::after { content: ''; background: #D61518; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.aboutHistoryHtml .lineContainer .title .dec::before { width: 15px; height: 15px; opacity: 0.0; }
.aboutHistoryHtml .lineContainer .title .dec::after { width: 7px; height: 7px; }
.aboutHistoryHtml .lineContainer .content { width: 500px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 26px; }
.aboutHistoryHtml .lineContainer .img { max-width: 500px; margin-bottom: 20px; border: solid 2px #fff; box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.23); display: inline-block; }
.aboutHistoryHtml .lineContainer .subevent { margin-bottom: 0; }

#aboutTeam main { background: url(images/about/team-bg.jpg) no-repeat center top 80px; background-attachment: fixed; background-size: cover; overflow: visible; z-index: 2; }
#aboutTeam main .wbg { width: 100%; height: 80vh; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0)); z-index: -1; }

.aboutTeamHtml .teamContainer { margin-top: -15px; }
.aboutTeamHtml .teamContainer .teamNav { margin-bottom: 70px; display: flex; justify-content: center; align-items: center; }
.aboutTeamHtml .teamContainer .teamNav .item { width: 168px; height: 57px; margin: 0 18px; font: 300 20px 'Noto Sans TC', sans-serif; line-height: 57px; color: #808080; text-align: center; position: relative; transition: all 0.4s; cursor: pointer; }
.aboutTeamHtml .teamContainer .teamNav .item:hover { color: #D61518; }
.aboutTeamHtml .teamContainer .teamNav .item.active { background: #D61518; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0); }
.aboutTeamHtml .teamContainer .teamNav .item.active::before, .aboutTeamHtml .teamContainer .teamNav .item.active::after { opacity: 1; }
.aboutTeamHtml .teamContainer .teamNav .item::before, .aboutTeamHtml .teamContainer .teamNav .item::after { content: ''; width: 0; height: 0; position: absolute; top: 0; opacity: 0; transition: all 0.4s; display: block; border-style: solid; z-index: 5; }
.aboutTeamHtml .teamContainer .teamNav .item::before { border-width: 57px 36px 0 0; border-color: #D61518 transparent transparent transparent; right: -36px; }
.aboutTeamHtml .teamContainer .teamNav .item::after { border-width: 0 0 57px 36px; border-color: transparent transparent #D61518 transparent; left: -36px; }
.aboutTeamHtml .teamContainer .contentBox { width: 100%; max-width: 1000px; margin: 0 auto 100px; position: relative; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13); }
.aboutTeamHtml .teamContainer .contentBox .box { width: 100%; height: 0; padding: 22px 35px 58px; opacity: 0; position: absolute; top: 0px; left: 0px; transition: all 0.4s; overflow: hidden; }
.aboutTeamHtml .teamContainer .contentBox .box.active { height: auto; opacity: 1; position: relative; z-index: 10; overflow: visible; }
.aboutTeamHtml .teamContainer .contentBox .head { margin-bottom: -9px; margin-left: 27px; display: flex; align-items: flex-end; position: relative; top: -45px; }
.aboutTeamHtml .teamContainer .contentBox .icon { width: 90px; height: 90px; margin-right: 24px; font-size: 44px; line-height: 90px; color: #fff; text-align: center; background: #D61518; }
.aboutTeamHtml .teamContainer .contentBox .ch { margin-bottom: 7px; font: 500 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #000; }
.aboutTeamHtml .teamContainer .contentBox .en { font: 600 14px 'Raleway', sans-serif; line-height: 14px; color: #D61518; text-transform: uppercase; letter-spacing: 0.3px; }
.aboutTeamHtml .teamContainer .contentBox .en:lang(en) { display: none; }
.aboutTeamHtml .teamContainer .contentBox .main { display: flex; flex-wrap: wrap; }
.aboutTeamHtml .teamContainer .contentBox .item { width: 256px; margin: 0 27px 40px; border: solid 1px transparent; border-bottom: none; transition: all 0.4s 0.4s; position: relative; }
.aboutTeamHtml .teamContainer .contentBox .item.active { border-color: rgba(205, 205, 205, 0.3); transition: all 0.4s 0s; }
.aboutTeamHtml .teamContainer .contentBox .item.active .arrow { transform: rotate(0deg); }
.aboutTeamHtml .teamContainer .contentBox .item.active .bottomBox { transform: translateY(0); }
.aboutTeamHtml .teamContainer .contentBox .top { margin: 0 18px; padding: 24px 0 23px; border-bottom: solid 1px rgba(205, 205, 205, 0.3); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.aboutTeamHtml .teamContainer .contentBox .name { margin-bottom: 9px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; color: #000; }
.aboutTeamHtml .teamContainer .contentBox .name:lang(en) { font-size: 23px; line-height: 28px; }
.aboutTeamHtml .teamContainer .contentBox .job { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #D61518; }
.aboutTeamHtml .teamContainer .contentBox .job:lang(en) { font-size: 16px; line-height: 18px; }
.aboutTeamHtml .teamContainer .contentBox .arrow { font-size: 12px; color: #D61518; transform: rotate(540deg); transition: all 0.4s; }
.aboutTeamHtml .teamContainer .contentBox .arrow i::before { transform: scale(0.5); }
.aboutTeamHtml .teamContainer .contentBox .bottom { width: calc(100% + 2px); margin: 0 -1px; position: absolute; transition: all 0.4s; z-index: 20; overflow: hidden; }
.aboutTeamHtml .teamContainer .contentBox .bottomBox { width: 100%; padding: 23px 18px 10px; border: solid 1px rgba(205, 205, 205, 0.3); border-top: none; border-bottom: solid 3px #D61518; background: #fff; position: relative; transform: translateY(-100%); transition: all 0.4s; }
.aboutTeamHtml .teamContainer .contentBox .detailItem { margin-bottom: 18px; }
.aboutTeamHtml .teamContainer .contentBox .detailItem .title { margin-bottom: 4px; font: 400 15px 'Noto Sans TC', sans-serif; line-height: 15px; color: #616161; }
.aboutTeamHtml .teamContainer .contentBox .detailItem .content { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 22px; color: #000; }

#aboutAward main { position: relative; }
#aboutAward main .bgGray { width: 100%; height: 327px; background: #f6f6f6; position: absolute; bottom: 0; }

.aboutAwardHtml .awardContainer { max-width: 1420px; margin: 0 auto 78px; }
.aboutAwardHtml .awardContainer .navContainer { margin-bottom: 72px; }
.aboutAwardHtml .awardContainer .navContainer .navTitle { display: none; }
.aboutAwardHtml .awardContainer .navContainer .itemRow { display: flex; justify-content: center; align-items: center; }
.aboutAwardHtml .awardContainer .navContainer .item { width: 168px; height: 57px; margin: 0 18px; font: 300 20px 'Noto Sans TC', sans-serif; line-height: 57px; color: #616161; text-align: center; position: relative; transition: all 0.4s; cursor: pointer; }
.aboutAwardHtml .awardContainer .navContainer .item:not(:last-child) .decLine { display: block; }
.aboutAwardHtml .awardContainer .navContainer .item:hover { color: #D61518; }
.aboutAwardHtml .awardContainer .navContainer .item.active { background: #D61518; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0); }
.aboutAwardHtml .awardContainer .navContainer .item.active::before, .aboutAwardHtml .awardContainer .navContainer .item.active::after { opacity: 1; }
.aboutAwardHtml .awardContainer .navContainer .item.active .decLine { display: none; }
.aboutAwardHtml .awardContainer .navContainer .item::before, .aboutAwardHtml .awardContainer .navContainer .item::after { content: ''; width: 0; height: 0; position: absolute; top: 0; opacity: 0; transition: all 0.4s; display: block; border-style: solid; z-index: 5; }
.aboutAwardHtml .awardContainer .navContainer .item::before { border-width: 57px 36px 0 0; border-color: #D61518 transparent transparent transparent; right: -36px; }
.aboutAwardHtml .awardContainer .navContainer .item::after { border-width: 0 0 57px 36px; border-color: transparent transparent #D61518 transparent; left: -36px; }
.aboutAwardHtml .awardContainer .navContainer .decLine { width: 1px; height: 20px; background: #959595; display: none; position: absolute; top: 21px; right: -17.5px; transform: rotate(-148deg); }
.aboutAwardHtml .awardContainer .contentContainer { position: relative; }
.aboutAwardHtml .awardContainer .contentContainer .box { width: 100%; opacity: 0; transition: all 0.4s; position: absolute; top: 0; left: 0; z-index: 1; }
.aboutAwardHtml .awardContainer .contentContainer .box.active { opacity: 1; position: relative; z-index: 100; }
.aboutAwardHtml .aboutAwardEdit .content { max-width: 965px; margin: 0 auto 64px; font: 400 18px 'Noto Sans TC', sans-serif; letter-spacing: 0.2px; line-height: 35px; }
.aboutAwardHtml .aboutAwardEdit .slickContainer { position: relative; }
.aboutAwardHtml .aboutAwardEdit .slickBox { max-width: 1152px; margin: 0 auto; padding: 20px 0; overflow: hidden; position: relative; z-index: 10; }
.aboutAwardHtml .aboutAwardEdit .slick { width: 500px; margin: 0 auto; }
.aboutAwardHtml .aboutAwardEdit .slick .slick-list { overflow: visible; }
.aboutAwardHtml .aboutAwardEdit .slick .item { width: 340px; height: 470px; margin: 50px 24px 0; border: solid 1px rgba(204, 204, 204, 0.2); background: #fff; display: flex; flex-direction: column; justify-content: space-between; position: relative; transition: all 0.4s; }
.aboutAwardHtml .aboutAwardEdit .slick .item.slick-current { box-shadow: 0 0 19.6px 0 rgba(0, 0, 0, 0.16); transform: scale(1.1); transform-origin: bottom center; }
.aboutAwardHtml .aboutAwardEdit .slick .item.slick-current .zoomIcon { display: block; }
.aboutAwardHtml .aboutAwardEdit .slick .item.slick-current .bottom { height: 77px; margin: 0 21px; }
.aboutAwardHtml .aboutAwardEdit .slick .item.slick-current .title { font: 500 20px 'Noto Sans TC', sans-serif; line-height: 27px; }
.aboutAwardHtml .aboutAwardEdit .slick .top { margin: 0 24px; position: relative; transition: all 0.4s; }
.aboutAwardHtml .aboutAwardEdit .slick .img { width: 224px; height: 317px; margin: 40px auto 28px; transition: all 0.4s; }
.aboutAwardHtml .aboutAwardEdit .slick .zoomIcon { font-size: 23px; color: #959595; position: absolute; bottom: 21px; right: 21px; transition: all 0.4s; cursor: pointer; display: none; }
.aboutAwardHtml .aboutAwardEdit .slick .zoomIcon:hover { transform: scale(1.12); color: #D61518; }
.aboutAwardHtml .aboutAwardEdit .slick .bottom { height: 85px; margin: 0 24px; border-top: solid 1px #ccc; transition: all 0.4s; }
.aboutAwardHtml .aboutAwardEdit .slick .title { width: 100%; max-height: 54px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 27px; position: relative; top: 50%; transform: translateY(-50%); transition: all 0.4s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.aboutAwardHtml .aboutAwardEdit .silckControl { width: 100%; height: 70px; position: absolute; bottom: 214px; left: 0; display: flex; justify-content: space-between; align-items: center; z-index: 20; }
.aboutAwardHtml .aboutAwardEdit .silckControl .prevBtn, .aboutAwardHtml .aboutAwardEdit .silckControl .nextBtn { width: 70px; height: 70px; font-size: 12px; line-height: 70px; text-align: center; cursor: pointer; overflow: hidden; }
.aboutAwardHtml .aboutAwardEdit .silckControl .prevBtn i, .aboutAwardHtml .aboutAwardEdit .silckControl .nextBtn i { position: relative; }
.aboutAwardHtml .aboutAwardEdit .silckControl .prevBtn i::before, .aboutAwardHtml .aboutAwardEdit .silckControl .nextBtn i::before { transform: scale(0.5); }
.aboutAwardHtml .aboutAwardEdit .silckControl .prevBtn { border: solid 1px rgba(204, 204, 204, 0.5); line-height: 68px; background: #fff; color: #D61518; }
.aboutAwardHtml .aboutAwardEdit .silckControl .prevBtn:hover i { animation: aboutIdeaSliderPrevBtnAni 1.15s linear 0s infinite normal; }
.aboutAwardHtml .aboutAwardEdit .silckControl .nextBtn { background: #D61518; color: #fff; }
.aboutAwardHtml .aboutAwardEdit .silckControl .nextBtn:hover i { animation: aboutIdeaSliderNextBtnAni 1.15s linear 0s infinite normal; }

/*about RWD*/
@media screen and (max-width: 1699px) { .aboutIdeaHtml #aboutIdeaEdit { padding: 0 75px; }
  .aboutIdeaHtml #aboutIdeaEdit .mainIdeaImg { width: calc(100% - 20px); margin-right: 0px; }
  .aboutHistoryHtml .listContainer { padding: 0 130px 0 0px; position: relative; }
  .aboutHistoryHtml .listContainer .list { margin: 0 auto 30px; }
  .aboutHistoryHtml .lineContainer { max-width: 720px; padding: 0 0px 0 28px; }
  .aboutHistoryHtml .lineContainer .line { left: 158px; }
  .aboutHistoryHtml .lineContainer .year { width: 130px; padding-right: 0; }
  .aboutHistoryHtml .lineContainer .EventContainer { width: calc(100% - 130px); padding-left: 66px; }
  .aboutHistoryHtml .lineContainer .content { width: 100%; }
  .aboutHistoryHtml .lineContainer .img { max-width: 100%; } }
@media screen and (max-width: 1499px) { .aboutIdeaHtml #aboutIdeaEdit { padding: 0 0px; }
  .aboutIdeaHtml #aboutIdeaEdit .img { width: 600px; height: 438px; }
  .aboutIdeaHtml #aboutIdeaEdit .doc { width: calc(100% - 650px); }
  .aboutHistoryHtml .listContainer { max-width: 570px; padding: 0; }
  .aboutHistoryHtml .listContainer .list { margin-bottom: 30px; }
  .aboutHistoryHtml .lineContainer { max-width: 570px; padding: 0 0px 0 15px; }
  .aboutHistoryHtml .lineContainer .line { left: 115px; }
  .aboutHistoryHtml .lineContainer .timeBox:not(:last-child)::after { width: 720px; }
  .aboutHistoryHtml .lineContainer .year { width: 100px; padding-right: 0; }
  .aboutHistoryHtml .lineContainer .EventContainer { width: calc(100% - 100px); padding-left: 40px; }
  .aboutHistoryHtml .lineContainer .title::before { width: 20px; left: -39px; }
  .aboutHistoryHtml .lineContainer .title .dec { left: -48px; }
  .aboutAwardHtml .aboutAwardEdit .slickBox { max-width: 900px; }
  .aboutAwardHtml .aboutAwardEdit .slick { width: 420px; } }
@media screen and (max-width: 1399px) { .aboutCompany .bird { left: 40px; }
  .aboutIdeaHtml .sliderContainer .navContainer .slickBox { max-width: 1100px; }
  .aboutIdeaHtml .sliderContainer .navContainer .navSlick { width: 1020px; }
  .aboutIdeaHtml .sliderContainer .navContainer .slick-list { left: -78px; } }
@media screen and (max-width: 1199px) { .aboutCompany .bird { width: 180px; top: -50px; }
  .aboutIdeaHtml #aboutIdeaEdit { padding: 0 0px; }
  .aboutIdeaHtml #aboutIdeaEdit .img { width: 450px; height: 438px; }
  .aboutIdeaHtml #aboutIdeaEdit .doc { width: calc(100% - 500px); }
  #aboutTeam main { background: url(images/about/team-bg.jpg) no-repeat right top 0px; background-size: cover; background-attachment: fixed; }
  .aboutTeamHtml .teamContainer .contentBox .head { margin-left: 20px; }
  .aboutTeamHtml .teamContainer .contentBox .item { width: calc(33.333% - 40px); margin: 0 20px 40px; }
  .aboutHistoryHtml .listContainer { max-width: 480px; }
  .aboutHistoryHtml .lineContainer { max-width: 480px; }
  .aboutAwardHtml .aboutAwardEdit .slickBox { max-width: 550px; }
  .aboutAwardHtml .aboutAwardEdit .slick { width: calc(100% - 40px); } }
@media screen and (max-width: 1099px) { .aboutIdeaHtml .sliderContainer .navContainer .slickBox { max-width: 990px; }
  .aboutIdeaHtml .sliderContainer .navContainer .navSlick { width: 930px; }
  .aboutIdeaHtml .sliderContainer .navContainer .slick-list { left: -71px; } }
@media screen and (max-width: 991px) { .aboutCompany { position: relative; }
  .aboutCompany .bgContainer { width: 1200px; left: 50%; transform: translateX(-50%); }
  .aboutIdeaHtml #aboutIdeaEdit { position: relative; flex-wrap: wrap; justify-content: center; }
  .aboutIdeaHtml #aboutIdeaEdit .img { width: 650px; height: 406px; margin-bottom: 69px; margin-right: 0; position: relative; }
  .aboutIdeaHtml #aboutIdeaEdit .img:before { content: ''; width: 1200px; height: 1000px; position: absolute; top: 68%; left: 50%; transform: translateX(-50%); background: #f6f6f6; z-index: -1; }
  .aboutIdeaHtml #aboutIdeaEdit .doc { width: 650px; z-index: 15; }
  .aboutIdeaHtml #aboutIdeaEdit .Content p { margin-bottom: 0; }
  .aboutIdeaHtml .sliderContainer { padding-top: 100px; padding-bottom: 50px; z-index: 10; }
  .aboutIdeaHtml .sliderContainer::before { display: none; }
  .aboutIdeaHtml .sliderContainer .content { max-width: 720px; margin: 0 auto; display: flex; justify-content: space-between; }
  .aboutIdeaHtml .sliderContainer .navContainer { width: 250px; height: 350px; overflow: hidden; margin: 0; }
  .aboutIdeaHtml .sliderContainer .navContainer .slickBox::before, .aboutIdeaHtml .sliderContainer .navContainer .slickBox::after { display: none; }
  .aboutIdeaHtml .sliderContainer .navContainer .navSlick { width: 250px; }
  .aboutIdeaHtml .sliderContainer .navContainer .slick-list { left: 0; top: 244px; }
  .aboutIdeaHtml .sliderContainer .navContainer .item::before, .aboutIdeaHtml .sliderContainer .navContainer .item::after { display: none; }
  .aboutIdeaHtml .sliderContainer .navContainer .item.slick-current::before, .aboutIdeaHtml .sliderContainer .navContainer .item.slick-current::after { display: none; }
  .aboutIdeaHtml .sliderContainer .imgSlickContainer { width: 470px; }
  .aboutIdeaHtml .sliderContainer .imgSlickContainer .slickBox { width: 450px; height: 350px; margin: 0 auto; overflow: hidden; position: relative; right: -10px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick { width: 440px; margin: 0 auto; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .slick-list { max-width: 100%; margin: 0; top: 73px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item { margin: -20px 40px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current { transform: scale(1.11); }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current .text { transform: translate(0.9); }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current .text:lang(en) { top: 15px; }
  .aboutIdeaHtml .sliderContainer .dec { top: 50%; left: 39px; transform: rotate(-90deg) translate(43px, 0px); }
  .aboutIdeaHtml .sliderContainer .slickControl { right: 0px; transform: translate(0.9); transform-origin: right bottom; }
  .aboutIdeaHtml .sliderContainer .slickControl .prevBtn, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn { width: 50px; height: 50px; line-height: 50px; }
  .aboutIdeaHtml .sliderContainer .slickControl .prevBtn i::before, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn i::before { transform: scale(0.4); }
  .aboutHistoryHtml .historyContainer { justify-content: center; }
  .aboutHistoryHtml .historyContainer .leftListContainer { width: 288px; }
  .aboutHistoryHtml .historyContainer .rightLineContainer { width: 432px; overflow: hidden; }
  .aboutHistoryHtml .listContainer { width: 100%; max-width: none; }
  .aboutHistoryHtml .listContainer .item { padding: 0 0px; }
  .aboutHistoryHtml .listContainer .item::before { display: none; }
  .aboutHistoryHtml .listContainer .item:hover { padding: 0; }
  .aboutHistoryHtml .listContainer .item:hover .year { margin-left: 0px; }
  .aboutHistoryHtml .listContainer .item:hover .titleBox { margin-right: 0px; }
  .aboutHistoryHtml .listContainer .year::before { display: none; }
  .aboutHistoryHtml .listContainer .titleBox { padding: 4px 10px 5px 10px; }
  .aboutHistoryHtml .listContainer .titleBox::before { display: none; }
  .aboutHistoryHtml .listContainer .arrow { display: none; }
  .aboutHistoryHtml .lineContainer { width: 100%; max-width: none; padding-left: 30px; }
  .aboutHistoryHtml .lineContainer .line { left: 30px; top: 6px; }
  .aboutHistoryHtml .lineContainer .timeBox { flex-wrap: wrap; }
  .aboutHistoryHtml .lineContainer .timeBox:not(:last-child)::after { width: 500px; right: -24px; }
  .aboutHistoryHtml .lineContainer .year { width: 100%; padding-left: 42px; }
  .aboutHistoryHtml .lineContainer .EventContainer { width: 100%; }
  .aboutHistoryHtml .lineContainer .title::before { left: -39px; }
  .aboutTeamHtml .teamContainer .contentBox .head { margin-left: 20px; }
  .aboutTeamHtml .teamContainer .contentBox .item { width: calc(50% - 40px); margin: 0 20px 40px; }
  .aboutIdeaHtml .aboutAwardEdit .slickBox { width: calc(100% - 200px); }
  .aboutIdeaHtml .aboutAwardEdit .slick { width: calc(100% - 40px); } }
@media screen and (max-width: 767px) { .aboutCompany { position: relative; }
  .aboutCompany .contentContainer { padding-bottom: 550px; }
  .aboutCompany .bgContainer { width: 768px; }
  .aboutCompany .bgContainer .bg768 { position: absolute; bottom: 0; right: 0; }
  .aboutCompany .bgContainer .bgCar768 { width: 535px; position: absolute; left: -60px; bottom: 0; }
  .aboutCompany .bird { left: 10px; }
  .aboutIdeaHtml #aboutIdeaEdit .title { margin-bottom: 15px; font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; }
  .aboutIdeaHtml #aboutIdeaEdit .Content { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 25px; }
  .aboutIdeaHtml .sliderContainer .content { max-width: 540px; }
  .aboutIdeaHtml .sliderContainer .navContainer { width: 180px; height: 350px; overflow: hidden; margin: 0; }
  .aboutIdeaHtml .sliderContainer .navContainer .slickBox::before, .aboutIdeaHtml .sliderContainer .navContainer .slickBox::after { display: none; }
  .aboutIdeaHtml .sliderContainer .navContainer .navSlick { width: 180px; }
  .aboutIdeaHtml .sliderContainer .navContainer .item { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 50px; }
  .aboutIdeaHtml .sliderContainer .navContainer .item.slick-current { font-size: 15px; }
  .aboutIdeaHtml .sliderContainer .imgSlickContainer { width: 380px; margin-right: -20px; }
  .aboutIdeaHtml .sliderContainer .imgSlickContainer .slickBox { width: 380px; height: 350px; right: 0px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick { width: 370px; margin: 0 auto; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .slick-list { max-width: 100%; margin: 0; top: 96px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item { margin: -20px 40px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current { transform: scale(1.11); }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current .text { transform: translate(0.9); }
  .aboutIdeaHtml .sliderContainer .dec { top: 50%; left: 39px; transform: rotate(-90deg) translate(43px, 0px); }
  .aboutIdeaHtml .sliderContainer .slickControl { right: 0; transform: translate(0.9); transform-origin: right bottom; }
  .aboutIdeaHtml .sliderContainer .slickControl .prevBtn, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn { width: 50px; height: 50px; line-height: 50px; }
  .aboutIdeaHtml .sliderContainer .slickControl .prevBtn i::before, .aboutIdeaHtml .sliderContainer .slickControl .nextBtn i::before { transform: scale(0.4); }
  .aboutHistoryHtml { overflow: hidden; }
  .aboutHistoryHtml .historyContainer { flex-wrap: wrap; }
  .aboutHistoryHtml .historyContainer .leftListContainer { width: 100%; }
  .aboutHistoryHtml .historyContainer .rightLineContainer { width: 100%; }
  .aboutHistoryHtml .lineContainer .timeBox:not(:last-child)::after { width: 800px; right: -120px; }
  .aboutHistoryHtml .lineContainer .title .dec { left: -47px; }
  .aboutTeamHtml .teamContainer .contentBox .box { padding: 22px 15px 58px; }
  .aboutTeamHtml .teamContainer .contentBox .head { margin-left: 5px; }
  .aboutTeamHtml .teamContainer .contentBox .item { width: calc(50% - 10px); margin: 0 5px 40px; }
  .aboutAwardHtml .awardContainer .navContainer .item { height: 48px; margin: 0 14px; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 48px; }
  .aboutAwardHtml .awardContainer .navContainer .item:not(:last-child) .decLine { display: block; }
  .aboutAwardHtml .awardContainer .navContainer .item::before { border-width: 48px 28px 0 0; border-color: #D61518 transparent transparent transparent; right: -28px; }
  .aboutAwardHtml .awardContainer .navContainer .item::after { border-width: 0 0 48px 28px; border-color: transparent transparent #D61518 transparent; left: -28px; }
  .aboutAwardHtml .awardContainer .navContainer .decLine { height: 15px; top: 18px; right: -13px; transform: rotate(-150deg); }
  .aboutAwardHtml .aboutAwardEdit .slickBox { width: 100%; }
  .aboutAwardHtml .aboutAwardEdit .slick { width: calc(100% - 40px); }
  .aboutAwardHtml .aboutAwardEdit .slick .item.slick-current { transform: scale(1); }
  .aboutAwardHtml .aboutAwardEdit .slick .item.slick-current .bottom { height: 85px; margin: 0 24px; }
  .aboutAwardHtml .aboutAwardEdit .slick .item.slick-current .title { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 27px; }
  .aboutAwardHtml .aboutAwardEdit .silckControl { margin-top: 10px; height: 50px; position: relative; bottom: 0px; justify-content: center; z-index: 20; }
  .aboutAwardHtml .aboutAwardEdit .silckControl .prevBtn, .aboutAwardHtml .aboutAwardEdit .silckControl .nextBtn { width: 50px; height: 50px; font-size: 12px; line-height: 50px; } }
@media screen and (max-width: 575px) { .aboutCompany.container, .aboutCompany .container { padding-left: 15px; padding-right: 15px; }
  .aboutCompany .contentContainer { padding-bottom: 480px; }
  .aboutCompany .bgContainer { width: 600px; }
  .aboutCompany .bgContainer .bgCar768 { width: 363px; left: 50%; transform: translate(-60%, 0); }
  .aboutIdeaHtml.container, .aboutIdeaHtml .container { padding-left: 15px; padding-right: 15px; }
  .aboutIdeaHtml #aboutIdeaEdit { padding-left: 8px; padding-right: 8px; }
  .aboutIdeaHtml #aboutIdeaEdit .img { width: 100%; height: 237px; margin-bottom: 41px; }
  .aboutIdeaHtml #aboutIdeaEdit .title { font-size: 20px; line-height: 20px; text-align: center; }
  .aboutIdeaHtml #aboutIdeaEdit .Content { padding-left: 13px; padding-right: 13px; line-height: 35px; }
  .aboutIdeaHtml #aboutIdeaEdit .Content p { padding-left: 17px; padding-right: 17px; }
  .aboutIdeaHtml #aboutIdeaEdit .mainIdeaImg { width: 100%; margin-bottom: 34px; }
  .aboutIdeaHtml .sliderContainer .content { width: 100%; max-width: 100%; flex-wrap: wrap; flex-direction: column; align-items: center; }
  .aboutIdeaHtml .sliderContainer .navContainer { width: 100%; height: auto; margin-bottom: 10px; position: relative; display: flex; justify-content: space-between; align-items: center; }
  .aboutIdeaHtml .sliderContainer .navContainer::before { content: ''; width: 100%; height: 49px; background: rgba(204, 204, 204, 0.2); position: absolute; top: 50%; transform: translateY(-50%); }
  .aboutIdeaHtml .sliderContainer .navContainer .prevBtn, .aboutIdeaHtml .sliderContainer .navContainer .nextBtn { width: 50px; height: 50px; font-size: 12px; line-height: 50px; text-align: center; color: #D61518; display: block; }
  .aboutIdeaHtml .sliderContainer .navContainer .prevBtn i::before, .aboutIdeaHtml .sliderContainer .navContainer .nextBtn i::before { transform: scale(0.5); }
  .aboutIdeaHtml .sliderContainer .navContainer .slickBox { width: 450px; }
  .aboutIdeaHtml .sliderContainer .navContainer .navSlick { width: 280px; }
  .aboutIdeaHtml .sliderContainer .navContainer .slick-list { left: 0px; top: 50%; }
  .aboutIdeaHtml .sliderContainer .navContainer .item { margin: 0; background: transparent; }
  .aboutIdeaHtml .sliderContainer .navContainer .item.slick-current { transform: scale(1.1); }
  .aboutIdeaHtml .sliderContainer .navContainer .item.slick-current::before, .aboutIdeaHtml .sliderContainer .navContainer .item.slick-current::after { display: block; }
  .aboutIdeaHtml .sliderContainer .imgSlickContainer { width: 100%; margin-right: 0; }
  .aboutIdeaHtml .sliderContainer .imgSlickContainer .slickBox { width: 100%; height: auto; padding: 30px 0; }
  .aboutIdeaHtml .sliderContainer .ideaSlick { width: 270px; margin: 0 auto; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .slick-list { top: 0px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item { margin: 0px -10px; }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current { transform: scale(1.1); }
  .aboutIdeaHtml .sliderContainer .ideaSlick .item.slick-current .text { transform: translate(0.9); }
  .aboutIdeaHtml .sliderContainer .dec { height: 60px; top: -13px; left: 50%; transform: translateX(-50%); }
  .aboutHistoryHtml.container, .aboutHistoryHtml .container { padding-left: 15px; padding-right: 15px; }
  .aboutHistoryHtml .lineContainer { padding-left: 10px; margin-bottom: 50px; }
  .aboutHistoryHtml .lineContainer .line { left: 10px; }
  .aboutHistoryHtml .lineContainer .lineTime { padding-bottom: 30px; }
  .aboutHistoryHtml .lineContainer .timeBox:not(:last-child)::after { right: -15px; }
  .aboutHistoryHtml .lineContainer .year { font: 800 26px 'Raleway', sans-serif; line-height: 26px; }
  .aboutHistoryHtml .lineContainer .title { font: 500 18px 'Noto Sans TC', sans-serif; }
  .aboutTeamHtml .teamContainer .contentBox .item:lang(en) { width: calc(100% - 10px); margin: 0 5px 40px; }
  .aboutAwardHtml .pageTitleContainer { margin-bottom: 20px; }
  .aboutAwardHtml .awardContainer .navContainer { margin-bottom: 36px; position: relative; transition: all 0.4s; z-index: 110; }
  .aboutAwardHtml .awardContainer .navContainer .navTitle { width: 100%; height: 50px; display: flex; align-items: center; background: #D61518; }
  .aboutAwardHtml .awardContainer .navContainer .navTitle .title { width: calc(100% - 50px); padding-left: 50px; font: 600 18px 'Noto Sans TC', 'Raleway', sans-serif; line-height: 50px; letter-spacing: 1px; text-align: center; color: #fff; }
  .aboutAwardHtml .awardContainer .navContainer .navTitle .icon { width: 16px; height: 16px; margin: 0 17px; position: relative; }
  .aboutAwardHtml .awardContainer .navContainer .navTitle .line { width: 16px; height: 16px; position: absolute; top: 0; left: 0; transition: all 0.4s; }
  .aboutAwardHtml .awardContainer .navContainer .navTitle .line::before { content: ''; width: 16px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .aboutAwardHtml .awardContainer .navContainer .navTitle .line:last-child { transform: rotate(270deg); }
  .aboutAwardHtml .awardContainer .navContainer.active .navTitle .line:last-child { transform: rotate(0deg); }
  .aboutAwardHtml .awardContainer .navContainer .navContent { width: 100%; position: absolute; z-index: 110; transition: all 0.4s; overflow: hidden; }
  .aboutAwardHtml .awardContainer .navContainer .itemRow { width: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #eee; }
  .aboutAwardHtml .awardContainer .navContainer .item { width: 100%; height: 50px; line-height: 50px; }
  .aboutAwardHtml .awardContainer .navContainer .item:not(:last-child) { border-bottom: solid 1px #ddd; }
  .aboutAwardHtml .awardContainer .navContainer .item:not(:last-child) .decLine { display: none; }
  .aboutAwardHtml .awardContainer .navContainer .item.active { background: transparent; color: #D61518; }
  .aboutAwardHtml .awardContainer .navContainer .item::before, .aboutAwardHtml .awardContainer .navContainer .item::after { display: none; }
  .aboutAwardHtml .awardContainer .navContainer .decLine { display: none; }
  .aboutAwardHtml .aboutAwardEdit .content { margin-bottom: 0; } }
@media screen and (max-width: 500px) { .aboutIdeaHtml .sliderContainer .navContainer .slickBox { width: 220px; }
  .aboutIdeaHtml .sliderContainer .navContainer .navSlick { width: 230px; }
  .aboutIdeaHtml .sliderContainer .navContainer .slick-list { left: -2px; }
  .aboutIdeaHtml .sliderContainer .navContainer .item { color: transparent; }
  .aboutTeamHtml .teamContainer .teamNav .item { width: 140px; height: 50px; margin: 0 15px; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 50px; }
  .aboutTeamHtml .teamContainer .teamNav .item::before { border-width: 50px 30px 0 0; right: -30px; }
  .aboutTeamHtml .teamContainer .teamNav .item::after { border-width: 0 0 50px 30px; left: -30px; }
  .aboutTeamHtml .teamContainer .contentBox .box { padding: 22px 15px 58px; }
  .aboutTeamHtml .teamContainer .contentBox .ch { font: 500 24px 'Noto Sans TC', sans-serif; line-height: 24px; }
  .aboutTeamHtml .teamContainer .contentBox .name { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; }
  .aboutTeamHtml .teamContainer .contentBox .job { font: 500 16px 'Noto Sans TC', sans-serif; line-height: 16px; } }
@media screen and (max-width: 449px) { .aboutTeamHtml .teamContainer .contentBox .box { padding: 22px 15px 58px; }
  .aboutTeamHtml .teamContainer .contentBox .head { margin-left: 5px; }
  .aboutTeamHtml .teamContainer .contentBox .item { width: calc(100% - 10px); margin: 0 5px 40px; }
  .aboutAwardHtml .aboutAwardEdit .slickBox { padding-top: 0; }
  .aboutAwardHtml .aboutAwardEdit .slick { width: 100%; }
  .aboutAwardHtml .aboutAwardEdit .slick .item { margin: 20px 0px 0; }
  .aboutAwardHtml .aboutAwardEdit .slick .item.slick-current { box-shadow: none; } }
@media screen and (max-width: 399px) { .aboutIdeaHtml #aboutIdeaEdit { padding-left: 0px; padding-right: 0px; }
  .aboutIdeaHtml #aboutIdeaEdit .Content { padding-left: 10px; padding-right: 10px; line-height: 30px; }
  .aboutIdeaHtml #aboutIdeaEdit .Content p { padding-left: 0px; padding-right: 0px; } }
/*news*/
.newsList .item { margin-bottom: 61px; }
.newsList .item:hover .imgContainer .cover, .newsList .item:hover .imgContainer .moreBtn { opacity: 1; }
.newsList .item:hover .imgContainer .cover { transition: all 0.4s; }
.newsList .item:hover .imgContainer .moreBtn { transition: all 0.4s 0.2s; }
.newsList .item:hover .imgContainer .moreBtn .hoverDec::before { animation: indexNewsMoreAni 2s linear 0.5s infinite normal; }
.newsList .item:hover .imgContainer .moreBtn .hoverDec::after { animation: indexNewsMoreAni 2s linear 1s infinite normal; }
.newsList .imgContainer { position: relative; width: 100%; padding-bottom: 66.5%; display: block; }
.newsList .imgContainer .img { width: 100%; height: 100%; position: absolute; display: block; }
.newsList .imgContainer .img img { width: 100%; height: 100%; object-fit: cover; }
.newsList .imgContainer .cover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); transition: all 0.4s 0.2s; opacity: 0; display: block; }
.newsList .imgContainer .moreBtn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.4s; opacity: 0; display: block; }
.newsList .imgContainer .moreBtn .hoverDec { display: block; }
.newsList .imgContainer .moreBtn .hoverDec::before, .newsList .imgContainer .moreBtn .hoverDec::after { content: ''; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; }
.newsList .imgContainer .moreBtn .hoverDec::before { width: 53px; height: 53px; border: solid 1px rgba(255, 255, 255, 0.4); }
.newsList .imgContainer .moreBtn .hoverDec::after { width: 115px; height: 115px; border: solid 1px rgba(255, 255, 255, 0.15); }
.newsList .imgContainer .moreBtn .text { height: 20px; border: 0; padding: 0; font: 600 14px 'Raleway', sans-serif; line-height: 20px; color: #fff; text-transform: uppercase; display: block; }
.newsList .imgContainer .moreBtn .text span { height: 15px; margin-left: 12px; display: inline-block; font-size: 24px; line-height: 15px; position: relative; top: 3px; }
.newsList .type { min-width: 100px; max-width: calc(100% - 72px); height: 32px; font: 300 14px 'Noto Sans TC', sans-serif; line-height: 32px; text-align: center; background: #D61518; color: #fff; display: inline-block; position: relative; top: -16px; left: 36px; }
.newsList .type::before, .newsList .type::after { content: ''; width: 0; height: 0; position: absolute; top: 0; transition: all 0.4s; display: block; border-style: solid; z-index: 5; }
.newsList .type::before { border-width: 32px 14px 0 0; border-color: #D61518 transparent transparent transparent; right: -14px; }
.newsList .type::after { border-width: 0 0 32px 14px; border-color: transparent transparent #D61518 transparent; left: -14px; }
.newsList .itemContent { min-height: 230px; margin-top: -16px; padding: 14px 31px 17px; display: flex; flex-direction: column; }
.newsList .itemContent .title { width: 100%; max-height: 60px; margin-bottom: 13px; font: 500 20px 'Noto Sans TC', sans-serif; line-height: 30px; color: #323232; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.newsList .itemContent .doc { width: 100%; max-height: 78px; margin-bottom: 28px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 26px; text-align: justify; color: #242424; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; flex-grow: 1; }
.newsList .itemContent .date { font: 400 15px 'Noto Sans TC', sans-serif; line-height: 30px; color: #616161; position: relative; align-self: flex-end; display: block; }
.newsList .itemContent .date::before { content: ''; width: 60px; height: 1px; background: #616161; position: absolute; top: 50%; left: -80px; transform: translateY(-50%); }

#newsList main { overflow: visible; z-index: 10; }
#newsList .pageTitleContainer { margin-top: 67px; margin-bottom: 57px; }
#newsList .newsListContainer { max-width: 1320px; margin: 0 auto; }
#newsList .newsListContainer .navContainer .navTitle { width: 100%; height: 50px; display: none; align-items: center; background: #D61518; }
#newsList .newsListContainer .navContainer .navTitle .title { width: calc(100% - 50px); padding-left: 50px; font: 600 18px 'Noto Sans TC', 'Raleway', sans-serif; line-height: 50px; letter-spacing: 1px; text-align: center; color: #fff; }
#newsList .newsListContainer .navContainer .navTitle .icon { width: 16px; height: 16px; margin: 0 17px; position: relative; }
#newsList .newsListContainer .navContainer .navTitle .line { width: 16px; height: 16px; position: absolute; top: 0; left: 0; transition: all 0.4s; }
#newsList .newsListContainer .navContainer .navTitle .line::before { content: ''; width: 16px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#newsList .newsListContainer .navContainer .navTitle .line:last-child { transform: rotate(270deg); }
#newsList .newsListContainer .navContainer.active .navTitle .line:last-child { transform: rotate(0deg); }
#newsList .newsListContainer .navContainer .navContent { margin-bottom: 51px; }
#newsList .newsListContainer .navContainer .navContent .itemRow { display: flex; align-items: center; }
#newsList .newsListContainer .navContainer .navContent .item { width: 20%; height: 55px; border: solid 1px rgba(204, 204, 204, 0.5); font: 400 18px 'Noto Sans TC', sans-serif; line-height: 53px; text-align: center; color: #808080; transition: all 0.4s; }
#newsList .newsListContainer .navContainer .navContent .item:hover { color: #D61518; }
#newsList .newsListContainer .navContainer .navContent .item.active { background: #D61518; color: #fff; }
#newsList .newsListContainer .navContainer .navContent .item.active:hover { color: #fff; }
#newsList .newsListContainer .navContainer .navContent .item a { color: inherit; display: block; }

#newsDetail .newsDetailContainer { max-width: 1470px; margin: 55px auto 85px; }
#newsDetail .titleContainer { margin: 0px 0 86px 0px; display: flex; flex-direction: column; }
#newsDetail .titleContainer .back { margin-bottom: 26px; align-self: flex-end; font: 400 18px 'Noto Sans TC', sans-serif; color: #616161; line-height: 20px; position: relative; cursor: pointer; transition: all 0.4s; }
#newsDetail .titleContainer .back::before { content: ''; width: 4px; height: 20px; background: #D61518; display: block; position: absolute; top: 1px; left: -14px; }
#newsDetail .titleContainer .back:hover { opacity: 0.6; }
#newsDetail .titleContainer .date { margin: 0 0px 17px 75px; font: 700 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #D61518; }
#newsDetail .titleContainer .title { margin: 0 75px; font: 700 40px 'Noto Sans TC', sans-serif; line-height: 40px; color: #242424; }
#newsDetail .contentContainer { margin-bottom: 73px; }
#newsDetail #newsDetailEdit { background: #f6f6f6; padding: 90px 75px 65px; }
#newsDetail #newsDetailEdit h2.title { margin-bottom: 19px; font: 700 30px 'Noto Sans TC', sans-serif; line-height: 30px; }
#newsDetail #newsDetailEdit p.subTitle { margin-bottom: 77px; font: 400 19px 'Noto Sans TC', sans-serif; line-height: 19px; }
#newsDetail #newsDetailEdit img { max-width: 100% !important; height: auto !important; }
#newsDetail #newsDetailEdit .imgContent { margin-bottom: 88px; display: flex; align-items: center; justify-content: space-between; }
#newsDetail #newsDetailEdit .imgContent .img { width: 600px; }
#newsDetail #newsDetailEdit .imgContent .content { width: 600px; padding-left: 40px; }
#newsDetail #newsDetailEdit .imgContent .title { margin-bottom: 32px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 37px; color: #242424; }
#newsDetail #newsDetailEdit .imgContent .text { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 20px; color: #000; }
#newsDetail #newsDetailEdit .imgContent .text ul > li { margin-bottom: 12px; }
#newsDetail #newsDetailEdit .noticeContainer { margin-bottom: 20px; }
#newsDetail #newsDetailEdit .noticeContainer .title { margin-bottom: 22px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #000; }
#newsDetail #newsDetailEdit .noticeContainer .content { font: 400 17px 'Noto Sans TC', sans-serif; line-height: 28px; color: #616161; }
#newsDetail #newsDetailEdit .noticeContainer .content ul > li { margin-bottom: 12px; display: flex; }
#newsDetail #newsDetailEdit .noticeContainer .content ul > li .icon { width: 20px; margin-right: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #D61518; }
#newsDetail #newsDetailEdit .noticeContainer .content ul > li .text { width: calc(100% - 23px); }
#newsDetail #newsDetailEdit .shareContainer { margin-top: 69px; padding-top: 55px; border-top: 1px solid rgba(205, 205, 205, 0.3); display: flex; justify-content: center; align-items: center; }
#newsDetail #newsDetailEdit .shareContainer .shareText { margin-right: 6px; font: 400 16px 'Noto Sans TC', sans-serif; color: #646464; }
#newsDetail #newsDetailEdit .shareContainer .shareItem { width: 46px; height: 46px; margin-left: 13px; border-radius: 50%; line-height: 44px; text-align: center; color: #fff; transition: all 0.4s; }
#newsDetail #newsDetailEdit .shareContainer .shareItem a { display: block; position: relative; left: 2px; }
#newsDetail #newsDetailEdit .shareContainer .shareItem.fb { background: #37599B; font-size: 13px; }
#newsDetail #newsDetailEdit .shareContainer .shareItem.mail { background: #E34133; font-size: 12px; }
#newsDetail #newsDetailEdit .shareContainer .shareItem:hover { background: #000; }
#newsDetail .controlContainer { display: flex; justify-content: space-between; position: relative; }
#newsDetail .controlContainer::before { content: ''; width: 1px; height: 70px; background: rgba(205, 205, 205, 0.5); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#newsDetail .controlContainer a { display: block; }
#newsDetail .controlContainer .item { display: flex; align-items: center; }
#newsDetail .controlContainer .item:hover .content { opacity: 0.6; }
#newsDetail .controlContainer .item.prev:hover .icon { left: -8px; }
#newsDetail .controlContainer .item.next:hover { flex-direction: row-reverse; }
#newsDetail .controlContainer .item.next:hover .icon { right: -8px; }
#newsDetail .controlContainer .prev .icon { margin-right: 10px; left: 0; }
#newsDetail .controlContainer .prev .icon i { left: -5px; }
#newsDetail .controlContainer .prev .title { margin-right: 25px; }
#newsDetail .controlContainer .next { flex-direction: row-reverse; }
#newsDetail .controlContainer .next .icon { margin-right: 0; margin-left: 10px; right: 0; }
#newsDetail .controlContainer .next .icon i { right: 5px; }
#newsDetail .controlContainer .next .title { margin-left: 25px; }
#newsDetail .controlContainer .next .date { text-align: right; }
#newsDetail .controlContainer .next .text { text-align: right; }
#newsDetail .controlContainer .icon { width: 30px; font-size: 12px; color: #D61518; text-align: center; position: relative; transition: all 0.4s; display: block; }
#newsDetail .controlContainer .icon i { position: relative; }
#newsDetail .controlContainer .icon i::before { transform: scale(0.75); }
#newsDetail .controlContainer .title { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #242424; display: block; }
#newsDetail .controlContainer .content { width: 435px; transition: all 0.4s; display: block; }
#newsDetail .controlContainer .date { margin-bottom: 6px; font: 700 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #D61518; display: block; }
#newsDetail .controlContainer .text { width: 100%; max-height: 54px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 27px; color: #323232; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/*news RWD*/
@media screen and (max-width: 1199px) { #newsDetail .titleContainer .title { font: 700 36px 'Noto Sans TC', sans-serif; line-height: 42px; }
  #newsDetail .controlContainer .content { width: 300px; } }
@media screen and (max-width: 991px) { #newsDetail .titleContainer { margin-bottom: 50px; }
  #newsDetail .titleContainer .date { margin-left: 30px; }
  #newsDetail .titleContainer .title { margin-right: 30px; margin-left: 30px; font: 700 30px 'Noto Sans TC', sans-serif; line-height: 40px; }
  #newsDetail #newsDetailEdit { padding: 40px 30px; }
  #newsDetail #newsDetailEdit h4.title { font-size: 26px; line-height: 28px; }
  #newsDetail #newsDetailEdit p.subTitle { margin-bottom: 50px; font-size: 18px; line-height: 24px; }
  #newsDetail #newsDetailEdit .imgContent { margin-bottom: 50px; flex-direction: column; }
  #newsDetail #newsDetailEdit .imgContent .img { width: 100%; margin-bottom: 20px; }
  #newsDetail #newsDetailEdit .imgContent .content { width: 100%; padding-left: 0; }
  #newsDetail #newsDetailEdit .imgContent .title { font-size: 20px; line-height: 26px; }
  #newsDetail #newsDetailEdit .imgContent .text { font-size: 16px; line-height: 20px; }
  #newsDetail #newsDetailEdit .noticeContainer { margin-bottom: 0; }
  #newsDetail #newsDetailEdit .noticeContainer .title { font-size: 18px; line-height: 18px; }
  #newsDetail #newsDetailEdit .noticeContainer .content { font-size: 15px; line-height: 22px; }
  #newsDetail #newsDetailEdit .noticeContainer .content ul > li { margin-bottom: 8px; }
  #newsDetail #newsDetailEdit .noticeContainer .content ul > li .icon { line-height: 22px; }
  #newsDetail #newsDetailEdit .shareContainer { margin-top: 60px; padding-top: 30px; }
  #newsDetail .controlContainer { justify-content: center; }
  #newsDetail .controlContainer .content { display: none; } }
@media screen and (max-width: 767px) { #newsList .pageTitleContainer { margin-bottom: 20px; }
  #newsList .newsListContainer .navContainer { margin-bottom: 36px; position: relative; z-index: 5; }
  #newsList .newsListContainer .navContainer .navTitle { display: flex; cursor: pointer; }
  #newsList .newsListContainer .navContainer .navContent { margin-bottom: 0px; width: 100%; position: absolute; z-index: 110; transition: all 0.4s; overflow: hidden; }
  #newsList .newsListContainer .navContainer .navContent .itemRow { width: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #eee; }
  #newsList .newsListContainer .navContainer .navContent .item { width: 100%; height: 50px; border: none; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 50px; }
  #newsList .newsListContainer .navContainer .navContent .item:hover { color: #808080; }
  #newsList .newsListContainer .navContainer .navContent .item:not(:last-child) { border-bottom: solid 1px #ddd; }
  #newsList .newsListContainer .navContainer .navContent .item:not(:last-child) .decLine { display: none; }
  #newsList .newsListContainer .navContainer .navContent .item.active { background: transparent; color: #D61518; }
  #newsList .newsListContainer .navContainer .navContent .item.active:hover { color: #D61518; } }
@media screen and (max-width: 575px) { .newsList .item { margin-bottom: 30px; }
  #newsDetail .newsDetailContainer { margin-top: 20px; margin-bottom: 50px; }
  #newsDetail .titleContainer .date { margin-left: 5px; }
  #newsDetail .titleContainer .title { margin-right: 5px; margin-left: 5px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 30px; }
  #newsDetail .contentContainer { margin-right: -15px; margin-left: -15px; margin-bottom: 40px; }
  #newsDetail #newsDetailEdit { padding: 30px 20px; }
  #newsDetail #newsDetailEdit h4.title { font-size: 20px; line-height: 24px; }
  #newsDetail #newsDetailEdit p.subTitle { margin-bottom: 30px; font-size: 17px; line-height: 22px; }
  #newsDetail #newsDetailEdit .imgContent { margin-bottom: 30px; }
  #newsDetail #newsDetailEdit .imgContent .img { margin-bottom: 15px; }
  #newsDetail #newsDetailEdit .imgContent .title { font-size: 18px; line-height: 24px; }
  #newsDetail #newsDetailEdit .imgContent .text { font-size: 16px; line-height: 20px; }
  #newsDetail #newsDetailEdit .shareContainer { margin-top: 50px; padding-top: 20px; }
  #newsDetail .controlContainer { justify-content: space-between; padding: 0 5px; } }
/*fuel*/
#fuelActivity .banner { margin-bottom: 13px; position: relative; }
#fuelActivity .banner .slick .item a { display: block; }
#fuelActivity .banner .slick-dotted.slick-slider { margin-bottom: 0; }
#fuelActivity .banner .slick-dots { bottom: 34px; }
#fuelActivity .banner .slick-dots li { width: 9.3px; height: 36px; margin: 0 11px; }
#fuelActivity .banner .slick-dots li.slick-active button:before { width: 9.3px; height: 36px; opacity: 1; background: #D61518; }
#fuelActivity .banner .slick-dots li button { display: block; width: 9.3px; height: 36px; padding: 0px; }
#fuelActivity .banner .slick-dots li button:before { content: ''; left: 0; width: 9.3px; height: 9.3px; position: absolute; bottom: 0; top: auto; opacity: 1; background: #fff; transition: all 0.4s; }
#fuelActivity .banner .slickControl .prevBtn, #fuelActivity .banner .slickControl .nextBtn { width: 80px; height: 80px; border: solid 1px rgba(255, 255, 255, 0); font-size: 12px; line-height: 78px; text-align: center; color: #fff; background: rgba(255, 255, 255, 0); cursor: pointer; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); transition: all 0.4s; }
#fuelActivity .banner .slickControl .prevBtn:hover, #fuelActivity .banner .slickControl .nextBtn:hover { border: solid 1px white; background: rgba(255, 255, 255, 0.3); }
#fuelActivity .banner .slickControl .prevBtn i, #fuelActivity .banner .slickControl .nextBtn i { position: relative; }
#fuelActivity .banner .slickControl .prevBtn i::before, #fuelActivity .banner .slickControl .nextBtn i::before { transform: scale(0.75); }
#fuelActivity .banner .slickControl .prevBtn { left: 95px; }
#fuelActivity .banner .slickControl .nextBtn { right: 95px; }
#fuelActivity main .container { max-width: 1650px; }
#fuelActivity main .pageTitleContainer { margin-top: 20px; margin-bottom: 86px; }
#fuelActivity .newsList { max-width: 1320px; margin: 0 auto; }
#fuelActivity .newsList .itemContent { margin-top: 16px; }
#fuelActivity .newsList .itemContent .doc { margin-bottom: 18px; }

#priceSidebar { width: 250px; height: 100vh; position: fixed; top: 0; right: -250px; z-index: 999; transition: all 0.4s; }
#priceSidebar.active { right: 0; }
#priceSidebar.active .contentContainer { box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.4); }
#priceSidebar .controlBtn { width: 50px; height: 190px; padding: 31px 13px; border-radius: 8px 0 0 8px; background: #D61518; position: absolute; left: -50px; top: 370px; cursor: pointer; z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#priceSidebar .controlBtn:lang(en) { padding: 15px 13px 7px; }
#priceSidebar .controlBtn .icon { margin-bottom: 13px; font-size: 18px; line-height: 20px; color: #fff; writing-mode: vertical-rl; }
#priceSidebar .controlBtn .text { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 24px; letter-spacing: 1px; color: #fff; writing-mode: vertical-rl; }
#priceSidebar .contentContainer { width: 100%; height: 100%; padding: 34.2px 0 18px; box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0); transition: all 0.4s; overflow-y: scroll; background: #fff; }
#priceSidebar .contentContainer::-webkit-scrollbar { width: 0px; }
#priceSidebar .contentContainer .priceContainer { margin-bottom: 25px; display: flex; flex-direction: column; align-items: center; }
#priceSidebar .contentContainer .item { display: flex; flex-direction: column; align-items: center; }
#priceSidebar .contentContainer .item:not(:last-child) { margin-bottom: 46px; }
#priceSidebar .contentContainer .item.diesel .name { font: 700 37px 'Noto Sans TC', sans-serif; line-height: 37px; }
#priceSidebar .contentContainer .item.diesel .name:lang(en) { font: 500 32px 'Barlow Condensed', sans-serif; line-height: 37px; letter-spacing: -1px; }
#priceSidebar .contentContainer .item:hover .topImg { transform: scale(1.15); transform-origin: bottom center; }
#priceSidebar .contentContainer .topImg { width: 94px; height: 94px; margin-bottom: 10px; position: relative; transition: all 0.4s; }
#priceSidebar .contentContainer .topImg .bg { position: relative; }
#priceSidebar .contentContainer .topImg .bg::before { content: ''; width: 110px; height: 50px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(200, 200, 200, 0.8), rgba(200, 200, 200, 0) 60%); position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); z-index: 1; }
#priceSidebar .contentContainer .topImg .bg img { position: relative; z-index: 5; }
#priceSidebar .contentContainer .topImg .text { display: flex; justify-content: center; align-items: baseline; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 8; }
#priceSidebar .contentContainer .topImg .icon { margin-right: 6px; font-size: 12px; padding-bottom: 3px; }
#priceSidebar .contentContainer .topImg .name { font: 500 46px 'Barlow Condensed', sans-serif; line-height: 46px; }
#priceSidebar .contentContainer .bottom { display: flex; }
#priceSidebar .contentContainer .bottom .priceItem { padding: 0 20px; position: relative; }
#priceSidebar .contentContainer .bottom .priceItem:first-child::after { content: ''; width: 1px; height: 26px; background: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#priceSidebar .contentContainer .bottom .priceItem.up .priceBox { color: #D61518; }
#priceSidebar .contentContainer .bottom .priceItem.up .icon-price-arrow-down { display: none; }
#priceSidebar .contentContainer .bottom .priceItem.down .priceBox { color: #39B54A; }
#priceSidebar .contentContainer .bottom .priceItem.down .icon-price-arrow-up { display: none; }
#priceSidebar .contentContainer .bottom .comp { margin-bottom: 9px; font: 400 14px 'Noto Sans TC', sans-serif; line-height: 14px; color: #242424; }
#priceSidebar .contentContainer .bottom .priceBox { display: flex; }
#priceSidebar .contentContainer .bottom .price { margin-right: 6px; font: 500 28px 'Barlow Condensed', sans-serif; line-height: 28px; letter-spacing: 0.3px; }
#priceSidebar .contentContainer .bottom .upDown { display: flex; flex-direction: column; justify-content: space-between; }
#priceSidebar .contentContainer .bottom .icon { height: 8px; font-size: 12px; }
#priceSidebar .contentContainer .bottom .icon i::before { transform: scale(0.66); }
#priceSidebar .contentContainer .bottom .num { font: 500 13px 'Barlow Condensed', sans-serif; line-height: 13px; letter-spacing: 0.3px; }
#priceSidebar .contentContainer .noteText { margin: 0 23px; padding-top: 19px; border-top: solid 1px #ccc; }
#priceSidebar .contentContainer .noteText ul > li { margin-bottom: 5px; padding-left: 16px; font: 400 15px 'Noto Sans TC', sans-serif; line-height: 22px; letter-spacing: 0.2px; position: relative; }
#priceSidebar .contentContainer .noteText ul > li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #D61518; position: absolute; top: 11px; left: 8px; transform: translate(-50%, -50%); }

#fuelPrice main { background: url(images/fuel/price-png.png) no-repeat center bottom; }
#fuelPrice main .container { padding-right: 0px; padding-left: 0px; }
#fuelPrice main .pageTitleContainer { margin-bottom: 111px; }
#fuelPrice .fuelPriceContainer { padding: 0 60px 87px; display: flex; justify-content: space-between; align-items: flex-end; }
#fuelPrice .fuelPriceContainer .item { width: 350px; display: flex; flex-direction: column; align-items: center; }
#fuelPrice .fuelPriceContainer .item.diesel .name { font: 700 79px 'Noto Sans TC', sans-serif; line-height: 79px; }
#fuelPrice .fuelPriceContainer .item.diesel .name:lang(en) { font: 500 65px 'Barlow Condensed', sans-serif; line-height: 79px; letter-spacing: -1px; }
#fuelPrice .fuelPriceContainer .item:hover .img { transform: scale(1.12); transform-origin: bottom center; }
#fuelPrice .fuelPriceContainer .item:hover .top .title { top: -48px; }
#fuelPrice .fuelPriceContainer .item:hover .top .img { bottom: 39px; }
#fuelPrice .fuelPriceContainer .item:hover .bottom { background: #fff; box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12); }
#fuelPrice .fuelPriceContainer .title { margin-bottom: 45px; font: 700 25px 'Noto Sans TC', sans-serif; line-height: 25px; letter-spacing: 0.3px; text-align: center; color: #242424; position: relative; top: 0; transition: all 0.4s; }
#fuelPrice .fuelPriceContainer .img { width: 193px; height: 193px; margin-left: auto; margin-right: auto; margin-bottom: 28px; position: relative; transition: all 0.4s; bottom: 0; }
#fuelPrice .fuelPriceContainer .img .bg { position: relative; }
#fuelPrice .fuelPriceContainer .img .bg::before { content: ''; width: 220px; height: 110px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(200, 200, 200, 0.8), rgba(200, 200, 200, 0) 60%); position: absolute; bottom: -55px; left: 50%; transform: translateX(-50%); z-index: 1; }
#fuelPrice .fuelPriceContainer .img .bg img { position: relative; z-index: 5; }
#fuelPrice .fuelPriceContainer .img .text { display: flex; justify-content: center; align-items: baseline; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 8; }
#fuelPrice .fuelPriceContainer .img .icon { margin-right: 11px; font-size: 24px; padding-bottom: 5px; }
#fuelPrice .fuelPriceContainer .img .name { font: 600 97px 'Barlow Condensed', sans-serif; line-height: 97px; }
#fuelPrice .fuelPriceContainer .bottom { width: 350px; height: 142px; display: flex; align-items: center; transition: all 0.4s; position: relative; z-index: 20; }
#fuelPrice .fuelPriceContainer .bottom .priceItem { width: 50%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
#fuelPrice .fuelPriceContainer .bottom .priceItem:first-child::after { content: ''; width: 1px; height: 50px; background: #ccc; position: absolute; right: -0.5px; top: 50%; transform: translateY(-50%); }
#fuelPrice .fuelPriceContainer .bottom .priceItem.up .priceBox { color: #D61518; }
#fuelPrice .fuelPriceContainer .bottom .priceItem.up .icon-price-arrow-down { display: none; }
#fuelPrice .fuelPriceContainer .bottom .priceItem.down .priceBox { color: #39B54A; }
#fuelPrice .fuelPriceContainer .bottom .priceItem.down .icon-price-arrow-up { display: none; }
#fuelPrice .fuelPriceContainer .bottom .comp { margin-bottom: 13px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #242424; }
#fuelPrice .fuelPriceContainer .bottom .priceBox { display: flex; }
#fuelPrice .fuelPriceContainer .bottom .price { margin-right: 7px; font: 400 40px 'Barlow Condensed', sans-serif; line-height: 34px; letter-spacing: 0.3px; transition: all 0.4s; }
#fuelPrice .fuelPriceContainer .bottom .upDown { display: flex; flex-direction: column; justify-content: flex-end; }
#fuelPrice .fuelPriceContainer .bottom .icon { height: 8px; margin-bottom: 7px; font-size: 12px; }
#fuelPrice .fuelPriceContainer .bottom .icon i::before { transform: scale(0.66); }
#fuelPrice .fuelPriceContainer .bottom .num { font: 500 14px 'Barlow Condensed', sans-serif; line-height: 14px; letter-spacing: 0.3px; }

#fuelLocation .fuelLocationContainer .container { padding-right: 0; padding-left: 0; }
#fuelLocation .fuelLocationContainer .loctionSearch { padding-bottom: 75px; position: relative; background: #fff; }
#fuelLocation .fuelLocationContainer .loctionSearch::after { content: ''; width: 100%; height: 20px; position: absolute; bottom: 0; left: 0; background: #fff; box-shadow: 4px 4px 60px 0 rgba(0, 0, 0, 0.3); z-index: -1; }
#fuelLocation .fuelLocationContainer .loctionSearch .searchForm { max-width: 1320px; margin: 0 auto 55px; }
#fuelLocation .fuelLocationContainer .loctionSearch .title { margin-bottom: 23px; font: 700 20px 'Noto Sans TC', sans-serif; letter-spacing: 0.3px; line-height: 20px; color: #242424; }
#fuelLocation .fuelLocationContainer .loctionSearch .searchRow { margin-bottom: 55px; display: flex; align-items: center; }
#fuelLocation .fuelLocationContainer .loctionSearch .selectItem { width: calc((100% - 55px) / 2 - 22.5px); margin-right: 22.5px; position: relative; }
#fuelLocation .fuelLocationContainer .loctionSearch .selectItem::after { content: '\E817'; height: 12px; font: 400 12px 'fontello'; color: #D61518; position: absolute; right: 33px; top: 20px; pointer-events: none; transform: rotate(180deg) scale(0.6); }
#fuelLocation .fuelLocationContainer .loctionSearch .selectItem:focus::after { transform: rotate(0deg) scale(0.6); }
#fuelLocation .fuelLocationContainer .loctionSearch .selectItem .form-group { margin-bottom: 0; }
#fuelLocation .fuelLocationContainer .loctionSearch .selectItem select { width: 100%; height: 55px; padding: 0 0 0 32px; border: solid 1px #ccc; border-radius: 0; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 53px; color: #616161; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#fuelLocation .fuelLocationContainer .loctionSearch .selectItem select:focus { outline: none; box-shadow: none; }
#fuelLocation .fuelLocationContainer .loctionSearch .btnItem .searchBtn { width: 55px; height: 55px; background: #D61518; font-size: 25px; line-height: 55px; text-align: center; color: #fff; transition: all 0.4s; }
#fuelLocation .fuelLocationContainer .loctionSearch .btnItem .searchBtn:hover { opacity: 0.7; }
#fuelLocation .fuelLocationContainer .loctionSearch .searchCheckBox { margin-bottom: 64px; }
#fuelLocation .fuelLocationContainer .loctionSearch .searchCheckBox .title { margin-bottom: 26px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; letter-spacing: 0.3px; color: #242424; }
#fuelLocation .fuelLocationContainer .loctionSearch .searchCheckBox .content { display: flex; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow { width: 25%; display: flex; flex-direction: column; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item { margin-bottom: 18px; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item img { width: 30px; margin-right: 7px; display: inline-block; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; display: inline-block; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control { padding-left: 30px; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-input { width: 16px; height: 16px; position: absolute; top: 7px; left: 0px; opacity: 0; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-input:hover ~ .custom-control-label::before { background: #f5f5f5; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-input:focus ~ .custom-control-label::before { outline: none; box-shadow: none; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-input:checked ~ .custom-control-label::after { background-image: url(images/fuel/locaation-checked.svg); background-size: 8px; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #D61518; background-color: #D61518; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-label { display: flex; align-items: center; cursor: pointer; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-label::before, #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-label::after { content: ""; width: 16px; height: 16px; position: absolute; top: 7px; left: -30px; display: block; transition: background 0.4s; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-label::before { border: #808080 solid 0.5px; border-radius: 0; pointer-events: none; background-color: #fff; }
#fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .custom-control-label::after { background: 50%/50% 50% no-repeat; }
#fuelLocation .fuelLocationContainer .loctionSearch .bottomBtn { display: flex; justify-content: center; align-items: center; }
#fuelLocation .fuelLocationContainer .loctionSearch .bottomBtn .btn.btnCustomer { width: 200px; }
#fuelLocation .fuelLocationContainer .loctionSearch .bottomBtn .btn.btnCustomer:first-child { margin-right: 20px; }
#fuelLocation .fuelLocationContainer .listContainer { max-width: 1320px; margin: 0px auto 0; padding-top: 103px; }
#fuelLocation .fuelLocationContainer .listContainer .searchResult { height: 0; transition: all 0.4s; overflow: hidden; }
#fuelLocation .fuelLocationContainer .listContainer .searchResult .box { text-align: center; }
#fuelLocation .fuelLocationContainer .listContainer .searchResult .title { margin-bottom: 16px; font: 700 30px 'Noto Sans TC', sans-serif; line-height: 30px; color: #000; }
#fuelLocation .fuelLocationContainer .listContainer .searchResult .text { padding-bottom: 100px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
#fuelLocation .fuelLocationContainer .listContainer .searchResult .text span { font-weight: 700; line-height: 18px; }
#fuelLocation .fuelLocationContainer .listContainer .itemCol { margin-bottom: 37px; }
#fuelLocation .fuelLocationContainer .listContainer .item { height: 100%; border-bottom: solid 5px transparent; background: #fff; transition: all 0.4s; position: relative; }
#fuelLocation .fuelLocationContainer .listContainer .item:hover { border-color: #D61518; box-shadow: 0 0 18.5px 0 rgba(0, 0, 0, 0.22); }
#fuelLocation .fuelLocationContainer .listContainer .item .img { height: 280px; overflow: hidden; }
#fuelLocation .fuelLocationContainer .listContainer .item .img img { width: 100%; height: 100%; object-fit: cover; }
#fuelLocation .fuelLocationContainer .listContainer .item .name { min-width: 150px; max-width: calc(100% - 50px); height: 50px; padding: 0 10px; margin: -25px 0 23px 25px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 50px; text-align: center; background: #D61518; color: #fff; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
#fuelLocation .fuelLocationContainer .listContainer .item .infoContainer { margin-top: -13px; padding: 0 25px; display: flex; flex-direction: column; }
#fuelLocation .fuelLocationContainer .listContainer .item .info { padding-bottom: 23px; border-bottom: solid 0.3px #ccc; }
#fuelLocation .fuelLocationContainer .listContainer .item .infoItem { margin-bottom: 4px; display: flex; align-items: center; letter-spacing: 0.3px; }
#fuelLocation .fuelLocationContainer .listContainer .item .infoItem .title { width: 33px; margin-right: 12px; font: 300 16px 'Noto Sans TC', sans-serif; color: #242424; }
#fuelLocation .fuelLocationContainer .listContainer .item .infoItem .text { width: calc(100% - 45px); font: 500 16px 'Noto Sans TC', sans-serif; line-height: 20px; color: #242424; }
#fuelLocation .fuelLocationContainer .listContainer .item .infoItem .text a { color: inherit; }
#fuelLocation .fuelLocationContainer .listContainer .item .infoItem .text i { margin-left: 5px; font-size: 20px; line-height: 20px; color: #D61518; display: inline-block; }
#fuelLocation .fuelLocationContainer .listContainer .item .iconContainer { padding: 30px 0 20px; margin: 0 -6px 0; display: flex; align-items: center; flex-wrap: wrap; flex-grow: 1; }
#fuelLocation .fuelLocationContainer .listContainer .item .iconItem { width: 30px; margin: 0 6px 10px; }
#fuelLocation .tooltip.show { opacity: 0.9; }
#fuelLocation .bs-tooltip-top .arrow::before, #fuelLocation .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #ccc; }
#fuelLocation .tooltip-inner { max-width: 200px; padding: 5px 10px; border-radius: 6px; font: 300 14px 'Noto Sans TC', sans-serif; background-color: #ccc; }

#fuelCard main { background: url(images/fuel/card-Bg.png) no-repeat left bottom; background-attachment: fixed; background-size: contain; overflow: visible; }

.fuelCardHtml .fuelCardContainer { display: flex; margin-bottom: 110px; }
.fuelCardHtml .fuelCardContainer .cardContainer { width: 480px; margin-left: 157px; position: relative; }
.fuelCardHtml .fuelCardContainer .cardContainer .cardBox { margin-top: -46px; position: sticky; top: 150px; }
.fuelCardHtml .fuelCardContainer .cardContainer .item { position: relative; z-index: 1; transition: all 0.4s; opacity: 0.5; cursor: pointer; }
.fuelCardHtml .fuelCardContainer .cardContainer .item:hover { opacity: 0.7; }
.fuelCardHtml .fuelCardContainer .cardContainer .item.active { z-index: 2; opacity: 1; }
.fuelCardHtml .fuelCardContainer .cardContainer .item.esung { transform: scale(0.92); -webkit-filter: drop-shadow(6px 19px 10px rgba(0, 0, 0, 0.15)); filter: drop-shadow(6px 19px 10px rgba(0, 0, 0, 0.15)); }
.fuelCardHtml .fuelCardContainer .cardContainer .item.esung.active { transform: scale(1); }
.fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong { margin-top: -19%; transform: scale(0.92) translate(7%, 0%); -webkit-filter: drop-shadow(0px -1px 5px rgba(0, 0, 0, 0.15)); filter: drop-shadow(0px -1px 5px rgba(0, 0, 0, 0.15)); }
.fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong.active { transform: scale(1) translate(7%, 0%); }
.fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong .bg { position: absolute; bottom: 0px; left: 7%; z-index: -1; transform: translateY(71%); }
.fuelCardHtml .fuelCardContainer .infoContainer { width: 860px; margin-right: 38px; margin-left: auto; position: relative; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item { width: 100%; position: absolute; top: 0; left: 0; opacity: 0; z-index: -1; overflow: hidden; transition: opacity 0.4s, z-index 0.01s 0.4s, height 0.01s 0.41s; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.active { height: auto; position: relative; opacity: 1; z-index: 5; overflow: visible; transition: opacity 0.4s 0.02s, z-index 0.01s 0.01s, height 0.01s 0.0s; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.esung .tableItem::before { background: url(images/fuel/card-ListBg.png), linear-gradient(to right, #374959, #536A7C); background-size: cover; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.esung .tableItem:hover .icon { color: #4A6271; background: #fff; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.esung .tableItem .icon { background: #4A6271; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.esung .btnContainer .item:hover { background: #4A6271; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.sanlong .tableItem::before { background: url(images/fuel/card-ListBg.png), linear-gradient(135deg, #D61518 30%, #AB1518); background-size: cover; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.sanlong .tableItem:hover .icon { color: #D61518; background: #fff; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.sanlong .tableItem .icon { background: #D61518; }
.fuelCardHtml .fuelCardContainer .infoContainer > .item.sanlong .btnContainer .item:hover { background: #D61518; }
.fuelCardHtml .fuelCardContainer .infoContainer .info .name { margin-bottom: 22px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; letter-spacing: 0.3px; color: #000; }
.fuelCardHtml .fuelCardContainer .infoContainer .info .content { margin-bottom: 40px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 27px; letter-spacing: 0.2px; color: #000; }
.fuelCardHtml .fuelCardContainer .infoContainer .info .content span { font-weight: 600; line-height: 27px; }
.fuelCardHtml .fuelCardContainer .infoContainer .table { width: 100%; height: 380px; margin-bottom: 29px; background: #fff; display: flex; flex-wrap: wrap; box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1); position: relative; }
.fuelCardHtml .fuelCardContainer .infoContainer .table:lang(en) { height: 420px; }
.fuelCardHtml .fuelCardContainer .infoContainer .table::after { content: ''; width: calc(100% - 37px * 2); height: 1px; margin: 0 37px; background: #ccc; position: absolute; top: calc(50% - 0.5px); left: 0; z-index: 1; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem { width: 50%; height: 50%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 5; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem::before { content: ''; width: 430px; height: 190px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: cover; box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1); opacity: 0; z-index: -1; transition: all 0.4s; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem:lang(en)::before { height: 210px; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover::before { width: 450px; height: 210px; opacity: 1; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover:lang(en)::before { height: 230px; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover .title, .fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover .content { color: #fff; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem .icon { width: 72px; height: 72px; margin-right: 18px; border-radius: 50%; font-size: 30px; line-height: 72px; color: #fff; text-align: center; transition: all 0.4s; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem .text { width: 245px; transition: all 0.4s; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem .title { margin-bottom: 6px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; letter-spacing: 0.3px; color: #242424; transition: all 0.4s; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem .title:lang(en) { font-size: 18px; line-height: 20px; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem .content { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 28px; letter-spacing: 0.2px; color: #000; transition: all 0.4s; }
.fuelCardHtml .fuelCardContainer .infoContainer .tableItem .content:lang(en) { font-size: 16px; line-height: 22px; }
.fuelCardHtml .fuelCardContainer .infoContainer .btnContainer { display: flex; justify-content: space-between; }
.fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item { height: 55px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 55px; letter-spacing: 0.3px; background: #242424; text-align: center; color: #fff; transition: all 0.4s; }
.fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.left { width: 515px; }
.fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.right { width: 318px; }
.fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item a { display: block; color: inherit; }
.fuelCardHtml .cardControl { position: fixed; left: 0; top: 50vh; transform: translateY(-50%); }
.fuelCardHtml .cardControl .item { width: 200px; height: 50px; margin: 8px 0 8px 50px; border: solid 1px #ccc; border-radius: 25px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 48px; text-align: center; background: #fff; position: relative; cursor: pointer; transition: all 0.4s; }
.fuelCardHtml .cardControl .item::before { content: ''; width: 0px; height: 1px; background: #D61518; position: absolute; top: 50%; left: -50px; transform: translateY(-50); transition: all 0.4s; }
.fuelCardHtml .cardControl .item:hover { color: #D61518; }
.fuelCardHtml .cardControl .item.active { border-color: transparent; background: #D61518; color: #fff; }
.fuelCardHtml .cardControl .item.active::before { width: 50px; }

#fuelSale main { background: url(images/fuel/sales-bg.jpg) no-repeat center bottom; }

.fuelSaleHtml .pageTitleContainer { margin-bottom: 28px; }
.fuelSaleHtml .fuelSaleContainer { max-width: 1420px; margin: 0 auto 107px; }
.fuelSaleHtml .fourIdea { margin-bottom: 39px; display: flex; justify-content: center; }
.fuelSaleHtml .fourIdea .item { width: 161px; height: 161px; margin: 33px 10px; border-radius: 50%; position: relative; background: #fff; box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.2); transition: margin 0.4s; }
.fuelSaleHtml .fourIdea .item:hover { margin: 33px 50px; }
.fuelSaleHtml .fourIdea .item:hover .outCircle { width: 227px; height: 227px; opacity: 1; }
.fuelSaleHtml .fourIdea .item:hover .outCircle img { animation: fuelSaleFourAni 3s ease-in-out 0s infinite normal; }
.fuelSaleHtml .fourIdea .item:hover .circleBox { width: 183px; height: 183px; background: linear-gradient(to right, #bb1518, #D61518); opacity: 1; }
.fuelSaleHtml .fourIdea .item:hover .titleCh { font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #fff; }
.fuelSaleHtml .fourIdea .item:hover .titleEn { font: 600 18px 'Raleway', sans-serif; line-height: 18px; color: #fff; }
.fuelSaleHtml .fourIdea .outCircle { width: 160px; height: 160px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); opacity: 0; transition: opacity 0.4s , width 0.4s, height 0.4s; }
.fuelSaleHtml .fourIdea .circleBox, .fuelSaleHtml .fourIdea .titleBox { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.fuelSaleHtml .fourIdea .circleBox { width: 161px; height: 161px; border-radius: 50%; background: linear-gradient(to right, #bb1518, #D61518); box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.2); opacity: 0; transition: opacity 0.4s , width 0.4s, height 0.4s; }
.fuelSaleHtml .fourIdea .titleBox { text-align: center; }
.fuelSaleHtml .fourIdea .titleCh { margin-bottom: 12px; font: 700 24px 'Noto Sans TC', sans-serif; line-height: 24px; letter-spacing: 0.3px; color: #242424; }
.fuelSaleHtml .fourIdea .titleEn { font: 600 16px 'Raleway', sans-serif; line-height: 16px; letter-spacing: 0.3px; color: #D61518; text-transform: uppercase; }
.fuelSaleHtml #fuelSaleEdit { margin-right: 25px; margin-left: 78px; display: flex; justify-content: space-between; }
.fuelSaleHtml #fuelSaleEdit .leftInfo { margin-top: 15px; width: 480px; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .titleContainer { margin-bottom: 66px; display: flex; flex-direction: column; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .titleContainer:lang(en) { margin-bottom: 50px; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .title { margin-bottom: 20px; padding-left: 24px; font: 700 44px 'Noto Sans TC', sans-serif; line-height: 44px; letter-spacing: 0.3px; color: #D61518; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .title:lang(en) { padding-left: 0px; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .note { margin-left: auto; font: 600 16px 'Raleway', sans-serif; line-height: 16px; letter-spacing: 0.3px; color: #808080; text-align: right; text-transform: uppercase; display: inline-block; position: relative; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .note::before { content: ''; width: 95px; height: 1px; background: #808080; position: absolute; top: 50%; left: -110px; transform: translateY(-50%); }
.fuelSaleHtml #fuelSaleEdit .leftInfo .subtitle { margin-bottom: 23px; font: 700 24px 'Noto Sans TC', sans-serif; line-height: 38px; color: #000; letter-spacing: 0.3px; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .subtitle:lang(en) { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 35px; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .text { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; color: #000; letter-spacing: 0.2px; }
.fuelSaleHtml #fuelSaleEdit .leftInfo .text:lang(en) { font: 700 17px 'Noto Sans TC', sans-serif; line-height: 30px; }
.fuelSaleHtml #fuelSaleEdit .rightImg { width: 670px; position: relative; }
.fuelSaleHtml #fuelSaleEdit .rightImg .bottomImg { width: 100%; }
.fuelSaleHtml #fuelSaleEdit .rightImg .topImg { width: 430px; border: solid 10px #fff; position: absolute; left: -70px; bottom: -47px; }

.fuelEnvironmentalHtml .pageTitleContainer { margin-bottom: 91px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .subtitle { font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #242424; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .content { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.4px; color: #242424; text-align: justify; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer { max-width: 1006px; margin: 0 auto 56px; display: flex; flex-direction: column; align-items: center; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .subtitle { margin-bottom: 16px; text-align: center; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .iconContainer { width: 990px; height: 144px; margin: 0 auto 40px; display: flex; justify-content: center; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item { width: 20%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; background: #fff; transition: all 0.4s; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:not(:last-child)::after { content: ''; width: 1px; height: 50px; background: #eee; position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); z-index: 1; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:hover { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); z-index: 5; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:hover .icon { color: #D61518; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .icon { margin-bottom: 20px; font-size: 45px; line-height: 45px; transition: all 0.4s; color: #212121; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .text { font: 500 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #242424; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer { margin: 0 -7px 79px; display: flex; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item { margin: 0 7px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer { max-width: 1006px; margin: 0 auto 160px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .subtitle { margin-bottom: 57px; text-align: center; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .content { margin-bottom: 30px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .table { display: flex; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle { width: 270px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableTitle { padding-left: 28px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableTitle .itemRow::after { background: #fff; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableContent { padding-left: 28px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableContent .itemRow { padding-left: 12px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableContent .itemRow::after { content: ''; width: 1px; height: 22px; background: rgba(150, 150, 150, 0.5); position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .itemRow { position: relative; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .itemRow::after { content: ''; width: 1px; height: 22px; background: rgba(150, 150, 150, 0.5); position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL { width: 295px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle .itemRow::after { background: #fff; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 64px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .itemRow { position: relative; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .itemRow::after { content: ''; width: 1px; height: 22px; background: rgba(150, 150, 150, 0.5); position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID { width: 441px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableTitle, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent { padding-right: 28px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 47px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableTitle { height: 50px; background: #D61518; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; text-align: center; color: #fff; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableTitle .itemRow { height: 100%; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableContent { padding: 5px 0px; background: #F6F6F6; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableContent .itemRow { height: 60px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableContent .itemRow:not(:last-child) { border-bottom: solid 1px rgba(150, 150, 150, 0.2); }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .itemRow { display: flex; flex-direction: column; justify-content: center; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact { padding: 73px 0 90px; background: url(images/fuel/environment-bg.png) no-repeat center bottom; background-attachment: fixed; position: relative; overflow: hidden; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .subtitle { max-width: 870px; margin: 0 auto 28px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox { max-width: 870px; height: 192px; margin: 0 auto; border-bottom: solid 4px #D61518; background: #fff; display: flex; justify-content: center; align-items: center; background: #fff; box-shadow: 0px 0 16px 0px rgba(0, 0, 0, 0.16); position: relative; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox:lang(en) { justify-content: space-between; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox::after { content: ''; width: 1px; height: 94px; background: #ccc; position: absolute; top: 50%; left: 375px; transform: translateY(-50%); }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep { margin-right: 103px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep:lang(en) { width: 300px; margin-right: 0px; margin-left: 43px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep { margin-left: 90px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep:lang(en) { width: 400px; margin-left: 0px; margin-right: 43px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .depName { margin-bottom: 13px; font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; letter-spacing: 0.2px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .salesName { margin-bottom: 10px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .salesName:lang(en) { line-height: 22px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .info { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; }
.fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .info p { margin-bottom: 10px; }

/*fuel Rwd*/
@media screen and (max-width: 1799px) { .fuelCardHtml .fuelCardContainer { justify-content: space-between; }
  .fuelCardHtml .fuelCardContainer .cardContainer { margin-left: 13%; }
  .fuelCardHtml .fuelCardContainer .infoContainer { width: 860px; margin-right: 20px; } }
@media screen and (max-width: 1699px) { #fuelPrice main .container { padding-right: 15px; padding-left: 15px; }
  #fuelPrice .fuelPriceContainer { padding: 0 50px 87px; }
  .fuelCardHtml .fuelCardContainer { justify-content: flex-end; }
  .fuelCardHtml .fuelCardContainer .cardContainer { margin-left: 157px; position: relative; }
  .fuelCardHtml .fuelCardContainer .infoContainer { width: 760px; margin-right: 0px; margin-left: 50px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem::before { width: 100%; height: 100%; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover::before { width: calc(100% + 20px); height: calc(100% + 20px); }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 55px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.left { width: calc((100% - 180px - 20px )/2 + 180px); }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.right { width: calc((100% - 180px - 20px )/2); } }
@media screen and (max-width: 1549px) { #fuelPrice main .container { max-width: auto; }
  #fuelPrice .fuelPriceContainer .item { width: 25%; }
  #fuelPrice .fuelPriceContainer .bottom { width: 100%; }
  .fuelCardHtml .fuelCardContainer .cardContainer { width: 380px; }
  .fuelCardHtml .fuelCardContainer .infoContainer { margin-left: 80px; } }
@media screen and (max-width: 1499px) { #fuelCard main { background-size: cover; }
  .fuelCardHtml .pageTitleContainer { margin-bottom: 30px; }
  .fuelCardHtml .fuelCardContainer .cardContainer { width: 330px; margin-left: 0; }
  .fuelCardHtml .fuelCardContainer .cardContainer .cardBox { margin-top: 60px; }
  .fuelCardHtml .fuelCardContainer .infoContainer { width: 710px; margin-right: 50px; margin-left: 50px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .info .name { display: none; }
  .fuelCardHtml .fuelCardContainer .infoContainer .info .name:lang(en) { display: block; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.left { width: 430px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.right { width: 250px; }
  .fuelCardHtml .cardControl { margin-bottom: 50px; position: relative; top: 0; transform: translateY(0); display: flex; justify-content: center; }
  .fuelCardHtml .cardControl .item { margin: 0 20px; }
  .fuelCardHtml .cardControl .item::before { display: none; }
  .fuelSaleHtml #fuelSaleEdit { margin-right: 30px; margin-left: 30px; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo { width: 480px; }
  .fuelSaleHtml #fuelSaleEdit .rightImg { width: 550px; }
  .fuelSaleHtml #fuelSaleEdit .rightImg:lang(en) { display: flex; flex-direction: column; justify-content: center; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .topImg { width: 360px; left: -40px; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .topImg:lang(en) { margin-top: -40px; position: relative; bottom: auto; } }
@media screen and (max-width: 1199px) { #fuelActivity .banner .slickControl .prevBtn { left: 20px; }
  #fuelActivity .banner .slickControl .nextBtn { right: 20px; }
  #fuelPrice .fuelPriceContainer .item.diesel .name { font-size: 65px; line-height: 65px; }
  #fuelPrice .fuelPriceContainer .item.diesel .name:lang(en) { font-size: 50px; line-height: 65px; }
  #fuelPrice .fuelPriceContainer .title { margin-bottom: 38px; }
  #fuelPrice .fuelPriceContainer .img { width: 150px; height: 150px; margin-bottom: 20px; }
  #fuelPrice .fuelPriceContainer .img .icon { margin-right: 5px; font-size: 20px; }
  #fuelPrice .fuelPriceContainer .img .name { font-size: 70px; line-height: 70px; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text { font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; }
  #fuelCard main { background-size: cover; }
  .fuelCardHtml .pageTitleContainer { margin-bottom: 30px; }
  .fuelCardHtml .fuelCardContainer { flex-direction: column; }
  .fuelCardHtml .fuelCardContainer .container { padding-right: 15px; padding-left: 15px; }
  .fuelCardHtml .fuelCardContainer .cardContainer { width: 100%; }
  .fuelCardHtml .fuelCardContainer .cardContainer .cardBox { position: relative; margin-top: 0; top: 0; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item { width: 100%; height: 0; position: absolute; transform: scale(1); z-index: -1; transition: opacity 0.4s; opacity: 0.0; cursor: default; text-align: center; overflow: hidden; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item:hover { opacity: 0.7; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.active { height: auto; position: relative; z-index: 2; opacity: 1; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.esung, .fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong { transform: scale(1); -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.esung.active, .fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong.active { transform: scale(1) translate(0); }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong { margin-top: 0; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong .bg { display: none; }
  .fuelCardHtml .fuelCardContainer .infoContainer { width: calc(100% - 100px); margin-right: auto; margin-left: auto; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.left { width: calc((100% - 180px - 30px )/2 + 180px); }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.right { width: calc((100% - 180px - 30px )/2); }
  .fuelSaleHtml .container { padding-left: 15px; padding-right: 15px; }
  .fuelSaleHtml #fuelSaleEdit { margin-right: 20px; margin-left: 20px; flex-wrap: wrap; align-items: center; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo { width: 480px; margin-top: 0; }
  .fuelSaleHtml #fuelSaleEdit .rightImg { width: 380px; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .topImg { width: 300px; margin-top: -50px; border-width: 5px; left: -20px; position: relative; bottom: 0; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .iconContainer { width: calc(100% - 40px); }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 30px; } }
@media screen and (max-width: 1099px) { #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text { letter-spacing: -0.4px; } }
@media screen and (max-width: 991px) { #fuelActivity .banner .slick-dots { bottom: 10px; }
  #fuelActivity .banner .slick-dots li { width: 5px; height: 20px; margin: 0 5px; }
  #fuelActivity .banner .slick-dots li.slick-active button:before { width: 5px; height: 20px; }
  #fuelActivity .banner .slick-dots li button { width: 5px; height: 20px; }
  #fuelActivity .banner .slick-dots li button:before { content: ''; width: 5px; height: 5px; }
  #fuelActivity .banner .slickControl .prevBtn, #fuelActivity .banner .slickControl .nextBtn { width: 40px; height: 40px; line-height: 38px; border: solid 1px white; background: rgba(255, 255, 255, 0.3); }
  #fuelActivity .banner .slickControl .prevBtn i::before, #fuelActivity .banner .slickControl .nextBtn i::before { transform: scale(0.5); }
  #fuelActivity .banner .slickControl .prevBtn { left: 10px; }
  #fuelActivity .banner .slickControl .nextBtn { right: 10px; }
  #fuelPrice main { background-attachment: fixed; background-size: 1200px; }
  #fuelPrice main .pageTitleContainer { margin-bottom: 70px; }
  #fuelPrice .fuelPriceContainer { padding-bottom: 30px; flex-wrap: wrap; }
  #fuelPrice .fuelPriceContainer .item { width: 50%; margin: 0 0 50px; }
  #fuelPrice .fuelPriceContainer .item:hover .img { transform: scale(1); }
  #fuelPrice .fuelPriceContainer .item:hover .top .title { top: 0px; }
  #fuelPrice .fuelPriceContainer .item:hover .top .img { bottom: 0px; }
  #fuelPrice .fuelPriceContainer .item:hover .bottom { background: transparent; box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0); }
  #fuelPrice .fuelPriceContainer .item:hover .bottom .price { font-weight: 400; }
  #fuelLocation .fuelLocationContainer .loctionSearch .searchCheckBox .content { flex-wrap: wrap; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item { width: 50%; }
  #fuelLocation .fuelLocationContainer .listContainer .item .infoItem { align-items: flex-start; }
  .fuelCardHtml .fuelCardContainer { flex-direction: column; }
  .fuelCardHtml .fuelCardContainer .cardContainer { width: 100%; }
  .fuelCardHtml .fuelCardContainer .cardContainer .cardBox { position: relative; margin-top: 0; top: 0; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item { width: 100%; height: 0; position: absolute; transform: scale(1); z-index: -1; transition: opacity 0.4s; opacity: 0.0; cursor: default; text-align: center; overflow: hidden; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item:hover { opacity: 0.7; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.active { height: auto; position: relative; z-index: 2; opacity: 1; }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.esung, .fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong { transform: scale(1); -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); }
  .fuelCardHtml .fuelCardContainer .cardContainer .item.esung.active, .fuelCardHtml .fuelCardContainer .cardContainer .item.sanlong.active { transform: scale(1) translate(0); }
  .fuelCardHtml .fuelCardContainer .infoContainer { width: calc(100% - 100px); }
  .fuelCardHtml .fuelCardContainer .infoContainer > .item.esung .tableItem:hover .icon { color: #fff; background: #4A6271; }
  .fuelCardHtml .fuelCardContainer .infoContainer > .item.sanlong .tableItem:hover .icon { color: #fff; background: #D61518; }
  .fuelCardHtml .fuelCardContainer .infoContainer .table { height: auto; padding: 20px 30px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .table:lang(en) { height: auto; }
  .fuelCardHtml .fuelCardContainer .infoContainer .table::after { display: none; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem { width: 100%; height: auto; padding: 25px 0; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem:not(:last-child) { border-bottom: solid 1px #ccc; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover .title { color: #242424; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem:hover .content { color: #000; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem::before { display: none; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem .text { width: calc(100% - 90px); }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem .title { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; }
  .fuelCardHtml .fuelCardContainer .infoContainer .tableItem .content { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 22px; color: #000; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 55px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.left { width: calc((100% - 180px - 20px )/2 + 180px); }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.right { width: calc((100% - 180px - 20px )/2); }
  .fuelSaleHtml .fourIdea { flex-wrap: wrap; }
  .fuelSaleHtml .fourIdea .item { width: 150px; height: 150px; margin: 33px 10px; }
  .fuelSaleHtml .fourIdea .item:hover { margin: 33px 10px; }
  .fuelSaleHtml .fourIdea .item:hover .outCircle { width: 130px; height: 130px; animation: none; opacity: 0; }
  .fuelSaleHtml .fourIdea .item:hover .circleBox { width: 150px; height: 150px; background: linear-gradient(to right, #bb1518, #D61518); opacity: 0; }
  .fuelSaleHtml .fourIdea .item:hover .titleCh { font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #242424; }
  .fuelSaleHtml .fourIdea .item:hover .titleEn { font: 600 14px 'Raleway', sans-serif; line-height: 14px; color: #D61518; }
  .fuelSaleHtml .fourIdea .item.active { margin: 33px 30px; }
  .fuelSaleHtml .fourIdea .item.active .outCircle { width: 210px; height: 210px; opacity: 1; }
  .fuelSaleHtml .fourIdea .item.active .outCircle img { animation: fuelSaleFourAni 3s ease-in-out 0s infinite normal; }
  .fuelSaleHtml .fourIdea .item.active .circleBox { width: 160px; height: 160px; background: linear-gradient(to right, #bb1518, #D61518); opacity: 1; }
  .fuelSaleHtml .fourIdea .item.active .titleCh { margin-bottom: 8px; font: 700 24px 'Noto Sans TC', sans-serif; line-height: 24px; color: #fff; }
  .fuelSaleHtml .fourIdea .item.active .titleEn { font: 600 16px 'Raleway', sans-serif; line-height: 16px; color: #fff; }
  .fuelSaleHtml .fourIdea .outCircle { width: 150px; height: 150px; }
  .fuelSaleHtml .fourIdea .circleBox { width: 150px; height: 150px; }
  .fuelSaleHtml .fourIdea .titleCh { font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; }
  .fuelSaleHtml .fourIdea .titleEn { font: 600 14px 'Raleway', sans-serif; line-height: 14px; }
  .fuelSaleHtml #fuelSaleEdit { margin-right: 50px; margin-left: 50px; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo { width: 100%; margin-top: 0; margin-bottom: 40px; }
  .fuelSaleHtml #fuelSaleEdit .rightImg { width: 100%; display: flex; flex-direction: column; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .bottomImg { width: 80%; margin-left: auto; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .topImg { width: 400px; margin-top: -60px; margin-right: auto; border-width: 5px; left: 0; bottom: 0; }
  .fuelEnvironmentalHtml .pageTitleContainer { margin-bottom: 50px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer { max-width: 620px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .iconContainer { width: calc(100% - 0px); height: auto; margin-bottom: 30px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item { height: auto; padding: 20px 0; background: #fff; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:hover { box-shadow: none; z-index: 1; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:hover .icon { color: #212121; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item.active { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); z-index: 5; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item.active .icon { color: #D61518; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item.active:hover { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); z-index: 5; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item.active:hover .icon { color: #D61518; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .icon { margin-bottom: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer { margin-bottom: 50px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer { max-width: 620px; margin-bottom: 100px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .subtitle { margin-bottom: 30px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .table { display: flex; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle { width: 160px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableTitle { padding-left: 20px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableContent { padding-left: 20px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle .tableContent .itemRow { padding-left: 0px; font: 500 15px 'Noto Sans TC', sans-serif; line-height: 15px; letter-spacing: 0.2px; position: relative; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL { width: 150px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 5px; font: 400 15px 'Noto Sans TC', sans-serif; line-height: 15px; letter-spacing: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID { width: 310px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableTitle, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent { padding-right: 20px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 5px; font: 400 15px 'Noto Sans TC', sans-serif; line-height: 15px; letter-spacing: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableTitle { height: 50px; font: 600 17px 'Noto Sans TC', sans-serif; line-height: 17px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .subtitle { max-width: 620px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox { max-width: 620px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox::after { display: none; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep { margin-right: 10px; position: relative; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep::after { content: ''; width: 1px; height: 94px; background: #ccc; position: absolute; top: 50%; right: -10.5px; transform: translateY(-50%); }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep:lang(en) { width: 285px; margin-right: 10px; margin-left: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep { margin-left: 10px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep:lang(en) { width: 280px; margin-left: 10px; margin-right: 15px; } }
@media screen and (max-width: 767px) { #fuelActivity .banner .slick .item { position: relative; height: 220px; }
  #fuelActivity .banner .slick .item a { width: 100%; height: 100%; }
  #fuelActivity .banner .slick .item img { width: 100%; height: 100%; object-fit: cover; }
  #fuelActivity .banner .slick-dots { bottom: 10px; }
  #fuelActivity .banner .slick-dots li { width: 5px; height: 20px; margin: 0 5px; }
  #fuelActivity .banner .slick-dots li.slick-active button:before { width: 5px; height: 20px; }
  #fuelActivity .banner .slick-dots li button { width: 5px; height: 20px; }
  #fuelActivity .banner .slick-dots li button:before { content: ''; width: 5px; height: 5px; }
  #fuelActivity .banner .slickControl .prevBtn, #fuelActivity .banner .slickControl .nextBtn { width: 40px; height: 40px; line-height: 38px; border: solid 1px white; background: rgba(255, 255, 255, 0.3); }
  #fuelActivity .banner .slickControl .prevBtn i::before, #fuelActivity .banner .slickControl .nextBtn i::before { transform: scale(0.5); }
  #fuelActivity .banner .slickControl .prevBtn { left: 10px; }
  #fuelActivity .banner .slickControl .nextBtn { right: 10px; }
  #priceSidebar { display: none; }
  #fuelPrice .fuelPriceContainer { padding-right: 0; padding-left: 0; justify-content: center; }
  #fuelPrice .fuelPriceContainer .item { width: 50%; }
  #fuelLocation .fuelLocationContainer .container { padding-right: 15px; padding-left: 15px; }
  .fuelCardHtml .fuelCardContainer .infoContainer { width: 100%; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer { flex-wrap: wrap; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.left { margin-bottom: 20px; width: 100%; }
  .fuelCardHtml .fuelCardContainer .infoContainer .btnContainer .item.right { width: 100%; }
  #fuelSale main { background: url(images/fuel/sales-bg.jpg) no-repeat center bottom 80px; background-size: 900px; background-attachment: fixed; }
  .fuelSaleHtml .fourIdea .item { margin: 33px 30px; }
  .fuelSaleHtml .fourIdea .item:hover { margin: 33px 30px; }
  .fuelSaleHtml .fourIdea .item.active { margin: 33px 30px; }
  .fuelSaleHtml #fuelSaleEdit { margin-right: 0px; margin-left: 0px; }
  .fuelEnvironmentalHtml .pageTitleContainer { margin-bottom: 50px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .text:lang(en) { font-size: 18px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer { margin-bottom: 50px; display: flex; flex-wrap: wrap; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item { height: 210px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(1), .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(2) { width: calc(50% - 14px); margin-bottom: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(3) { width: 100%; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .table { display: flex; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnTitle { display: none; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL { width: 220px; display: flex; flex-direction: column; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent { padding-left: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle .itemRow, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 19px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent { flex-grow: 1; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 19px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; letter-spacing: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow:last-child { flex-grow: 1; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID { width: 320px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableTitle, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent { padding-right: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableTitle .itemRow, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 35px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-right: 20px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; letter-spacing: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .rwdTitle { opacity: 0; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableTitle { height: 50px; font: 600 18px 'Noto Sans TC', sans-serif; line-height: 18px; text-align: left; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableContent { display: flex; flex-direction: column; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableContent .itemRow { height: auto; padding-top: 15px; padding-bottom: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableContent .text { color: #646464; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .rwdTitle { margin-bottom: 8px; font: 700 16px 'Noto Sans TC', sans-serif; line-height: 16px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact { background-size: cover; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox { height: auto; padding: 30px 70px; flex-direction: column; align-items: flex-start; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep { width: 100%; margin-right: 0px; padding-left: 10px; margin-bottom: 20px; padding-bottom: 20px; position: relative; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep:lang(en) { width: 100%; margin-right: 0px; margin-left: 0; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep::after { width: 360px; height: 1px; top: auto; bottom: -0.5px; left: 50%; right: auto; transform: translate(-50%, 0); }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep { margin-left: 0px; padding-left: 10px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep:lang(en) { width: 100%; margin-right: 0px; margin-left: 0; } }
@media screen and (max-width: 575px) { #fuelActivity .banner { margin-bottom: 50px; }
  #fuelActivity .banner .slick .item { height: 180px; }
  #fuelActivity .banner .slickControl { display: none; }
  #fuelActivity main .pageTitleContainer { margin-bottom: 50px; }
  #fuelPrice .fuelPriceContainer .item { width: 80%; }
  .fuelCardHtml .fuelCardContainer .cardContainer { width: 90%; margin: 0 auto; }
  .fuelCardHtml .fuelCardContainer .infoContainer { margin-top: -20px; }
  .fuelCardHtml .fuelCardContainer .infoContainer .info .content { font: 400 17px 'Noto Sans TC', sans-serif; line-height: 27px; }
  .fuelCardHtml .cardControl .item { width: calc((100% - 20px) / 2); height: 50px; margin: 0 10px; border-radius: 25px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 48px; }
  .fuelSaleHtml .fuelSaleContainer { margin-bottom: 50px; }
  .fuelSaleHtml #fuelSaleEdit { max-width: 400px; margin-right: auto; margin-left: auto; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo .titleContainer { margin-bottom: 30px; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo .title { margin-bottom: 15px; padding-left: 0px; font: 700 32px 'Noto Sans TC', sans-serif; line-height: 32px; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo .note { font: 600 14px 'Raleway', sans-serif; line-height: 14px; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo .subtitle { margin-bottom: 22px; font: 700 22px 'Noto Sans TC', sans-serif; line-height: 28px; letter-spacing: 0; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo .subtitle span { display: block; }
  .fuelSaleHtml #fuelSaleEdit .leftInfo .text { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 22px; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .bottomImg { width: 90%; }
  .fuelSaleHtml #fuelSaleEdit .rightImg .topImg { width: 70%; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .subtitle { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .content { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 28px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer { margin-bottom: 30px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer:lang(en) { flex-wrap: wrap; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:lang(en) { width: 33.33%; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:lang(en):nth-child(3)::after { display: none; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer { margin-right: -5px; margin-left: -5px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item { height: 150px; margin-right: 5px; margin-left: 5px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(1), .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(2) { width: calc(50% - 10px); margin-bottom: 10px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .table { flex-direction: column; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL { width: 100%; display: flex; flex-direction: column; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent { padding-left: 15px; padding-right: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle .itemRow, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle .itemRow::after, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow::after { display: none; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent { flex-grow: 1; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 30px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; letter-spacing: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow:last-child { flex-grow: 1; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID { width: 100%; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableTitle, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent { padding-left: 15px; padding-right: 15px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableTitle .itemRow, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 0px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 30px; padding-right: 30px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .rwdTitle { opacity: 1; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .tableTitle { text-align: center; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .contactBox { padding: 30px 20px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep { max-width: 322px; margin-right: auto; margin-left: auto; padding-left: 0; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep:lang(en) { width: 100%; margin-right: auto; margin-left: auto; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep::after { width: 100%; max-width: 320px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep { width: auto; max-width: 322px; margin-right: auto; margin-left: auto; padding-left: 0; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep:lang(en) { width: 100%; margin-right: auto; margin-left: auto; } }
@media screen and (max-width: 500px) { #fuelLocation .fuelLocationContainer .loctionSearch .searchRow { flex-wrap: wrap; }
  #fuelLocation .fuelLocationContainer .loctionSearch .selectItem { width: 100%; margin-right: 0; margin-bottom: 20px; }
  #fuelLocation .fuelLocationContainer .loctionSearch .btnItem { width: 100%; }
  #fuelLocation .fuelLocationContainer .loctionSearch .btnItem .searchBtn { width: 100%; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text { font-size: 14px; line-height: 14px; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text span { width: 100%; padding-top: 3px; display: inline-block; } }
@media screen and (max-width: 449px) { #fuelActivity .banner .slick .item { height: 130px; }
  .fuelSaleHtml .fourIdea .item { width: 125px; height: 125px; margin: 10px; }
  .fuelSaleHtml .fourIdea .item:hover { width: 125px; height: 125px; margin: 10px; }
  .fuelSaleHtml .fourIdea .item:hover .outCircle { width: 160px; height: 160px; }
  .fuelSaleHtml .fourIdea .item:hover .circleBox { width: 135px; height: 135px; }
  .fuelSaleHtml .fourIdea .item.active { margin: 10px; }
  .fuelSaleHtml .fourIdea .item.active .outCircle { width: 160px; height: 160px; }
  .fuelSaleHtml .fourIdea .item.active .circleBox { width: 135px; height: 135px; }
  .fuelSaleHtml .fourIdea .outCircle { width: 120px; height: 120px; }
  .fuelSaleHtml .fourIdea .circleBox { width: 125px; height: 125px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .iconContainer { flex-wrap: wrap; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item { width: 33.33%; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .labContainer .item:nth-child(3)::after { display: none; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .leftDep { max-width: 270px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .rightDep { max-width: 270px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .depName { margin-bottom: 10px; font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; letter-spacing: 0.2px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .salesName { margin-bottom: 10px; font: 400 15px 'Noto Sans TC', sans-serif; line-height: 15px; letter-spacing: 0.2px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .info { font: 400 15px 'Noto Sans TC', sans-serif; line-height: 20px; letter-spacing: 0.2px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .salesContact .info p { margin-bottom: 5px; } }
@media screen and (max-width: 399px) { #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item { width: 100%; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text { font-size: 16px; line-height: 16px; }
  #fuelLocation .fuelLocationContainer .loctionSearch .checkboxRow .item span.text span { padding-top: 0; width: auto; }
  .fuelCardHtml .cardControl .item { width: calc((100% - 10px) / 2); margin: 0 5px; } }
@media screen and (max-width: 375px) { #fuelPrice .fuelPriceContainer .item { width: 100%; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item { height: 170px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(1), .fuelEnvironmentalHtml .fuelEnvironmentContainer .imgContainer .item:nth-child(2) { width: calc(100% - 0px); margin-bottom: 5px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableTitle .itemRow, .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnLEL .tableContent .itemRow { padding-left: 20px; padding-right: 20px; }
  .fuelEnvironmentalHtml .fuelEnvironmentContainer .compareContainer .columnPID .tableContent .itemRow { padding-left: 20px; padding-right: 20px; } }
.locationMapTw { position: relative; }
.locationMapTw area { position: relative; z-index: 999; cursor: default; }
.locationMapTw .area { position: absolute; pointer-events: none; }
.locationMapTw .area.active .imgUnactive { opacity: 0; }
.locationMapTw .area.active .imgActive { opacity: 1; }
.locationMapTw .area.active .pinUnactive { opacity: 0; }
.locationMapTw .area.active .pinActive { opacity: 1; }
.locationMapTw .area .imgContainer { position: relative; z-index: 1; }
.locationMapTw .area .imgUnactive { opacity: 1; transition: all 0.4s; }
.locationMapTw .area .imgActive { -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 96, 0.23)); filter: drop-shadow(4px 4px 7px rgba(0, 0, 96, 0.23)); position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.4s; }
.locationMapTw .area .factory { position: absolute; top: 0; left: 0; z-index: 5; }
.locationMapTw .area .factory.active .pinActive { transform: scale(1); }
.locationMapTw .area .factory.active .activeDec { opacity: 1; }
.locationMapTw .area .factory.active .name { opacity: 1; }
.locationMapTw .area .pin { width: 26px; height: 35px; position: absolute; cursor: pointer; pointer-events: visiblefill; }
.locationMapTw .area .pin:hover .pinUnactive { transform: scale(1); }
.locationMapTw .area .pin:hover .pinActive { transform: scale(1); }
.locationMapTw .area .pinUnactive { width: 100%; transform: scale(0.73); transform-origin: bottom center; position: absolute; left: 0; bottom: 0; opacity: 1; transition: all 0.4s; z-index: 1; }
.locationMapTw .area .pinUnactive:hover { transform: scale(1); }
.locationMapTw .area .pinActive { width: 100%; transform: scale(0.73); transform-origin: bottom center; position: absolute; left: 0; bottom: 0; opacity: 0; transition: all 0.4s; z-index: 10; }
.locationMapTw .area .activeDec { width: 26px; height: 13px; border-radius: 50%; background: rgba(255, 0, 0, 0.5); position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); z-index: 1; opacity: 0; transition: all 0.4s; }
.locationMapTw .area .activeDec::after { content: ''; width: 14px; height: 7px; border-radius: 50%; background: #FF0D1C; box-shadow: 1px 1px 7px 0 rgba(0, 0, 243, 0.43); position: absolute; top: 2px; left: 50%; transform: translateX(-50%); z-index: 5; }
.locationMapTw .area .name { width: 60px; position: absolute; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; opacity: 0; transition: all 0.4s; }
.locationMapTw .areaKeelung { top: 25px; left: 313px; }
.locationMapTw .areaKeelung .keelungFac .pin { top: -22px; left: 7px; }
.locationMapTw .areaKeelung .keelungFac .name { top: -16px; left: 35px; }
.locationMapTw .areaNewTaipei { top: 0px; left: 246px; }
.locationMapTw .areaNewTaipei .wuguFac .pin { top: 24px; left: 25px; }
.locationMapTw .areaNewTaipei .wuguFac .name { top: 40px; left: -42px; }
.locationMapTw .areaNewTaipei .wuguFac .name:lang(en) { top: 42px; left: -38px; }
.locationMapTw .areaNewTaipei .banqiaoFac .pin { top: 46px; left: 47px; }
.locationMapTw .areaNewTaipei .banqiaoFac .name { top: 94px; left: 85px; }
.locationMapTw .areaTaoyuan { top: 37px; left: 182px; }
.locationMapTw .areaTaoyuan .dayuanFac .pin { top: -15px; left: 25px; }
.locationMapTw .areaTaoyuan .dayuanFac .name { top: -12px; left: -42px; }
.locationMapTw .areaTaoyuan .dayuanFac .name:lang(en) { top: -5px; left: -52px; }
.locationMapTw .areaTaoyuan .dayuanSecFac .pin { top: -13px; left: 36px; }
.locationMapTw .areaTaoyuan .dayuanSecFac .name { width: 80px; top: -37px; left: -4px; }
.locationMapTw .areaTaoyuan .dayuanSecFac .name:lang(en) { width: 130px; }
.locationMapTw .areaTaoyuan .zhongliFac .pin { top: -13px; left: 23px; }
.locationMapTw .areaTaoyuan .zhongliFac .name { top: -2px; left: -48px; }
.locationMapTw .areaTaoyuan .zhongliFac .name:lang(en) { left: -55px; }
.locationMapTw .areaZhubei { top: 96px; left: 162px; }
.locationMapTw .areaZhubei .zhubeiFac .pin { top: -21px; left: 0px; }
.locationMapTw .areaZhubei .zhubeiFac .name { top: -13px; left: -64px; }
.locationMapTw .areaZhubei .zhubeiFac .name:lang(en) { top: -5px; left: -68px; }
.locationMapTw .areaMiaoli { top: 119px; left: 113px; }
.locationMapTw .areaMiaoli .miaoliFac .pin { top: -1px; left: 17px; }
.locationMapTw .areaMiaoli .miaoliFac .name { top: 3px; left: -49px; }
.locationMapTw .areaTaichung { top: 180px; left: 84px; }
.locationMapTw .areaTaichung .active { z-index: 10; }
.locationMapTw .areaTaichung .taichungFac .pin { top: 16px; left: 2px; }
.locationMapTw .areaTaichung .taichungFac .name { top: 29px; left: -64px; }
.locationMapTw .areaTaichung .taichungFac .name:lang(en) { left: -91px; }
.locationMapTw .areaTaichung .taichungHarborFac .pin { top: 24px; left: 2px; }
.locationMapTw .areaTaichung .taichungHarborFac .name { width: 100px; top: -5px; left: -87px; }
.locationMapTw .areaTaichung .wuriFac .pin { top: 52px; left: 38px; }
.locationMapTw .areaTaichung .wuriFac .name { top: 78px; left: -31px; }
.locationMapTw .areaTaichung .wuriFac .name:lang(en) { top: 78px; left: -21px; }
.locationMapTw .areaTaichung .houliFac .pin { top: 4px; left: 40px; }
.locationMapTw .areaTaichung .houliFac .name { top: 12px; left: -29px; }
.locationMapTw .areaTaichung .houliFac .name:lang(en) { left: -21px; }
.locationMapTw .areaTaichung .taichungShipFac .pin { top: 31px; left: 23px; }
.locationMapTw .areaTaichung .taichungShipFac .name { top: 12px; left: -29px; }
.locationMapTw .areaYunlin { top: 319px; left: 12px; }
.locationMapTw .areaYunlin .mailiaoFac .pin { top: -19px; left: 21px; }
.locationMapTw .areaYunlin .mailiaoFac .name { top: -16px; left: -42px; }
.locationMapTw .areaYunlin .mailiaoFac .name:lang(en) { top: -3px; left: -49px; }
.locationMapTw .areaChiayi { top: 361px; left: 14px; }
.locationMapTw .areaChiayi .dalinFac .pin { top: -4px; left: 83px; }
.locationMapTw .areaChiayi .dalinFac .name { top: -19px; left: 23px; }
.locationMapTw .areaChiayi .dalinFac .name:lang(en) { top: -19px; left: 52px; }
.locationMapTw .areaTainan { top: 410px; left: 0px; }
.locationMapTw .areaTainan .qiguFac .pin { top: 23px; left: 12px; }
.locationMapTw .areaTainan .qiguFac .name { top: 42px; left: -58px; }
.locationMapTw .areaTainan .qiguFac .name:lang(en) { top: 37px; left: -42px; }
.locationMapTw .areaKaohsiung { top: 396px; left: 22px; }
.locationMapTw .areaKaohsiung .kaohsiungFac .pin { top: 72px; left: 99px; }
.locationMapTw .areaKaohsiung .kaohsiungFac .name { top: 83px; left: 34px; }
.locationMapTw .areaKaohsiung .kaohsiungFac .name:lang(en) { top: 91px; left: -4px; }
.locationMapTw .areaKaohsiung .yanchaoFac .pin { top: 110px; left: 34px; }
.locationMapTw .areaKaohsiung .yanchaoFac .name { top: 106px; left: -28px; }
.locationMapTw .areaKaohsiung .yanchaoFac .name:lang(en) { left: -51px; }
.locationMapTw .areaKaohsiung .kaohsiungShipFac .pin { top: 150px; left: 16px; }
.locationMapTw .areaKaohsiung .kaohsiungShipFac .name { top: 106px; left: -28px; }
.locationMapTw .areaYilan { top: 63px; left: 255px; }
.locationMapTw .areaYilan .yilanFac .pin { top: 49px; left: 70px; }
.locationMapTw .areaYilan .yilanFac .name { top: 95px; left: 75px; }

/*freight 貨運*/
.freightHtml .pageTitleContainer { margin-bottom: 77px; }
.freightHtml .freightContainer .topIntro { padding-bottom: 80px; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.freightHtml .freightContainer .topIntro .leftText { width: 630px; margin-left: 50px; }
.freightHtml .freightContainer .topIntro .title { margin-bottom: 14px; font: 700 34px 'Noto Sans TC', sans-serif; line-height: 34px; color: #242424; }
.freightHtml .freightContainer .topIntro .dec { width: 17px; height: 5px; margin: 45px 0 34px; background: #D61518; }
.freightHtml .freightContainer .topIntro .text { font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }
.freightHtml .freightContainer .topIntro .rightImg { width: 867px; position: relative; }
.freightHtml .freightContainer .topIntro .imgBg { width: 767px; }
.freightHtml .freightContainer .topIntro .imgCar { position: absolute; bottom: -6px; right: -30px; }
.freightHtml .freightContainer .bottomInfo { padding-bottom: 75px; background: url(images/freight/FreightBG.png) center bottom no-repeat; background-attachment: fixed; }
.freightHtml .freightContainer .bottomInfo .titleCh { margin-bottom: 14px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; }
.freightHtml .freightContainer .bottomInfo .titleEn { font: 600 16px 'Raleway', sans-serif; line-height: 16px; letter-spacing: 0.3px; text-transform: uppercase; color: #D61518; }
.freightHtml .freightContainer .bottomInfo .anchor { position: relative; top: -150px; }
.freightHtml .freightContainer .bottomInfo .infoBox { width: calc(100% + 47px); margin-left: -25px; margin-right: -22px; display: flex; }
.freightHtml .freightContainer .bottomInfo .leftService { width: 50%; padding-top: 75px; }
.freightHtml .freightContainer .bottomInfo .leftService .subTitle { margin-bottom: 67px; }
.freightHtml .freightContainer .bottomInfo .serviceList { display: flex; margin-left: -3px; margin-right: -3px; flex-wrap: wrap; }
.freightHtml .freightContainer .bottomInfo .serviceList .item { width: 350px; margin: 3px; position: relative; }
.freightHtml .freightContainer .bottomInfo .serviceList .item:hover .img, .freightHtml .freightContainer .bottomInfo .serviceList .item:hover .bg { transform: scale(1.19); z-index: 1; }
.freightHtml .freightContainer .bottomInfo .serviceList .item:hover .img { box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.38); }
.freightHtml .freightContainer .bottomInfo .serviceList .item:hover .coverContainer { z-index: 1; opacity: 1; transition: opacity 0.4s; }
.freightHtml .freightContainer .bottomInfo .serviceList .item.transContainer .coverContainer .icon { font-size: 63px; line-height: 63px; }
.freightHtml .freightContainer .bottomInfo .serviceList .item.transBulk .coverContainer .icon { font-size: 41px; line-height: 41px; }
.freightHtml .freightContainer .bottomInfo .serviceList .item.transOil .coverContainer .icon { font-size: 41px; line-height: 41px; }
.freightHtml .freightContainer .bottomInfo .serviceList .item.transDanger .coverContainer .icon { font-size: 47px; line-height: 47px; }
.freightHtml .freightContainer .bottomInfo .serviceList .imgContainer { width: 100%; }
.freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img { transition: all 0.4s; position: relative; }
.freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img img { width: 100%; height: 100%; object-fit: cover; }
.freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .title { width: 100%; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #fff; text-align: center; position: absolute; bottom: 21px; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; z-index: -1; transition: opacity 0.4s, z-index 0.01s 0.4s; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg { transition: all 0.4s; position: relative; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg img { width: 100%; height: 100%; object-fit: cover; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .content { width: 310px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; text-align: center; color: #fff; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .content:lang(en) { width: 95%; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .icon { margin-bottom: 26px; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .icon:lang(en) { margin-bottom: 12px; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .title { margin-bottom: 17px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; letter-spacing: 0.3px; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .title:lang(en) { margin-bottom: 5px; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .text { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 26px; text-align: justify; }
.freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .text:lang(en) { font-size: 15px; line-height: 22px; }
.freightHtml .freightContainer .bottomInfo .rightlocation { width: 50%; padding-top: 75px; }
.freightHtml .freightContainer .bottomInfo .rightlocation .subTitle { margin-left: 45px; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationContent { display: flex; justify-content: space-between; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationMap { margin-top: -64px; margin-left: 64px; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList { margin-top: 32px; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item { width: 342px; background: #fff; border-bottom: 1px solid rgba(205, 205, 205, 0.3); position: relative; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item:hover .itemTitle.collapsed .titleIcon { color: #D61518; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item:hover .itemTitle.collapsed .name { color: #D61518; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item::before { content: ''; width: 342px; height: 100%; background: #fff; transition: all 0.4s; position: absolute; top: 0; left: 0; z-index: 0; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item.active { border-bottom: 1px solid #fff; z-index: 5; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item.active::before { width: 372px; left: -15px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26); }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemTitle { height: 53px; padding: 0 31px; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 5; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemTitle.collapsed { /*未開*/ }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemTitle.collapsed .titleIcon { margin-right: 20px; color: #000; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemTitle.collapsed .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemTitle.collapsed .arrowIcon { transform: rotate(180deg); }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .titleIcon { margin-right: 15px; font-size: 13px; color: #D61518; transition: all 0.4s; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .name { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; color: #D61518; transition: all 0.4s; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .arrowIcon { margin-left: auto; font-size: 12px; color: #D61518; transition: all 0.4s; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .arrowIcon i::before { transform: scale(0.5); }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemContent { padding: 0 31px 0px 56px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 20px; position: relative; z-index: 5; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .itemContent p { margin-bottom: 10px; }
.freightHtml .freightContainer .bottomInfo .rightlocation .locationList .contentBox { margin-bottom: 28px; }

/*warehouse 倉儲*/
.warehouseHtml .pageTitleContainer { margin-bottom: 78px; }
.warehouseHtml .warehouseContainer .topIntro { padding-bottom: 87px; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.warehouseHtml .warehouseContainer .topIntro .leftText { width: 566px; margin-left: 90px; }
.warehouseHtml .warehouseContainer .topIntro .title { margin-bottom: 28px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 35px; color: #000; }
.warehouseHtml .warehouseContainer .topIntro .dec { width: 17px; height: 5px; margin: 0px 0 38px; background: #D61518; }
.warehouseHtml .warehouseContainer .topIntro .text { font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }
.warehouseHtml .warehouseContainer .topIntro .rightImg { width: 835px; margin-right: 50px; position: relative; }
.warehouseHtml .warehouseContainer .middleInfo { padding-bottom: 38px; background: #f6f6f6; }
.warehouseHtml .warehouseContainer .middleInfo .subTitle { text-align: center; }
.warehouseHtml .warehouseContainer .middleInfo .titleCh { margin-bottom: 14px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; }
.warehouseHtml .warehouseContainer .middleInfo .titleEn { font: 600 16px 'Raleway', sans-serif; line-height: 16px; letter-spacing: 0.3px; text-transform: uppercase; color: #D61518; }
.warehouseHtml .warehouseContainer .middleInfo .anchor { position: relative; top: -150px; }
.warehouseHtml .warehouseContainer .middleInfo .infoBox { width: calc(100% + 60px); margin-left: -25px; margin-right: -35px; display: flex; }
.warehouseHtml .warehouseContainer .middleInfo .leftService { width: 50%; padding-top: 59px; }
.warehouseHtml .warehouseContainer .middleInfo .leftService .subTitle { margin-bottom: 46px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList { width: 750px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .itemRow { margin-left: -12px; margin-right: -12px; display: flex; flex-wrap: wrap; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item { width: calc(33.33% - 24px); height: 208px; margin: 12px; position: relative; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2 { width: calc(66.66% - 24px); }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2:hover .img, .warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2:hover .bg { transform: scale(1.26); }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover { z-index: 5; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .imgContainer .title { opacity: 0; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .img { box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.36); }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .img, .warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .imgCover, .warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .bg { transform: scale(1.33); }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .imgCover { opacity: 0; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .hoverCover { opacity: 1; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer { width: 100%; height: 100%; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer .img { height: 100%; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer .img img { width: 100%; height: 100%; object-fit: cover; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer .imgCover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 85%); transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer .title { width: 100%; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; text-align: center; color: #fff; position: absolute; bottom: 20px; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer .title:lang(en) { font-size: 18px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .bg { width: 100%; height: 100%; position: absolute; background: #fff; opacity: 0.5; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .content { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 3; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .icon { margin-bottom: 15px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .icon.icon-l { width: 60px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .icon.icon-m { width: 50px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .icon.icon-s { width: 45px; }
.warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .title { font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #242424; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation { width: 50%; padding-top: 59px; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .subTitle { margin-bottom: 32px; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationContent { display: flex; justify-content: space-between; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap { margin-top: -6px; margin-left: 72px; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .mapTw { height: 0; z-index: -1; opacity: 0; overflow: hidden; visibility: hidden; transition: opacity 0.4s, z-index 0.01s 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .mapTw.active { height: auto; z-index: 1; opacity: 1; visibility: visible; transition: opacity 0.4s 0.01s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .imgContainer { opacity: 0.3; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .area.active .imgContainer { opacity: 1; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .area.active .pinUnactive { opacity: 0; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .area.active .pinActive { opacity: 1; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .area .pinBlue .activeDec { background: rgba(0, 176, 251, 0.5); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap .area .pinBlue .activeDec::after { background: #58C8FB; box-shadow: 1px 1px 7px 0 rgba(0, 0, 243, 0.43); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList { margin-top: 56px; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeItem.active .typeIcon { transform: rotate(180deg); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .locationTypeWh .typeTitleContainer { background: #D61518; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .locationTypePaper .typeTitleContainer { background: #0640DA; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .locationTypePc .typeTitleContainer { background: #000; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .locationTypeBulk .typeTitleContainer { background: #F6AB1C; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeTitleContainer { width: 342px; height: 60px; padding: 0 31px; display: flex; align-items: center; cursor: pointer; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeImg { width: 30px; margin-right: 17px; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeTitle { font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #fff; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeIcon { width: 17px; height: 17px; margin-left: auto; font-size: 12px; text-align: center; color: #fff; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeIcon i::before { transform: rotate(90deg); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item { width: 342px; background: #fff; border-bottom: 1px solid rgba(205, 205, 205, 0.3); position: relative; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item:hover .itemTitle.collapsed .titleIcon { color: #D61518; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item:hover .itemTitle.collapsed .name { color: #D61518; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item::before { content: ''; width: 342px; height: 100%; background: #fff; transition: all 0.4s; position: absolute; top: 0; left: 0; z-index: 0; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item.active { border-bottom: 1px solid #fff; z-index: 5; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item.active::before { width: 372px; left: -15px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemTitle { height: 53px; padding: 0 31px; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 5; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemTitle.collapsed { /*未開*/ }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemTitle.collapsed .titleIcon { margin-right: 20px; color: #000; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemTitle.collapsed .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemTitle.collapsed .arrowIcon { transform: rotate(180deg); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .titleIcon { margin-right: 15px; font-size: 13px; color: #D61518; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .name { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; color: #D61518; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .arrowIcon { margin-left: auto; font-size: 12px; color: #D61518; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .arrowIcon i::before { transform: scale(0.5); }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemContent { padding: 0 31px 0px 56px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 20px; position: relative; z-index: 5; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .itemContent p { margin-bottom: 10px; }
.warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .contentBox { margin-bottom: 28px; }
.warehouseHtml .warehouseContainer .bottomFlowchart { width: 1445px; margin: 136px auto 121px; display: flex; justify-content: center; align-items: center; }
.warehouseHtml .warehouseContainer .bottomFlowchart .itemBox { position: relative; }
.warehouseHtml .warehouseContainer .bottomFlowchart .itemBox:before { content: ''; width: 60px; height: 4px; position: absolute; top: calc(50% - 2px); }
.warehouseHtml .warehouseContainer .bottomFlowchart .leftBox { margin-right: 60px; position: relative; }
.warehouseHtml .warehouseContainer .bottomFlowchart .leftBox:before { background: #000; right: -60px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .itemRow::before { background: #000; }
.warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .dec { border-color: #000; right: -13.5px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .item { background: #000; }
.warehouseHtml .warehouseContainer .bottomFlowchart .rightBox { margin-left: 60px; position: relative; }
.warehouseHtml .warehouseContainer .bottomFlowchart .rightBox:before { background: #D61518; left: -60px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .itemRow::before { background: #D61518; }
.warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .dec { border-color: #D61518; left: -13.5px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .item { background: #D61518; }
.warehouseHtml .warehouseContainer .bottomFlowchart .itemRow { margin-left: -10px; margin-right: -10px; display: flex; align-items: center; position: relative; }
.warehouseHtml .warehouseContainer .bottomFlowchart .itemRow::before { content: ''; width: calc(100% - 20px); height: 4px; position: absolute; top: calc(50% - 2px); left: 50%; transform: translateX(-50%); }
.warehouseHtml .warehouseContainer .bottomFlowchart .dec { width: 27px; height: 27px; border-radius: 50%; border: solid 7px; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; }
.warehouseHtml .warehouseContainer .bottomFlowchart .item { width: 150px; height: 150px; margin: 0 10px; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .bottomFlowchart .item::before { content: ''; width: 150px; height: 20px; border-radius: 50%; background: radial-gradient(closest-side, black, rgba(0, 0, 0, 0)); position: absolute; bottom: -75px; left: 50%; transform: translateX(-50%); opacity: 0.08; transition: all 0.4s; }
.warehouseHtml .warehouseContainer .bottomFlowchart .item:hover { width: 186px; height: 186px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .item:hover::before { bottom: -57px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .item:hover .itemImg { width: 60px; height: 60px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .itemImg { margin-bottom: 12px; width: 50px; height: 50px; transition: all 0.4s; line-height: 50px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .itemTitle { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #fff; }
.warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle { width: 308px; height: 308px; position: relative; }
.warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle::before { content: ''; width: 323px; height: 20px; border-radius: 50%; background: radial-gradient(closest-side, black, rgba(0, 0, 0, 0)); position: absolute; bottom: -44px; left: 50%; transform: translateX(-50%); opacity: 0.08; }
.warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle:hover .bg { animation: fuelSaleFourAni 3s ease-in-out 0s 1 normal; }
.warehouseHtml .warehouseContainer .bottomFlowchart .whiteCircle { width: 253px; height: 253px; border-radius: 50%; background: #fff; box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.42); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; align-items: center; }
.warehouseHtml .warehouseContainer .bottomFlowchart .title { text-align: center; }
.warehouseHtml .warehouseContainer .bottomFlowchart .titleCh { margin-bottom: 15px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; }
.warehouseHtml .warehouseContainer .bottomFlowchart .titleEn { font: 600 16px 'Raleway', sans-serif; line-height: 20px; letter-spacing: 1.5px; text-transform: uppercase; color: #D61518; }

/*shipping 船運*/
.shippingHtml .pageTitleContainer { margin-bottom: 95px; }
.shippingHtml .shippingContainer .topIntro { position: relative; margin-bottom: 68px; }
.shippingHtml .shippingContainer .topIntro::after { content: ''; width: 100%; height: 68px; position: absolute; bottom: -68px; left: 0; background: #F6F6F6; }
.shippingHtml .shippingContainer .topIntro .bgImg { width: 886px; position: absolute; left: 0; bottom: -81px; z-index: 10; }
.shippingHtml .shippingContainer .topIntro .docContainer { width: 856px; margin: 0 -54px 0px auto; padding-bottom: 50px; }
.shippingHtml .shippingContainer .topIntro .year { margin-bottom: 6px; font: 700 40px 'Roboto', sans-serif; line-height: 40px; letter-spacing: 0.3px; text-transform: uppercase; color: #D61518; }
.shippingHtml .shippingContainer .topIntro .title { margin-bottom: 61px; font: 700 24px 'Noto Sans TC', sans-serif; line-height: 28px; }
.shippingHtml .shippingContainer .topIntro .content { font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }
.shippingHtml .shippingContainer .topIntro .content p { margin-bottom: 12px; }
.shippingHtml .subTitle { text-align: center; }
.shippingHtml .subTitle .titleCh { margin-bottom: 14px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; }
.shippingHtml .subTitle .titleEn { font: 600 16px 'Raleway', sans-serif; line-height: 16px; letter-spacing: 0.3px; text-transform: uppercase; color: #D61518; }
.shippingHtml .anchor { position: relative; top: -150px; }
.shippingHtml .middleService { background: #F6F6F6; padding-top: 34px; padding-bottom: 58px; }
.shippingHtml .middleService .subTitle { margin-bottom: 97px; }
.shippingHtml .middleService .serviceRow { max-width: 1423px; margin: 0 auto; }
.shippingHtml .middleService .item { margin-bottom: 140px; display: flex; align-items: center; justify-content: space-between; }
.shippingHtml .middleService .item:nth-child(2n+2) { flex-direction: row-reverse; }
.shippingHtml .middleService .item:nth-child(2n+2) .title::after { left: auto; right: -150px; }
.shippingHtml .middleService .imgbox { width: 768px; height: 380px; clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); }
.shippingHtml .middleService .imgbox img { width: 100%; height: 100%; object-fit: cover; }
.shippingHtml .middleService .docBox { width: 556px; }
.shippingHtml .middleService .docBoxPL { padding-left: 140px; }
.shippingHtml .middleService .title { margin-bottom: 40px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #242424; position: relative; }
.shippingHtml .middleService .title::after { content: ''; width: 106px; height: 1px; background: #D61518; position: absolute; top: 13px; left: -190px; }
.shippingHtml .middleService .content { max-height: 315px; font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; overflow: hidden; }
.shippingHtml .middleService .content ul li { margin-bottom: 12px; padding-left: 27px; line-height: 20px; position: relative; }
.shippingHtml .middleService .content ul li::before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: #D61518; position: absolute; top: 8.5px; left: 9px; }
.shippingHtml .middleService .content.mhSmall { max-height: 245px; }
.shippingHtml .middleService .content .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 0; background-color: #D61518; }
.shippingHtml .middleService .content .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail { background-color: rgba(128, 128, 128, 0.3); width: 4px; }
.shippingHtml .bottomInfo { background: #F1EFF2; }
.shippingHtml .bottomInfo .infoBox { display: flex; }
.shippingHtml .bottomInfo .leftlocation { width: 50%; padding-top: 93px; padding-bottom: 80px; }
.shippingHtml .bottomInfo .leftlocation .subTitle { margin-bottom: 75px; }
.shippingHtml .bottomInfo .leftlocation .locationContent { margin: 0 89px; display: flex; justify-content: space-between; }
.shippingHtml .bottomInfo .leftlocation .locationMap .factory .name { width: 100px; text-align: center; }
.shippingHtml .bottomInfo .leftlocation .locationMap .factory .name span { width: 100%; margin-top: 7px; font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; display: inline-block; }
.shippingHtml .bottomInfo .leftlocation .locationMap .keelungFac .name { top: -45px; left: 30px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .keelungFac .name:lang(en) { width: 200px; top: -46px; left: -167px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .banqiaoFac .name { top: 102px; left: 61px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .banqiaoFac .name:lang(en) { width: 190px; top: 33px; left: -127px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .taichungFac .name { top: 2px; left: -105px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .taichungFac .name:lang(en) { width: 200px; top: -14px; left: -13px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .taichungShipFac .name { top: -18px; left: 37px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .taichungShipFac .name:lang(en) { width: 200px; top: 79px; left: 47px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .kaohsiungShipFac .name { width: 140px; top: 148px; left: 46px; }
.shippingHtml .bottomInfo .leftlocation .locationMap .kaohsiungShipFac .name:lang(en) { width: 230px; }
.shippingHtml .bottomInfo .leftlocation .locationList { margin: 113px 0px 0; }
.shippingHtml .bottomInfo .leftlocation .locationList .item { width: 342px; background: #fff; border-bottom: 1px solid rgba(205, 205, 205, 0.3); position: relative; }
.shippingHtml .bottomInfo .leftlocation .locationList .item:hover .itemTitle.collapsed .titleIcon { color: #D61518; }
.shippingHtml .bottomInfo .leftlocation .locationList .item:hover .itemTitle.collapsed .name { color: #D61518; }
.shippingHtml .bottomInfo .leftlocation .locationList .item::before { content: ''; width: 342px; height: 100%; background: #fff; transition: all 0.4s; position: absolute; top: 0; left: 0; z-index: 0; }
.shippingHtml .bottomInfo .leftlocation .locationList .item.active { border-bottom: 1px solid #fff; z-index: 5; }
.shippingHtml .bottomInfo .leftlocation .locationList .item.active::before { width: 372px; left: -15px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26); }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle { height: 53px; padding: 0 31px; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 5; }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle:lang(en) { padding-top: 15px; padding-bottom: 15px; }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle.collapsed { /*未開*/ }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle.collapsed .titleIcon { margin-right: 20px; color: #000; }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle.collapsed .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle.collapsed .name span { font: 700 16px 'Noto Sans TC', sans-serif; line-height: 18px; }
.shippingHtml .bottomInfo .leftlocation .locationList .itemTitle.collapsed .arrowIcon { transform: rotate(180deg); }
.shippingHtml .bottomInfo .leftlocation .locationList .titleIcon { margin-right: 15px; font-size: 13px; color: #D61518; transition: all 0.4s; }
.shippingHtml .bottomInfo .leftlocation .locationList .name { margin-bottom: 0; font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; color: #D61518; transition: all 0.4s; }
.shippingHtml .bottomInfo .leftlocation .locationList .name span { font: 700 16px 'Noto Sans TC', sans-serif; line-height: 18px; }
.shippingHtml .bottomInfo .leftlocation .locationList .name span:lang(en) { width: 100%; display: inline-block; }
.shippingHtml .bottomInfo .leftlocation .locationList .arrowIcon { margin-left: auto; font-size: 12px; color: #D61518; transition: all 0.4s; }
.shippingHtml .bottomInfo .leftlocation .locationList .arrowIcon:lang(en) { height: 12px; line-height: 12px; }
.shippingHtml .bottomInfo .leftlocation .locationList .arrowIcon i::before { transform: scale(0.5); }
.shippingHtml .bottomInfo .leftlocation .locationList .itemContent { padding: 0 31px 0px 56px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 20px; position: relative; z-index: 5; }
.shippingHtml .bottomInfo .leftlocation .locationList .itemContent p { margin-bottom: 10px; }
.shippingHtml .bottomInfo .leftlocation .locationList .contentBox { margin-bottom: 28px; }
.shippingHtml .bottomInfo .rightLink { width: 50%; padding-top: 93px; background: #E6E4E9; }
.shippingHtml .bottomInfo .rightLink .subTitle { margin-bottom: 100px; }
.shippingHtml .bottomInfo .rightLink .linkSlider { width: 760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.shippingHtml .bottomInfo .rightLink .slick .slick-slide { width: 100% !important; }
.shippingHtml .bottomInfo .rightLink .item { height: calc(100px + 30px); padding: 15px 8px; }
.shippingHtml .bottomInfo .rightLink .item a { height: 100%; position: relative; display: block; }
.shippingHtml .bottomInfo .rightLink .item a:hover .content { opacity: 1; }
.shippingHtml .bottomInfo .rightLink .img { height: 100%; display: block; }
.shippingHtml .bottomInfo .rightLink .img img { width: 100%; height: 100%; object-fit: cover; }
.shippingHtml .bottomInfo .rightLink .content { width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.4s; }
.shippingHtml .bottomInfo .rightLink .name { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 20px; color: #808080; text-align: center; display: block; }
.shippingHtml .bottomInfo .rightLink .prevBtn, .shippingHtml .bottomInfo .rightLink .nextBtn { width: 30px; height: 30px; font-size: 30px; line-height: 30px; text-align: center; color: #616161; cursor: pointer; transition: all 0.4s; }
.shippingHtml .bottomInfo .rightLink .prevBtn:hover, .shippingHtml .bottomInfo .rightLink .nextBtn:hover { color: #D61518; }
.shippingHtml .bottomInfo .rightLink .prevBtn { margin-bottom: 56px; }
.shippingHtml .bottomInfo .rightLink .nextBtn { margin-top: 56px; }
.shippingHtml .bottomInfo .rightLink .nextBtn i::before { transform: rotate(180deg); }
.shippingHtml .sideNav { position: fixed; left: 80px; top: 50%; transform: translateY(-50%); visibility: hidden; opacity: 0; transition: opacity 0.4s; z-index: 30; }
.shippingHtml .sideNav.active { visibility: visible; opacity: 1; }
.shippingHtml .sideNav .sideItem { margin-bottom: 21px; display: flex; align-items: center; }
.shippingHtml .sideNav .sideItem.active { color: #D61518; }
.shippingHtml .sideNav .sideItem.active .icon::before { opacity: 1; }
.shippingHtml .sideNav .sideItem.active .centerCircle { border-color: transparent; background: #D61518; }
.shippingHtml .sideNav .sideItem.active .name { color: #D61518; }
.shippingHtml .sideNav .sideItem:not(:last-child) .icon::after { content: ''; width: 1px; height: 32px; background: #989EA2; position: absolute; top: 13px; }
.shippingHtml .sideNav .icon { width: 18px; height: 18px; margin-right: 13px; display: flex; align-items: center; justify-content: center; position: relative; top: 1px; }
.shippingHtml .sideNav .icon::before { content: ''; width: 100%; height: 100%; border-radius: 50%; background: rgba(214, 21, 24, 0.3); position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.4s; z-index: 5; }
.shippingHtml .sideNav .centerCircle { width: 8px; height: 8px; border-radius: 50%; border: solid 1px #989EA2; transition: all 0.4s; }
.shippingHtml .sideNav .name { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #989EA2; transition: all 0.4s; cursor: pointer; }

/*oversea*/
.locationMapOversea { position: relative; }
.locationMapOversea .area { position: absolute; pointer-events: none; }
.locationMapOversea .area.active .imgContainer { -webkit-filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.14)); filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.14)); }
.locationMapOversea .area.active .pinUnactive { opacity: 0; }
.locationMapOversea .area.active .pinActive { opacity: 1; }
.locationMapOversea .area .imgContainer { position: relative; z-index: 1; transition: all 0.4s; }
.locationMapOversea .area .imgUnactive { opacity: 1; transition: all 0.4s; }
.locationMapOversea .area .factory { position: absolute; top: 0; left: 0; z-index: 5; }
.locationMapOversea .area .factory.active .pinActive { transform: scale(1); }
.locationMapOversea .area .factory.active .activeDec { opacity: 1; }
.locationMapOversea .area .factory.active .name { opacity: 1; }
.locationMapOversea .area .pin { width: 26px; height: 35px; position: absolute; cursor: pointer; pointer-events: visiblefill; }
.locationMapOversea .area .pin:hover .pinUnactive { transform: scale(1); }
.locationMapOversea .area .pin:hover .pinActive { transform: scale(1); }
.locationMapOversea .area .pinUnactive { width: 100%; transform: scale(0.73); transform-origin: bottom center; position: absolute; left: 0; bottom: 0; opacity: 1; transition: all 0.4s; z-index: 5; }
.locationMapOversea .area .pinUnactive:hover { transform: scale(1); }
.locationMapOversea .area .pinActive { width: 100%; transform: scale(0.73); transform-origin: bottom center; position: absolute; left: 0; bottom: 0; opacity: 0; transition: all 0.4s; z-index: 10; }
.locationMapOversea .area .activeDec { width: 26px; height: 13px; border-radius: 50%; background: rgba(255, 0, 0, 0.5); position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%); z-index: 1; opacity: 0; transition: all 0.4s; }
.locationMapOversea .area .activeDec::after { content: ''; width: 14px; height: 7px; border-radius: 50%; background: #FF0D1C; box-shadow: 1px 1px 7px 0 rgba(0, 0, 243, 0.43); position: absolute; top: 2px; left: 50%; transform: translateX(-50%); z-index: 5; }
.locationMapOversea .area .name { width: 114px; padding: 9px 0px; border-radius: 20px; border: solid 2px #D61518; position: absolute; font: 500 16px 'Noto Sans TC', sans-serif; line-height: 16px; text-align: center; background: #fff; opacity: 0; transition: all 0.4s; }

.overseaPage .pageTitleContainer { margin-bottom: 37px; }
.overseaPage .overseaNav { margin-bottom: 95px; display: flex; justify-content: center; align-items: center; }
.overseaPage .overseaNav .item { width: 168px; height: 57px; margin: 0 18px; font: 300 20px 'Noto Sans TC', sans-serif; line-height: 57px; color: #808080; text-align: center; position: relative; transition: all 0.4s; cursor: pointer; }
.overseaPage .overseaNav .item:hover { color: #D61518; }
.overseaPage .overseaNav .item.active { background: #D61518; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0); }
.overseaPage .overseaNav .item.active::before, .overseaPage .overseaNav .item.active::after { opacity: 1; }
.overseaPage .overseaNav .item::before, .overseaPage .overseaNav .item::after { content: ''; width: 0; height: 0; position: absolute; top: 0; opacity: 0; transition: all 0.4s; display: block; border-style: solid; z-index: 5; }
.overseaPage .overseaNav .item::before { border-width: 57px 36px 0 0; border-color: #D61518 transparent transparent transparent; right: -36px; }
.overseaPage .overseaNav .item::after { border-width: 0 0 57px 36px; border-color: transparent transparent #D61518 transparent; left: -36px; }

.overseaShHtml .topIntro { max-width: 1400px; margin: 0 auto; padding-bottom: 103px; display: flex; justify-content: space-between; align-items: center; background: #fff; }
.overseaShHtml .topIntro .leftText { width: 659px; }
.overseaShHtml .topIntro .title { margin-bottom: 28px; font: 700 34px 'Noto Sans TC', sans-serif; line-height: 34px; color: #000; }
.overseaShHtml .topIntro .dec { width: 17px; height: 5px; margin: 0px 0 38px; background: #D61518; }
.overseaShHtml .topIntro .text { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; letter-spacing: 0.2px; }
.overseaShHtml .topIntro .text p { margin-bottom: 12px; }
.overseaShHtml .topIntro .rightImg { width: 654px; position: relative; }
.overseaShHtml .bottomInfo { position: relative; box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
.overseaShHtml .locationMapOversea .mapBox { position: relative; }
.overseaShHtml .locationMapOversea .mapBg { width: 1085px; }
.overseaShHtml .locationMapOversea .areaSuzhou { top: 258px; left: 791px; }
.overseaShHtml .locationMapOversea .areaSuzhou .suzhouFac .pin { top: -11px; left: 67px; }
.overseaShHtml .locationMapOversea .areaSuzhou .suzhouFac .name { top: -10px; left: 98px; }
.overseaShHtml .locationMapOversea .areaShanghai { top: 337px; left: 908px; }
.overseaShHtml .locationMapOversea .areaShanghai .shanghaiFac .pin { top: -17px; left: 0px; }
.overseaShHtml .locationMapOversea .areaShanghai .shanghaiFac .name { top: -17px; left: 31px; }
.overseaShHtml .locationMapOversea .areaDongguan { top: 533px; left: 669px; }
.overseaShHtml .locationMapOversea .areaDongguan .dongguanFac .pin { top: 31px; left: 103px; }
.overseaShHtml .locationMapOversea .areaDongguan .dongguanFac .name { top: 28px; left: 138px; }
.overseaShHtml .locationContainer { position: absolute; top: 123px; left: 1174px; }
.overseaShHtml .locationContainer:lang(en) { top: 80px; }
.overseaShHtml .locationContainer .title { padding-left: 40px; margin-bottom: 40px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; }
.overseaShHtml .locationContainer .title:lang(en) { margin-bottom: 20px; }
.overseaShHtml .locationContainer .locationList .item { width: 475px; padding: 38px 40px 26px; background: #fff; position: relative; transition: all 0.4s; }
.overseaShHtml .locationContainer .locationList .item:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
.overseaShHtml .locationContainer .locationList .item:hover .itemTitle .titleIcon { color: #D61518; }
.overseaShHtml .locationContainer .locationList .item:hover .itemTitle .name { color: #D61518; }
.overseaShHtml .locationContainer .locationList .item.active { padding: 41px 40px 40px; border-bottom: 1px solid #fff; z-index: 5; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26); top: -1px; }
.overseaShHtml .locationContainer .locationList .item.active .itemTitle { margin-bottom: 16px; }
.overseaShHtml .locationContainer .locationList .item.active .itemTitle .titleIcon { font-size: 19px; margin-right: 13px; color: #D61518; }
.overseaShHtml .locationContainer .locationList .item.active .itemTitle .name { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; color: #D61518; }
.overseaShHtml .locationContainer .locationList .item.active .itemContent { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 33px; }
.overseaShHtml .locationContainer .locationList .itemTitle { margin-bottom: 16px; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 5; }
.overseaShHtml .locationContainer .locationList .titleIcon { margin-right: 15px; font-size: 13px; color: #000; transition: all 0.4s; }
.overseaShHtml .locationContainer .locationList .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; transition: all 0.4s; }
.overseaShHtml .locationContainer .locationList .itemContent { padding: 0 0px 0px 29px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 30px; position: relative; z-index: 5; }
.overseaShHtml .locationContainer .locationList .itemContent p { margin-bottom: 0px; }

.overseaVnHtml .topIntro { max-width: 1400px; margin: 0 auto; padding-bottom: 108px; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; background: #fff; }
.overseaVnHtml .topIntro .leftText { width: 659px; margin-bottom: 55px; }
.overseaVnHtml .topIntro .title { margin-bottom: 36px; font: 700 34px 'Noto Sans TC', sans-serif; line-height: 34px; color: #000; }
.overseaVnHtml .topIntro .dec { width: 17px; height: 5px; margin: 0px 0 25px; background: #D61518; }
.overseaVnHtml .topIntro .text { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; letter-spacing: 0.2px; }
.overseaVnHtml .topIntro .text p { margin-bottom: 12px; }
.overseaVnHtml .topIntro .rightImg { width: 654px; position: relative; }
.overseaVnHtml .bottomInfo { position: relative; box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); }
.overseaVnHtml .bottomInfo:lang(en) { padding-bottom: 250px; }
.overseaVnHtml .locationMapOversea .mapBox { position: relative; }
.overseaVnHtml .locationMapOversea .mapBg { width: 1920px; }
.overseaVnHtml .locationMapOversea .name { width: 206px; }
.overseaVnHtml .locationMapOversea .areaBd { top: 657px; left: 761px; }
.overseaVnHtml .locationMapOversea .areaBd .bdComp .pin { top: -12px; left: 7px; }
.overseaVnHtml .locationMapOversea .areaBd .bdComp .name { top: -59px; left: 7px; }
.overseaVnHtml .locationMapOversea .areaBd .bdComp .name:lang(en) { top: -70px; }
.overseaVnHtml .locationMapOversea .areaBd .bdPaper .pin { top: -17px; left: -3px; }
.overseaVnHtml .locationMapOversea .areaBd .bdPaper .name { width: 225px; top: -23px; left: -232px; }
.overseaVnHtml .locationMapOversea .areaBd .bdPaper .name:lang(en) { top: -42px; }
.overseaVnHtml .locationMapOversea .areaBd .bdBgComp .pin { top: -17px; left: -3px; }
.overseaVnHtml .locationMapOversea .areaBd .bdBgComp .name { width: 225px; top: -23px; left: -232px; }
.overseaVnHtml .locationMapOversea .areaBd .bdBgComp .name:lang(en) { top: -42px; }
.overseaVnHtml .locationMapOversea .areaDn { top: 658px; left: 781px; }
.overseaVnHtml .locationMapOversea .areaDn .dnPaper .pin { top: -13px; left: 14px; }
.overseaVnHtml .locationMapOversea .areaDn .dnPaper .name { top: -10px; left: 49px; }
.overseaVnHtml .locationMapOversea .areaLa { top: 685px; left: 720px; }
.overseaVnHtml .locationMapOversea .areaLa .laComp .pin { top: -17px; left: 10px; }
.overseaVnHtml .locationMapOversea .areaLa .laComp .name { top: 5px; left: -200px; }
.overseaVnHtml .locationMapOversea .areaBg { top: 126px; left: 756px; }
.overseaVnHtml .locationMapOversea .areaBg .bgComp .pin { top: -23px; left: -2px; }
.overseaVnHtml .locationMapOversea .areaBg .bgComp .name { top: -59px; left: 7px; }
.overseaVnHtml .locationContainer { position: absolute; overflow: auto; height: 750px; top: 81px; left: 1126px; }
.overseaVnHtml .locationContainer:lang(en) { top: 60px; }
.overseaVnHtml .locationContainer .title { padding-left: 40px; margin-bottom: 11px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; }
.overseaVnHtml .locationContainer .locationList .item { width: 475px; padding: 35px 46px 32px 19px; background: #fff; position: relative; transition: all 0.4s; }
.overseaVnHtml .locationContainer .locationList .item:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
.overseaVnHtml .locationContainer .locationList .item:hover .itemTitle .titleIcon { color: #D61518; }
.overseaVnHtml .locationContainer .locationList .item:hover .itemTitle .name { color: #D61518; }
.overseaVnHtml .locationContainer .locationList .item::before { content: ''; width: 475px; height: 100%; background: #fff; transition: all 0.4s; position: absolute; top: 0; left: 0; z-index: 0; }
.overseaVnHtml .locationContainer .locationList .item.active { padding: 41px 46px 40px 19px; border-bottom: 1px solid #fff; z-index: 5; top: -1px; }
.overseaVnHtml .locationContainer .locationList .item.active::before { width: 520px; left: -22.5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26); }
.overseaVnHtml .locationContainer .locationList .item.active .itemTitle { margin-bottom: 16px; }
.overseaVnHtml .locationContainer .locationList .item.active .itemTitle .titleIcon { font-size: 19px; margin-right: 13px; color: #D61518; }
.overseaVnHtml .locationContainer .locationList .item.active .itemTitle .name { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; color: #D61518; }
.overseaVnHtml .locationContainer .locationList .item.active .itemContent { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 33px; }
.overseaVnHtml .locationContainer .locationList .itemTitle { margin-bottom: 14px; display: flex; align-items: center; cursor: pointer; position: relative; z-index: 5; }
.overseaVnHtml .locationContainer .locationList .titleIcon { margin-right: 15px; font-size: 13px; color: #000; transition: all 0.4s; }
.overseaVnHtml .locationContainer .locationList .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #242424; transition: all 0.4s; }
.overseaVnHtml .locationContainer .locationList .itemContent { padding: 0 0px 0px 24px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 30px; position: relative; z-index: 5; }
.overseaVnHtml .locationContainer .locationList .itemContent p { margin-bottom: 0px; }

/*map 相關rwd*/
@media screen and (max-width: 1899px) { .shippingHtml .shippingContainer .sideNav { left: 20px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { margin: 0 40px; } }
@media screen and (max-width: 1799px) { .warehouseHtml .warehouseContainer .middleInfo .infoBox { width: calc(100% + 0px); margin-left: 0px; margin-right: 0px; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList { width: 100%; }
  .shippingHtml .shippingContainer .topIntro .docContainer { width: 45%; margin: 0 -0px 0px auto; padding-bottom: 62px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { margin: 0 40px; } }
@media screen and (max-width: 1699px) { .freightHtml .freightContainer .topIntro .leftText { width: 40%; margin-left: 0px; }
  .freightHtml .freightContainer .topIntro .rightImg { width: 55%; position: relative; }
  .freightHtml .freightContainer .topIntro .imgBg { width: 85%; }
  .freightHtml .freightContainer .topIntro .imgCar { width: 73%; right: 0%; }
  .freightHtml .freightContainer .bottomInfo .infoBox { width: calc(100% + 0px); margin-left: 0px; margin-right: 0px; }
  .freightHtml .freightContainer .bottomInfo .leftService { width: 40%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item { width: calc(50% - 6px); }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:lang(en) { height: 300px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer:lang(en) { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img:lang(en) { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img img { object-position: bottom center; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer:lang(en) { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg { width: 100%; height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg img { width: 100%; height: 100%; object-fit: cover; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .content { width: 290px; }
  .freightHtml .freightContainer .bottomInfo .rightlocation { width: 60%; }
  .warehouseHtml .warehouseContainer .topIntro .leftText { width: 566px; margin-left: 00px; }
  .warehouseHtml .warehouseContainer .topIntro .rightImg { width: 835px; margin-right: 0px; }
  .warehouseHtml .warehouseContainer .middleInfo .leftService { width: 40%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation { width: 60%; }
  .shippingHtml .shippingContainer .topIntro .bgImg { width: 50%; height: 554px; }
  .shippingHtml .shippingContainer .topIntro .bgImg img { width: 100%; height: 100%; object-fit: cover; object-position: left; }
  .shippingHtml .shippingContainer .topIntro .docContainer { position: relative; z-index: 11; }
  .shippingHtml .shippingContainer .middleService .serviceRow { max-width: 1200px; }
  .shippingHtml .shippingContainer .middleService .item:nth-child(2n+2) .title::after { right: -80px; }
  .shippingHtml .shippingContainer .middleService .imgbox { width: 45%; }
  .shippingHtml .shippingContainer .middleService .docBox { width: 50%; }
  .shippingHtml .shippingContainer .middleService .title::after { left: -130px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation { width: 60%; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { width: 780px; margin: 0 auto; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink { width: 40%; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .linkSlider { width: 500px; }
  .overseaShHtml .locationContainer { left: 1070px; }
  .overseaVnHtml .locationMapOversea .mapBox { left: -130px; }
  .overseaVnHtml .locationContainer { left: auto; right: 50px; } }
@media screen and (max-width: 1599px) { .overseaShHtml .locationMapOversea .mapBox { left: -200px; }
  .overseaShHtml .locationContainer { left: auto; right: 50px; } }
@media screen and (max-width: 1499px) { .freightHtml .freightContainer .bottomInfo .leftService { width: 35%; }
  .freightHtml .freightContainer .bottomInfo .leftService .subTitle { margin-bottom: 30px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item { width: calc(100% - 6px); height: 180px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:lang(en) { height: 220px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:hover .img, .freightHtml .freightContainer .bottomInfo .serviceList .item:hover .bg { transform: scale(1.1); }
  .freightHtml .freightContainer .bottomInfo .serviceList .item.transContainer .coverContainer .icon { font-size: 60px; line-height: 60px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img { height: 180px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img:lang(en) { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer { height: 180px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer:lang(en) { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg { height: 180px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg:lang(en) { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .content { width: 310px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .icon { margin-bottom: 10px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .title { margin-bottom: 10px; }
  .freightHtml .freightContainer .bottomInfo .rightlocation { width: 65%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .subTitle { margin-bottom: 70px; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap { margin-left: 0px; transform: scale(0.8); }
  .warehouseHtml .warehouseContainer .topIntro .leftText { width: 50%; }
  .warehouseHtml .warehouseContainer .topIntro .rightImg { width: 45%; height: 300px; }
  .warehouseHtml .warehouseContainer .topIntro .rightImg img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
  .warehouseHtml .warehouseContainer .middleInfo .infoBox { flex-direction: column; align-items: center; }
  .warehouseHtml .warehouseContainer .middleInfo .leftService { width: 80%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation { width: 80%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart { width: 100%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemBox:before { width: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox { margin-right: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox:before { right: -30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox { margin-left: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox:before { left: -30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemRow { margin-left: -8px; margin-right: -8px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item { width: 120px; height: 120px; margin: 0 8px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item::before { content: ''; width: 120px; height: 12px; bottom: -75px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover { width: 150px; height: 150px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover::before { bottom: -59px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle { width: 250px; height: 250px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle::before { width: 250px; height: 12px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .whiteCircle { width: 190px; height: 190px; }
  .shippingHtml .shippingContainer .topIntro::after { height: 150px; }
  .shippingHtml .shippingContainer .topIntro .bgImg { width: 100%; height: auto; margin-top: -80px; position: relative; }
  .shippingHtml .shippingContainer .topIntro .docContainer { width: 80%; margin: 0 auto; padding-bottom: 0px; }
  .shippingHtml .shippingContainer .middleService .serviceRow { max-width: 960px; }
  .shippingHtml .shippingContainer .middleService .item:nth-child(2n+2) .title::after { right: -80px; }
  .shippingHtml .shippingContainer .middleService .imgbox { width: 40%; }
  .shippingHtml .shippingContainer .middleService .docBox { width: 55%; }
  .shippingHtml .shippingContainer .middleService .docBoxPL { padding-left: 100px; }
  .shippingHtml .shippingContainer .middleService .title::after { width: 80px; left: -100px; }
  .overseaShHtml .topIntro .leftText { width: 50%; }
  .overseaShHtml .topIntro .rightImg { width: 45%; height: 437px; }
  .overseaShHtml .topIntro .rightImg img { width: 100%; height: 100%; object-fit: cover; }
  .overseaVnHtml .topIntro .leftText { width: 50%; margin-bottom: 0; }
  .overseaVnHtml .topIntro .rightImg { width: 45%; height: 437px; }
  .overseaVnHtml .topIntro .rightImg img { width: 100%; height: 100%; object-fit: cover; }
  .overseaVnHtml .locationMapOversea .mapBox { left: -230px; } }
@media screen and (max-width: 1399px) { .shippingHtml .shippingContainer .bottomInfo .leftlocation { width: 75%; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { width: 780px; margin: 0 auto; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink { width: 25%; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .linkSlider { width: 250px; }
  .overseaShHtml .locationMapOversea .mapBox { left: -400px; }
  .overseaVnHtml .locationMapOversea .mapBox { left: -320px; } }
@media screen and (max-width: 1299px) { .overseaVnHtml .locationMapOversea .mapBox { left: -420px; } }
@media screen and (max-width: 1199px) { .freightHtml .freightContainer .container { padding-left: 15px; padding-right: 15px; }
  .freightHtml .freightContainer .topIntro { flex-direction: column; }
  .freightHtml .freightContainer .topIntro .leftText { width: 100%; margin-bottom: 30px; }
  .freightHtml .freightContainer .topIntro .rightImg { width: 90%; }
  .freightHtml .freightContainer .bottomInfo .infoBox { flex-wrap: wrap; }
  .freightHtml .freightContainer .bottomInfo .leftService { width: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item { width: calc(50% - 6px); height: 220px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .imgContainer .img { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .bg { height: 100%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation { width: 100%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .subTitle { margin-bottom: 0px; margin-left: 0; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap { margin-top: -30px; transform: scale(1); }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap:lang(en) { margin-left: 20px; }
  .warehouseHtml .warehouseContainer .topIntro .title { margin-bottom: 15px; }
  .warehouseHtml .warehouseContainer .topIntro .dec { margin-bottom: 18px; }
  .warehouseHtml .warehouseContainer .middleInfo .infoBox { flex-direction: column; align-items: center; }
  .warehouseHtml .warehouseContainer .middleInfo .leftService { width: 90%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation { width: 90%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart { width: 100%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemBox:before { width: 25px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox { margin-right: 25px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox:before { right: -25px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .dec { right: -10px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox { margin-left: 25px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox:before { left: -25px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .dec { left: -10px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemRow { margin-left: -5px; margin-right: -5px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .dec { width: 20px; height: 20px; border: solid 5px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item { width: 110px; height: 110px; margin: 0 5px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item::before { content: ''; width: 100px; height: 12px; bottom: -75px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover { width: 125px; height: 125px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover::before { bottom: -66px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle { width: 190px; height: 190px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle::before { width: 190px; height: 12px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .whiteCircle { width: 150px; height: 150px; }
  .shippingHtml .shippingContainer .middleService .serviceRow { max-width: 740px; }
  .shippingHtml .shippingContainer .middleService .item { flex-direction: column; }
  .shippingHtml .shippingContainer .middleService .item:nth-child(2n+2) { flex-direction: column; }
  .shippingHtml .shippingContainer .middleService .imgbox { width: 100%; height: 250px; margin-bottom: 40px; }
  .shippingHtml .shippingContainer .middleService .docBox { width: 80%; }
  .shippingHtml .shippingContainer .middleService .docBoxPL { padding-left: 0px; }
  .shippingHtml .shippingContainer .middleService .title::after { display: none; }
  .shippingHtml .shippingContainer .middleService .content { max-height: none; }
  .shippingHtml .shippingContainer .middleService .content.mhSmall { max-height: none; }
  .shippingHtml .shippingContainer .bottomInfo .infoBox { flex-direction: column; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation { width: 100%; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { width: 780px; margin: 0 auto; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink { width: 100%; padding-bottom: 100px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .linkSlider { width: 760px; }
  .shippingHtml .shippingContainer .sideNav { left: 10px; }
  .shippingHtml .shippingContainer .sideNav .icon { margin-right: 10px; }
  .overseaShHtml .locationMapOversea .mapBox { left: -550px; }
  .overseaVnHtml .locationMapOversea .mapBox { left: -520px; } }
@media screen and (max-width: 1099px) { .overseaShHtml .locationMapOversea { width: 100%; height: 550px; overflow: hidden; }
  .overseaShHtml .locationMapOversea .mapBox { position: absolute; top: -30px; left: 0px; transform: scale(0.8); transform-origin: left top; }
  .overseaShHtml .locationContainer { padding-top: 50px; padding-bottom: 50px; position: relative; right: 0; top: 0; }
  .overseaShHtml .locationContainer .title { margin-bottom: 30px; padding-left: 0; }
  .overseaShHtml .locationContainer .locationList { display: flex; }
  .overseaShHtml .locationContainer .locationList .item { width: 33.33%; padding: 38px 20px 26px; }
  .overseaShHtml .locationContainer .locationList .item:not(:last-child) { border-bottom: none; }
  .overseaShHtml .locationContainer .locationList .item.active { padding: 38px 20px 26px; top: 0; }
  .overseaShHtml .locationContainer .locationList .item.active .itemTitle { margin-bottom: 16px; }
  .overseaShHtml .locationContainer .locationList .item.active .itemTitle .titleIcon { margin-right: 15px; font-size: 13px; }
  .overseaShHtml .locationContainer .locationList .item.active .itemTitle .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
  .overseaShHtml .locationContainer .locationList .item.active .itemContent { padding-left: 24px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 30px; }
  .overseaVnHtml .bottomInfo:lang(en) { padding-bottom: 0; }
  .overseaVnHtml .locationMapOversea { width: 100%; height: 600px; overflow: hidden; }
  .overseaVnHtml .locationMapOversea .mapBox { position: absolute; top: -150px; left: 0px; transform: scale(0.9); transform-origin: left top; }
  .overseaVnHtml .locationContainer { padding-top: 50px; padding-bottom: 50px; position: relative; right: 0; top: 0; }
  .overseaVnHtml .locationContainer:lang(en) { top: 0; }
  .overseaVnHtml .locationContainer .title { margin-bottom: 30px; padding-left: 0; }
  .overseaVnHtml .locationContainer .locationList { display: flex; flex-wrap: wrap; }
  .overseaVnHtml .locationContainer .locationList .item { width: 50%; padding: 35px 46px 32px 19px; }
  .overseaVnHtml .locationContainer .locationList .item::before { width: 100%; }
  .overseaVnHtml .locationContainer .locationList .item:not(:last-child) { border-bottom: none; }
  .overseaVnHtml .locationContainer .locationList .item.active { padding: 35px 46px 32px 19px; top: 0; }
  .overseaVnHtml .locationContainer .locationList .item.active::before { width: 100%; left: 0px; }
  .overseaVnHtml .locationContainer .locationList .item.active .itemTitle { margin-bottom: 14px; }
  .overseaVnHtml .locationContainer .locationList .item.active .itemTitle .titleIcon { margin-right: 15px; font-size: 13px; }
  .overseaVnHtml .locationContainer .locationList .item.active .itemTitle .name { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
  .overseaVnHtml .locationContainer .locationList .item.active .itemContent { padding-left: 24px; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 30px; } }
@media screen and (max-width: 991px) { .freightHtml .freightContainer .bottomInfo .serviceList .item:lang(en) { height: 250px; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap { margin-top: -71px; margin-left: -42px; transform: scale(0.8); }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap:lang(en) { margin-left: -42px; }
  .warehouseHtml .warehouseContainer .topIntro { flex-direction: column; }
  .warehouseHtml .warehouseContainer .topIntro .leftText { width: 100%; margin-bottom: 30px; }
  .warehouseHtml .warehouseContainer .topIntro .title { margin-bottom: 20px; }
  .warehouseHtml .warehouseContainer .topIntro .dec { margin-bottom: 30px; }
  .warehouseHtml .warehouseContainer .topIntro .rightImg { width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .leftService { width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2:hover .img, .warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2:hover .bg { transform: scale(1); }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .img, .warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .imgCover, .warehouseHtml .warehouseContainer .middleInfo .serviceList .item:hover .bg { transform: scale(1); }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation { width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap { margin-top: -20px; margin-left: -11px; transform: scale(0.75); }
  .warehouseHtml .warehouseContainer .bottomFlowchart { width: 100%; flex-direction: column; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemBox:before { width: 4px; height: 30px; top: auto; left: 50%; right: auto; transform: translate(-50%, 0); }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox { margin-right: 0px; margin-bottom: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox:before { right: auto; bottom: -30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .dec { top: auto; bottom: -14px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox { margin-left: 0px; margin-top: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox:before { left: auto; top: -30px; left: 50%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .dec { top: -14px; bottom: auto; left: 50%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemRow { margin-left: -10px; margin-right: -10px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .dec { width: 28px; height: 28px; border: solid 7px; left: 50%; right: auto; transform: translate(-50%, 0); }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item { width: 150px; height: 150px; margin: 0 10px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item::before { display: none; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover { width: 150px; height: 150px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover .itemImg { width: 50px; height: 50px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle { width: 300px; height: 300px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle::before { display: none; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle:hover .bg { animation: none; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .bg { transform: rotate(180deg); }
  .warehouseHtml .warehouseContainer .bottomFlowchart .whiteCircle { width: 250px; height: 250px; }
  .shippingHtml .shippingContainer .topIntro .bgImg { margin-top: -50px; }
  .shippingHtml .shippingContainer .topIntro .docContainer { width: 100%; }
  .shippingHtml .shippingContainer .topIntro .title { margin-bottom: 30px; }
  .shippingHtml .shippingContainer .middleService .item { flex-direction: column; }
  .shippingHtml .shippingContainer .middleService .item:nth-child(2n+2) { flex-direction: column; }
  .shippingHtml .shippingContainer .middleService .imgbox { width: 100%; height: 250px; margin-bottom: 40px; }
  .shippingHtml .shippingContainer .middleService .docBox { width: 80%; }
  .shippingHtml .shippingContainer .middleService .docBoxPL { padding-left: 0px; }
  .shippingHtml .shippingContainer .middleService .title::after { display: none; }
  .shippingHtml .shippingContainer .middleService .content { max-height: none; }
  .shippingHtml .shippingContainer .middleService .content.mhSmall { max-height: none; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .subTitle { margin-bottom: 40px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { width: 100%; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationMap { margin-top: -40px; margin-left: -42px; transform: scale(0.8); }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList { margin-top: 80px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink { width: 100%; padding-bottom: 100px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .linkSlider { width: 100%; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .slick { width: 100%; }
  .shippingHtml .shippingContainer .sideNav { display: none; }
  .overseaShHtml .topIntro { flex-direction: column; }
  .overseaShHtml .topIntro .leftText { width: 100%; margin-bottom: 40px; }
  .overseaShHtml .topIntro .rightImg { width: 100%; height: auto; }
  .overseaShHtml .locationMapOversea .mapBox { left: 50%; top: -150px; transform: scale(0.9) translateX(-80%); }
  .overseaShHtml .locationContainer .title { text-align: center; }
  .overseaShHtml .locationContainer .locationList { flex-direction: column; align-items: center; }
  .overseaShHtml .locationContainer .locationList .item { width: 60%; }
  .overseaVnHtml .topIntro { flex-direction: column; }
  .overseaVnHtml .topIntro .leftText { width: 100%; margin-bottom: 40px; }
  .overseaVnHtml .topIntro .rightImg { width: 100%; height: auto; }
  .overseaVnHtml .locationMapOversea .mapBox { left: 50%; top: -150px; transform: scale(0.9) translateX(-40%); } }
@media screen and (max-width: 767px) { .freightHtml .freightContainer .bottomInfo .anchor { top: -100px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:lang(en) { width: calc(100% - 6px); }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .content { width: 85%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationContent { flex-wrap: wrap; justify-content: center; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap { width: auto; margin-top: 0px; margin-left: 0px; margin-bottom: 30px; transform: scale(1); }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap:lang(en) { margin-left: 0px; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationList { width: 100%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item { width: 100%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item::before { content: ''; width: 100%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item.active::before { width: calc(100% + 30px); left: -15px; }
  .warehouseHtml .warehouseContainer .middleInfo .anchor { top: -100px; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .imgContainer .title:lang(en), .warehouseHtml .warehouseContainer .middleInfo .serviceList .hoverCover .title:lang(en) { font-size: 16px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationContent { flex-direction: column; align-items: center; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer { width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .col-3:lang(en) { flex: 0 0 50%; max-width: 50%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnItem { height: 60px; display: flex; justify-content: center; align-items: center; cursor: pointer; opacity: 0.6; transition: all 0.4s; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnItem.active { opacity: 1; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnItem:lang(en) { margin-bottom: 10px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .locationTypeWh { background: #D61518; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .locationTypePaper { background: #0640DA; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .locationTypePc { background: #000; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .locationTypeBulk { background: #F6AB1C; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnImg { width: 30px; margin-right: 17px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnImg:lang(en) { margin-right: 10px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnTitle { font: 700 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #fff; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnTitle:lang(en) { font-size: 18px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap { margin-top: -30px; margin-left: 0px; margin-bottom: -80px; transform: scale(0.8); }
  .shippingHtml .anchor { top: -100px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationContent { flex-direction: column; align-items: center; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationMap { margin-top: 0px; margin-left: 0px; transform: scale(1); }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList { margin-top: 80px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink { width: 100%; padding-bottom: 100px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .linkSlider { width: 100%; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .slick { width: 100%; }
  .overseaShHtml .locationContainer .locationList .item { width: 80%; }
  .overseaVnHtml .locationContainer .title { text-align: center; }
  .overseaVnHtml .locationContainer .locationList { flex-direction: column; align-items: center; }
  .overseaVnHtml .locationContainer .locationList .item { width: 90%; }
  .overseaVnHtml .locationContainer .locationList .item:not(:last-child) { border-bottom: solid 1px #ccc; transition: all 0.4s; }
  .overseaVnHtml .locationContainer .locationList .item.active:not(:last-child) { border-bottom-color: transparent; } }
@media screen and (max-width: 575px) { .freightHtml .pageTitleContainer { margin-bottom: 50px; }
  .freightHtml .freightContainer .topIntro .title { font-size: 28px; line-height: 30px; }
  .freightHtml .freightContainer .topIntro .dec { margin: 30px 0 27px; }
  .freightHtml .freightContainer .topIntro .text { font-size: 17px; line-height: 28px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item { width: calc(100% - 6px); }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:lang(en) { height: 280px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:hover .img, .freightHtml .freightContainer .bottomInfo .serviceList .item:hover .bg { transform: scale(1); }
  .freightHtml .freightContainer .bottomInfo .serviceList .coverContainer .content:lang(en) { width: 85%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item::before { content: ''; width: 100%; }
  .freightHtml .freightContainer .bottomInfo .rightlocation .locationList .item.active::before { width: calc(100% + 0px); left: 0px; }
  .warehouseHtml .pageTitleContainer { margin-bottom: 40px; }
  .warehouseHtml .warehouseContainer .topIntro .rightImg { height: 220px; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .itemRow { margin-left: -5px; margin-right: -5px; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .item { width: calc(50% - 10px); height: 180px; margin: 5px; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2 { width: calc(50% - 10px); }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2:first-child { width: calc(100% - 10px); }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .btnTitle:lang(en) { font-size: 16px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap { margin-left: 42px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart { margin: 50px auto 50px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemBox:before { width: 4px; height: 30px; top: auto; left: 50%; right: auto; transform: translate(-50%, 0); }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox { margin-right: 0px; margin-bottom: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox:before { right: auto; bottom: -30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .dec { top: auto; bottom: -14px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .leftBox .dec:lang(en) { bottom: -20px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox { margin-left: 0px; margin-top: 30px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox:before { left: auto; top: -30px; left: 50%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .dec { top: -14px; bottom: auto; left: 50%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .rightBox .dec:lang(en) { top: -20px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemRow { margin-left: -5px; margin-right: -5px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .dec { width: 28px; height: 28px; border: solid 7px; left: 50%; right: auto; transform: translate(-50%, 0); }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item { width: 100px; height: 100px; margin: 0 5px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover { width: 100px; height: 100px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover .itemImg { width: 40px; height: 40px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemImg { margin-bottom: 16px; width: 40px; height: 40px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .itemTitle:lang(en) { font-size: 16px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .centerCircle { width: 200px; height: 200px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .whiteCircle { width: 150px; height: 150px; }
  .shippingHtml .shippingContainer .topIntro .year { font-size: 36px; line-height: 36px; }
  .shippingHtml .shippingContainer .topIntro .title { margin-bottom: 30px; font-size: 22px; line-height: 28px; }
  .shippingHtml .shippingContainer .topIntro .content { font-size: 17px; line-height: 28px; }
  .shippingHtml .shippingContainer .topIntro .content p { margin-bottom: 10px; }
  .shippingHtml .shippingContainer .middleService .item { margin-bottom: 80px; }
  .shippingHtml .shippingContainer .middleService .imgbox { width: 100%; }
  .shippingHtml .shippingContainer .middleService .docBox { width: 100%; }
  .shippingHtml .shippingContainer .middleService .title { margin-bottom: 20px; font-size: 24px; line-height: 24px; }
  .shippingHtml .shippingContainer .middleService .content { font-size: 17px; line-height: 28px; }
  .shippingHtml .shippingContainer .middleService .content ul li { margin-bottom: 10px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList { width: 100%; margin-top: 40px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .item { width: 100%; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .item::before { width: 100%; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .item.active::before { width: calc(100% + 0px); left: 0px; }
  .overseaShHtml .locationContainer .locationList .item { width: 100%; }
  .overseaVnHtml .locationContainer .locationList .item { width: 100%; padding: 35px 15px 32px 15px; }
  .overseaVnHtml .locationContainer .locationList .item.active { padding: 35px 15px 32px 15px; } }
@media screen and (max-width: 500px) { .overseaVnHtml .locationMapOversea .mapBox { transform: scale(0.9) translateX(-41%); }
  .overseaVnHtml .locationMapOversea .areaBd .bdComp .name { top: -59px; left: -6px; }
  .overseaVnHtml .locationMapOversea .areaBd .bdPaper .name { width: 140px; padding: 9px 15px; top: -35px; left: -146px; }
  .overseaVnHtml .locationMapOversea .areaBd .bdPaper .name:lang(en) { padding: 9px 10px; }
  .overseaVnHtml .locationMapOversea .areaDn .dnPaper .name { width: 130px; padding: 9px 15px; top: -10px; left: 49px; }
  .overseaVnHtml .locationMapOversea .areaDn .dnPaper .name:lang(en) { padding: 9px 10px; }
  .overseaVnHtml .locationMapOversea .areaLa .laComp .name { width: 130px; padding: 9px 10px; top: 20px; left: -110px; }
  .overseaVnHtml .locationMapOversea .areaLa .laComp .name:lang(en) { padding: 9px 5px; } }
@media screen and (max-width: 449px) { .freightHtml .freightContainer .bottomInfo .rightlocation .locationMap { margin-top: -100px; margin-bottom: -60px; transform: scale(0.75); }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationBtnContainer .col-3 { flex: 0 0 50%; max-width: 50%; margin-bottom: 8px; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item::before { content: ''; width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item.active::before { width: calc(100% + 0px); left: 0px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationMap { margin-top: -100px; margin-bottom: -60px; transform: scale(0.75); }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .linkSlider { max-width: 300px; }
  .overseaPage .overseaNav .item { width: 100px; }
  .overseaShHtml .topIntro .title { font-size: 28px; line-height: 34px; }
  .overseaShHtml .topIntro .text { font-size: 17px; line-height: 28px; }
  .overseaVnHtml .topIntro .title { font-size: 28px; line-height: 34px; }
  .overseaVnHtml .topIntro .text { font-size: 17px; line-height: 28px; } }
@media screen and (max-width: 375px) { .freightHtml .freightContainer .topIntro .title { font-size: 23px; line-height: 23px; }
  .freightHtml .freightContainer .bottomInfo .serviceList .item:lang(en) { height: 300px; }
  .shippingHtml .shippingContainer .middleService .imgbox { height: 180px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .prevBtn { margin-bottom: 10px; }
  .shippingHtml .shippingContainer .bottomInfo .rightLink .nextBtn { margin-top: 10px; }
  .overseaShHtml .locationMapOversea { height: 450px; }
  .overseaShHtml .locationMapOversea .mapBox { transform: scale(0.75) translateX(-80%); } }
@media screen and (max-width: 374px) { .warehouseHtml .warehouseContainer .middleInfo .serviceList .item { width: calc(100% - 10px); height: 150px; }
  .warehouseHtml .warehouseContainer .middleInfo .serviceList .item.w-2 { width: calc(100% - 10px); }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationMap { margin-top: -90px; margin-bottom: -120px; transform: scale(0.7); }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList { width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .typeTitleContainer { width: 100%; }
  .warehouseHtml .warehouseContainer .middleInfo .rightlocation .locationList .item { width: 100%; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item { width: 95px; height: 95px; }
  .warehouseHtml .warehouseContainer .bottomFlowchart .item:hover { width: 95px; height: 95px; }
  .shippingHtml .shippingContainer .topIntro .year { font-size: 36px; line-height: 36px; }
  .shippingHtml .shippingContainer .topIntro .title { margin-bottom: 30px; font-size: 22px; line-height: 28px; }
  .shippingHtml .shippingContainer .topIntro .content { font-size: 17px; line-height: 28px; }
  .shippingHtml .shippingContainer .topIntro .content p { margin-bottom: 10px; }
  .shippingHtml .shippingContainer .middleService .item { margin-bottom: 80px; }
  .shippingHtml .shippingContainer .middleService .imgbox { width: 100%; }
  .shippingHtml .shippingContainer .middleService .docBox { width: 100%; }
  .shippingHtml .shippingContainer .middleService .title { margin-bottom: 20px; font-size: 24px; line-height: 24px; }
  .shippingHtml .shippingContainer .middleService .content { font-size: 17px; line-height: 28px; }
  .shippingHtml .shippingContainer .middleService .content ul li { margin-bottom: 10px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationMap .keelungFac .name { top: -76px; left: -20px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationMap .keelungFac .name:lang(en) { width: 200px; top: -46px; left: -167px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .itemTitle { padding: 0 20px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .itemTitle.collapsed { /*未開*/ }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .itemTitle.collapsed .titleIcon { margin-right: 12px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .titleIcon { margin-right: 12px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .name { font-size: 18px; line-height: 18px; }
  .shippingHtml .shippingContainer .bottomInfo .leftlocation .locationList .itemContent { padding: 0 20px 0 40px; }
  .overseaVnHtml .topIntro .title { font-size: 24px; line-height: 34px; } }
/*投資人專區*/
#investor main .container { padding-left: 0; padding-right: 0; }
#investor main .pageTitleContainer { margin-top: 59px; margin-bottom: 60px; }
#investor .investorContainer .topList { max-width: 1511px; margin: 0 auto; position: relative; z-index: 10; }
#investor .investorContainer .topList .listRow { margin-left: -7px; margin-right: -7px; display: flex; }
#investor .investorContainer .topList .item { width: calc(100% / 6 - 14px); height: 240px; margin: 7px; padding: 25px 22px; border: solid 1px rgba(205, 205, 205, 0.3); position: relative; background: #fff; box-shadow: -2px 2px 20px 0 rgba(0, 0, 0, 0.15); }
#investor .investorContainer .topList .item:hover { z-index: 5; }
#investor .investorContainer .topList .item:hover .hoverBg { width: calc(100% + 29px); height: calc(100% + 29px); opacity: 1; }
#investor .investorContainer .topList .item:hover .hoverImg { bottom: 0px; right: 0px; }
#investor .investorContainer .topList .item:hover .titleEn { color: #fff; }
#investor .investorContainer .topList .item:hover .titleCh { color: #fff; }
#investor .investorContainer .topList .item:hover .arrow { opacity: 1; }
#investor .investorContainer .topList .item a { width: 100%; height: 100%; display: block; }
#investor .investorContainer .topList .bg { position: absolute; right: 0; bottom: 0; display: block; }
#investor .investorContainer .topList .hoverBg { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #D61518; opacity: 0; transition: all 0.4s; display: block; }
#investor .investorContainer .topList .hoverImg { position: absolute; bottom: -14px; right: -14px; transition: all 0.4s; display: block; }
#investor .investorContainer .topList .contentBox { height: 100%; display: flex; flex-direction: column; position: relative; z-index: 10; }
#investor .investorContainer .topList .titleEn { margin-bottom: 20px; font: 500 19px 'Raleway', sans-serif; line-height: 26px; text-transform: uppercase; color: #000; transition: all 0.4s; display: block; }
#investor .investorContainer .topList .titleCh { flex-grow: 1; font: 700 19px 'Noto Sans TC', sans-serif; line-height: 19px; letter-spacing: 1px; color: #D61518; transition: all 0.4s; display: block; }
#investor .investorContainer .topList .titleCh:lang(en) { opacity: 0; }
#investor .investorContainer .topList .arrow { color: #fff; opacity: 0; transition: all 0.4s; display: block; }
#investor .investorContainer .topList .arrow i::before { transform: scale(0.5); transform-origin: left; }
#investor .investorContainer .bottomInfo { margin-top: -75px; background: #f6f6f6; position: relative; }
#investor .investorContainer .bgGray { width: 30%; height: 100%; position: absolute; top: 0; right: 0; background: #EFEFEF; }
#investor .investorContainer .bottomInfoBox { max-width: 1511px; margin: 0 auto; display: flex; }
#investor .investorContainer .leftNews { width: 1091px; padding-top: 119px; padding-bottom: 49px; position: relative; }
#investor .investorContainer .leftNews .bg { position: absolute; left: -450px; bottom: 0; opacity: 0.5; }
#investor .investorContainer .leftNews .container { display: flex; position: relative; z-index: 5; }
#investor .investorContainer .leftNews .titleContainer { margin-right: 35px; }
#investor .investorContainer .leftNews .titleContainer .newsTitle { margin-bottom: 133px; }
#investor .investorContainer .leftNews .titleContainer .titleEn { margin-bottom: 8px; font: 700 37px 'Raleway', sans-serif; line-height: 37px; color: #D61518; }
#investor .investorContainer .leftNews .titleContainer .titleCh { font: 500 15px 'Noto Sans TC', sans-serif; line-height: 15px; }
#investor .investorContainer .leftNews .titleContainer .titleCh:lang(en) { opacity: 0; }
#investor .investorContainer .leftNews .titleContainer .moreBtn { padding-left: 12px; font: 500 15px 'Raleway', sans-serif; line-height: 15px; color: #616161; position: relative; transition: all 0.4s; }
#investor .investorContainer .leftNews .titleContainer .moreBtn::before { content: ''; width: 4px; height: 14px; background: #D61518; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.4s; }
#investor .investorContainer .leftNews .titleContainer .moreBtn:hover { color: #fff; }
#investor .investorContainer .leftNews .titleContainer .moreBtn:hover::before { width: 100px; height: 20px; background: #D61518; top: -3px; }
#investor .investorContainer .leftNews .sliderContainer { width: 873px; margin: -7px 70px -7px 0; display: flex; align-items: center; justify-content: space-between; }
#investor .investorContainer .leftNews .silckControl { font-size: 12px; }
#investor .investorContainer .leftNews .silckControl .prevBtn, #investor .investorContainer .leftNews .silckControl .nextBtn { width: 30px; height: 30px; line-height: 30px; color: #ccc; cursor: pointer; transition: all 0.4s; }
#investor .investorContainer .leftNews .silckControl .prevBtn i::before, #investor .investorContainer .leftNews .silckControl .nextBtn i::before { transform: scale(0.75); transform-origin: left; }
#investor .investorContainer .leftNews .silckControl .prevBtn:hover, #investor .investorContainer .leftNews .silckControl .nextBtn:hover { color: #D61518; }
#investor .investorContainer .leftNews .slick { width: 751px; padding: 7px; overflow: hidden; }
#investor .investorContainer .leftNews .slick .slick-list { overflow: visible; }
#investor .investorContainer .leftNews .slickItem { padding: 7px; }
#investor .investorContainer .leftNews .newsItem { height: 130px; border: solid 1px rgba(205, 205, 205, 0.3); padding: 21px 38px 21px 44px; display: flex; flex-direction: column; position: relative; color: #616161; transition: all 0.4s; }
#investor .investorContainer .leftNews .newsItem:hover { border-color: transparent; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16); }
#investor .investorContainer .leftNews .newsItem:hover .newsBg { opacity: 1; }
#investor .investorContainer .leftNews .newsItem:hover .newsDate { font: 700 14px 'Noto Sans TC', sans-serif; line-height: 14px; color: #000; }
#investor .investorContainer .leftNews .newsItem:hover .newsTitle { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; }
#investor .investorContainer .leftNews .newsItem:hover .newsMore { color: #D61518; }
#investor .investorContainer .leftNews .newsItem .newsBg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.4s; display: block; }
#investor .investorContainer .leftNews .newsItem .newsBg img { width: 100%; height: 100%; object-fit: cover; }
#investor .investorContainer .leftNews .newsItem .newsdoc { height: 100%; position: relative; display: flex; flex-direction: column; z-index: 5; }
#investor .investorContainer .leftNews .newsItem .newsDate { margin-bottom: 12px; font: 500 14px 'Noto Sans TC', sans-serif; line-height: 14px; transition: all 0.4s; display: block; }
#investor .investorContainer .leftNews .newsItem .newsTitle { width: 100%; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; flex-grow: 1; transition: all 0.4s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
#investor .investorContainer .leftNews .newsItem .newsMore { font: 600 14px 'Raleway', sans-serif; line-height: 14px; transition: all 0.4s; text-transform: uppercase; text-align: right; display: block; }
#investor .investorContainer .leftNews .newsItem .newsMore span { margin-left: 15px; font-size: 26px; line-height: 14px; display: inline-block; position: relative; top: 3px; }
#investor .investorContainer .rightContact { width: 420px; height: 100%; padding-top: 127px; padding-bottom: 33px; padding-left: 70px; background: #EFEFEF; position: relative; z-index: 5; }
#investor .investorContainer .rightContact .contactTitle { width: 350px; margin-bottom: 5px; display: flex; align-items: flex-end; justify-content: space-between; }
#investor .investorContainer .rightContact .title { font: 500 20px 'Noto Sans TC', sans-serif; line-height: 20px; }
#investor .investorContainer .rightContact .linkBtn { padding-left: 12px; font: 500 15px 'Raleway', sans-serif; line-height: 15px; color: #616161; text-transform: uppercase; position: relative; transition: all 0.4s; }
#investor .investorContainer .rightContact .linkBtn::before { content: ''; width: 4px; height: 14px; background: #D61518; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.4s; }
#investor .investorContainer .rightContact .linkBtn:hover { color: #fff; }
#investor .investorContainer .rightContact .linkBtn:hover::before { width: 120px; height: 20px; background: #D61518; top: -3px; }
#investor .investorContainer .rightContact .contactList { width: 350px; }
#investor .investorContainer .rightContact .contactItem { width: 100%; padding: 25px 0; display: flex; align-items: center; }
#investor .investorContainer .rightContact .contactItem:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
#investor .investorContainer .rightContact .nameBox { width: 81px; margin-right: 28px; }
#investor .investorContainer .rightContact .nameBox:lang(en) { width: 150px; margin-right: 10px; }
#investor .investorContainer .rightContact .name { margin-bottom: 6px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; }
#investor .investorContainer .rightContact .job { font: 500 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #616161; }
#investor .investorContainer .rightContact .content { font: 400 15px 'Noto Sans TC', sans-serif; line-height: 15px; color: #616161; }
#investor .investorContainer .rightContact .item:not(:last-child) { margin-bottom: 9px; }
#investor .investorContainer .rightContact .item span { font-size: 12px; line-height: 15px; }

.investorPage .yearSelect { width: 120px; margin-left: auto; margin-bottom: 5px; padding-left: 10px; position: relative; z-index: 5; }
.investorPage .yearSelect .selectBox { width: 100%; height: 40px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.investorPage .yearSelect .title { font: 500 17px 'Noto Sans TC', sans-serif; line-height: 17px; color: #242424; }
.investorPage .yearSelect .icon { width: 10px; height: 10px; font-size: 12px; line-height: 10px; color: #D61518; }
.investorPage .yearSelect .icon i::before { transform: scale(0.83) rotate(90deg); }
.investorPage .yearSelect .ContentBox { width: 100%; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; background: #f6f6f6; position: absolute; left: 0; z-index: 20; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }
.investorPage .yearSelect .item { line-height: 38px; text-align: center; cursor: pointer; position: relative; transition: all 0.4s; }
.investorPage .yearSelect .item::before { content: ''; width: 100%; height: calc(100% + 1px); background: #fff; position: absolute; top: -1px; left: 0; opacity: 0; transition: all 0.4s; z-index: -1; }
.investorPage .yearSelect .item:not(:last-child)::after { content: ''; width: 100px; height: 1px; background: #ccc; position: absolute; bottom: 0; left: 10px; opacity: 1; transition: all 0.4s; }
.investorPage .yearSelect .item:hover { color: #D61518; }
.investorPage .yearSelect .item:hover::before { opacity: 1; }
.investorPage .yearSelect .item:hover:not(:last-child)::after { opacity: 0; }
.investorPage .navContainer { margin-bottom: 16px; }
.investorPage .navContainer .navTitle { display: none; }
.investorPage .navContainer .itemRow { display: flex; justify-content: center; align-items: center; }
.investorPage .navContainer .item { width: 168px; height: 52px; margin: 0 18px; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 52px; color: #616161; text-align: center; position: relative; transition: all 0.4s; cursor: pointer; }
.investorPage .navContainer .item:not(:last-child) .decLine { display: block; }
.investorPage .navContainer .item:hover { color: #D61518; }
.investorPage .navContainer .item.active { background: #D61518; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0); }
.investorPage .navContainer .item.active::before, .investorPage .navContainer .item.active::after { opacity: 1; }
.investorPage .navContainer .item.active .decLine { display: none; }
.investorPage .navContainer .item::before, .investorPage .navContainer .item::after { content: ''; width: 0; height: 0; position: absolute; top: 0; opacity: 0; transition: all 0.4s; display: block; border-style: solid; z-index: 5; }
.investorPage .navContainer .item::before { border-width: 52px 36px 0 0; border-color: #D61518 transparent transparent transparent; right: -36px; }
.investorPage .navContainer .item::after { border-width: 0 0 52px 36px; border-color: transparent transparent #D61518 transparent; left: -36px; }
.investorPage .navContainer .item a { display: block; }
.investorPage .navContainer .decLine { width: 1px; height: 20px; background: #959595; display: none; position: absolute; top: 17px; right: -17.5px; transform: rotate(-148deg); }

/*財務資訊*/
#investorReportYear main .container { padding-left: 0; padding-right: 0; }
#investorReportYear main .pageTitleContainer { margin-bottom: 42px; }
#investorReportYear .reportYearContainer { max-width: 1120px; margin: 0 auto; }
#investorReportYear .reportYearContainer .yearReportContainer .listRow { margin-left: -19px; margin-right: -19px; }
#investorReportYear .reportYearContainer .yearReportContainer .listCol { padding: 19px; }
#investorReportYear .reportYearContainer .yearReportContainer .item { height: 247px; padding: 24px 30px 21px 24px; border: solid 1px rgba(205, 205, 205, 0.3); display: flex; flex-direction: column; position: relative; top: 0px; transition: all 0.4s; }
#investorReportYear .reportYearContainer .yearReportContainer .item:hover { border-color: #D61518; top: -18px; }
#investorReportYear .reportYearContainer .yearReportContainer .item:hover .titleCh { color: #D61518; }
#investorReportYear .reportYearContainer .yearReportContainer .title { flex-grow: 1; display: block; }
#investorReportYear .reportYearContainer .yearReportContainer .titleEn { margin-bottom: 17px; font: 800 22px 'Raleway', sans-serif; line-height: 27px; text-transform: uppercase; display: block; }
#investorReportYear .reportYearContainer .yearReportContainer .titleEn span { width: 100%; display: inline-block; }
#investorReportYear .reportYearContainer .yearReportContainer .titleCh { font: 500 17px 'Noto Sans TC', sans-serif; line-height: 17px; color: #616161; transition: all 0.4s; display: block; }
#investorReportYear .reportYearContainer .yearReportContainer .titleCh:lang(en) { opacity: 0; }
#investorReportYear .reportYearContainer .yearReportContainer .icon { width: 30px; margin-left: auto; display: block; }
#investorReportYear .reportYearContainer .newsPagination { margin-top: 47px; }

#investorReportSeason { overflow: visible; }
#investorReportSeason main { overflow: visible; }
#investorReportSeason main .container { padding-left: 0; padding-right: 0; }
#investorReportSeason main .pageTitleContainer { margin-bottom: 42px; }
#investorReportSeason .reportSeasonContainer { max-width: 1420px; margin: 0 auto; }
#investorReportSeason .reportSeasonContainer .navContainer { margin-bottom: 0; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable { padding-bottom: 148px; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead { border-bottom: 2px solid #D61518; position: sticky; top: 80px; z-index: 10; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead .tableRow { height: 78px; background: #fff; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead .tableItem { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; position: relative; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 22px; background: #969696; position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow { height: 78px; transition: all 0.4s; position: relative; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow:before { content: ''; width: 100%; height: calc(100% + 2px); background: #f6f6f6; position: absolute; top: -1px; left: 0; opacity: 0; transition: all 0.4s; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow:first-child { height: 93px; padding-top: 16px; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow:hover:before { opacity: 1; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow:hover .tableItem { color: #000; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableItem { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; transition: all 0.4s; position: relative; z-index: 1; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableRow { display: flex; align-items: center; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem { text-align: center; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.year { width: 22%; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q1, #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q2, #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q3, #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q4 { width: 19.5%; }
#investorReportSeason .reportSeasonContainer .reportSeasonTable .itemImg { width: 28px; margin: 0 auto; display: block; }
#investorReportSeason .bs-tooltip-top .arrow::before, #investorReportSeason .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-width: .2rem .2rem 0; }
#investorReportSeason .tooltip-inner { padding: 7px 18px; border-radius: 20px; font: 300 14px 'Noto Sans TC', sans-serif; line-height: 14px; letter-spacing: 0.1px; }

.reportMonthContainer .pageTitleContainer { margin-bottom: 42px; }
.reportMonthContainer .navContainer { margin-bottom: 0; }

.investorReportMonthHtml { max-width: 1420px; margin: 0 auto; }
.investorReportMonthHtml .reportMonthTable { padding-bottom: 69px; }
.investorReportMonthHtml .reportMonthTable .tableHead { border-bottom: 2px solid #D61518; position: sticky; top: 80px; z-index: 10; }
.investorReportMonthHtml .reportMonthTable .tableHead .tableRow { height: 60px; background: #fff; }
.investorReportMonthHtml .reportMonthTable .tableHead .tableItem { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; position: relative; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableRow { height: 42px; border-bottom: 1px solid rgba(150, 150, 150, 0.2); transition: all 0.4s; position: relative; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableRow:first-child { height: 46px; padding-top: 4px; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableRow:before { content: ''; width: 100%; height: calc(100% + 2px); background: #f6f6f6; position: absolute; top: -1px; left: 0; opacity: 0; transition: all 0.4s; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableRow:hover:before { opacity: 1; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableRow:hover .tableItem { color: #000; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableItem { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; color: #616161; transition: all 0.4s; position: relative; z-index: 1; }
.investorReportMonthHtml .reportMonthTable .tableBody .tableItem.month { display: flex; justify-content: center; align-items: center; }
.investorReportMonthHtml .reportMonthTable .tableBody .monthBox { width: 40px; text-align: left; }
.investorReportMonthHtml .reportMonthTable .tableRow { display: flex; align-items: center; }
.investorReportMonthHtml .reportMonthTable .tableItem { text-align: center; }
.investorReportMonthHtml .reportMonthTable .tableItem.month { width: 22%; }
.investorReportMonthHtml .reportMonthTable .tableItem.revenue, .investorReportMonthHtml .reportMonthTable .tableItem.revenueLast, .investorReportMonthHtml .reportMonthTable .tableItem.difference { width: 26%; }
.investorReportMonthHtml .reportMonthTable .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 15px; background: rgba(150, 150, 150, 0.5); position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.investorReportMonthHtml .reportMonthTable .rwdTableTitle { display: none; }
.investorReportMonthHtml .reportMonthTable .tableNote { margin-top: 22px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; text-align: right; color: #616161; }

/*法人說明會*/
#investorSeminar { overflow: visible; }
#investorSeminar main { overflow: visible; }
#investorSeminar main .container { padding-left: 0; padding-right: 0; }
#investorSeminar main .pageTitleContainer { margin-bottom: 26px; }
#investorSeminar .seminarContainer { max-width: 1420px; margin: 0 auto; }
#investorSeminar .seminarContainer .yearSelect { margin-bottom: 0px; }
#investorSeminar .seminarContainer .yearSelect .selectBox { height: 38px; }
#investorSeminar .seminarContainer .seminarTable { padding-bottom: 100px; }
#investorSeminar .seminarContainer .seminarTable .tableHead { border-bottom: 2px solid #D61518; position: sticky; top: 80px; z-index: 10; }
#investorSeminar .seminarContainer .seminarTable .tableHead .tableRow { height: 80px; background: #fff; }
#investorSeminar .seminarContainer .seminarTable .tableHead .tableItem { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; position: relative; text-align: center; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableRow { padding: 47px 0 47px; transition: all 0.4s; position: relative; border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableRow:before { content: ''; width: 100%; height: calc(100% + 2px); background: #f6f6f6; position: absolute; top: -1px; left: 0; opacity: 0; transition: all 0.4s; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableRow:hover:before { opacity: 1; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableRow:hover .tableItem.content .contentName { color: #000; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableRow:hover .tableItem.vedio { color: #D61518; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem { transition: all 0.4s; position: relative; z-index: 1; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; text-align: center; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdName { display: none; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content { padding-left: 58px; text-align: left; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content .contentName { margin-bottom: 19px; font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; transition: all 0.4s; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content .contentDoc { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; letter-spacing: 0.2px; color: #616161; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content .contentDoc span { font-size: 12px; line-height: 16px; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content .contentDoc p { margin-bottom: 6px; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content .contentDoc p:last-child { margin-bottom: 0px; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio { color: #ccc; transition: all 0.4s; text-align: center; font-size: 17px; line-height: 17px; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio a { color: inherit; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.download { display: flex; align-items: center; justify-content: center; }
#investorSeminar .seminarContainer .seminarTable .tableBody .tableItem .rwdTitle { display: none; }
#investorSeminar .seminarContainer .seminarTable .tableRow { display: flex; align-items: center; }
#investorSeminar .seminarContainer .seminarTable .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 22px; background: #969696; position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
#investorSeminar .seminarContainer .seminarTable .tableItem.date { width: 13%; }
#investorSeminar .seminarContainer .seminarTable .tableItem.content { width: 51%; }
#investorSeminar .seminarContainer .seminarTable .tableItem.vedio, #investorSeminar .seminarContainer .seminarTable .tableItem.download { width: 18%; }
#investorSeminar .seminarContainer .seminarTable .itemImg { width: 32px; margin: 0 5px; }
#investorSeminar .bs-tooltip-top .arrow::before, #investorSeminar .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-width: .2rem .2rem 0; }
#investorSeminar .tooltip-inner { max-width: none; padding: 7px 18px; border-radius: 20px; font: 300 14px 'Noto Sans TC', sans-serif; line-height: 14px; letter-spacing: 0.1px; }

/*股東會*/
#investorShareholder { overflow: visible; }
#investorShareholder main { overflow: visible; }
#investorShareholder main .container { padding-left: 0; padding-right: 0; }
#investorShareholder main .pageTitleContainer { margin-bottom: 42px; }
#investorShareholder .shareholderContainer { max-width: 1420px; margin: 0 auto; }
#investorShareholder .shareholderContainer .navContainer { margin-bottom: 0; }
#investorShareholder .shareholderContainer .yearSelect { margin-bottom: 26px; }
#investorShareholder .shareholderContainer .yearSelect .selectBox { height: 30px; }
#investorShareholder .shareholderContainer .shareholderTable { padding-bottom: 91px; }
#investorShareholder .shareholderContainer .shareholderTable .tableHead { border-bottom: 2px solid #D61518; position: sticky; top: 80px; z-index: 10; }
#investorShareholder .shareholderContainer .shareholderTable .tableHead .tableRow { height: 78px; background: #fff; }
#investorShareholder .shareholderContainer .shareholderTable .tableHead .tableItem { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; position: relative; }
#investorShareholder .shareholderContainer .shareholderTable .tableBody .tableRow { height: 130px; border-bottom: 1px solid rgba(205, 205, 205, 0.3); transition: all 0.4s; position: relative; }
#investorShareholder .shareholderContainer .shareholderTable .tableBody .tableRow:before { content: ''; width: 100%; height: calc(100% + 2px); background: #f6f6f6; position: absolute; top: -1px; left: 0; opacity: 0; transition: all 0.4s; }
#investorShareholder .shareholderContainer .shareholderTable .tableBody .tableRow:hover:before { opacity: 1; }
#investorShareholder .shareholderContainer .shareholderTable .tableBody .tableRow:hover .tableItem { color: #000; }
#investorShareholder .shareholderContainer .shareholderTable .tableBody .tableItem { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; transition: all 0.4s; position: relative; z-index: 1; }
#investorShareholder .shareholderContainer .shareholderTable .tableRow { display: flex; align-items: center; }
#investorShareholder .shareholderContainer .shareholderTable .tableItem { text-align: center; }
#investorShareholder .shareholderContainer .shareholderTable .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 22px; background: rgba(150, 150, 150, 0.5); position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
#investorShareholder .shareholderContainer .shareholderTable .tableItem.title { width: 22%; }
#investorShareholder .shareholderContainer .shareholderTable .tableItem.notice, #investorShareholder .shareholderContainer .shareholderTable .tableItem.manual, #investorShareholder .shareholderContainer .shareholderTable .tableItem.report, #investorShareholder .shareholderContainer .shareholderTable .tableItem.doc { width: 19.5%; }
#investorShareholder .shareholderContainer .shareholderTable .itemImg { width: 32px; margin: 0 auto; }
#investorShareholder .bs-tooltip-top .arrow::before, #investorShareholder .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-width: .2rem .2rem 0; }
#investorShareholder .tooltip-inner { padding: 7px 18px; border-radius: 20px; font: 300 14px 'Noto Sans TC', sans-serif; line-height: 14px; letter-spacing: 0.1px; }

.shareholderListContainer .pageTitleContainer { margin-bottom: 42px; }
.shareholderListContainer .navContainer { margin-bottom: 9px; }

.investorShareholderListHtml { max-width: 1420px; margin: 0 auto; }
.investorShareholderListHtml .yearSelect { margin-bottom: 26px; }
.investorShareholderListHtml .yearSelect .selectBox { height: 30px; }
.investorShareholderListHtml .shareholderListTable { padding-bottom: 91px; }
.investorShareholderListHtml .shareholderListTable .tableNote { margin-bottom: 19px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; text-align: right; }
.investorShareholderListHtml .shareholderListTable .tableHead { position: sticky; top: 80px; z-index: 10; }
.investorShareholderListHtml .shareholderListTable .tableHead .tableRow { height: 45px; background: #D61518; }
.investorShareholderListHtml .shareholderListTable .tableHead .tableItem { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; position: relative; color: #fff; }
.investorShareholderListHtml .shareholderListTable .tableHead .tableItem:not(:last-child)::after { height: 22px; background: #fff; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableRow { height: 46px; transition: all 0.4s; position: relative; background: #f6f6f6; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableRow:not(:last-child) { border-bottom: 1px solid rgba(150, 150, 150, 0.2); }
.investorShareholderListHtml .shareholderListTable .tableBody .tableRow:first-child { height: 53px; padding-top: 7px; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableItem { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; transition: all 0.4s; position: relative; z-index: 1; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableItem:not(:last-child)::after { height: 15px; background: rgba(150, 150, 150, 0.5); }
.investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name .text { width: 330px; text-align: left; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name .text:lang(en) { width: 100%; padding: 0 20px; }
.investorShareholderListHtml .shareholderListTable .tableBody .tableItem.number .text { width: 95px; text-align: left; }
.investorShareholderListHtml .shareholderListTable .tableRow { display: flex; align-items: center; }
.investorShareholderListHtml .shareholderListTable .tableItem { text-align: center; }
.investorShareholderListHtml .shareholderListTable .tableItem:not(:last-child)::after { content: ''; width: 1px; position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.investorShareholderListHtml .shareholderListTable .tableItem.name { width: 44%; display: flex; justify-content: center; align-items: center; }
.investorShareholderListHtml .shareholderListTable .tableItem.number { width: 28%; display: flex; justify-content: center; align-items: center; }
.investorShareholderListHtml .shareholderListTable .tableItem.percent { width: 28%; text-align: center; }

.shareholderPriceContainer .pageTitleContainer { margin-bottom: 42px; }
.shareholderPriceContainer .navContainer { margin-bottom: 63px; }

.investorShareholderPriceHtml { padding-bottom: 72px; }
.investorShareholderPriceHtml .listItem { width: 1165px; margin: 0 auto 73px; padding: 107px 0; background: #f6f6f6; display: flex; align-items: center; }
.investorShareholderPriceHtml .listItem .img { width: 460px; height: 305px; position: relative; z-index: 1; }
.investorShareholderPriceHtml .listItem .img::before { content: ''; width: 90%; height: 90%; background: transparent; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: -10px 40px 50px 0 rgba(0, 0, 0, 0.35); z-index: -1; }
.investorShareholderPriceHtml .listItem .doc { width: 452px; padding-bottom: 13px; }
.investorShareholderPriceHtml .listItem .title { margin-bottom: 51px; padding-left: 15px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; position: relative; }
.investorShareholderPriceHtml .listItem .title::before { content: ''; width: 24px; height: 5px; background: #D61518; position: absolute; top: 50%; left: -24px; transform: translateY(-50%); }
.investorShareholderPriceHtml .listItem .content { margin-bottom: 56px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.investorShareholderPriceHtml .listItem .content span.w700 { font-weight: 700; line-height: 35px; }
.investorShareholderPriceHtml .listItem .itemBtn { width: 230px; height: 50px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 50px; text-align: center; }
.investorShareholderPriceHtml .listItem .itemBtn:lang(en) { width: auto; }
.investorShareholderPriceHtml .listItem .itemBtn i { margin-left: 17px; font-size: 12px; line-height: 50px; display: inline-block; position: relative; top: -3px; }
.investorShareholderPriceHtml .listItem .itemBtn i::before { transform: scale(0.75); }
.investorShareholderPriceHtml .listItem:nth-child(2n+1) .img { margin-right: 157px; margin-left: -46px; }
.investorShareholderPriceHtml .listItem:nth-child(2n) .img { margin-left: 157px; margin-right: -46px; order: 2; }
.investorShareholderPriceHtml .listItem:nth-child(2n) .doc { margin-left: 166px; }

/*公司治理*/
.investorCompPage .pageTitleContainer, .investorCompIndex .pageTitleContainer { margin-bottom: 74px; }
.investorCompPage .compContainer, .investorCompIndex .compContainer { max-width: 1420px; margin: 0 auto; display: flex; justify-content: space-between; }
.investorCompPage .investorCompNav.navContainer, .investorCompIndex .investorCompNav.navContainer { width: 375px; margin-top: 5px; margin-bottom: 50px; }
.investorCompPage .investorCompNav.navContainer .navTitle, .investorCompIndex .investorCompNav.navContainer .navTitle { display: none; }
.investorCompPage .investorCompNav.navContainer .navContent .item, .investorCompIndex .investorCompNav.navContainer .navContent .item { height: 57px; border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
.investorCompPage .investorCompNav.navContainer .navContent .item a, .investorCompIndex .investorCompNav.navContainer .navContent .item a { width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center; }
.investorCompPage .investorCompNav.navContainer .navContent .item:hover .icon, .investorCompIndex .investorCompNav.navContainer .navContent .item:hover .icon { opacity: 1; left: 0; }
.investorCompPage .investorCompNav.navContainer .navContent .item.active, .investorCompIndex .investorCompNav.navContainer .navContent .item.active { border-bottom: 2px solid rgba(214, 21, 24, 0.5); }
.investorCompPage .investorCompNav.navContainer .navContent .item.active .text, .investorCompIndex .investorCompNav.navContainer .navContent .item.active .text { color: #000; }
.investorCompPage .investorCompNav.navContainer .navContent .item.active .icon, .investorCompIndex .investorCompNav.navContainer .navContent .item.active .icon { opacity: 1; left: 0; }
.investorCompPage .investorCompNav.navContainer .navContent .text, .investorCompIndex .investorCompNav.navContainer .navContent .text { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #959595; }
.investorCompPage .investorCompNav.navContainer .navContent .icon, .investorCompIndex .investorCompNav.navContainer .navContent .icon { width: 23px; font-size: 12px; line-height: 12px; color: #D61518; position: relative; left: -10px; opacity: 0; transition: all 0.4s; }
.investorCompPage .investorCompNav.navContainer .navContent .icon i::before, .investorCompIndex .investorCompNav.navContainer .navContent .icon i::before { transform: scale(0.55); transform-origin: left; }

#investorCompChart .chartContainer { width: 995px; }
#investorCompChart .chartContainer .title { margin-bottom: 25px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; padding-left: 46px; }
#investorCompChart .chartContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: 9px; }

.investorCompChartHtml .organizePc { position: relative; top: -47px; }
.investorCompChartHtml .organizePc area:hover + .area { opacity: 1; }
.investorCompChartHtml .organizePc .area { position: absolute; top: 0; left: 0; pointer-events: none; opacity: 0; transition: all 0.4s; }

#investorCompDirector .compContainer { max-width: 1420px; margin: 0 auto; display: flex; justify-content: space-between; }
#investorCompDirector .directorContainer { width: 900px; margin-right: 50px; }
#investorCompDirector .directorContainer .infoContainer .title { margin-bottom: 25px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorCompDirector .directorContainer .infoContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: -38px; }

.investorCompDirectorHtml .infoContainer .content { margin-bottom: 40px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.investorCompDirectorHtml .tableContainer .shareholderListTable { padding-bottom: 77px; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableHead { position: sticky; top: 80px; z-index: 10; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableHead .tableRow { height: 51px; background: #D61518; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableHead .tableItem { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; position: relative; color: #fff; text-align: center; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableHead .tableItem:not(:last-child)::after { background: #fff; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableRow { height: 89px; border-bottom: 1px solid rgba(150, 150, 150, 0.2); position: relative; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; transition: all 0.4s; display: flex; justify-content: center; position: relative; z-index: 1; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem:not(:last-child)::after { background: rgba(150, 150, 150, 0.5); }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.job .text { width: 75px; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.job .text:lang(en) { width: 100%; text-align: center; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience .text { width: 215px; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience .text:lang(en) { width: 100%; padding: 50px; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience p { margin-bottom: 0; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience p:not(:last-child) { margin-bottom: 12px; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableRow { display: flex; align-items: center; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 22px; position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.job { width: 22%; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.name { width: 22%; }
.investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.experience { width: 56%; }

#investorcompCommittee .committeeContainer { width: 1000px; padding-top: 5px; }
#investorcompCommittee .committeeContainer .title { margin-bottom: 44px; padding-left: 50px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorcompCommittee .committeeContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: 15px; }

.investorcompCommitteeHtml .contentBox { margin-bottom: 57px; padding: 0 50px 43px; }
.investorcompCommitteeHtml .contentBox:not(:last-child) { border-bottom: 1px solid #ccc; }
.investorcompCommitteeHtml .contentBox:last-child { margin-bottom: 19px; }
.investorcompCommitteeHtml .subTitle { margin-bottom: 22px; font: 500 24px 'Noto Sans TC', sans-serif; line-height: 24px; }
.investorcompCommitteeHtml .content { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.investorcompCommitteeHtml .content p { margin-bottom: 0; }
.investorcompCommitteeHtml .content p:not(:last-child) { margin-bottom: 12px; }
.investorcompCommitteeHtml .listContainer { margin-top: 37px; }
.investorcompCommitteeHtml .listTitle { margin-bottom: 7px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; }
.investorcompCommitteeHtml .list ul > li { margin-bottom: 12px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; color: #616161; text-align: justify; }
.investorcompCommitteeHtml .auditListTable { margin-top: 47px; }
.investorcompCommitteeHtml .auditListTable .tableHead { position: sticky; top: 80px; z-index: 10; }
.investorcompCommitteeHtml .auditListTable .tableHead .tableRow { height: 51px; background: #D61518; }
.investorcompCommitteeHtml .auditListTable .tableHead .tableItem { font: 500 18px 'Noto Sans TC', sans-serif; line-height: 18px; position: relative; color: #fff; }
.investorcompCommitteeHtml .auditListTable .tableHead .tableItem:not(:last-child)::after { background: #fff; }
.investorcompCommitteeHtml .auditListTable .tableBody .tableRow { height: 71px; border-bottom: 1px solid rgba(150, 150, 150, 0.2); position: relative; }
.investorcompCommitteeHtml .auditListTable .tableBody .tableItem { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #000; z-index: 1; }
.investorcompCommitteeHtml .auditListTable .tableBody .tableItem:not(:last-child)::after { background: rgba(150, 150, 150, 0.5); }
.investorcompCommitteeHtml .auditListTable .tableRow { display: flex; align-items: center; }
.investorcompCommitteeHtml .auditListTable .tableItem { text-align: center; position: relative; }
.investorcompCommitteeHtml .auditListTable .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 22px; position: absolute; top: 50%; right: -0.5px; transform: translateY(-50%); }
.investorcompCommitteeHtml .auditListTable .tableItem.name { width: 28%; }
.investorcompCommitteeHtml .auditListTable .tableItem.audit { width: 34%; }
.investorcompCommitteeHtml .auditListTable .tableItem.salary { width: 38%; }

#investorCompAudit .auditContainer { width: 1000px; padding-top: 5px; padding-bottom: 63px; }
#investorCompAudit .auditContainer .title { margin-bottom: 36px; padding-left: 50px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorCompAudit .auditContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: 15px; }

.investorCompAuditHtml .contentBox { padding: 0 50px 43px; }
.investorCompAuditHtml .contentBox:not(:last-child) { border-bottom: 1px solid #ccc; }
.investorCompAuditHtml .contentBox:last-child { margin-bottom: 19px; }
.investorCompAuditHtml .content { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.investorCompAuditHtml .content p { margin-bottom: 50px; }
.investorCompAuditHtml .listTitle { margin-bottom: 15px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; }
.investorCompAuditHtml .list ul > li { margin-bottom: 12px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }

.compContainer .downloadList { margin-left: 50px; max-width: 830px; }
.compContainer .downloadList .downloadRow { margin-right: -19px; margin-left: -19px; }
.compContainer .downloadList .downloadCol { margin-bottom: 38px; padding: 0 19px; }
.compContainer .downloadList .downloadItem { height: 247px; padding: 25px 21px 0; border: 1px solid #ccc; display: flex; flex-direction: column; position: relative; top: 0; transition: all 0.4s; overflow: hidden; }
.compContainer .downloadList .downloadItem:hover { border-color: #D61518; top: -18px; }
.compContainer .downloadList .downloadItem:hover .itemBg { opacity: 1; }
.compContainer .downloadList .downloadItem:hover .bottomTitle { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 26px; color: #000; }
.compContainer .downloadList .itemBg { font-size: 86px; line-height: 86px; color: rgba(128, 128, 128, 0.1); position: absolute; right: -7px; bottom: -6px; opacity: 0; transition: all 0.4s; display: block; }
.compContainer .downloadList .topImg { width: 54px; margin-bottom: 40px; }
.compContainer .downloadList .bottomTitle { width: 100%; max-height: 94px; border-top: 1px solid rgba(204, 204, 204, 0.5); padding-top: 16px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 26px; letter-spacing: 1px; text-align: justify; color: #979797; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: all 0.4s; }

#investorCompRule .compRuleContainer, #investorCompResolution .compRuleContainer, #investorCompReport .compRuleContainer { width: 1000px; padding-top: 5px; padding-bottom: 63px; }
#investorCompRule .compRuleContainer .titleContainer, #investorCompResolution .compRuleContainer .titleContainer, #investorCompReport .compRuleContainer .titleContainer { margin-bottom: 33px; padding-right: 120px; position: relative; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
#investorCompRule .compRuleContainer .titleContainer .title, #investorCompResolution .compRuleContainer .titleContainer .title, #investorCompReport .compRuleContainer .titleContainer .title { margin-bottom: 10px; padding-left: 50px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; }
#investorCompRule .compRuleContainer .titleContainer .title::before, #investorCompResolution .compRuleContainer .titleContainer .title::before, #investorCompReport .compRuleContainer .titleContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: 15px; }
#investorCompRule .compRuleContainer .titleContainer .downloadNote, #investorCompResolution .compRuleContainer .titleContainer .downloadNote, #investorCompReport .compRuleContainer .titleContainer .downloadNote { margin-left: 50px; padding-left: 15px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 16px; color: #959595; position: relative; }
#investorCompRule .compRuleContainer .titleContainer .downloadNote::before, #investorCompResolution .compRuleContainer .titleContainer .downloadNote::before, #investorCompReport .compRuleContainer .titleContainer .downloadNote::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #959595; position: absolute; top: 6px; left: 0px; }
#investorCompRule .compRuleContainer .newsPagination, #investorCompResolution .compRuleContainer .newsPagination, #investorCompReport .compRuleContainer .newsPagination { margin-top: 52px; margin-bottom: 24px; }

#investorCompBehavior .behaviorContainer { width: 1000px; padding-top: 5px; padding-bottom: 41px; }
#investorCompBehavior .behaviorContainer .title { margin-bottom: 48px; padding-left: 50px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorCompBehavior .behaviorContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: 15px; }

.investorCompBehaviorHtml .contentBox { padding: 0 50px 43px; }
.investorCompBehaviorHtml .content { margin-bottom: 23px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 30px; letter-spacing: 0.2px; text-align: justify; }
.investorCompBehaviorHtml .content p { margin-bottom: 2px; }
.investorCompBehaviorHtml .ruleBox { margin-bottom: 40px; }
.investorCompBehaviorHtml .ruleTitle { margin-bottom: 8px; font: 700 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; }
.investorCompBehaviorHtml .ruleContent { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; color: #616161; }
.investorCompBehaviorHtml .ruleContent p { margin-bottom: 12px; }
.investorCompBehaviorHtml .ruleContent p:last-child { margin-bottom: 0px; }

#investorCompResolution .compContainer .downloadList .bottomTitle { letter-spacing: 0.2px; }

#investorCompAuditComm main .pageTitleContainer, #investorCompAccountant main .pageTitleContainer { margin-bottom: 74px; }
#investorCompAuditComm .compContainer, #investorCompAccountant .compContainer { max-width: 1420px; margin: 0 auto; display: flex; justify-content: space-between; }
#investorCompAuditComm .compCommContainer, #investorCompAccountant .compCommContainer { width: 1000px; padding: 5px 50px 67px; }
#investorCompAuditComm .compCommContainer .title, #investorCompAccountant .compCommContainer .title { margin-bottom: 62px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorCompAuditComm .compCommContainer .title::before, #investorCompAccountant .compCommContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: -38px; }
#investorCompAuditComm .compCommContainer .downloadNote, #investorCompAccountant .compCommContainer .downloadNote { margin-bottom: 53px; padding-top: 8px; font: 300 16px 'Noto Sans TC', sans-serif; line-height: 20px; text-align: justify; color: #959595; }
#investorCompAuditComm .compCommContainer .downloadList, #investorCompAccountant .compCommContainer .downloadList { margin-left: 0; }
#investorCompAuditComm .compCommContainer .newsPagination, #investorCompAccountant .compCommContainer .newsPagination { margin-top: 48px; margin-bottom: 25px; }

.compCommunicateHtml .subTitle { margin-bottom: 17px; font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; text-align: justify; letter-spacing: 0.2px; }
.compCommunicateHtml .content { margin-bottom: 43px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; color: #616161; }
.compCommunicateHtml .content p { margin-bottom: 12px; }
.compCommunicateHtml .content p:last-child { margin-bottom: 0; }

#investorCompInfoSecurity .compContainer { max-width: 1420px; margin: 0 auto; display: flex; justify-content: space-between; }
#investorCompInfoSecurity .infoSecurityContainer { width: 1000px; padding-top: 5px; padding-bottom: 29px; }
#investorCompInfoSecurity .infoSecurityContainer .title { margin-bottom: 43px; padding-left: 50px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorCompInfoSecurity .infoSecurityContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: 15px; }

.investorCompInfoSecurityHtml .contentBox { padding: 0 50px 46px; }
.investorCompInfoSecurityHtml .contentBox:not(:last-child) { margin-bottom: 54px; border-bottom: 1px solid #ccc; }
.investorCompInfoSecurityHtml .subTitle { margin-bottom: 26px; font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
.investorCompInfoSecurityHtml .content { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.investorCompInfoSecurityHtml .content:not(:last-child) { margin-bottom: 26px; }
.investorCompInfoSecurityHtml .layerBox { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 25px; letter-spacing: 0.5px; text-align: justify; color: #616161; }
.investorCompInfoSecurityHtml .layerBox .layerFirst { margin-bottom: 26px; padding-left: 26px; }
.investorCompInfoSecurityHtml .layerBox .layerFirst > p { margin-bottom: 13px; }
.investorCompInfoSecurityHtml .layerBox .layerFirst > p:last-child { margin-bottom: 0; }
.investorCompInfoSecurityHtml .layerBox .layerSec { padding-left: 35px; line-height: 33px; }
.investorCompInfoSecurityHtml .layerBox .layerSec > p { margin-bottom: 3px; }
.investorCompInfoSecurityHtml .layerBox .layerSec > p:last-child { margin-bottom: 0; }
.investorCompInfoSecurityHtml .layerBox .layerThird { margin-top: 7px; margin-bottom: 5px; padding-left: 53px; }
.investorCompInfoSecurityHtml .layerBox .layerThird > p { margin-bottom: 2px; }
.investorCompInfoSecurityHtml .layerBox .layerThird > p:last-child { margin-bottom: 0; }
.investorCompInfoSecurityHtml .list { margin-bottom: 33px; }
.investorCompInfoSecurityHtml .list ul > li { margin-bottom: 2px; padding-left: 18px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; position: relative; }
.investorCompInfoSecurityHtml .list ul > li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #D61518; position: absolute; left: 0; top: 15px; }

#investorCompOther .compOtherContainer { width: 1000px; padding: 5px 50px 29px; }
#investorCompOther .compOtherContainer .title { margin-bottom: 43px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; position: relative; }
#investorCompOther .compOtherContainer .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 12px; left: -38px; }

.investorCompOtherHtml .qaItem { margin-bottom: 10px; }
.investorCompOtherHtml .qaItem.active .qaTitleContainer { background: #D61518; }
.investorCompOtherHtml .qaItem.active .qaTitleContainer .en { color: #fff; }
.investorCompOtherHtml .qaItem.active .qaTitleContainer .text { color: #fff; }
.investorCompOtherHtml .qaItem.active .qaTitleContainer .line { background: #fff; }
.investorCompOtherHtml .qaItem.active .qaTitleContainer .line:last-child { transform: translate(-50%, -50%) rotate(360deg); }
.investorCompOtherHtml .qaTitleContainer { margin-bottom: 2px; padding: 11px 0 11px 41px; background: #f6f6f6; cursor: pointer; }
.investorCompOtherHtml .qaTitleContainer:hover .text { color: #D61518; }
.investorCompOtherHtml .qaTitleContainer:hover .line:last-child { transform: translate(-50%, -50%) rotate(450deg); }
.investorCompOtherHtml .qaTitleContainer .qaTitleBox { display: flex; }
.investorCompOtherHtml .qaTitleContainer .en { width: 15px; margin-right: 18px; font: 900 20px 'Raleway', sans-serif; line-height: 28px; text-align: center; color: #D61518; text-transform: uppercase; transition: all 0.4s; }
.investorCompOtherHtml .qaTitleContainer .text { width: calc(100% - ( 15px + 18px ) - (28px + 32px + 13px)); font: 500 18px 'Noto Sans TC', sans-serif; line-height: 28px; letter-spacing: 0.2px; text-align: justify; transition: all 0.4s; }
.investorCompOtherHtml .qaTitleContainer .iconContainer { width: 28px; height: 28px; margin-left: 32px; margin-right: 13px; padding: 8px; position: relative; }
.investorCompOtherHtml .qaTitleContainer .line { width: 12px; height: 2px; border-radius: 1px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #ccc; transition: all 0.4s; }
.investorCompOtherHtml .qaTitleContainer .line:last-child { transform: translate(-50%, -50%) rotate(90deg); }
.investorCompOtherHtml .qaContentContainer .qaContentBox { border: solid 1px #ccc; padding: 35px 41px; display: flex; background: #fff; }
.investorCompOtherHtml .qaContentContainer .en { width: 15px; margin-right: 18px; font: 800 20px 'Raleway', sans-serif; line-height: 35px; text-align: center; color: #D61518; text-transform: uppercase; }
.investorCompOtherHtml .qaContentContainer .textContainer { text-align: justify; }
.investorCompOtherHtml .qaContentContainer .textContainer p { margin-bottom: 12px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; color: #616161; }
.investorCompOtherHtml .qaContentContainer .textContainer p:last-child { margin-bottom: 0; }
.investorCompOtherHtml .qaContentContainer .textContainer p.textTitle { margin-bottom: 5px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 37px; color: #000; }

/*重大訊息公告*/
#investorNewsList main .container { padding-left: 0; padding-right: 0; }
#investorNewsList main .pageTitleContainer { margin-bottom: 13px; }
#investorNewsList .newsListContainer { max-width: 1077px; margin: 0 auto; }
#investorNewsList .newsListContainer .yearSelect { margin-bottom: 20px; }
#investorNewsList .newsListContainer .newsList .newsCol { margin-bottom: 30px; }
#investorNewsList .newsListContainer .newsList .newsCol a { display: block; }
#investorNewsList .newsListContainer .newsList .newsItem { height: 245px; padding: 24px 28px 45px 31px; background: linear-gradient(120deg, #ededed, #f8f8f8 30%, #e0e0e0); position: relative; display: block; }
#investorNewsList .newsListContainer .newsList .newsItem:hover .img { width: calc(100% + 15px); height: calc(100% + 15px); opacity: 1; }
#investorNewsList .newsListContainer .newsList .newsItem:hover .link::before { width: 64px; height: 64px; box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.17); }
#investorNewsList .newsListContainer .newsList .newsItem:hover .icon { font-size: 19px; }
#investorNewsList .newsListContainer .newsList .img { width: 100%; height: 100%; opacity: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all 0.4s; display: block; }
#investorNewsList .newsListContainer .newsList .img img { width: 100%; height: 100%; object-fit: cover; }
#investorNewsList .newsListContainer .newsList .doc { height: 100%; display: flex; flex-direction: column; position: relative; z-index: 1; }
#investorNewsList .newsListContainer .newsList .title { font: 700 20px 'Noto Sans TC', sans-serif; line-height: 28px; flex-grow: 1; transition: all 0.4s; display: block; }
#investorNewsList .newsListContainer .newsList .date { font: 400 14px 'Noto Sans TC', sans-serif; line-height: 14px; color: #616161; transition: all 0.4s; display: block; }
#investorNewsList .newsListContainer .newsList .link { width: 64px; height: 64px; text-align: center; line-height: 64px; position: absolute; right: -4px; bottom: -25px; display: block; }
#investorNewsList .newsListContainer .newsList .link::before { content: ''; width: 54px; height: 54px; border-radius: 50%; background: #fff; box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.4s; }
#investorNewsList .newsListContainer .newsList .icon { color: #D61518; font-size: 17px; transition: all 0.4s; position: relative; z-index: 1; }
#investorNewsList .newsListContainer .newsList .icon i::before { transform: rotate(45deg); }
#investorNewsList .newsListContainer .newsPagination { margin-top: 29px; margin-bottom: 74px; }

/*
RWD
*/
@media screen and (max-width: 1799px) { #investor .investorContainer .leftNews .bg { left: -350px; } }
@media screen and (max-width: 1699px) { #investor .investorContainer .bottomInfoBox { max-width: 1440px; }
  #investor .investorContainer .leftNews { width: 1090px; }
  #investor .investorContainer .leftNews .bg { left: -300px; }
  #investor .investorContainer .leftNews .titleContainer { margin-right: 0; }
  #investor .investorContainer .leftNews .sliderContainer { margin-right: 0; }
  #investor .investorContainer .rightContact { width: 350px; padding-left: 0px; } }
@media screen and (max-width: 1499px) { #investor .investorContainer .topList .listRow { flex-wrap: wrap; }
  #investor .investorContainer .topList .item { width: calc(100% / 3 - 14px); }
  #investor .investorContainer .bottomInfoBox { max-width: 1140px; }
  #investor .investorContainer .leftNews { width: 700px; }
  #investor .investorContainer .leftNews .bg { left: -400px; }
  #investor .investorContainer .leftNews .sliderContainer { width: 500px; }
  #investor .investorContainer .leftNews .slick { width: 388px; }
  #investor .investorContainer .rightContact { width: 440px; padding-left: 90px; }
  .investorShareholderPriceHtml .listItem { width: 90%; padding: 107px 70px; justify-content: space-between; }
  .investorShareholderPriceHtml .listItem:nth-child(2n+1) .img { margin-right: 0; margin-left: -120px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) .img { margin-left: 0; margin-right: -120px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) .doc { margin-left: 0; }
  #investorCompChart .chartContainer { width: calc(100% - 400px); }
  .investorCompChartHtml .organizeBox { transform: scale(0.745); transform-origin: left top; }
  #investorCompDirector .directorContainer { width: calc(100% - 450px); margin-right: 0px; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience .text:lang(en) { padding: 20px; }
  #investorcompCommittee .committeeContainer { width: calc(100% - 400px); }
  #investorCompAudit .auditContainer { width: calc(100% - 400px); }
  #investorCompBehavior .behaviorContainer { width: calc(100% - 400px); }
  #investorCompRule .compRuleContainer, #investorCompResolution .compRuleContainer, #investorCompReport .compRuleContainer { width: calc(100% - 400px); }
  #investorCompRule .compRuleContainer .titleContainer, #investorCompResolution .compRuleContainer .titleContainer, #investorCompReport .compRuleContainer .titleContainer { padding-right: 0; }
  #investorCompAuditComm .compCommContainer, #investorCompAccountant .compCommContainer { width: calc(100% - 400px); }
  #investorCompAuditComm .compCommContainer .title, #investorCompAccountant .compCommContainer .title { padding-right: 0; }
  #investorCompInfoSecurity .infoSecurityContainer { width: calc(100% - 400px); }
  #investorCompOther .compOtherContainer { width: calc(100% - 400px); }
  #investorCompOther .compOtherContainer .title { padding-right: 0; } }
@media screen and (max-width: 1399px) { #investor .investorContainer .leftNews .bg { left: -350px; } }
@media screen and (max-width: 1199px) { #investor .investorContainer .bgGray { display: none; }
  #investor .investorContainer .bottomInfoBox { max-width: none; display: block; }
  #investor .investorContainer .leftNews { width: 100%; margin-right: 0; }
  #investor .investorContainer .leftNews .bg { left: -250px; }
  #investor .investorContainer .leftNews .sliderContainer { width: 814px; }
  #investor .investorContainer .leftNews .slick { width: 750px; }
  #investor .investorContainer .rightContact { width: 100%; padding-top: 50px; padding-left: 0; padding-bottom: 50px; }
  #investor .investorContainer .rightContact .contactTitle { width: 100%; max-width: 750px; margin: 0 auto; justify-content: space-between; }
  #investor .investorContainer .rightContact .title { margin-right: 80px; }
  #investor .investorContainer .rightContact .contactList { width: 100%; max-width: 750px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
  #investor .investorContainer .rightContact .contactItem { width: 350px; }
  .investorShareholderPriceHtml .listItem .img { width: 300px; }
  .investorShareholderPriceHtml .listItem .img img { width: 100%; height: 100%; object-fit: cover; }
  #investorCompChart .investorCompNav.navContainer { width: 100%; max-width: 350px; margin-left: auto; margin-right: auto; margin-bottom: 50px; position: relative; transition: all 0.4s; z-index: 110; }
  #investorCompChart .investorCompNav.navContainer .navTitle { width: 100%; height: 50px; display: flex; align-items: center; background: #D61518; }
  #investorCompChart .investorCompNav.navContainer .navTitle .title { width: calc(100% - 50px); padding-left: 50px; font: 600 18px 'Noto Sans TC', 'Raleway', sans-serif; line-height: 50px; letter-spacing: 1px; text-align: center; color: #fff; }
  #investorCompChart .investorCompNav.navContainer .navTitle .icon { width: 16px; height: 16px; margin: 0 17px; position: relative; }
  #investorCompChart .investorCompNav.navContainer .navTitle .line { width: 16px; height: 16px; position: absolute; top: 0; left: 0; transition: all 0.4s; }
  #investorCompChart .investorCompNav.navContainer .navTitle .line::before { content: ''; width: 16px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  #investorCompChart .investorCompNav.navContainer .navTitle .line:last-child { transform: rotate(270deg); }
  #investorCompChart .investorCompNav.navContainer.active .navTitle .line:last-child { transform: rotate(0deg); }
  #investorCompChart .investorCompNav.navContainer .navContent { width: 100%; position: absolute; z-index: 110; transition: all 0.4s; overflow: hidden; }
  #investorCompChart .investorCompNav.navContainer .navContent .itemRow { width: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #eee; }
  #investorCompChart .investorCompNav.navContainer .navContent .item { width: 100%; height: 50px; line-height: 50px; }
  #investorCompChart .investorCompNav.navContainer .navContent .item:not(:last-child) { border-bottom: solid 1px #ddd; }
  #investorCompChart .investorCompNav.navContainer .navContent .item.active .text { color: #D61518; }
  #investorCompChart .investorCompNav.navContainer .navContent .item .text { width: 100%; text-align: center; }
  #investorCompChart .investorCompNav.navContainer .navContent .icon { display: none; }
  #investorCompChart .compContainer { flex-wrap: wrap; }
  #investorCompChart .chartContainer { width: 100%; }
  #investorCompChart .chartContainer .title { padding-left: 30px; }
  #investorCompChart .chartContainer .title::before { left: 0; }
  .investorCompChartHtml .organizePc { margin-bottom: 50px; }
  .investorCompChartHtml .organizeBox { transform: scale(0.965); }
  #investorcompCommittee .committeeContainer .title { padding-left: 30px; }
  #investorcompCommittee .committeeContainer .title::before { left: 0; }
  .investorcompCommitteeHtml .contentBox { padding-left: 30px; padding-right: 30px; }
  #investorCompAudit .auditContainer .title { padding-left: 30px; }
  #investorCompAudit .auditContainer .title::before { left: 0; }
  .investorCompAuditHtml .contentBox { padding-left: 30px; padding-right: 30px; }
  #investorCompRule .compRuleContainer .titleContainer, #investorCompResolution .compRuleContainer .titleContainer, #investorCompReport .compRuleContainer .titleContainer { flex-direction: column; }
  #investorCompRule .compRuleContainer .titleContainer .title, #investorCompResolution .compRuleContainer .titleContainer .title, #investorCompReport .compRuleContainer .titleContainer .title { padding-left: 30px; margin-bottom: 10px; }
  #investorCompRule .compRuleContainer .titleContainer .title::before, #investorCompResolution .compRuleContainer .titleContainer .title::before, #investorCompReport .compRuleContainer .titleContainer .title::before { left: 0; }
  #investorCompRule .compRuleContainer .titleContainer .downloadNote, #investorCompResolution .compRuleContainer .titleContainer .downloadNote, #investorCompReport .compRuleContainer .titleContainer .downloadNote { margin-left: 30px; }
  #investorCompRule .compRuleContainer .contentBox, #investorCompResolution .compRuleContainer .contentBox, #investorCompReport .compRuleContainer .contentBox { padding-left: 30px; padding-right: 30px; }
  #investorCompRule .compRuleContainer .downloadList, #investorCompResolution .compRuleContainer .downloadList, #investorCompReport .compRuleContainer .downloadList { margin-left: 30px; }
  #investorCompBehavior .behaviorContainer .title { padding-left: 30px; }
  #investorCompBehavior .behaviorContainer .title::before { left: 0; }
  .investorCompBehaviorHtml .contentBox { padding-left: 30px; padding-right: 30px; }
  #investorCompAuditComm .compCommContainer, #investorCompAccountant .compCommContainer { padding-left: 30px; padding-right: 30px; }
  #investorCompAuditComm .compCommContainer .title, #investorCompAccountant .compCommContainer .title { padding-left: 30px; }
  #investorCompAuditComm .compCommContainer .title::before, #investorCompAccountant .compCommContainer .title::before { left: 0; }
  #investorCompInfoSecurity .infoSecurityContainer .title { padding-left: 30px; }
  #investorCompInfoSecurity .infoSecurityContainer .title::before { left: 0; }
  .investorCompInfoSecurityHtml .contentBox { padding-left: 30px; padding-right: 30px; }
  #investorCompOther .compOtherContainer { padding-left: 30px; padding-right: 30px; } }
@media screen and (max-width: 1099px) { .investorCompPage .investorCompNav.navContainer, .investorCompIndex .investorCompNav.navContainer { width: 320px; }
  #investorCompDirector .compContainer { flex-wrap: wrap; }
  #investorCompDirector .directorContainer { width: calc(100% - 380px); }
  #investorcompCommittee .committeeContainer { width: calc(100% - 350px); }
  #investorCompAudit .auditContainer { width: calc(100% - 350px); }
  #investorCompRule .compRuleContainer, #investorCompResolution .compRuleContainer, #investorCompReport .compRuleContainer { width: calc(100% - 350px); }
  #investorCompBehavior .behaviorContainer { width: calc(100% - 350px); }
  #investorCompAuditComm .compCommContainer, #investorCompAccountant .compCommContainer { width: calc(100% - 350px); }
  #investorCompInfoSecurity .infoSecurityContainer { width: calc(100% - 350px); }
  #investorCompOther .compOtherContainer { width: calc(100% - 350px); } }
@media screen and (max-width: 991px) { #investor .investorContainer .leftNews .sliderContainer { width: calc(100% - 146px); }
  #investor .investorContainer .leftNews .slick { width: calc(100% - 100px); }
  #investorReportYear .reportYearContainer .yearReportContainer .item:hover { top: 0; }
  .reportMonthContainer .navContainer { margin-bottom: 10px; }
  .reportMonthContainer .reportMonthTable .tableItem.month:lang(en) { width: 10%; }
  .reportMonthContainer .reportMonthTable .tableItem.revenue:lang(en), .reportMonthContainer .reportMonthTable .tableItem.revenueLast:lang(en), .reportMonthContainer .reportMonthTable .tableItem.difference:lang(en) { width: 30%; }
  #investorSeminar .seminarContainer .seminarTable .tableHead .tableItem.date { display: none; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableRow { flex-wrap: wrap; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date { margin-bottom: 10px; padding-left: 20px; font: 700 16px 'Noto Sans TC', sans-serif; line-height: 16px; text-align: left; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date::after { display: none; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content { padding-left: 20px; }
  #investorSeminar .seminarContainer .seminarTable .tableItem.date { width: 100%; }
  #investorSeminar .seminarContainer .seminarTable .tableItem.content { width: 50%; }
  #investorSeminar .seminarContainer .seminarTable .tableItem.vedio, #investorSeminar .seminarContainer .seminarTable .tableItem.download { width: 25%; }
  .investorShareholderListHtml .shareholderListTable .tableItem.name { width: 60%; }
  .investorShareholderListHtml .shareholderListTable .tableItem.number { width: 20%; }
  .investorShareholderListHtml .shareholderListTable .tableItem.percent { width: 20%; }
  .investorShareholderPriceHtml .listItem { width: 100%; padding: 50px 70px; flex-direction: column; }
  .investorShareholderPriceHtml .listItem .img { width: 100%; height: 250px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n+1) { margin-top: 250px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n+1) .img { margin-top: -250px; margin-bottom: 50px; margin-left: 0px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) { margin-top: 250px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) .img { margin-top: -250px; margin-right: 0; margin-bottom: 50px; order: 1; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) .doc { order: 2; }
  .investorCompPage .investorCompNav.navContainer, .investorCompIndex .investorCompNav.navContainer { width: 100%; max-width: 350px; margin-left: auto; margin-right: auto; margin-bottom: 50px; position: relative; transition: all 0.4s; z-index: 110; }
  .investorCompPage .investorCompNav.navContainer .navTitle, .investorCompIndex .investorCompNav.navContainer .navTitle { width: 100%; height: 50px; display: flex; align-items: center; background: #D61518; }
  .investorCompPage .investorCompNav.navContainer .navTitle .title, .investorCompIndex .investorCompNav.navContainer .navTitle .title { width: calc(100% - 50px); padding-left: 50px; font: 600 18px 'Noto Sans TC', 'Raleway', sans-serif; line-height: 50px; letter-spacing: 1px; text-align: center; color: #fff; }
  .investorCompPage .investorCompNav.navContainer .navTitle .icon, .investorCompIndex .investorCompNav.navContainer .navTitle .icon { width: 16px; height: 16px; margin: 0 17px; position: relative; }
  .investorCompPage .investorCompNav.navContainer .navTitle .line, .investorCompIndex .investorCompNav.navContainer .navTitle .line { width: 16px; height: 16px; position: absolute; top: 0; left: 0; transition: all 0.4s; }
  .investorCompPage .investorCompNav.navContainer .navTitle .line::before, .investorCompIndex .investorCompNav.navContainer .navTitle .line::before { content: ''; width: 16px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .investorCompPage .investorCompNav.navContainer .navTitle .line:last-child, .investorCompIndex .investorCompNav.navContainer .navTitle .line:last-child { transform: rotate(270deg); }
  .investorCompPage .investorCompNav.navContainer.active .navTitle .line:last-child, .investorCompIndex .investorCompNav.navContainer.active .navTitle .line:last-child { transform: rotate(0deg); }
  .investorCompPage .investorCompNav.navContainer .navContent, .investorCompIndex .investorCompNav.navContainer .navContent { width: 100%; position: absolute; z-index: 110; transition: all 0.4s; overflow: hidden; }
  .investorCompPage .investorCompNav.navContainer .navContent .itemRow, .investorCompIndex .investorCompNav.navContainer .navContent .itemRow { width: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #eee; }
  .investorCompPage .investorCompNav.navContainer .navContent .item, .investorCompIndex .investorCompNav.navContainer .navContent .item { width: 100%; height: 50px; line-height: 50px; }
  .investorCompPage .investorCompNav.navContainer .navContent .item:not(:last-child), .investorCompIndex .investorCompNav.navContainer .navContent .item:not(:last-child) { border-bottom: solid 1px #ddd; }
  .investorCompPage .investorCompNav.navContainer .navContent .item.active .text, .investorCompIndex .investorCompNav.navContainer .navContent .item.active .text { color: #D61518; }
  .investorCompPage .investorCompNav.navContainer .navContent .item .text, .investorCompIndex .investorCompNav.navContainer .navContent .item .text { width: 100%; text-align: center; }
  .investorCompPage .investorCompNav.navContainer .navContent .icon, .investorCompIndex .investorCompNav.navContainer .navContent .icon { display: none; }
  .investorCompChartHtml .organizePc { margin-bottom: -70px; }
  .investorCompChartHtml .organizeBox { transform: scale(0.725); }
  #investorCompDirector .directorContainer { width: 100%; }
  #investorCompDirector .directorContainer .infoContainer .title { padding-left: 30px; }
  #investorCompDirector .directorContainer .infoContainer .title::before { left: 0px; }
  #investorcompCommittee .compContainer { flex-wrap: wrap; }
  #investorcompCommittee .committeeContainer { width: 100%; }
  #investorCompAudit .compContainer { flex-wrap: wrap; }
  #investorCompAudit .auditContainer { width: 100%; }
  #investorCompRule .compContainer, #investorCompResolution .compContainer, #investorCompReport .compContainer { flex-wrap: wrap; }
  #investorCompRule .compRuleContainer, #investorCompResolution .compRuleContainer, #investorCompReport .compRuleContainer { width: 100%; }
  #investorCompRule .compRuleContainer .titleContainer, #investorCompResolution .compRuleContainer .titleContainer, #investorCompReport .compRuleContainer .titleContainer { flex-direction: row; }
  #investorCompRule .compRuleContainer .titleContainer .downloadNote, #investorCompResolution .compRuleContainer .titleContainer .downloadNote, #investorCompReport .compRuleContainer .titleContainer .downloadNote { margin-left: 0px; }
  #investorCompRule .compRuleContainer .downloadList, #investorCompResolution .compRuleContainer .downloadList, #investorCompReport .compRuleContainer .downloadList { margin-left: 0; }
  #investorCompRule .compRuleContainer .downloadList .downloadItem:hover, #investorCompResolution .compRuleContainer .downloadList .downloadItem:hover, #investorCompReport .compRuleContainer .downloadList .downloadItem:hover { top: 0px; }
  #investorCompBehavior .compContainer { flex-wrap: wrap; }
  #investorCompBehavior .behaviorContainer { width: 100%; }
  #investorCompAuditComm .compContainer, #investorCompAccountant .compContainer { flex-wrap: wrap; }
  #investorCompAuditComm .compCommContainer, #investorCompAccountant .compCommContainer { width: 100%; padding-left: 0; padding-right: 0; }
  #investorCompAuditComm .compCommContainer .title, #investorCompAccountant .compCommContainer .title { margin-bottom: 30px; }
  #investorCompAuditComm .compCommContainer .downloadNote, #investorCompAccountant .compCommContainer .downloadNote { margin-bottom: 30px; }
  #investorCompAuditComm .compCommContainer .downloadList .downloadItem:hover, #investorCompAccountant .compCommContainer .downloadList .downloadItem:hover { top: 0px; }
  #investorCompInfoSecurity .compContainer { flex-wrap: wrap; }
  #investorCompInfoSecurity .infoSecurityContainer { width: 100%; }
  #investorCompOther .compContainer { flex-wrap: wrap; }
  #investorCompOther .compOtherContainer { width: 100%; padding-left: 0; padding-right: 0; }
  #investorCompOther .compOtherContainer .title { padding-left: 30px; }
  #investorCompOther .compOtherContainer .title::before { left: 0; } }
@media screen and (max-width: 767px) { #investor .investorContainer .topList .item { width: calc(100% / 2 - 14px); }
  #investor .investorContainer .leftNews .container { flex-direction: column; }
  #investor .investorContainer .leftNews .titleContainer { margin-right: 0px; margin-bottom: 40px; display: flex; align-items: flex-end; justify-content: space-between; }
  #investor .investorContainer .leftNews .titleContainer .newsTitle { margin-bottom: 0; }
  #investor .investorContainer .leftNews .sliderContainer { width: calc(100% - 0px); }
  #investor .investorContainer .rightContact .contactTitle { max-width: 350px; justify-content: space-between; }
  #investor .investorContainer .rightContact .contactList { max-width: 350px; }
  .investorReportMonthHtml .reportMonthTable .tableItem.month { width: 16%; }
  .investorReportMonthHtml .reportMonthTable .tableItem.revenue, .investorReportMonthHtml .reportMonthTable .tableItem.revenueLast, .investorReportMonthHtml .reportMonthTable .tableItem.difference { width: 28%; }
  #investorShareholder .shareholderContainer .shareholderTable .tableHead .tableItem.title { display: none; }
  #investorShareholder .shareholderContainer .shareholderTable .tableBody .tableRow { height: auto; padding: 20px 0; }
  #investorShareholder .shareholderContainer .shareholderTable .tableBody .tableItem.title { margin-bottom: 10px; padding-left: 15px; font: 500 16px 'Noto Sans TC', sans-serif; text-align: left; }
  #investorShareholder .shareholderContainer .shareholderTable .tableRow { flex-wrap: wrap; }
  #investorShareholder .shareholderContainer .shareholderTable .tableItem.title { width: 100%; }
  #investorShareholder .shareholderContainer .shareholderTable .tableItem.title::after { display: none; }
  #investorShareholder .shareholderContainer .shareholderTable .tableItem.notice, #investorShareholder .shareholderContainer .shareholderTable .tableItem.manual, #investorShareholder .shareholderContainer .shareholderTable .tableItem.report, #investorShareholder .shareholderContainer .shareholderTable .tableItem.doc { width: 25%; }
  .investorShareholderListHtml .shareholderListTable .tableHead .tableItem.name { display: none; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableRow { height: auto; padding: 15px 0; flex-wrap: wrap; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableRow:first-child { height: auto; padding-top: 15px; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name { margin-bottom: 15px; padding-left: 15px; justify-content: flex-start; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name::after { display: none; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name .text:lang(en) { padding: 0; }
  .investorShareholderListHtml .shareholderListTable .tableItem.name { width: 100%; }
  .investorShareholderListHtml .shareholderListTable .tableItem.number { width: 50%; }
  .investorShareholderListHtml .shareholderListTable .tableItem.percent { width: 50%; }
  .investorCompChartHtml .organizeRwd { max-width: 280px; margin: 0 auto 50px; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable:lang(en) { margin-bottom: 40px; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableHead:lang(en) { display: none; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableRow:lang(en) { height: auto; margin-bottom: 20px; border-bottom: none; flex-wrap: wrap; justify-content: space-between; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableRow:lang(en):last-child { border-bottom: 1px solid rgba(150, 150, 150, 0.2); }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.job .text:lang(en) { width: 100%; text-align: left; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience .text:lang(en) { width: 100%; padding: 0; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem:lang(en):not(:last-child)::after { display: none; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.job:lang(en) { width: calc(100% - 180px); padding-right: 10px; justify-content: flex-start; font-size: 16px; line-height: 40px; color: #fff; background: #d61518; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.name:lang(en) { width: 180px; padding-left: 10px; font-size: 20px; line-height: 40px; text-align: left; color: #fff; justify-content: start; background: #d61518; order: -1; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.experience:lang(en) { width: 100%; padding: 20px 0  20px 10px; }
  .investorcompCommitteeHtml .auditListTable .tableItem.name:lang(en) { width: 34%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.audit:lang(en) { width: 33%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.salary:lang(en) { width: 33%; }
  #investorCompRule .compRuleContainer .titleContainer, #investorCompResolution .compRuleContainer .titleContainer, #investorCompReport .compRuleContainer .titleContainer { flex-direction: column; }
  #investorCompRule .compRuleContainer .titleContainer .downloadNote, #investorCompResolution .compRuleContainer .titleContainer .downloadNote, #investorCompReport .compRuleContainer .titleContainer .downloadNote { line-height: 24px; }
  #investorCompRule .compRuleContainer .titleContainer .downloadNote::before, #investorCompResolution .compRuleContainer .titleContainer .downloadNote::before, #investorCompReport .compRuleContainer .titleContainer .downloadNote::before { top: 10px; } }
@media screen and (max-width: 575px) { #investor main .container { padding-left: 15px; padding-right: 15px; }
  #investor .investorContainer .topList .item:hover .hoverBg { width: calc(100% + 0px); height: calc(100% + 0px); }
  #investor .investorContainer .leftNews .sliderContainer { flex-wrap: wrap; justify-content: center; }
  #investor .investorContainer .leftNews .silckControl { margin: 0 10px; order: 2; }
  #investor .investorContainer .leftNews .slick { width: 100%; padding: 0; }
  #investor .investorContainer .leftNews .slickItem { padding: 7px 0; }
  #investor .investorContainer .leftNews .newsItem:hover { box-shadow: none; }
  #investor .investorContainer .rightContact .contactItem:lang(en) { flex-direction: column; align-items: flex-start; }
  #investor .investorContainer .rightContact .nameBox:lang(en) { width: 100%; margin-bottom: 10px; display: flex; }
  #investor .investorContainer .rightContact .name:lang(en) { margin-right: 25px; margin-bottom: 6px; }
  .investorPage .navContainer { margin-bottom: 50px; position: relative; transition: all 0.4s; z-index: 110; }
  .investorPage .navContainer .navTitle { width: 100%; height: 50px; display: flex; align-items: center; background: #D61518; }
  .investorPage .navContainer .navTitle .title { width: calc(100% - 50px); padding-left: 50px; font: 600 18px 'Noto Sans TC', 'Raleway', sans-serif; line-height: 50px; letter-spacing: 1px; text-align: center; color: #fff; }
  .investorPage .navContainer .navTitle .icon { width: 16px; height: 16px; margin: 0 17px; position: relative; }
  .investorPage .navContainer .navTitle .line { width: 16px; height: 16px; position: absolute; top: 0; left: 0; transition: all 0.4s; }
  .investorPage .navContainer .navTitle .line::before { content: ''; width: 16px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .investorPage .navContainer .navTitle .line:last-child { transform: rotate(270deg); }
  .investorPage .navContainer.active .navTitle .line:last-child { transform: rotate(0deg); }
  .investorPage .navContainer .navContent { width: 100%; position: absolute; z-index: 110; transition: all 0.4s; overflow: hidden; }
  .investorPage .navContainer .itemRow { width: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #eee; }
  .investorPage .navContainer .item { width: 100%; height: 50px; line-height: 50px; }
  .investorPage .navContainer .item:not(:last-child) { border-bottom: solid 1px #ddd; }
  .investorPage .navContainer .item:not(:last-child) .decLine { display: none; }
  .investorPage .navContainer .item.active { background: transparent; color: #D61518; }
  .investorPage .navContainer .item::before, .investorPage .navContainer .item::after { display: none; }
  .investorPage .navContainer .decLine { display: none; }
  #investorReportYear main .container { padding-left: 15px; padding-right: 15px; }
  #investorReportYear .reportYearContainer .navContainer { margin-bottom: 30px; }
  #investorReportYear .reportYearContainer .yearReportContainer .listRow { margin-left: -7.5px; margin-right: -7.5px; }
  #investorReportYear .reportYearContainer .yearReportContainer .listCol { padding: 7.5px; }
  #investorReportSeason main .container { padding-left: 15px; padding-right: 15px; }
  #investorReportSeason .reportSeasonContainer .navContainer { margin-bottom: 30px; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable { padding-bottom: 50px; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead { top: 50px; }
  .reportMonthContainer .navContainer { margin-bottom: 30px; }
  .reportMonthContainer .reportMonthTable .tableHead:lang(en) { display: none; }
  .reportMonthContainer .reportMonthTable .tableBody .tableRow:lang(en) { padding: 0; }
  .reportMonthContainer .reportMonthTable .tableBody .tableItem:lang(en) { width: 100%; margin: 0 15px 10px; padding-top: 5px; padding-bottom: 10px; text-align: left; }
  .reportMonthContainer .reportMonthTable .tableBody .tableItem:lang(en):not(:last-child) { border-bottom: 1px solid #eee; }
  .reportMonthContainer .reportMonthTable .tableBody .tableItem.month:lang(en) { padding: 15px 0; margin-left: 0; margin-right: 0; border-bottom: solid 2px #D61518; justify-content: center; }
  .reportMonthContainer .reportMonthTable .tableBody .monthBox:lang(en) { text-align: center; }
  .reportMonthContainer .reportMonthTable .tableItem.revenue:lang(en), .reportMonthContainer .reportMonthTable .tableItem.revenueLast:lang(en), .reportMonthContainer .reportMonthTable .tableItem.difference:lang(en) { width: 100%; }
  .reportMonthContainer .reportMonthTable .tableItem:lang(en):not(:last-child)::after { display: none; }
  .reportMonthContainer .reportMonthTable .rwdTableTitle:lang(en) { margin-bottom: 5px; font: 600 15px 'Noto Sans TC', sans-serif; color: #000; display: block; }
  .investorReportMonthHtml .reportMonthTable .tableHead { top: 50px; }
  .investorReportMonthHtml .reportMonthTable .tableHead .tableItem.month { display: none; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow { height: auto; padding: 15px 0; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow:first-child { height: auto; padding-top: 15px; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow:hover:before { display: none; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow:hover .tableItem { color: #616161; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow:hover .tableItem.month { color: #000; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow:hover .tableItem.month::after { display: none; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableItem.month { padding-left: 7%; margin-bottom: 10px; justify-content: flex-start; font: 600 15px 'Noto Sans TC', sans-serif; line-height: 15px; color: #000; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableItem.month::after { display: none; }
  .investorReportMonthHtml .reportMonthTable .tableRow { flex-wrap: wrap; }
  .investorReportMonthHtml .reportMonthTable .tableItem.month { width: 100%; }
  .investorReportMonthHtml .reportMonthTable .tableItem.revenue, .investorReportMonthHtml .reportMonthTable .tableItem.revenueLast, .investorReportMonthHtml .reportMonthTable .tableItem.difference { width: 33.33%; }
  #investorSeminar main .container { padding-left: 15px; padding-right: 15px; }
  #investorSeminar .seminarContainer .seminarTable .tableHead { display: none; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableRow { padding: 20px 0 18px; border-bottom: none; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableRow:before { display: none; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date { padding: 26px 22px; border-bottom: solid 2px #D61518; display: flex; justify-content: space-between; align-items: flex-end; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdName { font: 700 22px 'Noto Sans TC', sans-serif; line-height: 22px; display: block; color: #000; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdDate { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content, #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio, #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.download { margin: 0 22px; padding: 15px 0 15px; border-bottom: 1px solid rgba(150, 150, 150, 0.5); }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content .contentName { display: none; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio { text-align: left; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio a { color: #D61518; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.download { flex-wrap: wrap; justify-content: flex-start; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem .rwdTitle { width: 100%; margin-bottom: 15px; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; text-align: left; display: block; color: #000; }
  #investorSeminar .seminarContainer .seminarTable .tableRow { flex-wrap: wrap; }
  #investorSeminar .seminarContainer .seminarTable .tableItem:not(:last-child)::after { display: none; }
  #investorSeminar .seminarContainer .seminarTable .tableItem.date { width: 100%; }
  #investorSeminar .seminarContainer .seminarTable .tableItem.content { width: 100%; }
  #investorSeminar .seminarContainer .seminarTable .tableItem.vedio, #investorSeminar .seminarContainer .seminarTable .tableItem.download { width: 100%; }
  #investorShareholder main .container { padding-left: 15px; padding-right: 15px; }
  #investorShareholder .shareholderContainer .yearSelect { margin-top: 40px; margin-bottom: 0; }
  #investorShareholder .shareholderContainer .shareholderTable .tableHead { top: 50px; }
  .shareholderListContainer .navContainer { margin-bottom: 40px; }
  .investorShareholderListHtml .shareholderListTable .tableHead { top: 50px; }
  .investorShareholderPriceHtml { padding-bottom: 0; }
  .investorShareholderPriceHtml .listItem { padding: 30px 30px; }
  .investorShareholderPriceHtml .listItem .img { height: 200px; }
  .investorShareholderPriceHtml .listItem .img::before { box-shadow: -10px 20px 30px 0 rgba(0, 0, 0, 0.35); }
  .investorShareholderPriceHtml .listItem .doc { width: 100%; }
  .investorShareholderPriceHtml .listItem .title { margin-bottom: 30px; padding-left: 39px; }
  .investorShareholderPriceHtml .listItem .title::before { left: 0px; }
  .investorShareholderPriceHtml .listItem .content { margin-bottom: 40px; font: 400 17px 'Noto Sans TC', sans-serif; line-height: 25px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n+1) { margin-top: 200px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n+1) .img { margin-top: -200px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) { margin-top: 200px; }
  .investorShareholderPriceHtml .listItem:nth-child(2n) .img { margin-top: -200px; }
  .investorcompCommitteeHtml .contentBox { padding-left: 0px; padding-right: 0px; }
  .investorCompAuditHtml .contentBox { padding-left: 0px; padding-right: 0px; }
  .compContainer .downloadList .downloadRow { margin-right: -7.5px; margin-left: -7.5px; }
  .compContainer .downloadList .downloadCol { margin-bottom: 15px; padding: 0 7.5px; }
  #investorCompRule main .container, #investorCompResolution main .container, #investorCompReport main .container { padding-left: 15px; padding-right: 15px; }
  .investorCompBehaviorHtml .contentBox { padding-left: 0px; padding-right: 0px; }
  #investorCompAuditComm main .container, #investorCompAccountant main .container { padding-left: 15px; padding-right: 15px; }
  #investorCompAuditComm .compCommContainer .title, #investorCompAccountant .compCommContainer .title { font-size: 26px; line-height: 36px; }
  #investorCompAuditComm .compCommContainer .title::before, #investorCompAccountant .compCommContainer .title::before { top: 16px; }
  .investorCompInfoSecurityHtml .contentBox { padding-left: 0px; padding-right: 0px; }
  .investorCompInfoSecurityHtml .layerBox .layerFirst { padding-left: 20px; }
  .investorCompInfoSecurityHtml .layerBox .layerSec { padding-left: 20px; }
  .investorCompInfoSecurityHtml .layerBox .layerThird { padding-left: 20px; }
  #investorCompOther .compContainer { flex-wrap: wrap; }
  #investorNewsList main .container { padding-left: 15px; padding-right: 15px; }
  #investorNewsList .newsListContainer .newsList .newsRow { margin-right: -7.5px; margin-left: -7.5px; }
  #investorNewsList .newsListContainer .newsList .newsCol { margin-bottom: 15px; padding-left: 7.5px; padding-right: 7.5px; }
  #investorNewsList .newsListContainer .newsList .newsItem:hover .img { width: 100%; height: 100%; }
  #investorNewsList .newsListContainer .newsList .newsItem:hover .link::before { width: 54px; height: 54px; }
  #investorNewsList .newsListContainer .newsList .newsItem:hover .icon { font-size: 17px; } }
@media screen and (max-width: 499px) { #investor .investorContainer .topList .item { width: calc(100% - 14px); height: 200px; }
  #investorReportYear main .container { padding-left: 15px; padding-right: 15px; }
  #investorReportYear .reportYearContainer .yearReportContainer .listCol.col-6 { flex: 0 0 100%; max-width: 100%; }
  #investorReportYear .reportYearContainer .yearReportContainer .item { height: 200px; }
  #investorShareholder .shareholderContainer .shareholderTable .tableHead .tableItem { font-size: 16px; line-height: 18px; }
  #investorShareholder .shareholderContainer .shareholderTable .tableHead .rwdHide { display: none; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable { margin-bottom: 40px; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableHead { display: none; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableRow { height: auto; margin-bottom: 20px; border-bottom: none; flex-wrap: wrap; justify-content: space-between; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableRow:last-child { border-bottom: 1px solid rgba(150, 150, 150, 0.2); }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.job .text { width: 100%; text-align: left; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableBody .tableItem.experience .text { width: 100%; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem:not(:last-child)::after { display: none; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.job { width: calc(100% - 80px); padding-right: 10px; justify-content: flex-start; font-size: 16px; line-height: 40px; color: #fff; background: #d61518; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.name { width: 80px; padding-left: 10px; font-size: 20px; line-height: 40px; text-align: left; color: #fff; justify-content: start; background: #d61518; order: -1; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.experience { width: 100%; padding: 20px 0  20px 10px; } }
@media screen and (max-width: 449px) { #investor .investorContainer .leftNews .sliderContainer { flex-wrap: wrap; justify-content: center; }
  #investor .investorContainer .leftNews .silckControl { margin: 0 10px; order: 2; }
  #investor .investorContainer .leftNews .slick { width: 100%; padding: 0; }
  #investor .investorContainer .leftNews .slickItem { padding: 7px 0; }
  #investor .investorContainer .leftNews .newsItem:hover { box-shadow: none; }
  .investorReportMonthHtml .reportMonthTable .tableHead { display: none; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableRow { padding: 0; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableItem { margin: 0 15px 10px; padding-top: 5px; padding-bottom: 10px; text-align: left; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableItem:not(:last-child) { border-bottom: 1px solid #eee; }
  .investorReportMonthHtml .reportMonthTable .tableBody .tableItem.month { padding: 15px 0; margin-left: 0; margin-right: 0; border-bottom: solid 2px #D61518; justify-content: center; }
  .investorReportMonthHtml .reportMonthTable .tableBody .monthBox { text-align: center; }
  .investorReportMonthHtml .reportMonthTable .tableItem.revenue, .investorReportMonthHtml .reportMonthTable .tableItem.revenueLast, .investorReportMonthHtml .reportMonthTable .tableItem.difference { width: 100%; }
  .investorReportMonthHtml .reportMonthTable .tableItem:not(:last-child)::after { display: none; }
  .investorReportMonthHtml .reportMonthTable .rwdTableTitle { margin-bottom: 5px; font: 600 15px 'Noto Sans TC', sans-serif; color: #000; display: block; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date { padding: 26px 15px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdName { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdDate { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content, #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio, #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.download { margin: 0 15px; }
  #investorNewsList main .container { padding-left: 15px; padding-right: 15px; }
  #investorNewsList .newsListContainer .newsList .newsCol.col-6 { flex: 0 0 100%; max-width: 100%; }
  #investorNewsList .newsListContainer .newsList .newsItem { height: 200px; }
  .investorcompCommitteeHtml .auditListTable .tableHead .tableItem.name { display: none; }
  .investorcompCommitteeHtml .auditListTable .tableBody .tableRow { height: auto; padding: 15px 0; flex-wrap: wrap; }
  .investorcompCommitteeHtml .auditListTable .tableBody .tableItem.name { margin-bottom: 15px; text-align: left; padding-left: 15px; }
  .investorcompCommitteeHtml .auditListTable .tableItem.name { width: 100%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.name:lang(en) { width: 100%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.name::after { display: none; }
  .investorcompCommitteeHtml .auditListTable .tableItem.audit { width: 50%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.audit:lang(en) { width: 50%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.salary { width: 50%; }
  .investorcompCommitteeHtml .auditListTable .tableItem.salary:lang(en) { width: 50%; }
  .investorCompOtherHtml .qaTitleContainer { padding: 11px 0 11px 20px; }
  .investorCompOtherHtml .qaTitleContainer .en { margin-right: 10px; }
  .investorCompOtherHtml .qaTitleContainer .text { width: calc(100% - ( 15px + 10px ) - (28px + 5px + 5px)); }
  .investorCompOtherHtml .qaTitleContainer .iconContainer { margin-left: 5px; margin-right: 5px; }
  .investorCompOtherHtml .qaContentContainer .qaContentBox { padding: 35px 35px 35px 20px; }
  .investorCompOtherHtml .qaContentContainer .en { margin-right: 10px; }
  .investorShareholderPriceHtml .listItem .itemBtn:lang(en) { width: 100%; height: auto; padding: 13px 10px; line-height: 20px; }
  .investorShareholderPriceHtml .listItem .itemBtn:lang(en) i { line-height: inherit; display: none; } }
@media screen and (max-width: 399px) { #investorReportSeason main .container { padding-left: 15px; padding-right: 15px; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead { top: 50px; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableHead .tableItem.year { display: none; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow { height: auto; padding: 15px 0; flex-wrap: wrap; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableRow:first-child { height: auto; padding-top: 15px; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableBody .tableItem.year { margin-bottom: 12px; padding-left: 10px; text-align: left; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.year { width: 100%; }
  #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q1, #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q2, #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q3, #investorReportSeason .reportSeasonContainer .reportSeasonTable .tableItem.q4 { width: 25%; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name { font-size: 16px; line-height: 16px; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name .text { width: 100%; }
  .compContainer .downloadList .downloadCol { flex: 0 0 100%; max-width: 100%; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.job:lang(en) { width: 100%; padding-left: 10px; padding-bottom: 5px; line-height: 35px; }
  .investorCompDirectorHtml .tableContainer .shareholderListTable .tableItem.name:lang(en) { width: 100%; padding-top: 5px; line-height: 35px; } }
@media screen and (max-width: 374px) { #investor .investorContainer .rightContact .title { margin-right: 0; }
  #investor .investorContainer .rightContact .contactItem { flex-direction: column; align-items: flex-start; }
  #investor .investorContainer .rightContact .nameBox { width: 100%; display: flex; }
  #investor .investorContainer .rightContact .nameBox:lang(en) { margin-bottom: 15px; flex-direction: column; }
  #investor .investorContainer .rightContact .name { margin-right: 25px; margin-bottom: 6px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date { padding: 26px 10px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdName { font: 700 17px 'Noto Sans TC', sans-serif; line-height: 17px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.date .rwdDate { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 16px; }
  #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.content, #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.vedio, #investorSeminar .seminarContainer .seminarTable .tableBody .tableItem.download { margin: 0 10px; }
  .investorShareholderListHtml .shareholderListTable .tableBody .tableItem.name { padding-right: 15px; line-height: 20px; } }
/*other*/
#otherSitemap main { background: url(images/other/sitemapBg.svg) left -230px bottom -40px no-repeat; background-size: 550px; }
#otherSitemap main > .container { padding-right: 0; padding-left: 0; }
#otherSitemap .sitemapContainer { max-width: 1420px; margin: 0 auto 30px; }
#otherSitemap .sitemapContainer .itemRow { margin: 0 -31px 0 -31px; display: flex; flex-wrap: wrap; }
#otherSitemap .sitemapContainer .item { width: calc(20% - 62px); height: 100%; margin: 0 31px 40px; }
#otherSitemap .sitemapContainer .item:hover .itemTitle { border-color: #D61518; }
#otherSitemap .sitemapContainer .itemTitle { padding-bottom: 16px; border-bottom: 1px solid #ddd; font: 500 20px 'Noto Sans TC', sans-serif; line-height: 20px; color: #242424; transition: all 0.4s; }
#otherSitemap .sitemapContainer .itemTitle i { width: 30px; margin-right: 10px; font-size: 20px; line-height: 20px; color: #D61518; display: inline-block; }
#otherSitemap .sitemapContainer .itemContent { font: 300 16px 'Noto Sans TC', sans-serif; line-height: 41px; color: #616161; }
#otherSitemap .sitemapContainer .itemContent li { transition: all 0.4s; position: relative; }
#otherSitemap .sitemapContainer .itemContent li:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
#otherSitemap .sitemapContainer .itemContent li::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 3.5px 0 3.5px 4px; border-color: transparent transparent transparent #D61518; position: absolute; top: 50%; right: 0; transform: translateY(-50%); opacity: 0; transition: all 0.4s; }
#otherSitemap .sitemapContainer .itemContent li:hover { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 41px; color: #D61518; }
#otherSitemap .sitemapContainer .itemContent li:hover::after { opacity: 1; }
#otherSitemap .sitemapContainer .itemContent a { color: inherit; display: block; }
#otherSitemap .sitemapContainer .btnItem .btn.btnCustomer { width: 100%; height: 40px; margin-bottom: 12px; border: solid 1px #ddd; font: 400 16px 'Noto Sans TC', sans-serif; line-height: 38px; color: #616161; background: transparent; }
#otherSitemap .sitemapContainer .btnItem .btn.btnCustomer:hover { border-color: #D61518; background: #D61518; color: #fff; opacity: 1; }

.otherPrivacyHtml .pageTitleContainer { margin-bottom: 86px; }
.otherPrivacyHtml .privacyContainer { max-width: 1350px; margin: 0 auto; padding-bottom: 19px; }
.otherPrivacyHtml #privacyEdit .box { padding: 0  65px 52px; margin-bottom: 69px; }
.otherPrivacyHtml #privacyEdit .box:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
.otherPrivacyHtml #privacyEdit .title { padding-left: 45px; margin-bottom: 33px; font: 700 24px 'Noto Sans TC', sans-serif; line-height: 30px; position: relative; }
.otherPrivacyHtml #privacyEdit .title::before { content: ''; width: 20px; height: 4px; background: #D61518; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.otherPrivacyHtml #privacyEdit .content { padding-left: 45px; }
.otherPrivacyHtml #privacyEdit .subtitle { padding-top: 25px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.5px; }
.otherPrivacyHtml #privacyEdit .text { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.5px; color: #616161; text-align: justify; }
.otherPrivacyHtml #privacyEdit .text p { margin-bottom: 10px; }
.otherPrivacyHtml #privacyEdit .text .pl2rem { padding-left: 2rem; }

.grayRwdTable .tableRow { display: flex; align-items: center; position: relative; transition: box-shadow 0.4s, border-color 0.4s; z-index: 1; }
.grayRwdTable .tableRow:not(:last-child) { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
.grayRwdTable .tableRow.tableBody:hover { margin-top: -1px; border-bottom: 3px solid #D61518; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.13); z-index: 5; }
.grayRwdTable .tableHead { height: 50px; background: #D61518; color: #fff; }
.grayRwdTable .tableHead .tableItem:not(:last-child)::after { background: #fff; }
.grayRwdTable .tableBody { background: #fff; }
.grayRwdTable .tableItem:not(:last-child) { position: relative; }
.grayRwdTable .tableItem:not(:last-child)::after { content: ''; width: 1px; height: 22px; background: rgba(150, 150, 150, 0.5); position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.grayRwdTable .tableItem ul > li { padding-left: 18px; margin-bottom: 12px; position: relative; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 24px; }
.grayRwdTable .tableItem ul > li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #D61518; position: absolute; left: 0; top: 10px; }

.otherJobHtml .otherJobContainer .container { padding-left: 0; padding-right: 0; }
.otherJobHtml .otherJobContainer .topContainer { max-width: 1420px; margin: 0 auto 0px; display: flex; justify-content: space-between; }
.otherJobHtml .otherJobContainer .topContainer .leftImg { padding-top: 57px; position: relative; }
.otherJobHtml .otherJobContainer .topContainer .leftImg .imgBg { width: 798px; }
.otherJobHtml .otherJobContainer .topContainer .leftImg .imgTop { width: 678px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.otherJobHtml .otherJobContainer .topContainer .rightDoc { width: 557px; margin-top: 118px; }
.otherJobHtml .otherJobContainer .topContainer .rightDoc .slogan { margin-bottom: 17px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #242424; }
.otherJobHtml .otherJobContainer .topContainer .rightDoc .note { margin-bottom: 54px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; letter-spacing: 0.2px; }
.otherJobHtml .otherJobContainer .topContainer .rightDoc .btnContainer { display: flex; }
.otherJobHtml .otherJobContainer .topContainer .rightDoc .btnCustomer { width: 200px; height: 50px; margin-right: 23px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 48px; display: block; }
.otherJobHtml .otherJobContainer .topContainer .rightDoc .btnCustomer.btnBlack { background: #000; }
.otherJobHtml .otherJobContainer .bottomTable { padding-bottom: 132px; padding-top: 84px; background: #f6f6f6; position: relative; }
.otherJobHtml .otherJobContainer .bottomTable::before { content: ''; width: 100%; height: 78px; background: #f6f6f6; position: absolute; top: -78px; left: 0; z-index: -1; }
.otherJobHtml .otherJobContainer .bottomTable .title { margin-bottom: 45px; font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; color: #242424; text-align: center; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable { max-width: 1420px; margin: 0 auto; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableRow { padding: 50px 0 40px; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableRow.tableBody:hover .jobLink { color: #D61518; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableHead { font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; text-align: center; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableHead.tableRow { padding-top: 0; padding-bottom: 0; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody { background: #fff; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody .jobLink { font-size: 26px; line-height: 80px; color: #ccc; transition: all 0.4s; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody .jobContent { padding-right: 66px; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableItem ul { padding-left: 43px; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobName { width: 192px; text-align: center; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent { width: 688px; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobCondition { width: 402px; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobLink { width: 138px; text-align: center; }
.otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobLink a { display: block; }

.otherStakeholderHtml .pageTitleContainer { margin-bottom: 21px; }
.otherStakeholderHtml .stakeholderContainer .topNote { max-width: 1004px; margin: 0 auto 82px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.otherStakeholderHtml .stakeholderContainer .topNote:lang(en) { text-align: left; }
.otherStakeholderHtml .stakeholderContainer .bottomTableContainer { max-width: 1420px; margin: 0 auto 108px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableHead { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableHead .tableItem { text-align: center; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody { border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody.tableRow:hover { border-bottom: 3px solid #D61518; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .tableItem { padding-top: 50px; padding-bottom: 50px; letter-spacing: 0.2px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue { padding-left: 60px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue:lang(en) { padding-left: 30px; padding-right: 30px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderContact { padding-left: 40px; padding-right: 49px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderContact:lang(en) { padding-left: 30px; padding-right: 30px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableItem ul > li { letter-spacing: 0.2px; text-align: justify; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableItem ul > li:lang(en) { text-align: left; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderName { width: 221px; text-align: center; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue { width: 296px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact { width: 903px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact ul > li { line-height: 35px; }
.otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact ul > li::before { top: 15.5px; }
.otherStakeholderHtml .stakeholderContainer .tableContactBox { width: 516px; border: solid 1px rgba(205, 205, 205, 0.3); border-radius: 10px; margin-bottom: 21px; margin-top: 24px; padding: 25px 0 13px 27px; display: flex; }
.otherStakeholderHtml .stakeholderContainer .tableContactBox:lang(en) { width: 100%; }
.otherStakeholderHtml .stakeholderContainer .tableContactBox .boxLeft { margin-right: 52px; }
.otherStakeholderHtml .stakeholderContainer .tableContactBox .boxItem { margin-bottom: 12px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
.otherStakeholderHtml .stakeholderContainer .tableContactBox .boxItem .dec { margin-right: 9px; margin-left: 9px; font: 400 14px 'Noto Sans TC', sans-serif; line-height: 18px; color: #777; display: inline-block; position: relative; top: -3px; }

.otherCsrPage main .navContainer { margin-bottom: 72px; }
.otherCsrPage main .navContainer .navTitle { display: none; }
.otherCsrPage main .navContainer .itemRow { display: flex; justify-content: center; align-items: center; }
.otherCsrPage main .navContainer .item { width: 168px; height: 57px; margin: 0 18px; font: 300 20px 'Noto Sans TC', sans-serif; line-height: 57px; color: #616161; text-align: center; position: relative; transition: all 0.4s; cursor: pointer; }
.otherCsrPage main .navContainer .item:not(:last-child) .decLine { display: block; }
.otherCsrPage main .navContainer .item:hover { color: #D61518; }
.otherCsrPage main .navContainer .item.active { background: #D61518; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0); }
.otherCsrPage main .navContainer .item.active::before, .otherCsrPage main .navContainer .item.active::after { opacity: 1; }
.otherCsrPage main .navContainer .item.active .decLine { display: none; }
.otherCsrPage main .navContainer .item::before, .otherCsrPage main .navContainer .item::after { content: ''; width: 0; height: 0; position: absolute; top: 0; opacity: 0; transition: all 0.4s; display: block; border-style: solid; z-index: 5; }
.otherCsrPage main .navContainer .item::before { border-width: 57px 36px 0 0; border-color: #D61518 transparent transparent transparent; right: -36px; }
.otherCsrPage main .navContainer .item::after { border-width: 0 0 57px 36px; border-color: transparent transparent #D61518 transparent; left: -36px; }
.otherCsrPage main .navContainer .item a { display: block; }
.otherCsrPage main .navContainer .decLine { width: 1px; height: 20px; background: #959595; display: none; position: absolute; top: 21px; right: -17.5px; transform: rotate(-148deg); }

#otherCsrEn main { background: url(images/other/CSR-bg.png) center bottom 0px no-repeat; position: relative; display: flex; flex-direction: column; }
#otherCsrEn main > .container { flex-grow: 1; position: relative; }
#otherCsrEn main .pageTitleContainer { margin-bottom: 37px; }
#otherCsrEn .otherCsrEnContainer { position: relative; z-index: 5; }
#otherCsrEn .otherCsrEnContainer .navContainer { margin-bottom: 100px; }

.otherCsrEnHtml .contentContainer { width: 686px; margin-left: 140px; margin-bottom: 170px; position: relative; z-index: 1; }
.otherCsrEnHtml .contentContainer .text { padding: 46px 77px; background: #fff; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.33); }
.otherCsrEnHtml .contentContainer .dec { width: 75px; height: 1px; position: absolute; top: 64px; right: 0; transform: translateX(50%); }
.otherCsrEnHtml .contentContainer .dec .line { width: 100%; height: 100%; background: #D61518; }
.otherCsrEnHtml #csrEnvironmentEdit { font: 400 18px 'Noto Sans TC', sans-serif; line-height: 35px; letter-spacing: 0.2px; text-align: justify; }
.otherCsrEnHtml .bgGrassLeft, .otherCsrEnHtml .bgHand, .otherCsrEnHtml .bgGrassRight { position: absolute; bottom: 0; }
.otherCsrEnHtml .bgGrassLeft { left: 0; z-index: 5; }
.otherCsrEnHtml .bgHand { z-index: 1; right: -200px; opacity: 0; transition: right 0.7s 0.2s,  opacity 0.7s 0.2s; }
.otherCsrEnHtml .bgHand.active { right: -42px; opacity: 1; }
.otherCsrEnHtml .bgGrassRight { right: -140px; z-index: 1; }

#otherCsrSDGs main .pageTitleContainer { margin-bottom: 38px; }
#otherCsrSDGs main .navContainer { margin-bottom: 51px; }

.otherCsrSDGsHtml .topText { max-width: 1073px; margin: 0 auto 35px; font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }
.otherCsrSDGsHtml .bottomContent { margin-bottom: 100px; position: relative; }
.otherCsrSDGsHtml .imgContainer { max-width: 1620px; margin: 0 auto; }
.otherCsrSDGsHtml .imgContainer .itemRow { display: flex; flex-wrap: wrap; margin-right: calc( 0px - ( 1620px -  200px * 7 ) / ( 6 * 2 )); margin-left: calc( 0px - ( 1620px -  200px * 7 ) / ( 6 * 2 )); }
.otherCsrSDGsHtml .imgContainer .item { margin: 15px calc(( 1620px -  200px * 7 ) / ( 6 * 2 )); width: 200px; height: 200px; opacity: 0.3; transition: all 0.4s; }
.otherCsrSDGsHtml .imgContainer .item:hover { opacity: 1; transform: scale(1.15); z-index: 5; }
.otherCsrSDGsHtml .imgContainer .item.empty:hover { z-index: 0; }
.otherCsrSDGsHtml .imgContainer .item.item5 { display: none; }
.otherCsrSDGsHtml .imgContainer .item.item4-md { display: none; }
.otherCsrSDGsHtml .centerSliderContainer { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.otherCsrSDGsHtml .centerSliderContainer .slickContainer { width: 590px; height: 590px; border: solid 5px #fff; border-radius: 50%; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2); overflow: hidden; }
.otherCsrSDGsHtml .centerSliderContainer .item { position: relative; }
.otherCsrSDGsHtml .centerSliderContainer .bg img { width: 100%; height: 100%; object-fit: cover; }
.otherCsrSDGsHtml .centerSliderContainer .itemContent { width: 400px; padding: 0 9px; position: absolute; top: 123px; left: 50%; transform: translate(-50%, 0); }
.otherCsrSDGsHtml .centerSliderContainer .itemContent:lang(en) { top: 65px; }
.otherCsrSDGsHtml .centerSliderContainer .itemTitle { margin-bottom: 19px; font: 700 26px 'Noto Sans TC', sans-serif; line-height: 26px; color: #D61518; text-align: center; }
.otherCsrSDGsHtml .centerSliderContainer .itemTitle:lang(en) { font-size: 24px; }
.otherCsrSDGsHtml .centerSliderContainer .itemText { font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }
.otherCsrSDGsHtml .centerSliderContainer .itemText p:not(:last-child) { margin-bottom: 22px; }
.otherCsrSDGsHtml .centerSliderContainer .itemText p.safeInfo { line-height: 30px; }
.otherCsrSDGsHtml .centerSliderContainer .itemText:lang(en) { font-size: 16px; line-height: 25px; text-align: left; }
.otherCsrSDGsHtml .centerSliderContainer .itemText:lang(en) p:not(:last-child) { margin-bottom: 15px; }
.otherCsrSDGsHtml .centerSliderContainer .itemText:lang(en) p.safeInfo { line-height: 25px; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn, .otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn { width: 30px; height: 30px; position: absolute; top: 50%; transform: translateY(-50%); color: #616161; font-size: 12px; line-height: 30px; transition: all 0.4s; cursor: pointer; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn i::before, .otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn i::before { transform: scale(0.75); transform-origin: left; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn:hover, .otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn:hover { color: #D61518; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn { left: 32px; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn:hover { left: 27px; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn { right: 32px; }
.otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn:hover { right: 27px; }

#otherCsrSociety main .pageTitleContainer { margin-bottom: 36px; }
#otherCsrSociety main .navContainer { margin-bottom: 104px; }

.otherCsrSocietyHtml .societySliderContainer { margin-bottom: 70px; display: flex; justify-content: space-between; }
.otherCsrSocietyHtml .leftSlick { margin-left: 26px; position: relative; }
.otherCsrSocietyHtml .leftSlick .slickContainer { width: 819px; }
.otherCsrSocietyHtml .leftSlick .item img { width: 100%; height: 100%; object-fit: cover; }
.otherCsrSocietyHtml .leftSlick .silckControl .prevBtn, .otherCsrSocietyHtml .leftSlick .silckControl .nextBtn { width: 70px; height: 70px; border-radius: 50%; border: solid 1px #ccc; font-size: 12px; line-height: 68px; text-align: center; color: #ccc; background: #fff; position: absolute; top: 50%; transform: translateY(-50%); transition: all 0.4s; cursor: pointer; }
.otherCsrSocietyHtml .leftSlick .silckControl .prevBtn i::before, .otherCsrSocietyHtml .leftSlick .silckControl .nextBtn i::before { transform: scale(0.5); }
.otherCsrSocietyHtml .leftSlick .silckControl .prevBtn:hover, .otherCsrSocietyHtml .leftSlick .silckControl .nextBtn:hover { border-color: transparent; color: #fff; background: #D61518; }
.otherCsrSocietyHtml .leftSlick .silckControl .prevBtn { left: -35px; }
.otherCsrSocietyHtml .leftSlick .silckControl .nextBtn { right: -35px; }
.otherCsrSocietyHtml .rightSlick { width: 670px; margin-top: 23px; margin-right: 20px; }
.otherCsrSocietyHtml .rightSlick .title { font: 700 28px 'Noto Sans TC', sans-serif; line-height: 28px; color: #242424; }
.otherCsrSocietyHtml .rightSlick .dec { width: 17px; height: 5px; margin: 38px 0 30px; background: #D61518; }
.otherCsrSocietyHtml .rightSlick .content { font: 400 19px 'Noto Sans TC', sans-serif; line-height: 35px; text-align: justify; }

/*聯絡我們, 聯絡我們送出*/
#otherContact main { background: url(images/other/contact-bg.png) no-repeat center bottom; background-size: cover; background-attachment: fixed; display: flex; flex-direction: column; justify-content: center; }
#otherContact main .container { padding-left: 0; padding-right: 0; }
#otherContact main .pageTitleContainer { margin-bottom: 63px; }
#otherContact .contactContainer { max-width: 1272px; margin: 0 auto 140px; padding: 40px 104px 66px; border-bottom: 4px solid #D61518; background: #fff; box-shadow: 9px 9px 43px 0 rgba(0, 0, 0, 0.23); }
#otherContact .contactContainer .note { max-width: 707px; margin: 0 auto 41px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 28px; letter-spacing: 0.2px; }
#otherContact .contactContainer .formRow { margin-right: -9px; margin-left: -9px; }
#otherContact .contactContainer .formCol { padding-right: 9px; padding-left: 9px; }
#otherContact .contactContainer .formCol a { display: block; }
#otherContact .contactContainer .form-group { margin-bottom: 18px; }
#otherContact .contactContainer .formBox { width: 100%; height: 55px; border: solid 1px rgba(205, 205, 205, 0.3); display: flex; align-items: center; position: relative; transition: all 0.4s; }
#otherContact .contactContainer .formBox.formBoxTextarea { height: auto; flex-wrap: wrap; }
#otherContact .contactContainer .formBox.boxFocus { border-color: #D61518; }
#otherContact .contactContainer .colLabel { width: 136px; padding: 0 0 0 20px; margin: 15px 0 15px 0; border-right: solid 1px rgba(205, 205, 205, 0.3); font: 500 18px 'Noto Sans TC', sans-serif; line-height: 25px; color: #242424; }
#otherContact .contactContainer .colLabel:lang(en) { width: 150px; padding: 0 0 0 10px; font-size: 16px; }
#otherContact .contactContainer .colInput { width: calc(100% - 136px); }
#otherContact .contactContainer .colInput:lang(en) { width: calc(100% - 150px); }
#otherContact .contactContainer .colInput input.form-control { height: 53px; width: 100%; border: none; padding: 15px 20px 15px 33px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 25px; color: #808080; }
#otherContact .contactContainer .colInput input.form-control.focus, #otherContact .contactContainer .colInput input.form-control:focus { box-shadow: none; }
#otherContact .contactContainer .colTextarea { width: 100%; }
#otherContact .contactContainer .colTextarea textarea.form-control { width: 100%; border: none; padding: 0px 20px 6px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 25px; color: #808080; }
#otherContact .contactContainer .colTextarea textarea.form-control.focus, #otherContact .contactContainer .colTextarea textarea.form-control:focus { box-shadow: none; }
#otherContact .contactContainer .codeImg { max-width: 150px; height: 55px; object-fit: cover; }
#otherContact .contactContainer .btnRow { margin-top: 42px; }
#otherContact .contactContainer .btnRow .formCol { width: 200px; }
#otherContact .contactContainer .btnRow .btn.btnCustomer { height: 50px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 48px; }
#otherContact .contactContainer .btnRow .btnGray { background: #f6f6f6; border-color: transparent; color: #808080; }
#otherContact .contactContainer .btnRow .btnGray:hover { background: #929292; color: #fff; }

#otherContactSend main { background: url(images/other/contact-bg.png) no-repeat center bottom; background-size: cover; background-attachment: fixed; display: flex; flex-direction: column; justify-content: center; }
#otherContactSend main .container { padding-left: 0; padding-right: 0; }
#otherContactSend .sendBox { max-width: 734px; margin: 60px auto 50px; padding: 62px 115px; background: #fff; display: flex; flex-direction: column; align-items: center; box-shadow: 9px 9px 43px 0 rgba(0, 0, 0, 0.23); }
#otherContactSend .sendBox .icon { width: 75px; margin-bottom: 40px; }
#otherContactSend .sendBox .title { margin-bottom: 23px; font: 700 30px 'Noto Sans TC', sans-serif; line-height: 30px; letter-spacing: 0.3px; color: rgba(0, 0, 0, 0.9); text-align: center; }
#otherContactSend .sendBox .text { margin-bottom: 49px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 27px; letter-spacing: 0.3px; color: rgba(0, 0, 0, 0.9); text-align: center; }
#otherContactSend .sendBox .btnCustomer { width: 200px; height: 50px; font: 500 18px 'Noto Sans TC', sans-serif; line-height: 48px; }

/*查詢結果*/
#otherSearchResult .searchResultContainer .topContainer { padding: 56px 0 81px; display: flex; flex-direction: column; text-align: center; box-shadow: 0 4px 56px 0 rgba(0, 0, 0, 0.1); }
#otherSearchResult .searchResultContainer .topContainer .title { margin-bottom: 16px; font: 700 30px 'Noto Sans TC', sans-serif; line-height: 30px; }
#otherSearchResult .searchResultContainer .topContainer .resultText { margin-bottom: 48px; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
#otherSearchResult .searchResultContainer .topContainer .resultText .searchKeyword { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
#otherSearchResult .searchResultContainer .topContainer .resultText .resultNum { font: 700 18px 'Noto Sans TC', sans-serif; line-height: 18px; }
#otherSearchResult .searchResultContainer .topContainer .searchForm { width: 100%; max-width: 680px; margin: 0 auto 0; position: relative; z-index: 1; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .form-group { margin-bottom: 0; display: flex; align-items: center; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .input { width: calc(100% - 60px - 60px); height: 60px; padding: 20px 33px; border: solid 1px #ccc; border-right: none; border-radius: 0; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; position: relative; background: transparent; z-index: 1; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .input:focus { outline: none; box-shadow: none; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .clear { width: 60px; height: 60px; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc; font-size: 14px; line-height: 58px; text-align: center; transition: all 0.4s; color: #959595; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .clear i { position: relative; top: -2px; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .searchBtn { width: 60px; height: 60px; font-size: 19px; line-height: 60px; text-align: center; background: #D61518; color: #fff; position: relative; z-index: 5; transition: all 0.4s; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .searchBtn i { position: relative; top: -2px; }
#otherSearchResult .searchResultContainer .topContainer .searchForm .searchBtn:hover i { opacity: 0.6; }
#otherSearchResult .searchResultContainer .bottomResultList .resultList { max-width: 1200px; margin: 45px auto 58px; }
#otherSearchResult .searchResultContainer .bottomResultList .item { border-bottom: 1px solid #ccc; }
#otherSearchResult .searchResultContainer .bottomResultList .item a { padding: 23px 0; display: flex; align-items: center; }
#otherSearchResult .searchResultContainer .bottomResultList .item:hover .title { color: #D61518; }
#otherSearchResult .searchResultContainer .bottomResultList .item:hover .icon { color: #D61518; right: -12px; }
#otherSearchResult .searchResultContainer .bottomResultList .doc { width: calc( 100% - 25px - 28px - 10px); }
#otherSearchResult .searchResultContainer .bottomResultList .title { width: 100%; margin-bottom: 8px; font: 400 22px 'Noto Sans TC', sans-serif; line-height: 25px; transition: all 0.4s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#otherSearchResult .searchResultContainer .bottomResultList .title:last-child { margin-bottom: 0; }
#otherSearchResult .searchResultContainer .bottomResultList .content { width: 100%; font: 400 18px 'Noto Sans TC', sans-serif; line-height: 18px; color: #616161; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#otherSearchResult .searchResultContainer .bottomResultList .icon { width: 25px; height: 25px; margin-right: 28px; margin-left: 10px; font-size: 12px; line-height: 25px; text-align: center; color: #ccc; position: relative; right: 0; transition: all 0.4s; }
#otherSearchResult .searchResultContainer .bottomResultList .icon i::before { transform: scale(0.6); transform-origin: left; }
#otherSearchResult .searchResultContainer .bottomResultList .newsPagination { margin-bottom: 68px; }

/*other RWD*/
@media screen and (max-width: 1699px) { .otherCsrEnHtml .contentContainer { margin-left: 0px; }
  .otherCsrEnHtml .bgGrassLeft { left: -125px; }
  .otherCsrSDGsHtml .imgContainer .itemRow { margin-right: -10px; margin-left: -10px; }
  .otherCsrSDGsHtml .imgContainer .item { width: calc(100% / 7 - 10px * 2); height: auto; margin: 10px 10px; }
  .otherCsrSocietyHtml .leftSlick { width: calc( 50% - 26px ); margin-left: 26px; position: relative; }
  .otherCsrSocietyHtml .leftSlick .slickContainer { width: 100%; }
  .otherCsrSocietyHtml .leftSlick .item { height: 380px; }
  .otherCsrSocietyHtml .leftSlick .item img { width: 100%; height: 100%; object-fit: cover; }
  .otherCsrSocietyHtml .rightSlick { width: 45%; margin-top: 23px; margin-right: 0; } }
@media screen and (max-width: 1499px) { .otherJobHtml .otherJobContainer .topContainer { align-items: center; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg { width: 60%; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg .imgBg { width: 100%; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg .imgTop { width: 85%; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc { width: 35%; margin-top: 0; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc .note { line-height: 24px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody .jobContent { padding-right: 40px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableItem ul { padding-left: 30px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobName { width: 120px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent { width: 570px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobCondition { width: 340px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobLink { width: 110px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue { padding-left: 30px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderName { width: 130px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue { width: 260px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact { width: calc(100% - 130px - 260px); }
  .otherCsrEnHtml .contentContainer { margin-left: 0px; }
  .otherCsrEnHtml .bgGrassLeft { left: -125px; }
  .otherCsrEnHtml .bgHand { right: -450px; }
  .otherCsrEnHtml .bgHand.active { right: -300px; }
  .otherCsrEnHtml .bgGrassRight { right: -360px; }
  .otherCsrSDGsHtml .imgContainer .item { width: calc(100% / 5 - 10px * 2); }
  .otherCsrSDGsHtml .imgContainer .item.item5 { display: block; }
  .otherCsrSDGsHtml .imgContainer .item.item7 { display: none; }
  .otherCsrSocietyHtml .rightSlick { margin-top: 0px; } }
@media screen and (max-width: 1199px) { #otherSitemap main { background: url(images/other/sitemapBg.svg) left -230px bottom 0px no-repeat; background-size: 550px; background-attachment: fixed; }
  #otherSitemap .sitemapContainer .itemRow { margin: 0 -31px 0 -31px; display: flex; flex-wrap: wrap; }
  #otherSitemap .sitemapContainer .item { width: calc(25% - 62px); height: 100%; margin: 0 31px 40px; }
  .otherPrivacyHtml #privacyEdit .box { padding: 0  30px 52px; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg { width: 50%; padding-top: 32px; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc { width: 45%; margin-top: 0; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc .note { line-height: 24px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody .jobContent { padding-right: 30px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableItem ul { padding-left: 20px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobName { width: 120px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent { width: 470px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobCondition { width: 310px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobLink { width: 60px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue { padding-left: 20px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderContact { padding-left: 25px; padding-right: 30px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderName { width: 120px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue { width: 230px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact { width: calc(100% - 120px - 230px); }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox { width: 100%; max-width: 516px; padding: 25px 27px 13px 27px; justify-content: space-between; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox:lang(en) { max-width: none; flex-direction: column; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxLeft { margin-right: 0; }
  .otherCsrEnHtml .contentContainer { width: 500px; margin-bottom: 120px; }
  .otherCsrSDGsHtml .imgContainer .item { width: calc(100% / 4 - 10px * 2); }
  .otherCsrSDGsHtml .imgContainer .item.item7 { display: none; }
  .otherCsrSDGsHtml .imgContainer .item.item5 { display: none; }
  .otherCsrSDGsHtml .imgContainer .item.item4 { display: block; }
  .otherCsrSocietyHtml .leftSlick .item { height: 450px; } }
@media screen and (max-width: 991px) { #otherSitemap .sitemapContainer .itemRow { margin: 0 -31px 0 -31px; display: flex; flex-wrap: wrap; }
  #otherSitemap .sitemapContainer .item { width: calc(33.33% - 62px); margin: 0 31px 40px; }
  #otherSitemap .sitemapContainer .btnItem { width: calc(100% - 0px); margin: 0px 0px; display: flex; }
  #otherSitemap .sitemapContainer .btnItem .btnBox { width: calc(33.33% - 62px); margin: 0 31px 40px; }
  .otherJobHtml .otherJobContainer .topContainer { flex-wrap: wrap; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg { width: 100%; padding-top: 50px; margin-bottom: 0; order: 2; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc { width: 100%; margin-bottom: 60px; order: 1; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc .note { margin-bottom: 30px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableRow { padding: 0 0px 30px; flex-wrap: wrap; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableRow:not(:last-child) { border: none; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableRow.tableBody:hover { margin-top: 0; border: none; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableHead { display: none; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody .jobContent { padding-right: 30px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableItem ul { padding-left: 0px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableItem:not(:last-child)::after { display: none; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobName { width: 100%; height: 50px; margin-bottom: 30px; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 50px; background: #D61518; color: #fff; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent, .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobCondition { width: 100%; padding: 0 30px 15px; border-bottom: 1px solid #ccc; margin: 0 40px 0; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent { margin-bottom: 30px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobLink { width: 100%; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobLink .btnCustomer { width: 200px; height: 40px; font-size: 16px; line-height: 38px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .rwdTableTitle { margin-bottom: 15px; padding-left: 0px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 26px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableRow { flex-wrap: wrap; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableRow:last-child { border-bottom: 1px solid #ccc; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableHead { display: none; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody { border: none; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody.tableRow:hover { margin-top: 0; border: none; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody.tableRow:hover:last-child { border-bottom: 1px solid #ccc; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .tableItem { padding-top: 30px; padding-bottom: 30px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderName { padding-top: 0; padding-bottom: 0; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue { padding-left: 15px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue:lang(en) { padding-left: 15px; padding-right: 15px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderContact { padding-left: 15px; padding-right: 15px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderContact:lang(en) { padding-left: 15px; padding-right: 15px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableItem:not(:last-child)::after { display: none; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableItem ul { padding-left: 0px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderName { width: 100%; height: 50px; font: 300 18px 'Noto Sans TC', sans-serif; line-height: 50px; background: #D61518; color: #fff; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue, .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact { width: 100%; padding: 0 30px 15px; margin: 0 40px 0; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue { border-bottom: 1px solid #ccc; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact ul > li { line-height: 24px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact ul > li::before { top: 10px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .rwdTableTitle { margin-bottom: 15px; padding-left: 0px; font: 700 20px 'Noto Sans TC', sans-serif; line-height: 26px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox { width: 100%; max-width: 516px; padding: 25px 27px 13px 27px; justify-content: space-between; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxLeft { margin-right: 0; }
  .otherCsrEnHtml .contentContainer { width: 100%; margin-bottom: 0px; }
  .otherCsrEnHtml .contentContainer .dec { display: none; }
  .otherCsrEnHtml .bgHand { width: 827px; margin-top: -175px; position: relative; right: -220px; z-index: 5; }
  .otherCsrEnHtml .bgHand.active { right: -170px; }
  .otherCsrEnHtml .bgGrassRight { z-index: 6; }
  .otherCsrSDGsHtml .imgContainer .item.item4-md { display: block; }
  .otherCsrSDGsHtml .imgContainer .item:last-child { width: calc(100% / 4 * 3 - 10px * 2); }
  .otherCsrSDGsHtml .imgContainer .item:last-child:hover { transform: scale(1.05); }
  .otherCsrSocietyHtml .societySliderContainer { flex-direction: column; }
  .otherCsrSocietyHtml .leftSlick { width: calc(100% - 70px); margin: 0 auto 40px; }
  .otherCsrSocietyHtml .leftSlick .item { height: 320px; }
  .otherCsrSocietyHtml .rightSlick { width: calc(100% - 70px); margin: 0 auto; }
  #otherContact .contactContainer { padding: 40px 50px 66px; } }
@media screen and (max-width: 767px) { #otherSitemap .sitemapContainer .itemRow { margin: 0 -31px 0 -31px; display: flex; flex-wrap: wrap; }
  #otherSitemap .sitemapContainer .item { width: calc(50% - 62px); margin: 0 31px 40px; }
  #otherSitemap .sitemapContainer .btnItem { width: calc(50% - 62px); margin: 0 31px 40px; display: flex; flex-wrap: wrap; }
  #otherSitemap .sitemapContainer .btnItem .btnBox { width: calc(100% - 0px); margin: 0 0px 12px; }
  .otherPrivacyHtml #privacyEdit .box { padding: 0  10px 52px; }
  .otherPrivacyHtml #privacyEdit .title { margin-bottom: 30px; padding-left: 35px; font-size: 1.25rem; line-height: 1.5rem; }
  .otherPrivacyHtml #privacyEdit .content { padding-left: 35px; }
  .otherPrivacyHtml #privacyEdit .subtitle { font-size: 1rem; line-height: 1.5rem; }
  .otherPrivacyHtml #privacyEdit .text { font-size: 1rem; line-height: 1.8rem; }
  .otherJobHtml .otherJobContainer .topContainer { flex-wrap: wrap; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg { padding-top: 35px; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc { margin-bottom: 60px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox { flex-wrap: wrap; }
  .otherCsrEnHtml .bgHand { width: 700px; margin-top: -135px; right: -200px; }
  .otherCsrEnHtml .bgHand.active { right: -30px; }
  .otherCsrEnHtml .bgGrassRight { right: -290px; }
  .otherCsrSDGsHtml .bottomContent { display: flex; flex-direction: column; }
  .otherCsrSDGsHtml .imgContainer { margin-top: 40px; order: 2; }
  .otherCsrSDGsHtml .imgContainer .itemRow { margin-left: -2px; margin-right: -2px; }
  .otherCsrSDGsHtml .imgContainer .item { width: calc(100% / 3  - 2px * 2); margin: 2px; opacity: 1; }
  .otherCsrSDGsHtml .imgContainer .item:hover { transform: scale(1); }
  .otherCsrSDGsHtml .imgContainer .item.item4 { display: none; }
  .otherCsrSDGsHtml .imgContainer .item.item4-md { display: none; }
  .otherCsrSDGsHtml .imgContainer .item:last-child { width: calc(100% / 3 - 2px * 2); height: auto; order: -1; }
  .otherCsrSDGsHtml .imgContainer .item:last-child:hover { transform: scale(1); }
  .otherCsrSDGsHtml .imgContainer .item:last-child img { width: 100%; height: 100%; object-fit: cover; }
  .otherCsrSDGsHtml .centerSliderContainer { order: 1; position: relative; top: 0; transform: translate(-50%, 0); }
  .otherCsrSDGsHtml .centerSliderContainer .slickContainer { width: 550px; height: 550px; }
  #otherContactSend .sendBox { padding: 62px 50px; }
  #otherSearchResult .searchResultContainer .bottomResultList .item:hover .icon { right: 0px; }
  #otherSearchResult .searchResultContainer .bottomResultList .doc { width: calc( 100% - 25px - 10px); }
  #otherSearchResult .searchResultContainer .bottomResultList .icon { margin-right: 0px; margin-left: 10px; } }
@media screen and (max-width: 575px) { #otherSitemap main { background: url(images/other/sitemapBg.svg) left -200px bottom 0px no-repeat; background-size: 400px; background-attachment: fixed; }
  #otherSitemap main > .container { padding-right: 15px; padding-left: 15px; }
  #otherSitemap .sitemapContainer .itemRow { margin: 0 -15px 0 -15px; display: flex; flex-wrap: wrap; }
  #otherSitemap .sitemapContainer .item { width: calc(50% - 30px); margin: 0 15px 40px; }
  #otherSitemap .sitemapContainer .itemTitle { font-size: 19px; line-height: 19px; }
  #otherSitemap .sitemapContainer .itemTitle i { width: 28px; margin-right: 2px; font-size: 19px; line-height: 19px; text-align: center; }
  #otherSitemap .sitemapContainer .btnItem { width: calc(50% - 30px); margin: 0 15px 40px; }
  #otherSitemap .sitemapContainer .btnItem .btnBox { width: calc(100% - 0px); margin: 0 0px 12px; }
  .otherPrivacyHtml .pageTitleContainer { margin-bottom: 50px; }
  .otherPrivacyHtml .privacyContainer { max-width: 1350px; margin: 0 auto; padding-bottom: 0px; }
  .otherPrivacyHtml #privacyEdit .title::before { top: calc((1.5rem) / 2); }
  .otherPrivacyHtml #privacyEdit .subtitle { padding-top: 15px; }
  .otherJobHtml .otherJobContainer .container { padding-left: 15px; padding-right: 15px; }
  .otherJobHtml .otherJobContainer .topContainer .leftImg { padding-top: 20px; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc .slogan { font-size: 22px; line-height: 26px; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc .note { font-size: 15px; line-height: 20px; }
  .otherJobHtml .otherJobContainer .topContainer .rightDoc .btnCustomer.btnBlack { margin-right: 0; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableRow.tableBody:hover { box-shadow: none; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .tableBody .jobContent { padding-right: 15px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent, .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobCondition { padding: 0 15px 15px; margin: 0 20px 0; font-size: 16px; line-height: 20px; }
  .otherJobHtml .otherJobContainer .bottomTable .table.grayRwdTable .jobContent { margin-bottom: 30px; }
  .otherStakeholderHtml .stakeholderContainer .topNote { margin-bottom: 50px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody.tableRow:hover { box-shadow: none; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderIssue { padding-left: 10px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .tableBody .stakeholderContact { padding-left: 10px; padding-right: 10px; }
  .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue, .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact { padding: 0 15px 10px; margin: 0 5px 0; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox { padding: 20px 15px 13px 15px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxLeft { margin-right: 10px; }
  .otherCsrPage main .navContainer { margin-bottom: 50px; position: relative; transition: all 0.4s; z-index: 110; }
  .otherCsrPage main .navContainer .navTitle { width: 100%; height: 50px; display: flex; align-items: center; background: #D61518; }
  .otherCsrPage main .navContainer .navTitle .title { width: calc(100% - 50px); padding-left: 50px; font: 600 18px 'Noto Sans TC', 'Raleway', sans-serif; line-height: 50px; letter-spacing: 1px; text-align: center; color: #fff; }
  .otherCsrPage main .navContainer .navTitle .icon { width: 16px; height: 16px; margin: 0 17px; position: relative; }
  .otherCsrPage main .navContainer .navTitle .line { width: 16px; height: 16px; position: absolute; top: 0; left: 0; transition: all 0.4s; }
  .otherCsrPage main .navContainer .navTitle .line::before { content: ''; width: 16px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .otherCsrPage main .navContainer .navTitle .line:last-child { transform: rotate(270deg); }
  .otherCsrPage main .navContainer.active .navTitle .line:last-child { transform: rotate(0deg); }
  .otherCsrPage main .navContainer .navContent { width: 100%; position: absolute; z-index: 110; transition: all 0.4s; overflow: hidden; }
  .otherCsrPage main .navContainer .itemRow { width: 100%; padding: 0 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #eee; }
  .otherCsrPage main .navContainer .item { width: 100%; height: 50px; line-height: 50px; }
  .otherCsrPage main .navContainer .item:not(:last-child) { border-bottom: solid 1px #ddd; }
  .otherCsrPage main .navContainer .item:not(:last-child) .decLine { display: none; }
  .otherCsrPage main .navContainer .item.active { background: transparent; color: #D61518; }
  .otherCsrPage main .navContainer .item::before, .otherCsrPage main .navContainer .item::after { display: none; }
  .otherCsrPage main .navContainer .decLine { display: none; }
  #otherCsrEn .otherCsrEnContainer .navContainer { margin-bottom: 50px; }
  .otherCsrEnHtml .contentContainer .text { padding: 46px 40px; }
  .otherCsrEnHtml .bgHand { right: -70%; transform: translateX(-50%); }
  .otherCsrEnHtml .bgHand.active { right: -65%; }
  .otherCsrSDGsHtml .centerSliderContainer { top: 0; left: 0; transform: translate(0%, 0); }
  .otherCsrSDGsHtml .centerSliderContainer .slickContainer { width: 100%; height: auto; border-radius: 40px; }
  .otherCsrSDGsHtml .centerSliderContainer .item { height: 100%; border-radius: 35px; position: absolute; overflow: hidden; }
  .otherCsrSDGsHtml .centerSliderContainer .bg { width: 100%; height: 100%; border-radius: 35px; position: absolute; }
  .otherCsrSDGsHtml .centerSliderContainer .itemContent { width: 100%; padding: 30px 30px 70px; top: 0; position: relative; }
  .otherCsrSDGsHtml .centerSliderContainer .itemContent:lang(en) { top: 0; }
  .otherCsrSDGsHtml .centerSliderContainer .silckControl { width: 80px; height: 30px; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; }
  .otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn, .otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn { position: relative; top: 0; transform: translate(0); }
  .otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn { left: 0; }
  .otherCsrSDGsHtml .centerSliderContainer .silckControl .prevBtn:hover { left: 0; }
  .otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn { right: 0; }
  .otherCsrSDGsHtml .centerSliderContainer .silckControl .nextBtn:hover { right: 0; }
  #otherCsrSociety main .navContainer { margin-bottom: 50px; }
  .otherCsrSocietyHtml .leftSlick { width: 100%; margin-bottom: 70px; }
  .otherCsrSocietyHtml .leftSlick .silckControl { width: 120px; display: flex; justify-content: space-between; align-items: center; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); }
  .otherCsrSocietyHtml .leftSlick .silckControl .prevBtn, .otherCsrSocietyHtml .leftSlick .silckControl .nextBtn { width: 50px; height: 50px; line-height: 48px; position: relative; top: auto; bottom: 0; transform: translateY(0%); }
  .otherCsrSocietyHtml .leftSlick .silckControl .prevBtn { left: auto; }
  .otherCsrSocietyHtml .leftSlick .silckControl .nextBtn { right: auto; }
  .otherCsrSocietyHtml .rightSlick { width: 100%; }
  #otherContact main .container { padding-left: 15px; padding-right: 15px; }
  #otherContact .contactContainer { padding: 40px 20px 66px; }
  #otherContactSend main { padding-left: 15px; padding-right: 15px; }
  #otherContactSend .sendBox { padding: 50px 30px; }
  #otherSearchResult .searchResultContainer .topContainer .searchForm .input { padding: 20px 10px; } }
@media screen and (max-width: 499px) { #otherContact main .container { padding-left: 15px; padding-right: 15px; }
  #otherContact .contactContainer { padding: 40px 20px 30px; margin-bottom: 50px; }
  #otherContact .contactContainer .formCol a { display: flex; justify-content: flex-end; }
  #otherContact .contactContainer .formCol.col-8, #otherContact .contactContainer .formCol.col-4 { flex: 100%; max-width: 100%; }
  #otherContact .contactContainer .colLabel { width: 120px; padding: 0 0 0 10px; }
  #otherContact .contactContainer .colLabel:lang(en) { width: 110px; }
  #otherContact .contactContainer .colInput { width: calc(100% - 120px); }
  #otherContact .contactContainer .colInput:lang(en) { width: calc(100% - 110px); }
  #otherContact .contactContainer .colInput input.form-control { padding-left: 10px; padding-right: 10px; }
  #otherContact .contactContainer .colTextarea textarea.form-control { padding-left: 10px; padding-right: 10px; }
  #otherContact .contactContainer .btnRow .formCol { width: 100%; }
  #otherContact .contactContainer .btnRow .formCol:first-child { margin-bottom: 18px; } }
@media screen and (max-width: 449px) { .otherPrivacyHtml #privacyEdit .content { padding-left: 0; }
  .otherCsrEnHtml #csrEnvironmentEdit { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 26px; }
  .otherCsrEnHtml .bgGrassLeft { width: 200px; left: -40px; }
  .otherCsrEnHtml .bgHand { width: 500px; margin-top: -100px; }
  .otherCsrEnHtml .bgGrassRight { width: 600px; right: -220px; }
  .otherCsrSDGsHtml .imgContainer .item { width: calc(100% / 2  - 2px * 2); }
  .otherCsrSDGsHtml .imgContainer .item:last-child { width: calc(100% / 2 - 2px * 2); }
  .otherCsrSDGsHtml .centerSliderContainer .itemText { font: 400 16px 'Noto Sans TC', sans-serif; line-height: 24px; }
  .otherCsrSocietyHtml .leftSlick { margin-bottom: 60px; }
  .otherCsrSocietyHtml .leftSlick .item { height: 200px; }
  .otherCsrSocietyHtml .rightSlick .title { font: 700 24px 'Noto Sans TC', sans-serif; line-height: 24px; }
  .otherCsrSocietyHtml .rightSlick .content { font: 400 17px 'Noto Sans TC', sans-serif; line-height: 30px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxItem:lang(en) { font-size: 16px; line-height: 18px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxItem:lang(en) .dec { font-size: 12px; line-height: 18px; } }
@media screen and (max-width: 374px) { .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderIssue ul > li, .otherStakeholderHtml .stakeholderContainer .table.grayRwdTable .stakeholderContact ul > li { margin-bottom: 10px; font-size: 17px; line-height: 22px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox { margin-bottom: 15px; margin-top: 15px; padding: 15px 13px 5px 13px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxItem { margin-bottom: 12px; font: 400 15px 'Noto Sans TC', sans-serif; line-height: 15px; }
  .otherStakeholderHtml .stakeholderContainer .tableContactBox .boxItem .dec { font: 400 13px 'Noto Sans TC', sans-serif; line-height: 15px; top: -2px; } }

/*# sourceMappingURL=style.css.map */
