@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 99999;
    transition: 0.6s;
}

#load img {
    max-width: 290px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#load.active {
    opacity: 0;
    pointer-events: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

body::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

body.no_scrolling {
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    text-decoration: none !important;
}

header {
    width: 100%;
    height: 115px;
    box-sizing: border-box;
    border-bottom: 3px solid #009aa5;
}

@media only screen and (max-width: 1199px) {
    header {
        height: 85px;
    }
}

header .wrapper {
    position: relative;
    z-index: 3;
}

header .wrapper #logo {
    display: block;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    width: 100%;
    max-width: 245px;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #logo {
        max-width: 175px;
    }
}

header .wrapper #logo a h1 {
    display: none;
}

header .wrapper #logo a img {
    width: 100%;
}

header .wrapper #header_function_list {
    position: absolute;
    right: 0;
    top: 30px;
    width: calc(50% - (245px / 2) - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #header_function_list {
        display: none;
    }
}

header .wrapper #header_function_list #search {
    width: 200px;
    height: 30px;
    box-sizing: border-box;
    background-color: #eaebeb;
    position: relative;
    border: 2px solid #009aa5;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #header_function_list #search {
        width: 100px;
    }
}

header .wrapper #header_function_list #search input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    padding-left: 5px;
    padding-right: 35px;
    font-size: 16px;
    color: #009aa5;
}

header .wrapper #header_function_list #search button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

header .wrapper #header_function_list #search button img {
    width: 65%;
    height: 65%;
}

header .wrapper #header_function_list #link {
    margin-left: 30px;
    margin-right: 30px;
    display: none;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #header_function_list #link {
        margin-left: 15px;
        margin-right: 15px;
    }
}

header .wrapper #header_function_list #link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #header_function_list #link a {
        width: 20px;
        height: 20px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
}

header .wrapper #header_function_list #link a img {
    width: 100%;
    max-height: 100%;
}

header .wrapper #header_function_list #language {
    width: 135px;
    height: 30px;
    box-sizing: border-box;
    background-color: #eaebeb;
    position: relative;
    border: 2px solid #009aa5;
    z-index: 1;
    margin-left: 15px;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #header_function_list #language {
        width: 100px;
    }
}

header .wrapper #header_function_list #language .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #header_function_list #language .icon {
        width: 15px;
        height: 15px;
    }
}

header .wrapper #header_function_list #language input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #009aa5;
    font-size: 16px;
    font-weight: 900;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #header_function_list #language input {
        font-size: 12px;
    }
}

header .wrapper #header_function_list #language::after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 7.5px 0 7.5px;
    border-color: #009aa5 transparent transparent transparent;
    margin-left: 5px;
    transition: 0.6s;
}

header .wrapper #header_function_list #language ul {
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: #eaebeb;
}

header .wrapper #header_function_list #language ul li a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    color: #6f6f6f;
    transition: 0.6s;
    display: block;
}

header .wrapper #header_function_list #language ul li a:hover {
    background-color: #009aa5;
    color: #fff;
}

header .wrapper #header_function_list #language:hover ul {
    opacity: 1;
    pointer-events: auto;
}

header .wrapper #menu ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu ul {
        display: block;
    }
}

header .wrapper #menu ul li {
    /* width: 185px; */
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

@media only screen and (max-width: 1480px) {
    header .wrapper #menu ul {
        justify-content: space-between;
    }

    header .wrapper #menu ul li {
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu ul li {
        width: 100%;
        text-align: left;
    }
}

header .wrapper #menu ul li a {
    display: block;
    color: #009aa5;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu ul li a {
        line-height: 2;
        font-size: 18px;
    }
}

header .wrapper #menu ul li a:hover {
    color: #7cc623;
}

header .wrapper #menu ul li.drop_down_menu {
    position: relative;
}

header .wrapper #menu ul li.drop_down_menu a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 7.5px 0 7.5px;
    border-color: #009aa5 transparent transparent transparent;
    margin-left: 5px;
    transform: translateY(2px);
    transition: 0.6s;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu ul li.drop_down_menu {
        border-top: 1px solid #009aa5;
        margin-top: 15px;
        padding-top: 15px;
    }
}

header .wrapper #menu ul li.drop_down_menu ol {
    box-shadow: 0 0 5px #808080;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    transform: translateX(-50%);
    /* right: 0; */
    width: 250px;
}

header .wrapper #menu ul li.drop_down_menu ol::after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: -15px;
}

header .wrapper #menu ul li.drop_down_menu ol li {
    margin-left: auto;
    margin-right: auto;
}

header .wrapper #menu ul li.drop_down_menu ol li a {
    display: block;
    line-height: 2;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu ul li.drop_down_menu ol {
        transform: unset;
    }

    header .wrapper #menu ul li.drop_down_menu ol li a {
        color: #6f6f6f;
        font-size: 14px;
    }
}

header .wrapper #menu ul li.drop_down_menu ol li a::after {
    display: none;
}

header .wrapper #menu ul li.drop_down_menu ol li:hover {
    background-color: #7cc623;
}

header .wrapper #menu ul li.drop_down_menu ol li:hover a {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu ul li.drop_down_menu ol {
        opacity: 1;
        pointer-events: auto;
        position: static;
        background-color: transparent;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1200px) {
    header .wrapper #menu ul li.drop_down_menu:hover a::after {
        transform: translateY(2px) rotate(180deg);
    }

    header .wrapper #menu ul li.drop_down_menu:hover ol {
        opacity: 1;
        pointer-events: auto;
    }
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu {
        z-index: 999;
        width: 250px;
        position: fixed;
        height: 100vh;
        overflow-y: auto;
        background-color: #eaebeb;
        box-shadow: 0 0 10px #808080;
        top: 0;
        left: 0;
        box-sizing: border-box;
        padding: 15px;
        transition: 0.6s;
        transform: translateX(-100%);
    }

    header .wrapper #menu.active {
        transform: translateX(0);
    }
}

header .wrapper #menu #language_m {
    display: none;
    margin-bottom: 30px;
    width: 150px;
    height: 35px;
    box-sizing: border-box;
    background-color: #eaebeb;
    position: relative;
    border: 2px solid #009aa5;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu #language_m {
        display: block;
    }
}

header .wrapper #menu #language_m .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    pointer-events: none;
}

header .wrapper #menu #language_m input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #009aa5;
    font-size: 16px;
    font-weight: 900;
    pointer-events: none;
}

header .wrapper #menu #language_m::after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 7.5px 0 7.5px;
    border-color: #009aa5 transparent transparent transparent;
    margin-left: 5px;
    transition: 0.6s;
    pointer-events: none;
}

header .wrapper #menu #language_m ul {
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    position: absolute;
    top: 100%;
    left: -3%;
    right: 0;
    width: 103%;
    text-align: center;
    background-color: #eaebeb;
    transition: opacity 0.2s ease;
}

header .wrapper #menu #language_m ul li {
    background-color: #fff;
}

header .wrapper #menu #language_m ul li a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    color: #6f6f6f;
    transition: 0.6s;
    display: block;
    text-align: center;
}

header .wrapper #menu #language_m ul li a:hover {
    background-color: #009aa5;
    color: #fff;
}

header .wrapper #menu #language_m ul.active {
    opacity: 1;
    pointer-events: auto;
}

header .wrapper #menu #menu_switch {
    display: none;
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu #menu_switch {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        transition: 0.6s;
    }

    header .wrapper #menu #menu_switch::before {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #009aa5;
        position: absolute;
        transform-origin: center;
        transform: rotate(45deg);
        top: 50%;
        left: 5%;
    }

    header .wrapper #menu #menu_switch::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #009aa5;
        position: absolute;
        transform-origin: center;
        transform: rotate(-45deg);
        top: 50%;
        left: 5%;
    }

    header .wrapper #menu #menu_switch:hover {
        transform: rotate(90deg);
    }

    header .wrapper #menu #menu_switch:hover::before,
    header .wrapper #menu #menu_switch:hover::after {
        background-color: #7cc623;
    }
}

header .wrapper #menu_btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    header .wrapper #menu_btn {
        display: block;
    }
}

header .wrapper #menu_btn span {
    margin: 5px auto;
    display: block;
    width: 90%;
    height: 5px;
    border-radius: 15px;
    background-color: #009aa5;
}

header .wrapper #search_btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
    header .wrapper #search_btn {
        display: block;
    }
}

footer {
    background-color: #6f6f6f;
}

footer .wrapper {
    padding-top: 25px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper {
        padding-bottom: 135px;
    }
}

footer .wrapper #footer_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

footer .wrapper #footer_logo a {
    display: block;
    max-width: 245px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer .wrapper #footer_logo a img {
    width: 100%;
}

footer .wrapper #f_info {
    width: 26.5%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

footer .wrapper #f_info a {
    line-height: 1.5;
    display: block;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper #f_info {
        width: 100%;
        margin-bottom: 50px;
    }
}

footer .wrapper #f_map {
    /* width: 50%; */
    width: calc(100% - 15% - 26.5%);
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper #f_map {
        width: 100%;
        margin-bottom: 50px;
    }
}

footer .wrapper #f_map #info_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper #f_map #info_content {
        flex-wrap: wrap;
    }
}

footer .wrapper #f_map #info_content .item {
    box-sizing: border-box;
    width: 25%;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper #f_map #info_content .item {
        width: 33.333333%;
        margin-top: 15px;
    }
}

footer .wrapper #f_map #info_content .item h5 a {
    font-size: 14px;
    line-height: 1.4;
}

footer .wrapper #f_map #info_content .item ul li a {
    font-size: 12px;
    line-height: 1.5;
    color: #ccc;
}

footer .wrapper #f_link {
    width: 15%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper #f_link {
        width: 100%;
    }
}

footer .wrapper #f_link #link_content {
    justify-content: space-between;
    display: flex;
}

footer .wrapper #f_link #link_content .guide.__m  {
    max-width: 365px;
}

@media only screen and (max-width: 1199px) {
    footer .wrapper #f_link #link_content {
        justify-content: flex-start;
        align-items: center;
    }

    footer .wrapper #f_link #link_content a {
        margin-right: 15px;
    }

    footer .wrapper #f_link #link_content a img{
            max-width: 50px !important;
            max-height: 50px;
        }

    footer .wrapper #f_link #link_content a:last-child {
        height: auto !important;
        margin-right: 0;
        max-width: 65px;
        width: 65px;
    }

    footer .wrapper #f_link #link_content a:last-child img {
        /* transform: translateY(-17.5px) !important; */
        max-width: unset;
    }
}

footer .wrapper #f_link #link_content a {
    width: 40px;
    height: 25px;
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    footer .wrapper #f_link #link_content {
        justify-content: flex-start;
    }

    footer .wrapper #f_link #link_content a {
        margin-left: 30px;
    }

    footer .wrapper #f_link #link_content a:nth-child(1) {
        margin-left: 0;
    }
}

footer .wrapper #f_link #link_content a img {
    max-width: 100%;
    max-height: 100%;
}

/* footer .wrapper #f_link #link_content a:last-child {
    height: 50px;
} */

/* footer .wrapper #f_link #link_content a:last-child img {
    transform: scale(2);
} */

footer .wrapper h3 {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #7cc623;
    margin-bottom: 7.5px;
    padding-bottom: 7.5px;
    font-weight: 600;
    position: relative;
}

footer .wrapper h3::before {
    content: "";
    position: absolute;
    background-color: #6f6f6f;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #7cc623;
    border-right: 1px solid #7cc623;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 93%;
}

footer .wrapper h2 {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .wrapper a {
    display: inline-block;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

footer .wrapper .guide a {
    /* margin-left: 5px; */
    /* border-left: 1px solid #7CC623; */
    /* padding-left: 7.5px; */
    font-size: 12px;
    display: block;
}

footer .wrapper .guide a:nth-child(1) {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}

/* 
@media only screen and (min-width: 1199px) {
    footer .wrapper .guide a {
        margin-left: 10px;
        padding-left: 12.5px;
    }
} */

@media only screen and (max-width: 1200px) {

    footer .wrapper #f_link,
    footer .wrapper #f_map,
    footer .wrapper #f_info {
        padding-left: 0;
        padding-right: 0;
    }
}

footer .wrapper p {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}

@media only screen and (max-width: 435px) {
    footer .wrapper p {
        max-width: 320px;
    }
}


*,
a,
button,
table {
    font-family: Microsoft JhengHei;
    /* font-family: 'Noto Sans TC', sans-serif */
    /* font-family: Microsoft JhengHei, 'Noto Sans TC', sans-serif */
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

button {
    cursor: pointer;
}

.wrapper {
    /* max-width: 1480px; */
    max-width: calc(1920px - 20%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

p {
    color: gray;
}

main {
    overflow: hidden;
}

main.page::before {
    content: "";
    display: block;
    width: 100%;
    height: 85px;
}

@media only screen and (max-width: 1199px) {
    main.page::before {
        height: 65px;
    }
}

main .submain_color {
    color: #7cc623;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 900;
}

main .main_color {
    color: #009aa5;
}

main #page_banner {
    position: relative;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    main #page_banner {
        height: 20vh;
    }
}

main #page_banner #banner_pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    main #page_banner #banner_pic {
        opacity: 0.4;
    }
}

main #page_banner .text {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

main #page_banner .text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #009aa5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    main #page_banner .text h2 {
        font-size: 24px;
    }
}

main #page_banner .text p {
    font-size: 16px;
    color: #010101;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    main #page_banner .text p {
        font-size: 12px;
    }
}

main #page_title {
    box-sizing: border-box;
    padding-top: 75px;
    padding-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
    main #page_title {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

main #page_title .wrapper h2 {
    font-size: 40px;
    color: #009aa5;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    main #page_title .wrapper h2 {
        font-size: 28px;
    }
}

main #page_title .wrapper .btn {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

main #page_title .wrapper .btn a {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    /* display: inline-block; */
    /* max-width: calc(100% / 6 - 30px); */
    max-width: calc(30% - 30px);
    /* width: 100%; */
    height: 45px;
    line-height: 45px;
    border: 1px solid #009aa5;
    color: #009aa5;
    font-size: 16px;
    transition: 0.3s;
    white-space: nowrap;
    box-sizing: border-box;

    display: inline-block;
    padding: 0 15px;
}

main#product_applications #page_title .wrapper .btn a {
    border: 1px solid #7cc623;
    color: #7cc623;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    main #page_title .wrapper .btn a {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }

    main #page_title .wrapper .btn a:nth-child(1) {
        margin-top: 0;
    }
}

main #page_title .wrapper .btn a:hover,
main #page_title .wrapper .btn a.active {
    background-color: #009aa5;
    color: #fff;
}

main#product_applications #page_title .wrapper .btn a:hover,
main#product_applications #page_title .wrapper .btn a.active {
    background-color: #7cc623;
    color: #fff;
}

main #page_title .wrapper .btn a.active {
    cursor: default;
}

main #page_title .wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    main #page_title .wrapper p {
        font-size: 12px;
        text-align: center;
    }
}

main #page_title .wrapper h3 {
    font-size: 30px;
    color: #009aa5;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    main #page_title .wrapper h3 {
        font-size: 22px;
    }
}

main #bookmark {
    padding-top: 5px;
    padding-bottom: 5px;
}

main #bookmark ul li {
    display: inline-block;
}

main #bookmark ul li+li::before {
    content: "/";
    color: #009aa5;
}

main #bookmark ul li a {
    font-size: 12px;
    color: #009aa5;
}

main #product_category {
    margin-top: 150px;
    margin-bottom: 175px;
}

@media only screen and (max-width: 1200px) {
    main #product_category {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

main #product_category .wrapper {
    position: relative;
}

main #product_category .wrapper .bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper .bg {
        width: 768px;
    }

    main #product_category .wrapper #round {
        width: 768px;
        height: 768px;
        position: relative;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .bg {
        width: 320px;
    }

    main #product_category .wrapper #round {
        width: 320px;
        height: 320px;
        position: relative;
        margin: auto;
    }

    main #product_category .wrapper #round .main_item {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
    }
}

main #product_category .wrapper .ring {
    display: none;
}

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .ring {
        display: block;
        position: absolute;
        top: -55px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

main #product_category .wrapper #main_pic {
    position: absolute;
    top: 19.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 425px;
    height: 425px;
    overflow: hidden;
    border-radius: 999px;
    transition: unset !important;
    transform: unset !important;
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper #main_pic {
        top: 22.5%;
    }
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper #main_pic {
        /* top: 8.25%; */
        width: 175px;
        height: 175px;
    }
}

main #product_category .wrapper .content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* @media only screen and (max-width: 1366px){
    main #product_category .wrapper .content {
        display: none;
    }
} */

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .content {
        position: static;
    }
}

main #product_category .wrapper .content .line {
    position: absolute;
    left: 0;
    right: 0;
    width: 320px;
    height: 80vh;
    display: block;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .content .line {
        top: -15%;
        width: auto;
        height: auto;
    }
}

main #product_category .wrapper .content .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

main #product_category .wrapper .content .list_m {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    main #product_category .wrapper .content .list {
        display: none !important;
    }

    main #product_category .wrapper .content .list_m {
        display: block !important;
        position: relative;
    }

    main #product_category .wrapper .content .list_m .bg {
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }

    main #product_category .wrapper .content .list_m .list_m_content {
        /* position: absolute;
        top: 30px; */
        padding-top: 30px;
        width: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    main #product_category .wrapper .content .list_m .list_m_content .list_m_content_item {
        width: calc(50% - 15px);
    }

    main #product_category .wrapper .content .list_m .list_m_content .list_m_content_item button,
    main #product_category .wrapper .content .list_m .list_m_content .list_m_content_item .list_m_content_pic {
        width: 100%;
    }

    main #product_category .wrapper .content .list_m .list_m_content .list_m_content_item .list_m_content_pic {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    main #product_category .wrapper .content .list_m .list_m_content .list_m_content_item .list_m_content_pic img {
        max-height: 50px;
    }

    main #product_category .wrapper .content .list_m .list_m_content .list_m_content_item button {
        background-color: transparent;
        border: none;
        /* display: none; */
    }
}

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .content .list {
        height: 0;
        display: block;
    }
}

main #product_category .wrapper .content .list .f_icon_wrapper {
    height: 60px;
    width: 45%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .content .list .f_icon_wrapper {
        height: auto;
    }
}

main #product_category .wrapper .content .list .f_icon_wrapper img {
    width: 80px;
}

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .content .list .f_icon_wrapper img {
        position: absolute;
        pointer-events: none;
        transition: 3s;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon1 {
        top: -7%;
        left: 30%;
        width: 95px;
        height: 60px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon2 {
        top: -1%;
        left: 24%;
        width: 77px;
        height: 77px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon3 {
        top: 4%;
        left: 5%;
        width: 76px;
        height: 106px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon4 {
        top: 23%;
        left: 1%;
        z-index: 1;
        width: 80px;
        height: 71px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon5 {
        top: 46%;
        left: -3%;
        z-index: 1;
        width: 140px;
        height: 118px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon6 {
        top: 80%;
        left: 5%;
        z-index: 1;
        width: 77px;
        height: 68px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon7 {
        top: 95%;
        left: 31%;
        width: 69px;
        height: 91px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon8 {
        right: 23%;
        top: 0%;
        width: 107px;
        height: 59px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon9 {
        top: 0%;
        right: 10%;
        width: 148px;
        height: 70px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon10 {
        top: 30%;
        right: -3%;
        width: 107px;
        height: 62px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon11 {
        top: 40%;
        right: 15%;
        z-index: 1;
        width: 117px;
        height: 65px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon12 {
        top: 55%;
        right: -3%;
        width: 44px;
        height: 55px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon13 {
        top: 65%;
        right: 5%;
        z-index: 1;
        width: 47px;
        height: 77px;
    }

    main #product_category .wrapper .content .list .f_icon_wrapper img.f_icon.f_icon14 {
        top: 85%;
        right: 7%;
        z-index: 1;
        width: 64px;
        height: 78px;
    }
}

main #product_category .wrapper .content .list button {
    background-color: #009aa5;
    border: 1px solid #009aa5;
    color: #fff;
    display: flex;
    align-items: center;
    height: 80px;
    width: 45%;
    border-radius: 999px;
    padding: 0;
    text-align: left;
    transition: 0.6s;
}

main #product_category .wrapper .content .list button.shadow {
    box-shadow: 0 0 12px #000;
}

@media only screen and (min-width: 1200px) {
    main #product_category .wrapper .content .list button {
        width: 320px;
    }

    main #product_category .wrapper .content .list button:nth-child(3) {
        position: absolute;
        top: 60px;
        left: 10%;
    }

    main #product_category .wrapper .content .list button:nth-child(4) {
        position: absolute;
        top: 215px;
        left: 2.5%;
    }

    main #product_category .wrapper .content .list button:nth-child(7) {
        position: absolute;
        top: 430px;
        left: 2.5%;
    }

    main #product_category .wrapper .content .list button:nth-child(8) {
        position: absolute;
        top: 620px;
        left: 10%;
    }

    main #product_category .wrapper .content .list button:nth-child(11) {
        position: absolute;
        top: 60px;
        right: 10%;
    }

    main #product_category .wrapper .content .list button:nth-child(12) {
        position: absolute;
        top: 215px;
        right: 2.5%;
    }

    main #product_category .wrapper .content .list button:nth-child(15) {
        position: absolute;
        top: 430px;
        right: 2.5%;
    }

    main #product_category .wrapper .content .list button:nth-child(16) {
        position: absolute;
        top: 620px;
        right: 10%;
    }
}

main #product_category .wrapper .content .list button span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 900;
    text-shadow: 0 0 10px #000000;
    letter-spacing: 1px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    main #product_category .wrapper .content .list button span {
        font-size: 12px;
    }
}

main #product_category .wrapper .content .list button img {
    width: 75px;
    height: 75px;
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .content .list button img {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .content .list button {
        height: 47px;
        width: calc(50% - 5px);
    }
}

@media only screen and (min-width: 768px) {

    main #product_category .wrapper .content .list button:nth-child(3),
    main #product_category .wrapper .content .list button:nth-child(4),
    main #product_category .wrapper .content .list button:nth-child(7),
    main #product_category .wrapper .content .list button:nth-child(8) {
        text-align: right;
        justify-content: flex-end;
    }

    main #product_category .wrapper .content .list button:nth-child(3) img,
    main #product_category .wrapper .content .list button:nth-child(4) img,
    main #product_category .wrapper .content .list button:nth-child(7) img,
    main #product_category .wrapper .content .list button:nth-child(8) img {
        order: 2;
    }

    main #product_category .wrapper .content .list button:nth-child(3) span,
    main #product_category .wrapper .content .list button:nth-child(4) span,
    main #product_category .wrapper .content .list button:nth-child(7) span,
    main #product_category .wrapper .content .list button:nth-child(8) span {
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    main #product_category .wrapper .content .list button:nth-child(odd) {
        text-align: right;
        justify-content: flex-end;
    }

    main #product_category .wrapper .content .list button:nth-child(odd) img {
        order: 2;
    }

    main #product_category .wrapper .content .list button:nth-child(odd) span {
        order: 1;
    }
}

main #product_category .wrapper .more {
    background-color: #009aa5;
    color: #fff;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border-radius: 999px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    /* display: none !important; */
}
main #product_category .wrapper .more::after{
    content: "...";
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper .more {
        top: 51%;
    }
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .more {
        top: 47.5%;
        font-size: 12px;
        width: 85px;
        line-height: 25px;
        height: 25px;
    }
}

main #product_category .wrapper .main_item .item {
    width: 65px;
    height: 65px;
    background-color: #009aa5;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 32px;
    font-weight: 900;
    padding: 0;
    position: absolute;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .main_item .item {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

main #product_category .wrapper .main_item .item:nth-child(1) {
    top: 13.95%;
    left: calc(50% - (65px / 2));
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper .main_item .item:nth-child(1) {
        top: 12.5%;
    }
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .main_item .item:nth-child(1) {
        /* top: 3.5%; */
        left: calc(50% - (45px / 2));
    }
}

main #product_category .wrapper .main_item .item:nth-child(2) {
    top: 42.5%;
    right:calc(50% - (425px / 2));
    transform: translateX(60%);
    background-color: #7cc623;
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper .main_item .item:nth-child(2) {
        top: calc(50% - 32.5px);
        left: calc(100% - 22.5%);
    }
}

/* @media only screen and (max-width: 768px) {
    main #product_category .wrapper .main_item .item:nth-child(2) {
        top: 14.5%;
        right: calc(50% - 120px)
    }
} */

main #product_category .wrapper .main_item .item:nth-child(3) {
    top: 42.5%;
        left: calc(50% - (425px / 2));
    transform: translateX(-60%);
    background-color: #7cc623;
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper .main_item .item:nth-child(3) {
        top: calc(50% - 32.5px);
        right: calc(100% - 22.5%);
        left: unset;
    }
}

/* @media only screen and (max-width: 768px) {
    main #product_category .wrapper .main_item .item:nth-child(3) {
        top: 14.5%;
        left: calc(50% - 120px)
    }
} */

main #product_category .wrapper .main_item .item:nth-child(4) {
    top: 72.95%;
    left: calc(50% - (65px / 2));
}

@media only screen and (max-width: 1199px) {
    main #product_category .wrapper .main_item .item:nth-child(4) {
        top: 77.5%;
    }
}

@media only screen and (max-width: 768px) {
    main #product_category .wrapper .main_item .item:nth-child(4) {
        /* top: 25%; */
        left: calc(50% - (45px / 2));
    }

    main #product_category .wrapper .main_item .item img {
        transform: translate(-50%, -50%) scale(0.65) !important;
    }
}

main #product_category .wrapper .main_item .item:nth-child(1).active {
    background-color: #7cc623;
}

main #product_category .wrapper .main_item .item:nth-child(2).active {
    background-color: #009aa5;
}

main #product_category .wrapper .main_item .item:nth-child(3).active {
    background-color: #009aa5;
}

main #product_category .wrapper .main_item .item:nth-child(4).active {
    background-color: #7cc623;
}

main #product_category .wrapper .main_item .item span,
main #product_category .wrapper .main_item .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

/* main #product_category .wrapper .main_item .item img {
    opacity: 0
} */

main #product_category .wrapper .main_item .item.active img {
    opacity: 1;
}

main #product_category .wrapper .main_item .item.active span {
    opacity: 0;
}

main #page_bookmark {
    background-color: #eaebeb;
    border-top: 1px solid #009aa5;
    border-bottom: 1px solid #009aa5;
}

main #page_bookmark ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

main #page_bookmark ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

main #page_bookmark ul li a {
    color: #009aa5;
    display: inline-block;
    width: 235px;
    /* height: 35px; */
    /* line-height: 35px; */
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform:uppercase;
}

@media only screen and (max-width: 1199px) {
    main #page_bookmark ul li:nth-child(1),main #page_bookmark ul li:nth-child(2){
        min-width: 40%;
    }
    main #page_bookmark ul li a {
        font-size: 16px;
        width: 100px;
    }
}

@media only screen and (max-width: 480px) {
    main #page_bookmark ul li a {
        font-size: 12px;
        width: 85px;
    }
}

main #page_bookmark ul li a:hover,
main #page_bookmark ul li a.active {
    background-color: #009aa5;
    color: #fff;
}

main .moldings {
    width: 100%;
    height: 50px;
    border-top: 1px solid #009aa5;
    position: relative;
    margin-top: 50px;
    margin-bottom: 5px;
}

main .moldings::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #009aa5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

main .page_title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    position: relative;
    width: 102px;
    height: 112px;
    background-color: #009aa5;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

@media only screen and (max-width: 1199px) {
    main .page_title {
        margin-bottom: 30px;
    }
}

main .page_title .page_title_content {
    text-align: center;
    color: #009aa5;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 110px;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

main .page_number {
    margin-top: 50px;
    text-align: center;
}

main .page_number ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

main .page_number ul li a {
    color: #009aa5;
    font-size: 12px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: none;
}

main .page_number ul li a.active {
    background-color: #009aa5;
    color: #fff;
}

main#home #banner {
    border-bottom: 5px solid #009aa5;
}

main#home #banner img {
    width: 100%;
}

main#home #about_and_news {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    main#home #about_and_news {
        margin-bottom: 50px;
    }
}

main#home #about_and_news .content {
    width: calc(50% - 30px);
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 5px solid #009aa5;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1280px) {
    main#home #about_and_news .content {
        width: calc(50% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
}

@media only screen and (max-width: 1199px) {
    main#home #about_and_news .content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    main#home #about_and_news .content:nth-child(1) {
        margin-bottom: 30px;
    }
}

main#home #about_and_news .content::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009aa5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#home #about_and_news .content .item {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    main#home #about_and_news .content .item {
        padding-bottom: 5%;
    }

    main#home #about_and_news .content .item img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    main#home #about_and_news .content .item {
        padding-bottom: 45%;
    }
}

main#home #about_and_news .content .item .text {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

main#home #about_and_news .content .item:nth-child(1) .text{
    width: 65%;
}

main#home #about_and_news .content .item img{
        min-height: 250px;
    }

@media only screen and (max-width: 1199px) {
    main#home #about_and_news .content .item .text {
        position: absolute;
        top: unset;
        left: unset;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    main#home #about_and_news .content .item img{
        min-height: auto;
    }

    main#home #about_and_news .content .item:nth-child(1) .text{
    width: 100%;
}
}

main#home #about_and_news .content .item .text .text_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
    main#home #about_and_news .content .item .text .text_content {
        width: 100%;
        position: static;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
        padding: 50px 30px 30px 30px;
    }
}

main#home #about_and_news .content .item .text .text_content h3 {
    font-size: 24px;
    color: #009aa5;
    margin-bottom: 15px;
}

main#home #about_and_news .content .item .text .text_content p {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 15px;
    line-height: 1.5em;
    overflow: hidden;
    max-height: calc(1.5em * 3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

main#home #about_and_news .content .item .text .text_content a {
    background-color: #009aa5;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 1.6;
    border-radius: 30px;
}

main#home #about_and_news .content#home_about .item .text {
    background: #aebcbf;
    background: linear-gradient(to right, transparent 0%, #eaebeb 20%);
}

@media only screen and (max-width: 1199px) {
    main#home #about_and_news .content#home_about .item .text {
        background: linear-gradient(to bottom, transparent 0%, #eaebeb 20%);
    }
}

main#home #about_and_news .content#home_news .item .text {
    background: #aebcbf;
    background: linear-gradient(to right, transparent 0%, #009aa5 20%);
}

@media only screen and (max-width: 1199px) {
    main#home #about_and_news .content#home_news .item .text {
        background: linear-gradient(to bottom, transparent 0%, #009aa5 20%);
    }
}

main#home #about_and_news .content#home_news .item .text h3 {
    color: #fff;
}

main#home #about_and_news .content#home_news .item .text ul {
    margin-bottom: 30px;
}

main#home #about_and_news .content#home_news .item .text ul li {
    color: #fff;
    line-height: 1.5em;
    font-size: 16px;
}

main#home #about_and_news .content#home_news .item .text ul li:nth-child(1) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px solid #fff;
}

main#home #about_and_news .content#home_news .item .text a {
    background-color: #fff;
    color: #009aa5;
}

main#home #company_profile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

main#home #company_profile .wrapper {
    display: flex;
    flex-wrap: wrap;
}

main#home #company_profile .wrapper .content {
    box-sizing: border-box;
    margin-left: 7.5px;
    margin-right: 7.5px;
    border-top: 5px solid #009aa5;
    overflow: hidden;
    position: relative;
    max-height: 235px;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content {
        min-height: 15vh;
    }
}

main#home #company_profile .wrapper .content#sustainable,
main#home #company_profile .wrapper .content.company {
    width: calc(33.333333% - 15px);
}

@media only screen and (max-width: 1199px) {

    main#home #company_profile .wrapper .content#sustainable,
    main#home #company_profile .wrapper .content.company {
        width: 100%;
        margin-bottom: 15px;
    }
}

main#home #company_profile .wrapper .content#product {
    width: calc(100% - 33.333333% - 15px);
}

main#home #company_profile .wrapper .content#product .text_content a {
    background-color: #fff;
    color: #009aa5;
    margin-top: 30px;
transition: 0.3S;
}

main#home #company_profile .wrapper .content#product:hover .text_content a {
    background-color: #009AA5;
    color: #fff
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content#product {
        width: 100%;
    }
}

main#home #company_profile .wrapper .content::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009aa5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#home #company_profile .wrapper .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#home #company_profile .wrapper .content .text {
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content .text {
        position: absolute;
        top: unset;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
    }
}

main#home #company_profile .wrapper .content .text .text_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content .text .text_content {
        width: 100%;
        position: static;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
        padding: 30px 30px 30px 30px;
    }
}

main#home #company_profile .wrapper .content .text .text_content h3 {
    font-size: 24px;
    color: #009aa5;
    margin-bottom: 15px;
}

main#home #company_profile .wrapper .content .text .text_content h5 {
    font-size: 20px;
    color: #009aa5;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content .text .text_content h5 {
        font-size: 18px;
        color: #6f6f6f;
        max-width: 115px;
        line-height: 1.5;
    }
}

main#home #company_profile .wrapper .content .text .text_content a {
    background-color: #009aa5;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 1.6;
    border-radius: 30px;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content .text .text_content a {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    main#home #company_profile .wrapper .content .text .text_content a {
        margin-top: 15px;
    }
}

main#home #company_profile .wrapper .content .text .text_content a:hover {
    background-color: #009aa5;
    color: #fff;
}

main#home #company_profile .wrapper .content.company {
    margin-top: 15px;
    border-top-color: #7cc623;
}

/* main#home #company_profile .wrapper .content.company a{
    margin-top: 0 !important;
} */

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content.company {
        margin-bottom: 0;
    }
}

main#home #company_profile .wrapper .content.company::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #7cc623;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#home #company_profile .wrapper .content.company .text {
    width: 100%;
}

main#home #company_profile .wrapper .content.company .text .text_content {
    width: 100%;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content.company .text .text_content {
        display: block;
    }
}

main#home #company_profile .wrapper .content.company .text .text_content h3 {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    main#home #company_profile .wrapper .content.company .text .text_content h3 {
        margin-left: 0;
        margin-right: 0;
    }
}

main#home #company_profile .wrapper .content.company .text .text_content a {
    color: #009aa5;
    background-color: #fff;
    transition: 0.6s;
}

main#home #company_profile .wrapper .content.company:hover .text .text_content a {
    background-color: #009aa5;
    color: #fff;
}

main#home #company_profile .wrapper .content .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

main#product #applications_main,
main#product_applications #applications_main {
    margin-bottom: 100px;
    padding-top: 100px;
}

main#product #applications_main .wrapper .item,
main#product_applications #applications_main .wrapper .item {
    box-sizing: border-box;
    padding-left: 33%;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {

    main#product #applications_main .wrapper .item,
    main#product_applications #applications_main .wrapper .item {
        padding-left: 15%;
    }
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item,
    main#product_applications #applications_main .wrapper .item {
        display: block;
        padding-left: 0;
    }
}

main#product #applications_main .wrapper .item:nth-child(1),
main#product_applications #applications_main .wrapper .item:nth-child(1) {
    margin-top: 0;
}

main#product #applications_main .wrapper .item:nth-child(2),
main#product_applications #applications_main .wrapper .item:nth-child(2) {
    padding-left: calc(33% / 2);
}

@media only screen and (max-width: 1199px) {

    main#product #applications_main .wrapper .item:nth-child(2),
    main#product_applications #applications_main .wrapper .item:nth-child(2) {
        padding-left: calc(15% / 2);
    }
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item:nth-child(2),
    main#product_applications #applications_main .wrapper .item:nth-child(2) {
        padding-left: 0;
    }
}

main#product #applications_main .wrapper .item .pic,
main#product_applications #applications_main .wrapper .item .pic {
    position: relative;
}

main#product #applications_main .wrapper .item .pic .main_pic,
main#product_applications #applications_main .wrapper .item .pic .main_pic {
    position: relative;
    z-index: 1;
    width: 400px;
    height: 350px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #e8e4e4;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .pic .main_pic,
    main#product_applications #applications_main .wrapper .item .pic .main_pic {
        width: 270px;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

main#product #applications_main .wrapper .item .pic .main_pic img,
main#product_applications #applications_main .wrapper .item .pic .main_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#product #applications_main .wrapper .item .pic::after,
main#product_applications #applications_main .wrapper .item .pic::after {
    position: absolute;
    top: 15px;
    left: 30px;
    content: "";
    background-color: #009aa5;
    width: 400px;
    height: 350px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: 0.3s;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .pic::after,
    main#product_applications #applications_main .wrapper .item .pic::after {
        width: 270px;
        height: 220px;
        left: calc(50% - 120px);
    }
}

main#product #applications_main .wrapper .item .text,
main#product_applications #applications_main .wrapper .item .text {
    width: 480px;
    padding-left: 45px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .text,
    main#product_applications #applications_main .wrapper .item .text {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}

main#product #applications_main .wrapper .item .text h3,
main#product_applications #applications_main .wrapper .item .text h3 {
    transition: 0.3s;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #009aa5;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .text h3,
    main#product_applications #applications_main .wrapper .item .text h3 {
        text-align: center;
        font-size: 22px;
        padding-bottom: 7.5px;
        margin-bottom: 7.5px;
    }
}

main#product #applications_main .wrapper .item .text h3::before,
main#product_applications #applications_main .wrapper .item .text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100vw;
    background-color: #009aa5;
    transition: 0.3s;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .text h3::before,
    main#product_applications #applications_main .wrapper .item .text h3::before {
        width: 100%;
    }
}

main#product #applications_main .wrapper .item .text p,
main#product_applications #applications_main .wrapper .item .text p {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .text p,
    main#product_applications #applications_main .wrapper .item .text p {
        text-align: center;
        font-size: 12px;
    }
}

main#product #applications_main .wrapper .item .text a,
main#product_applications #applications_main .wrapper .item .text a {
    display: inline-block;
    font-size: 0;
    color: #fff;
    margin-top: 15px;
    padding: 10px 10px;
    width: 85px;
    text-align: center;
    background-color: #009aa5;
    transition: 0.3s;
}

main#product #applications_main .wrapper .item .text a::after, main#product_applications #applications_main .wrapper .item .text a::after{
    content: "More…";
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {

    main#product #applications_main .wrapper .item .text a,
    main#product_applications #applications_main .wrapper .item .text a {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

main#product #applications_main .wrapper .item:hover .pic::after,
main#product_applications #applications_main .wrapper .item:hover .pic::after {
    background-color: #7cc623;
}

main#product #applications_main .wrapper .item:hover .text h3,
main#product_applications #applications_main .wrapper .item:hover .text h3 {
    color: #7cc623;
}

main#product #applications_main .wrapper .item:hover .text h3::before,
main#product_applications #applications_main .wrapper .item:hover .text h3::before {
    background-color: #7cc623;
}

main#product #applications_main .wrapper .item:hover .text a,
main#product_applications #applications_main .wrapper .item:hover .text a {
    background-color: #7cc623;
}

main#product #company_profile,
main#product_applications #company_profile {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

main#product #company_profile .wrapper,
main#product_applications #company_profile .wrapper {
    display: flex;
    flex-wrap: wrap;
}

main#product #company_profile .wrapper .content,
main#product_applications #company_profile .wrapper .content {
    box-sizing: border-box;
    border-top: 5px solid #009aa5;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content,
    main#product_applications #company_profile .wrapper .content {
        min-height: 20vh;
    }
}

main#product #company_profile .wrapper .content.company,
main#product_applications #company_profile .wrapper .content.company {
    width: 100%;
    min-height: 15vh;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content.company,
    main#product_applications #company_profile .wrapper .content.company {
        width: 100%;
        margin-bottom: 15px;
    }
}

main#product #company_profile .wrapper .content::before,
main#product_applications #company_profile .wrapper .content::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009aa5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#product #company_profile .wrapper .content img,
main#product_applications #company_profile .wrapper .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#product #company_profile .wrapper .content .text,
main#product_applications #company_profile .wrapper .content .text {
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content .text,
    main#product_applications #company_profile .wrapper .content .text {
        position: absolute;
        top: unset;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
    }
}

main#product #company_profile .wrapper .content .text .text_content,
main#product_applications #company_profile .wrapper .content .text .text_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content .text .text_content,
    main#product_applications #company_profile .wrapper .content .text .text_content {
        width: 100%;
        position: static;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
        padding: 30px 30px 30px 30px;
    }
}

main#product #company_profile .wrapper .content .text .text_content h3,
main#product_applications #company_profile .wrapper .content .text .text_content h3 {
    font-size: 24px;
    color: #009aa5;
    margin-bottom: 15px;
}

main#product #company_profile .wrapper .content .text .text_content h5,
main#product_applications #company_profile .wrapper .content .text .text_content h5 {
    font-size: 20px;
    color: #009aa5;
    margin-bottom: 15px;
}

main#product #company_profile .wrapper .content .text .text_content a,
main#product_applications #company_profile .wrapper .content .text .text_content a {
    background-color: #009aa5;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 1.6;
    border-radius: 30px;
    transition: 0.3s;
}

main#product #company_profile .wrapper .content .text .text_content a:hover,
main#product_applications #company_profile .wrapper .content .text .text_content a:hover {
    background-color: #009aa5;
    color: #fff;
}

main#product #company_profile .wrapper .content.company,
main#product_applications #company_profile .wrapper .content.company {
    margin-top: 15px;
    border-top-color: #7cc623;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content.company,
    main#product_applications #company_profile .wrapper .content.company {
        margin-bottom: 0;
    }
}

main#product #company_profile .wrapper .content.company::before,
main#product_applications #company_profile .wrapper .content.company::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #7cc623;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#product #company_profile .wrapper .content.company .text,
main#product_applications #company_profile .wrapper .content.company .text {
    width: 100%;
}

main#product #company_profile .wrapper .content.company .text .text_content,
main#product_applications #company_profile .wrapper .content.company .text .text_content {
    display: flex;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content.company .text .text_content,
    main#product_applications #company_profile .wrapper .content.company .text .text_content {
        width: 100%;
        display: block;
    }
}

main#product #company_profile .wrapper .content.company .text .text_content h3,
main#product_applications #company_profile .wrapper .content.company .text .text_content h3 {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content.company .text .text_content h3,
    main#product_applications #company_profile .wrapper .content.company .text .text_content h3 {
        margin-left: 0;
        margin-right: 0;
    }
}

main#product #company_profile .wrapper .content.company .text .text_content a,
main#product_applications #company_profile .wrapper .content.company .text .text_content a {
    color: #009aa5;
    background-color: #fff;
}

@media only screen and (max-width: 1199px) {

    main#product #company_profile .wrapper .content.company .text .text_content a,
    main#product_applications #company_profile .wrapper .content.company .text .text_content a {
        margin-top: 15px;
    }
}

main#product #company_profile .wrapper .content.company .text .text_content a:hover,
main#product_applications #company_profile .wrapper .content.company .text .text_content a:hover {
    background-color: #009aa5;
    color: #fff;
}

main#product #product_content p,
main#product_applications #product_content p {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: gray;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1024px) {

    main#product #product_content p,
    main#product_applications #product_content p {
        font-size: 12px;
        text-align: center;
    }
}

main#product #product_content p span,
main#product_applications #product_content p span {
    color: #009aa5;
    font-size: 48px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 15px;
}

main#product #product_content .pic,
main#product_applications #product_content .pic {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

main#product #product_content .pic img,
main#product_applications #product_content .pic img {
    max-width: 100%;
    width: 100%;
}

main#product #product_content .pic img.original_size,
main#product_applications #product_content .pic img.original_size {
    max-width: 100%;
    width: unset;
}

@media only screen and (max-width: 1024px) {
    main#product #product_content .pic img.original_size {
        max-width: calc(50% - 30px);
        width: calc(50% - 30px);
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1024px) {

    main#product #product_content .pic img,
    main#product_applications #product_content .pic img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        height: auto !important;
    }
}

main#product #product_content .pic img:nth-child(2),
main#product_applications #product_content .pic img:nth-child(2) {
    margin-left: 30px;
}

@media only screen and (max-width: 1024px) {

    main#product #product_content .pic img:nth-child(2),
    main#product_applications #product_content .pic img:nth-child(2) {
        margin-top: 30px;
        margin-left: auto;
    }
}

main#product #product_content h5,
main#product_applications #product_content h5 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 900;
    color: #009aa5;
    text-align: center;
}

@media only screen and (max-width: 1024px) {

    main#product #product_content h5,
    main#product_applications #product_content h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

main#product #product_content #process,
main#product_applications #product_content #process {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

main#product #product_content #process .item,
main#product_applications #product_content #process .item {
    width: 14.75%;
}

main#product #product_content #process .item.x4 {
    width: 20%;
}

@media only screen and (max-width: 1024px) {
    main#product #product_content #process .item.x4 {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {

    main#product #product_content #process .item,
    main#product_applications #product_content #process .item {
        width: 100%;
        margin-top: 15px;
    }

    main#product #product_content #process .item:nth-child(1),
    main#product_applications #product_content #process .item:nth-child(1) {
        margin-top: 0;
    }
}

main#product #product_content #process .item .process_pic,
main#product_applications #product_content #process .item .process_pic {
    width: 100%;
    height: 225px;
    border: 3px solid #009aa5;
    position: relative;
}

main#product #product_content #process .item .process_pic img,
main#product_applications #product_content #process .item .process_pic img {
    max-width: calc(100% - 30px);
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main#product #product_content #process .item p,
main#product_applications #product_content #process .item p {
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}

main#product #product_content #process .arrow,
main#product_applications #product_content #process .arrow {
    margin-left: 35px;
    margin-right: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #009aa5;
    position: relative;
    top: -15px;
}

@media only screen and (max-width: 1024px) {

    main#product #product_content #process .arrow,
    main#product_applications #product_content #process .arrow {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        border-width: 15px 15px 0 15px;
        border-color: #009aa5 transparent transparent transparent;
    }
}

main#product #product_content .package_process,
main#product_applications #product_content .package_process {
    border: 3px solid #009aa5;
    background-color: #eaebeb;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

main#product #product_content .package_process .item,
main#product_applications #product_content .package_process .item {
    text-align: center;
}

@media only screen and (max-width: 1024px) {

    main#product #product_content .package_process .item,
    main#product_applications #product_content .package_process .item {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    main#product #product_content .package_process .item:nth-child(1),
    main#product_applications #product_content .package_process .item:nth-child(1) {
        margin-top: 0;
    }
}

main#product #product_content .package_process .item h6,
main#product_applications #product_content .package_process .item h6 {
    margin-top: 15px;
    text-align: center;
    line-height: 1.2;
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 200;
    display: flex;
    justify-content: center;
}

main#product #product_content .package_process .item h6 .text,
main#product_applications #product_content .package_process .item h6 .text {
    font-size: 16px;
}

main#product #product_content .package_process .item h6 .or,
main#product_applications #product_content .package_process .item h6 .or {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #6f6f6f;
}

main#product #product_content #customization,
main#product_applications #product_content #customization {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

main#product #product_content #customization .item,
main#product_applications #product_content #customization .item {
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {

    main#product #product_content #customization .item,
    main#product_applications #product_content #customization .item {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    main#product #product_content #customization .item:nth-child(1),
    main#product_applications #product_content #customization .item:nth-child(1) {
        margin-top: 0;
    }
}

main#product #product_content #customization .item img,
main#product_applications #product_content #customization .item img {
    max-width: 100%;
}

main#product_applications #applications_pic {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 909px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 55px;
}

main#product_applications #applications_pic img {
    width: 690px;
}

main#product_applications #applications_pic .float_pic {
    width: auto;
    position: absolute;
    transition: 3s;
}

main#product_applications #applications_pic .float_pic.p1 {
    left: 170px;
    top: 40px;
}

main#product_applications #applications_pic .float_pic.p2 {
    left: 130px;
    top: 150px;
}

main#product_applications #applications_pic .float_pic.p3 {
    left: 10px;
    top: 240px;
}

main#product_applications #applications_pic .float_pic.p4 {
    left: 115px;
    top: 390px;
}

main#product_applications #applications_pic .float_pic.p5 {
    left: 155px;
    top: 475px;
}

main#product_applications #applications_pic .float_pic.p6 {
    left: 195px;
    top: 515px;
}

main#product_applications #applications_pic .float_pic.p7 {
    left: 255px;
    top: 555px;
}

main#product_applications #applications_pic .float_pic.p8 {
    right: 230px;
    top: 0;
}

main#product_applications #applications_pic .float_pic.p9 {
    right: 115px;
    top: 150px;
}

main#product_applications #applications_pic .float_pic.p10 {
    right: 35px;
    top: 235px;
}

main#product_applications #applications_pic .float_pic.p11 {
    right: 140px;
    top: 415px;
}

main#product_applications #applications_pic .float_pic.p12 {
    right: 220px;
    top: 535px;
}

main#product_applications #applications_pic .btn {
    position: absolute;
    width: 225px;
    /* height: 75px; */
    background-color: transparent;
    border: none;
    z-index: 3;
}

main#product_applications #applications_pic .btn img {
    width: 100%;
}

main#product_applications #applications_pic .btn.t {
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
}

main#product_applications #applications_pic .btn.b {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

main#product_applications #applications_pic .btn.l {
    top: 49%;
    left: 1%;
    transform: translateY(-50%) scaleX(1.1);
}

main#product_applications #applications_pic .btn.r {
    top: 49%;
    right: 0.5%;
    transform: translateY(-50%) scaleX(1.1);
}

@media only screen and (max-width: 1199px) {
    main#product_applications #applications_pic {
        width: 738px;
    }

    main#product_applications #applications_pic img {
        width: 738px;
    }

    main#product_applications #applications_pic .btn {
        width: 155px;
        height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    main#product_applications #applications_pic {
        width: 450px;
    }

    main#product_applications #applications_pic img {
        width: 450px;
    }

    main#product_applications #applications_pic .btn {
        width: 90px;
        height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    main#product_applications #applications_pic {
        width: 300px;
    }

    main#product_applications #applications_pic img {
        width: 300px;
    }

    main#product_applications #applications_pic .btn {
        width: 60px;
        height: 25px;
    }
}

main#product_applications #list {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

main#product_applications #list .item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid #009aa5;
    margin-top: 30px;
}

main#product_applications #list .item .pic {
    width: 45%;
}

@media only screen and (max-width: 1199px) {
    main#product_applications #list .item .pic {
        width: 100%;
    }
}

main#product_applications #list .item .pic img {
    width: 100%;
}

main#product_applications #list .item .text {
    width: 55%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    main#product_applications #list .item .text {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    main#product_applications #list .item .text {
        padding-top: 15px;
    }
}

main#product_applications #list .item .text h3 {
    color: #009aa5;
    font-size: 32px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    main#product_applications #list .item .text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

main#product_applications #list .item .text p {
    color: gray;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

main#product_applications #list .item.limit .text p {
    height: 315px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    main#product_applications #list .item .text p {
        font-size: 12px;
    }
}

main#product_applications #list .item .text a {
    /* margin-top: 30px; */
    background-color: #009aa5;
    color: #fff;
    display: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

main#product_applications #list .item.limit .text a {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    main#product_applications #list .item .text a {
        margin-top: 0;
        left: 0;
    }
}

main#about .wrapper {
    max-width: 1024px;
}

main#about #page_title .wrapper {
    max-width: 1480px;
}

main#about #page_bookmark .wrapper {
    max-width: 1480px;
}

main#about #about_introduce {
    padding-top: 50px;
    position: relative;
}

main#about #about_introduce .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    main#about #about_introduce .bg {
        opacity: 0.6;
    }
}

main#about #about_introduce #about_logo {
    margin-bottom: 50px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

main#about #about_introduce #about_logo img {
    width: 100%;
    max-width: 350px;
}

main#about #about_introduce #about_idea {
    padding-bottom: 225px;
}

main#about #about_introduce #about_idea .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

main#about #about_introduce #about_idea .wrapper .item {
    transition: 0.6s;
    background-color: #fff;
    width: calc(20% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    position: relative;
    margin-top: calc(145px / 2);
    box-sizing: border-box;
    border: 1px solid #009aa5;
    padding: calc(145px / 2 + 30px) 7.5px 30px 7.5px;
}

@media only screen and (max-width: 1199px) {
    main#about #about_introduce #about_idea .wrapper .item {
        width: 100%;
        margin-top: calc(145px / 2 + 30px);
    }

    main#about #about_introduce #about_idea .wrapper .item:nth-child(1) {
        margin-top: calc(145px / 2);
    }
}

main#about #about_introduce #about_idea .wrapper .item .icon {
    position: absolute;
    background-color: #009aa5;
    width: 145px;
    height: 145px;
    border-radius: 999px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transform: translateY(-50%);
}

main#about #about_introduce #about_idea .wrapper .item .icon img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

main#about #about_introduce #about_idea .wrapper .item h5 {
    color: #009aa5;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    /* white-space: nowrap; */
    margin-bottom: 15px;
}

main#about #about_introduce #about_idea .wrapper .item p {
    transition: 0.6s;
    color: gray;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /* text-align: justify; */
    height: calc(16px * 1.5 * 4);
    overflow: hidden;
}

main#about #about_introduce #about_idea .wrapper .item button {
    font-size: 14px;
    font-weight: 400;
    width: 85px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #eaebeb;
    border: none;
    border-radius: 30px;
    display: block;
    transition: 0.6s;
}

main#about #about_introduce #about_idea .wrapper .item button::after {
    color: #009aa5;
    content: "More";
}

main#about #about_introduce #about_idea .wrapper .item button:hover {
    background-color: #009aa5;
}

main#about #about_introduce #about_idea .wrapper .item button:hover::after {
    color: #fff;
    content: "More";
}

main#about #about_introduce #about_idea .wrapper .item:nth-child(odd) {
    border: 1px solid #7cc623;
}

main#about #about_introduce #about_idea .wrapper .item:nth-child(odd) .icon {
    background-color: #7cc623;
}

main#about #about_introduce #about_idea .wrapper .item:nth-child(odd) h5 {
    color: #7cc623;
}

main#about #about_introduce #about_idea .wrapper .item.active p {
    height: auto;
}

main#about #about_introduce #about_idea .wrapper .item.active button {
    background-color: #009aa5;
    color: #fff;
}

main#about #about_introduce #about_idea .wrapper .item.active button::after {
    content: "Close";
    color: #fff;
}

main#about #about_greening {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

main#about #about_greening .wrapper #greening_pic {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
}

@media only screen and (max-width: 1199px) {
    main#about #about_greening .wrapper #greening_pic {
        display: block;
        grid-template-columns: unset;
        grid-template-rows: unset;
    }
}

main#about #about_greening .wrapper #greening_pic .item {
    height: 100%;
    height: 30vh;
    box-sizing: border-box;
    padding: 15px;
}

main#about #about_greening .wrapper #greening_pic .item:nth-child(n + 7) {
    display: none;
}

@media only screen and (max-width: 1199px) {
    main#about #about_greening .wrapper #greening_pic .item {
        display: none;
        height: 45vh;
    }

    main#about #about_greening .wrapper #greening_pic .item:nth-child(1),
    main#about #about_greening .wrapper #greening_pic .item:nth-child(2) {
        display: block;
    }
}

main#about #about_greening .wrapper #greening_pic .item .pic {
    position: relative;
    width: 100%;
    height: 100%;
}

main#about #about_greening .wrapper #greening_pic .item .pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

main#about #about_greening .wrapper #greening_pic .item .mask {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
}

main#about #about_greening .wrapper #greening_pic .item .mask .icon_btn {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

main#about #about_greening .wrapper #greening_pic .item .mask .icon_btn .text {
    color: #fff;
    display: block;
    font-size: 16px;
}

main#about #about_greening .wrapper #greening_pic .item .mask .icon_btn .icon {
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
}

main#about #about_greening .wrapper #greening_pic .item:hover .mask {
    opacity: 1;
    pointer-events: auto;
}

main#about #about_group {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1365px) {
    main#about #about_group {
        background-color: transparent;
    }
}

main#about #about_group #about_group_map {
    width: 1336px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map {
        width: 100%;
    }
}

main#about #about_group #about_group_map .text {
    border-radius: 15px;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 575px;
    box-sizing: border-box;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

main#about #about_group #about_group_map .text p {
    color: gray;
}

main#about #about_group #about_group_map #map_m {
    display: none;
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map .text {
        position: static;
        left: 0;
        right: 0;
        margin-left: 15px;
        margin-right: 15px;
        background-color: rgba(255, 255, 255, 0.7);
        width: calc(100% - 30px);
        font-size: 16px;
    }
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map #map {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

main#about #about_group #about_group_map .landmark {
    position: absolute;
}

@media only screen and (max-width: 1580px) {

    main#about #about_group #about_group_map #map,
    main#about #about_group #about_group_map .landmark {
        transform: translateY(-100px);
    }
}

@media only screen and (max-width: 1480px) {

    main#about #about_group #about_group_map #map,
    main#about #about_group #about_group_map .landmark {
        transform: translateY(-200px);
    }
}

@media only screen and (max-width: 1480px) {

    main#about #about_group #about_group_map #map,
    main#about #about_group #about_group_map .landmark {
        display: none !important;
    }

    main#about #about_group #about_group_map #map_m {
        display: block;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map .landmark {
        position: static;
    }
}

main#about #about_group #about_group_map .landmark img {
    width: 25px;
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map .landmark img {
        display: none;
    }
}

main#about #about_group #about_group_map .landmark .landmark_text {
    position: absolute;
    width: 415px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 15px 50px;
    background-color: #dd5514;
    color: #fff;
}

@media only screen and (max-width: 1480px) {
    main#about #about_group #about_group_map .landmark .landmark_text {
        padding: 15px;
    }
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map .landmark .landmark_text {
        position: static;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
        margin-top: 30px;
    }
}

main#about #about_group #about_group_map .landmark .landmark_text h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

main#about #about_group #about_group_map .landmark .landmark_text p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

main#about #about_group #about_group_map .landmark .landmark_text .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 7.5px 0 7.5px;
    border-color: #dd5514 transparent transparent transparent;
    position: absolute;
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_group_map .landmark .landmark_text .arrow {
        display: none;
    }
}

main#about #about_group #about_group_map .landmark .landmark_text.style {
    background-color: #009aa5;
}

main#about #about_group #about_group_map .landmark .landmark_text.style .arrow {
    border-color: #009aa5 transparent transparent transparent;
}

main#about #about_group #about_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1365px) {
    main#about #about_group #about_area {
        padding-top: 100px;
    }
}

main#about #about_group #about_area .area_item {
    width: calc(33.333333% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
}

@media only screen and (max-width: 1024px) {
    main#about #about_group #about_area .area_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }

    main#about #about_group #about_area .area_item:nth-child(1) {
        margin-top: 0;
    }
}

main#about #about_group #about_area .area_item h6 {
    color: gray;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #009aa5;
    margin-bottom: 15px;
}

main#about #about_group #about_area .area_item .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

main#about #about_group #about_area .area_item .item:nth-child(1) {
    margin-top: 0;
}

main#about #about_group #about_area .area_item .item .year {
    width: 77px;
    background-color: #009aa5;
    text-align: center;
    color: #fff;
    line-height: 1;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

main#about #about_group #about_area .area_item .item h2 {
    font-size: 18px;
    color: #009aa5;
    width: calc(100% - 77px);
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 15px;
}

main#about #about_group #about_area .area_item .item .area_title {
    position: relative;
    width: 77px;
    height: 87px;
    background-color: #009aa5;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

main#about #about_group #about_area .area_item .item .area_title h3 {
    text-align: center;
    color: #009aa5;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 85px;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

main#about #about_group #about_area .area_item .item p {
    box-sizing: border-box;
    padding-left: 15px;
    width: calc(100% - 77px);
    font-size: 16px;
    font-weight: 900;
    color: gray;
}

main#about #about_group #about_area .area_item .item p span {
    font-weight: 900;
}

main#about #timeline {
    margin-top: 50px;
}

main#about #timeline .wrapper {
    position: relative;
}

main#about #timeline .wrapper .swiper-button {
    position: absolute;
    width: 35px;
    height: 60px;
    top: 25%;
    background-color: transparent;
    border: none;
}

main#about #timeline .wrapper .swiper-button::after {
    color: #009aa5;
}

main#about #timeline .wrapper .swiper-button.swiper-button-prev {
    left: -30px;
}

main#about #timeline .wrapper .swiper-button.swiper-button-next {
    right: -30px;
}

main#about #timeline .wrapper .item img {
    width: 100%;
}

main#about #timeline .wrapper .item.indent {
    margin-top: 2.5%;
}

main#about #timeline .wrapper p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: gray;
}

main#about #about_stage {
    margin-bottom: 100px;
}

main#about #about_stage .stage_item:nth-child(1) {
    margin-top: 50px;
}

main#about #about_stage .stage_item .graphic {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

main#about #about_stage .stage_item .graphic .pic {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 768px) {
    main#about #about_stage .stage_item .graphic .pic {
        width: 100%;
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }
}

main#about #about_stage .stage_item .graphic .pic img {
    width: 100%;
}

main#about #about_stage .stage_item .graphic .text {
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
}

@media only screen and (max-width: 768px) {
    main#about #about_stage .stage_item .graphic .text {
        width: 100%;
        order: 2;
        padding: 30px 0;
    }
}

main#about #about_stage .stage_item .graphic .text.w100 {
    width: 100%;
    padding-top: 0;
}

main#about #about_stage .stage_item .graphic .text p {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 15px;
    color: gray;
}

main#about #about_stage .stage_item .graphic .text p:nth-child(1) {
    margin-top: 0;
}

main#about #about_core_all_content .page_title {
    margin-top: 50px;
}

main#about #about_core_all_content p {
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 30px;
    color: gray;
}

main#about #about_core_all_content .pic {
    text-align: center;
    padding-bottom: 30px;
}

main#about #about_core_all_content #about_spirit {
    margin-top: 50px;
    background-image: url(../images/about/about_spirit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5px;
    min-height: 115vh;
    box-sizing: border-box;
}

main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper .item {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
    main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper .item {
        width: 100%;
        margin-top: 15px;
        justify-content: center;
        flex-wrap: wrap;
        background-color: rgba(255, 255, 255, 0.6);
        border: 3px solid #009aa5;
        padding-top: 15px;
        border-radius: 15px;
    }

    main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper .item:nth-child(1) {
        margin-top: 0;
    }
}

main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper .item h5 {
    width: 105px;
    height: 105px;
    border: 1px solid #009aa5;
    color: #009aa5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    text-align: center;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper .item p {
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    width: 160px;
    color: gray;
}

@media only screen and (max-width: 1024px) {
    main#about #about_core_all_content #about_spirit #about_spirit_content .wrapper .item p {
        width: 100%;
        text-align: center;
    }
}

main#about #about_core_all_content #about_idea_content .pic {
    width: 100%;
}

main#about #about_core_all_content #about_idea_content .pic img {
    width: 100%;
}

main#about #about_core_all_content #about_idea_content .pic .pc {
    display: block;
}

main#about #about_core_all_content #about_idea_content .pic .m {
    display: none;
}

@media only screen and (max-width: 580px) {
    main#about #about_core_all_content #about_idea_content .pic .pc {
        display: none;
    }

    main#about #about_core_all_content #about_idea_content .pic .m {
        display: block;
    }
}

main#about #about_quality {
    margin-top: 50px;
    margin-bottom: 50px;
}

main#about #about_quality p {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 15px;
    /* text-align: center; */
    padding-bottom: 30px;
    color: gray;
}

main#about #about_quality #policy {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

main#about #about_quality #policy .bg1 {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 5%;
}

main#about #about_quality #policy .bg2 {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: -50%;
}

main#about #about_quality #policy h4 {
    font-weight: 600;
    font-size: 32px;
    color: #009aa5;
    margin-bottom: 50px;
}

main#about #about_quality #process {
    margin-bottom: 50px;
}

main#about #about_quality #process ul {
    text-align: center;
}

main#about #about_quality #process ul li {
    border-radius: 999px;
    width: 125px;
    height: 125px;
    background-color: #7cc623;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-right: 65px;
    position: relative;
}

main#about #about_quality #process ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
        margin-top: -2.5px;
}

@media only screen and (max-width: 1024px) {
    main#about #about_quality #process ul li {
        width: 225px;
        height: 225px;
        font-size: 30px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 65px;
        display: block;
    }
}

/* main#about #about_quality #process ul li::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 5px;
    background-color: #7CC623;
    left: calc(100% + 37.5px);
    top: calc(50% - 10px);
    transform: rotate(45deg)
}

@media only screen and (max-width: 1024px) {
    main#about #about_quality #process ul li::before {
        transform: rotate(-45deg);
        left: calc(50% - 4.5px);
        top: calc(100% + 47.5px)
    }
}

main#about #about_quality #process ul li::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #7CC623;
    left: 100%;
    top: calc(50% - 2.5px)
}

@media only screen and (max-width: 1024px) {
    main#about #about_quality #process ul li::after {
        width: 5px;
        height: 60px;
        top: 100%;
        left: calc(50% - 2.5px)
    }
}

main#about #about_quality #process ul li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1024px) {
    main#about #about_quality #process ul li:last-child {
        margin-right: auto
    }
}

main#about #about_quality #process ul li:last-child::before,
main#about #about_quality #process ul li:last-child::after {
    display: none !important
}*/

main#about #about_quality #process ul li:nth-child(1) {
    background-color: #009aa5;
}

/*  
main#about #about_quality #process ul li:nth-child(1)::before {
    background-color: #009AA5
}

main#about #about_quality #process ul li:nth-child(1)::after {
    background-color: #009AA5
} */

main#about #about_quality #process ul li:nth-child(1) svg polyline {
    stroke: #009aa5 !important;
}

main#about #about_quality #process ul li svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 60px;
}

main#about #about_quality #process ul li:last-child svg {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    main#about #about_quality #process ul li svg {
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(22.5px) rotate(90deg);
    }
}

main#about #about_quality #certified .pic {
    text-align: center;
}

main#about #about_quality #certified .pic img {
    max-width: calc(100% - 15px);
    margin: 7.5px;
}

main#news #news_exhibition .wrapper {
    position: relative;
    max-width: 1024px;
}

main#news #news_exhibition .wrapper .swiper-button {
    position: absolute;
    width: 35px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

main#news #news_exhibition .wrapper .swiper-button::after {
    color: #009aa5;
}

main#news #news_exhibition .wrapper .swiper-button.swiper-button-prev {
    left: -30px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .swiper-button.swiper-button-prev {
        left: 0;
    }
}

main#news #news_exhibition .wrapper .swiper-button.swiper-button-next {
    right: -30px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .swiper-button.swiper-button-next {
        right: 0;
    }
}

main#news #news_exhibition .wrapper .swiper-pagination {
    margin-top: 50px;
    position: static;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

main#news #news_exhibition .wrapper .swiper-pagination .swiper-pagination-bullet {
    color: #009aa5;
    font-size: 12px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: none;
}

main#news #news_exhibition .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #009aa5;
    color: #fff;
}

main#news #news_exhibition .wrapper .item .item_content {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content {
        flex-wrap: wrap;
    }
}

main#news #news_exhibition .wrapper .item .item_content:nth-child(1) {
    margin-top: 0;
}

main#news #news_exhibition .wrapper .item .item_content .pic_content {
    height: 40%;
    height: 30vh;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content .pic_content {
        width: 100%;
    }
}

main#news #news_exhibition .wrapper .item .item_content .pic_content .pic {
    position: relative;
    width: 100%;
    height: 100%;
}

main#news #news_exhibition .wrapper .item .item_content .pic_content .pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

main#news #news_exhibition .wrapper .item .item_content .pic_content .mask {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
}

main#news #news_exhibition .wrapper .item .item_content .pic_content .mask .icon_btn {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

main#news #news_exhibition .wrapper .item .item_content .pic_content .mask .icon_btn .text {
    color: #fff;
    display: block;
    font-size: 16px;
}

main#news #news_exhibition .wrapper .item .item_content .pic_content .mask .icon_btn .icon {
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
}

main#news #news_exhibition .wrapper .item .item_content .pic_content:hover .mask {
    opacity: 1;
    pointer-events: auto;
}

main#news #news_exhibition .wrapper .item .item_content .text {
    width: 60%;
    box-sizing: border-box;
    padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content .text {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

main#news #news_exhibition .wrapper .item .item_content .text ul {
    margin-bottom: 15px;
}

main#news #news_exhibition .wrapper .item .item_content .text ul li {
    padding-top: 10px;
    color: #7cc623;
    font-size: 16px;
    font-weight: 600;
}

main#news #news_exhibition .wrapper .item .item_content .text ul li:nth-child(1) {
    padding-top: 0;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content .text ul li {
        font-size: 14px;
    }
}

main#news #news_exhibition .wrapper .item .item_content .text ul li span {
    background-color: #7cc623;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content .text ul li span {
        font-size: 12px;
    }
}

main#news #news_exhibition .wrapper .item .item_content .text h3 {
    color: #7cc623;
    font-size: 24px;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 3px solid #7cc623;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content .text h3 {
        font-size: 18px;
        padding-bottom: 7.5px;
        margin-bottom: 7.5px;
    }
}

main#news #news_exhibition .wrapper .item .item_content .text p {
    font-size: 16px;
    line-height: 2;
}

@media only screen and (max-width: 1024px) {
    main#news #news_exhibition .wrapper .item .item_content .text p {
        font-size: 14px;
        line-height: 1.5;
    }
}

main#news #news_center #esg_news .page_title {
    margin-top: 50px;
}

main#news #news_center .wrapper {
    position: relative;
    max-width: 1024px;
}

main#news #news_center .wrapper .swiper-button {
    position: absolute;
    width: 35px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
}

main#news #news_center .wrapper .swiper-button::after {
    color: #009aa5;
}

main#news #news_center .wrapper .swiper-button.swiper-button-prev {
    left: -30px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_center .wrapper .swiper-button.swiper-button-prev {
        left: 0;
    }
}

main#news #news_center .wrapper .swiper-button.swiper-button-next {
    right: -30px;
}

@media only screen and (max-width: 1024px) {
    main#news #news_center .wrapper .swiper-button.swiper-button-next {
        right: 0;
    }
}

main#news #news_center .wrapper .swiper-pagination {
    margin-top: 50px;
    position: static;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

main#news #news_center .wrapper .swiper-pagination .swiper-pagination-bullet {
    color: #009aa5;
    font-size: 12px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: none;
}

main#news #news_center .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #009aa5;
    color: #fff;
}

main#news #news_center .wrapper .item h5 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}

main#news #news_center .wrapper .item h5 span:nth-child(1) {
    margin-top: 0;
}

main#news #news_center .wrapper .item h3 {
    line-height: 1.2;
    font-size: 40px;
    font-weight: 400;
    color: #7cc623;
    margin-top: 50px;
    margin-bottom: 50px;
}

main#news #news_center .wrapper .item .pic {
    margin-bottom: 50px;
    text-align: center;
}

main#news #news_center .wrapper .item p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

main#news #qa {
    margin-bottom: 50px;
}

main#news #qa #qa_link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

main#news #qa #qa_link span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

main#news #qa #qa_link a {
    margin-right: 10px;
}

main#news #qa #qa_link a:last-child {
    margin-right: 0;
}

main#news #qa #qa_link a img {
    width: 45px;
    height: 45px;
}

main#news #qa #qa_content .item {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

main#news #qa #qa_content .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

main#news #qa #qa_content .item h3 {
    font-size: 30px;
    font-weight: 600;
    color: #009aa5;
    margin-bottom: 15px;
}

main#news #qa #qa_content .item p {
    font-size: 16px;
    line-height: 1.5;
}

main#contact #location .wrapper {
    max-width: 1024px;
}

main#contact #location #location_logo {
    text-align: center;
    border-bottom: 1px solid #009aa5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

main#contact #location #location_logo img {
    max-width: 290px;
}

main#contact #location #location_content {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

@media only screen and (max-width: 768px) {
    main#contact #location #location_content {
        margin-left: 0;
        margin-right: 0;
    }
}

main#contact #location #location_content .item {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
}

@media only screen and (max-width: 768px) {
    main#contact #location #location_content .item {
        width: 100%;
        margin-top: 30px;
    }

    main#contact #location #location_content .item:nth-child(1) {
        margin-top: 0;
    }
}

main#contact #location #location_content .item .map_pic {
    box-sizing: border-box;
    border: 3px solid #009aa5;
}

main#contact #location #location_content .item .map_pic iframe {
    width: 100%;
    height: 30vh;
}

main#contact #location #location_content .item .text {
    margin-top: 15px;
}

main#contact #location #location_content .item .text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #009aa5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #009aa5;
}

@media only screen and (max-width: 768px) {
    main#contact #location #location_content .item .text h3 {
        font-size: 22px;
    }
}

main#contact #location #location_content .item .text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #009aa5;
    margin-bottom: 10px;
}

main#contact #location #location_content .item .text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #009aa5;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    main#contact #location #location_content .item .text h5 {
        font-size: 16px;
    }
}

main#contact #location #location_content .item .text h5 span {
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    main#contact #location #location_content .item .text h5 span {
        font-size: 12px;
    }
}

main#contact #location #location_content .item p {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    main#contact #location #location_content .item p {
        font-size: 14px;
    }
}

main#contact #inquiry {
    margin-bottom: 50px;
}

main#contact #inquiry .wrapper {
    max-width: 1024px;
}

main#contact #inquiry .wrapper #form {
    box-sizing: border-box;
    padding: 30px;
    box-shadow: -5px 5px 5px #ccc;
    border: 1px solid #009aa5;
    position: relative;
}

@media only screen and (max-width: 768px) {
    main#contact #inquiry .wrapper #form {
        padding: 30px 15px;
    }
}

main#contact #inquiry .wrapper #form #chamfer {
    position: absolute;
    top: -1px;
    right: -1px;
}

main#contact #inquiry .wrapper #form #form_logo {
    text-align: center;
    margin-bottom: 50px;
}

main#contact #inquiry .wrapper #form #form_logo img {
    max-width: 290px;
}

main#contact #inquiry .wrapper #form #form_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main#contact #inquiry .wrapper #form #form_content .form_content_title {
    width: 100%;
    font-size: 20px;
    color: #009aa5;
    text-align: center;
    border-bottom: 1px solid #009aa5;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

main#contact #inquiry .wrapper #form #form_content .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

main#contact #inquiry .wrapper #form #form_content .item.x50 {
    width: calc(50% - 7.5px);
}

@media only screen and (max-width: 768px) {
    main#contact #inquiry .wrapper #form #form_content .item.x50 {
        width: 100%;
    }
}

main#contact #inquiry .wrapper #form #form_content .item label {
    background-color: #009aa5;
    color: #fff;
    width: 110px;
    min-height: 45px;
    box-sizing: border-box;
    text-align: center;
    padding: 12.5px;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    main#contact #inquiry .wrapper #form #form_content .item label {
        width: 80px;
        font-size: 14px;
        padding: 15px 5px;
    }
}

main#contact #inquiry .wrapper #form #form_content .item input,
main#contact #inquiry .wrapper #form #form_content .item select,
main#contact #inquiry .wrapper #form #form_content .item textarea {
    width: calc(100% - 115px);
    box-sizing: border-box;
    border: none;
    background-color: #eaebeb;
    padding: 15px;
}

@media only screen and (max-width: 768px) {

    main#contact #inquiry .wrapper #form #form_content .item input,
    main#contact #inquiry .wrapper #form #form_content .item select,
    main#contact #inquiry .wrapper #form #form_content .item textarea {
        width: calc(100% - 85px);
    }
}

main#contact #inquiry .wrapper #form #form_content .item textarea {
    height: 250px;
}

main#contact #inquiry .wrapper #verify {
    text-align: center;
    margin-top: 50px;
}

main#contact #inquiry .wrapper #form_btn {
    text-align: center;
    margin-top: 50px;
}

main#contact #inquiry .wrapper #form_btn button {
    margin-left: 15px;
    margin-right: 15px;
    width: 100px;
    height: 45px;
    background-color: #fff;
    border: 3px solid #009aa5;
    font-size: 18px;
    font-weight: 600;
    color: #009aa5;
    transition: 0.3s;
}

main#contact #inquiry .wrapper #form_btn button:hover{
    background-color: #009AA5;
    color: #fff;
}

main#join #join_content {
    margin-bottom: 50px;
}

main#join #join_content .wrapper {
    max-width: 1024px;
}

main#join #join_content .wrapper h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #009aa5;
}

main#join #join_content .wrapper p {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 30px;
}

main#join #join_content .wrapper p.tc {
    margin-top: 50px;
    text-align: center;
}

main#join #join_content .wrapper .pic {
    text-align: center;
}

main#join #join_content .wrapper .pic img {
    margin: 15px;
}

main#join #join_content .wrapper #company_profile {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

main#join #join_content .wrapper #company_profile .wrapper {
    display: flex;
    flex-wrap: wrap;
}

main#join #join_content .wrapper #company_profile .wrapper .content {
    box-sizing: border-box;
    border-top: 5px solid #009aa5;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    main#join #join_content .wrapper #company_profile .wrapper .content {
        min-height: 20vh;
    }
}

main#join #join_content .wrapper #company_profile .wrapper .content.company {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    main#join #join_content .wrapper #company_profile .wrapper .content.company {
        width: 100%;
        margin-bottom: 15px;
    }
}

main#join #join_content .wrapper #company_profile .wrapper .content::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009aa5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#join #join_content .wrapper #company_profile .wrapper .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main#join #join_content .wrapper #company_profile .wrapper .content .text {
    position: absolute;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1199px) {
    main#join #join_content .wrapper #company_profile .wrapper .content .text {
        position: absolute;
        top: unset;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
    }
}

main#join #join_content .wrapper #company_profile .wrapper .content .text .text_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 50px);
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
    main#join #join_content .wrapper #company_profile .wrapper .content .text .text_content {
        width: 100%;
        position: static;
        width: 100%;
        top: unset;
        left: unset;
        transform: unset;
        padding: 50px 30px 30px 30px;
    }
}

main#join #join_content .wrapper #company_profile .wrapper .content .text .text_content h3 {
    font-size: 24px;
    color: #009aa5;
    margin-bottom: 15px;
}

main#join #join_content .wrapper #company_profile .wrapper .content .text .text_content h5 {
    font-size: 20px;
    color: #009aa5;
    margin-bottom: 15px;
}

main#join #join_content .wrapper #company_profile .wrapper .content .text .text_content a {
    background-color: #009aa5;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 1.6;
    border-radius: 30px;
    transition: 0.3s;
}

main#join #join_content .wrapper #company_profile .wrapper .content .text .text_content a:hover {
    background-color: #009aa5;
    color: #fff;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company {
    margin-top: 15px;
    border-top-color: #7cc623;
}

@media only screen and (max-width: 1199px) {
    main#join #join_content .wrapper #company_profile .wrapper .content.company {
        margin-bottom: 0;
    }
}

main#join #join_content .wrapper #company_profile .wrapper .content.company::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #7cc623;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: calc(-15px / 2);
    z-index: 10;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company .text {
    width: 100%;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company .text .text_content {
    width: 100%;
    display: flex;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company .text .text_content.jcf {
    justify-content: flex-end;
    padding-right: 15px;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company .text .text_content h3 {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company .text .text_content a {
    display: none;
    color: #009aa5;
    background-color: #fff;
}

main#join #join_content .wrapper #company_profile .wrapper .content.company .text .text_content a:hover {
    background-color: #009aa5;
    color: #fff;
}

main#invest .page_title {
    margin-top: 50px;
    margin-bottom: 50px;
}

main#invest #invest_content .table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

main#invest #invest_content .table table {
    box-shadow: 0 0 15px #ccc;
}

main#invest #invest_content .table table tr td {
    line-height: 1.5;
}

main#invest #invest_content .table.table_style1 {
    max-width: 768px;
}

main#invest #invest_content .table.table_style1 table {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style1 table tr {
        display: flex;
        flex-wrap: wrap;
    }
}

main#invest #invest_content .table.table_style1 table tr td {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

main#invest #invest_content .table.table_style1 table tr td:nth-child(1) {
    width: 45%;
    color: #fff;
    background-color: #009aa5;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style1 table tr td:nth-child(1) {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style1 table tr td {
        width: 100%;
    }
}

main#invest #invest_content .table.table_style1 table tr:nth-child(odd) td:nth-child(2) {
    background-color: #eaebeb;
}

main#invest #invest_content .table.table_style2 {
    max-width: 1024px;
}

main#invest #invest_content .table.table_style2 table {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style2 table tr {
        display: flex;
        flex-wrap: wrap;
    }
}

main#invest #invest_content .table.table_style2 table tr td {
    vertical-align: middle;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style2 table tr td {
        width: 100%;
        text-align: left;
    }

    main#invest #invest_content .table.table_style2 table tr td:last-child {
        border-bottom: none;
    }

    main#invest #invest_content .table.table_style2 table tr td::before {
        content: attr(data-title);
        display: inline-block;
        margin-right: 5px;
        color: #009aa5;
        width: 125px;
        padding-left: 15px;
    }
}

main#invest #invest_content .table.table_style2 table tr td a.pdf img {
    width: 25px;
}

main#invest #invest_content .table.table_style2 table tr td a.pdf2 img {
    width: 35px;
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style2 table thead {
        display: none;
    }
}

main#invest #invest_content .table.table_style2 table thead tr td {
    color: #fff;
    background-color: #009aa5;
    font-size: 18px;
    border-left: 1px solid #fff;
}

main#invest #invest_content .table.table_style2 table thead tr td:nth-child(1) {
    border-left: none;
}

main#invest #invest_content .table.table_style2 table tbody tr:nth-child(odd) td {
    background-color: #eaebeb;
}

main#invest #invest_content .table.table_style2 table tbody tr.total {
    border-top: 3px solid #009aa5;
}

main#invest #invest_content .table.table_style2 table tbody tr.total td {
    background-color: #fff;
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table.table_style2 table tbody tr.total td:nth-child(1) {
        display: none;
    }
}

main#invest #invest_content .table .filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

main#invest #invest_content .table .filter .select {
    width: 25%;
    height: 45px;
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content .table .filter .select {
        width: 50%;
        order: 2;
    }
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table .filter .select {
        width: 100%;
    }
}

main#invest #invest_content .table .filter .select select {
    color: #009aa5;
    font-size: 20px;
    border: 1px solid #009aa5;
    width: 100%;
    height: 100%;
    appearance: none;
    padding: 0 15px;
}

main#invest #invest_content .table .filter .filter_title {
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #009aa5;
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content .table .filter .filter_title {
        width: 100%;
        order: 1;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content .table .filter .filter_title {
        padding-bottom: 15px;
    }
}

main#invest #invest_content .table .filter .unit {
    width: 25%;
    text-align: right;
    padding-top: 45px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content .table .filter .unit {
        width: 50%;
        order: 3;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    main#invest #invest_content .table .filter .unit {
        width: 100%;
    }
}

main#invest #invest_content #interest {
    margin-top: 100px;
}

main#invest #invest_content #governance #company_organization {
    margin-bottom: 100px;
}

main#invest #invest_content #governance #company_organization .pic {
    text-align: center;
}

main#invest #invest_content #governance #team,
main#invest #invest_content #governance #charter {
    margin-bottom: 100px;
}

main#invest #invest_content #governance #director,
main#invest #invest_content #governance #audit {
    margin-bottom: 100px;
}

main#invest #invest_content #governance #director .content,
main#invest #invest_content #governance #audit .content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

main#invest #invest_content #governance #director .content p,
main#invest #invest_content #governance #audit .content p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

main#invest #invest_content #invest_info {
    margin-bottom: 50px;
}

main#invest #invest_content #invest_info .wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
}

main#invest #invest_content #invest_info .wrapper .item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content #invest_info .wrapper .item {
        width: 100%;
        margin-top: 30px;
    }

    main#invest #invest_content #invest_info .wrapper .item:nth-child(1) {
        margin-top: 0;
    }
}

main#invest #invest_content #invest_info .wrapper .item h5 {
    font-size: 30px;
    font-weight: 600;
    color: #009aa5;
    border-bottom: 3px solid #009aa5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content #invest_info .wrapper .item h5 {
        font-size: 22px;
    }
}

main#invest #invest_content #invest_info .wrapper .item p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    main#invest #invest_content #invest_info .wrapper .item p {
        font-size: 16px;
    }
}

main#sustainable {
    margin-bottom: 50px;
}

main#sustainable #report .wrapper {
    display: flex;
    flex-wrap: wrap;
}

main#sustainable #report .wrapper .item {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #report .wrapper .item {
        width: calc(33.333333% - 30px);
    }
}

@media only screen and (max-width: 768px) {
    main#sustainable #report .wrapper .item {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 480px) {
    main#sustainable #report .wrapper .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

main#sustainable #report .wrapper .item .pic {
    overflow: hidden;
    position: relative;
}

main#sustainable #report .wrapper .item .pic img {
    width: 100%;
}

main#sustainable #report .wrapper .item .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    transition: 0.6s;
    transform: translateY(100%);
}

main#sustainable #report .wrapper .item .pic a {
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
    background-color: #009aa5;
    width: 125px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

main#sustainable #report .wrapper .item h3 {
    text-align: center;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
}

@media only screen and (max-width: 768px) {
    main#sustainable #report .wrapper .item h3 {
        font-size: 16px;
    }
}

main#sustainable #report .wrapper .item:hover .pic::before {
    transform: translateY(0);
}

main#sustainable #report .wrapper .item:hover .pic a {
    opacity: 1;
    pointer-events: auto;
}

main#sustainable #report .page_number {
    border-top: 1px solid gray;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
}

main#sustainable #related h5 {
    text-align: center;
    color: #009aa5;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 900;
}

main#sustainable #related img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

main#sustainable #related .accordion {
    margin-bottom: 100px;
}

main#sustainable #related .accordion li {
    overflow: hidden;
    position: relative;
}

main#sustainable #related .accordion li::before {
    content: "﹀";
    position: absolute;
    right: 15px;
    top: 32.5px;
    color: #009aa5;
    font-weight: 900;
    transform: scaleY(2);
}

main#sustainable #related .accordion li .title {
    font-size: 24px;
    font-weight: 900;
    color: #009aa5;
    line-height: 2.5;
    border-bottom: 1px solid #009aa5;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

main#sustainable #related .accordion li .title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #009aa5;
    display: inline-block;
    transition: 0.6s;
}

main#sustainable #related .accordion li .content {
    background-color: #f2f2f2;
    padding: 15px 50px;
    line-height: 1.5;
    height: 0;
    padding: 0;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main#sustainable #related .accordion li .content .item {
    width: 30%;
}

@media only screen and (max-width: 1023px) {
    main#sustainable #related .accordion li .content .item {
        width: 100%;
        margin-top: 30px;
    }

    main#sustainable #related .accordion li .content .item:nth-child(1) {
        margin-top: 0;
    }
}

main#sustainable #related .accordion li .content .item h5 {
    color: #000;
    margin-bottom: 5px;
    text-align: left;
}

main#sustainable #related .accordion li .content h6 {
    margin-top: 30px;
    width: 100%;
    color: #009aa5;
}

main#sustainable #related .accordion li.active .title::before {
    transform: rotate(90deg);
}

main#sustainable #related .accordion li.active .content {
    height: auto;
    padding: 15px 50px;
}

@media only screen and (max-width: 1023px) {
    main#sustainable #related .accordion li.active .content {
        padding: 15px;
    }
}

main#sustainable #target p {
    color: #009aa5;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 50px;
}

main#sustainable #esg {
    width: 100%;
    text-align: center;
    height: 320px;
    position: relative;
}

main#sustainable #esg img{
    pointer-events: none;
}

main#sustainable #esg.page {
    height: auto;
}

main#sustainable #esg #earth {
    position: absolute;
    left: -10%;
    top: 50%;
    margin: auto;
    width: 120%;
    max-width: unset;
    height: 50vh;
    overflow: hidden;
    mask: linear-gradient(#000, transparent);
    -webkit-mask: linear-gradient(#000, transparent);
}

main#sustainable #esg #earth img {
    animation: rotate 60s linear infinite;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #esg #earth {
        width: 70%;
        left: 15%;
        top: 32.5%;
    }
}

@media only screen and (max-width: 768px) {
    main#sustainable #esg #earth {
        width: 100%;
        left: 0%;
        top: 27.5%;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

main#sustainable #data {
    position: relative;
    z-index: 1;
    background-image: url(../images/sustainable/bg.png);
    background-size: cover;
    padding-top: 285px;
}

@media only screen and (max-width: 1199px) {
    main#sustainable #data {
        padding-top: 0;
    }
}

main#sustainable #data .bg {
    width: 100%;
}

main#sustainable #data #data_content {
    display: flex;
    flex-wrap: wrap;
}

main#sustainable #data #data_content .item {
    text-align: center;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 75px;
}

main#sustainable #data #data_content .item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

main#sustainable #data #data_content .item .val {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 15px;
}

main#sustainable #data #data_content .item .val span {
    font-family: "Noto Sans TC", sans-serif;
}

main#sustainable #data #data_content .item .line {
    width: 100%;
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    background: radial-gradient(circle farthest-corner at left,
            #fff,
            transparent);
}

main#sustainable #data #data_content .item.green h3 {
    color: #006934;
}

main#sustainable #data #data_content .item.green .val {
    color: #006934;
}

main#sustainable #data #data_content .item.green .line {
    background: radial-gradient(circle farthest-corner at left,
            #006934,
            transparent);
}

main#sustainable #data #data_content .item.orange h3 {
    color: #f7931e;
}

main#sustainable #data #data_content .item.orange .val {
    color: #f7931e;
}

main#sustainable #data #data_content .item.orange .line {
    background: radial-gradient(circle farthest-corner at left,
            #f7931e,
            transparent);
}

main#sustainable #data #data_content .item.blue h3 {
    color: #2e649e;
}

main#sustainable #data #data_content .item.blue .val {
    color: #2e649e;
}

main#sustainable #data #data_content .item.blue .line {
    background: radial-gradient(circle farthest-corner at left,
            #2e649e,
            transparent);
}

main#sustainable #data #data_content .item.x3 {
    width: 33.333333%;
}

@media only screen and (max-width: 1199px) {
    main#sustainable #data #data_content .item.x3 {
        width: 100%;
    }
}

main#sustainable #data #data_content .item.x2 {
    width: 50%;
}

@media only screen and (max-width: 1199px) {
    main#sustainable #data #data_content .item.x2 {
        width: 100%;
    }
}

main#sustainable #data #data_content .item.x1 {
    width: 100%;
}

main#sustainable #target_main {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

main#sustainable #target_main .wrapper {
    display: flex;
    flex-wrap: wrap;
}

main#sustainable #target_main .wrapper h3 {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 32px;
    font-weight: 900;
    color: #009aa5;
}

main#sustainable #target_main .wrapper .item {
    width: 33.333333%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    main#sustainable #target_main .wrapper .item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

main#sustainable #target_main .wrapper .item .pic img {
    width: 100%;
}

main#sustainable #target_main .wrapper .item h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: #009aa5;
    margin-top: 15px;
    margin-bottom: 15px;
}

main#sustainable_content.wrapper {
    max-width: 1366px;
}

main#sustainable #sustainable_content .gray {
    position: relative;
    border-top: 2px solid #009aa5;
    background-color: #f6f7f7;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    main#sustainable #sustainable_content .gray {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main#sustainable #sustainable_content .gray.no_line {
    padding-top: 5px;
    border-top: none;
}

main#sustainable #sustainable_content .gray.gray_pic_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

main#sustainable #sustainable_content .gray.gray_pic_text .img {
    width: 30%;
}

@media only screen and (max-width: 768px) {
    main#sustainable #sustainable_content .gray.gray_pic_text .img {
        width: 100%;
        order: 2;
    }
}

main#sustainable #sustainable_content .gray.gray_pic_text .text {
    width: 70%;
}

@media only screen and (max-width: 768px) {
    main#sustainable #sustainable_content .gray.gray_pic_text .text {
        width: 100%;
        order: 1;
    }
}

main#sustainable #sustainable_content .gray .gray_title {
    max-width: 115px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

main#sustainable #sustainable_content .gray h3 {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 900;
    color: #009aa5;
    margin-bottom: 30px;
    text-align: left;
}

main#sustainable #sustainable_content .gray p {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
}

main#sustainable #sustainable_content .gray .pic {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    /* padding-left: 75px;
    padding-right: 75px */
}

main#sustainable #sustainable_content .gray ul {
    display: flex;
    flex-wrap: wrap;
}

main#sustainable #sustainable_content .gray ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 768px) {
    main#sustainable #sustainable_content .gray ul li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

main#sustainable #sustainable_content .gray ul li .icon {
    width: 65px !important;
    height: auto !important;
    margin-right: 15px;
}

main#sustainable #sustainable_content .gray ul li p {
    margin-bottom: 0;
    width: calc(100% - 80px);
}

main#sustainable #sustainable_content .b_map {
    text-align: center;
    margin-bottom: 100px;
}

main#sustainable #sustainable_content .toc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

main#sustainable #sustainable_content .toc .pic {
    width: 35%;
    box-sizing: border-box;
    padding-right: 50px;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .pic {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        padding-right: 0;
    }
}

main#sustainable #sustainable_content .toc .text {
    width: 65%;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .text {
        width: 100%;
    }
}

main#sustainable #sustainable_content .toc .text h5 {
    font-size: 32px;
    font-weight: 900;
    color: #009aa5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .text h5 {
        font-size: 18px;
    }
}

main#sustainable #sustainable_content .toc .text ol li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #6f6f6f;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .text ol li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* main#sustainable #sustainable_content .toc .text ol li:nth-child(1) {
    color: #6F6F6F
} */

main#sustainable #sustainable_content .toc .text ol li span {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .text ol li span {
        font-size: 12px;
    }
}

main#sustainable #sustainable_content .toc .text ol li span:nth-child(1) {
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .text ol li span:nth-child(1) {
        width: 40%;
    }
}

main#sustainable #sustainable_content .toc .text ol li span:nth-child(2) {
    width: 70%;
}

@media only screen and (max-width: 1024px) {
    main#sustainable #sustainable_content .toc .text ol li span:nth-child(2) {
        width: 60%;
    }
}

main#sustainable #sustainable_content .toc .text ol li.spot {
    color: #6f6f6f;
    width: 47.5%;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    main#sustainable #sustainable_content .toc .text ol li.spot {
        width: 100%;
    }
}

main#sustainable #sustainable_content .toc .text ol li.spot::before {
    content: "●";
    font-size: 12px;
}

.swiper-pagination {
    text-align: right;
    padding-right: 15px;
}

.swiper-pagination-bullet {
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

img {
    -webkit-user-drag: none;
    max-width: 100%;
}

#go_top {
    border-radius: 999px;
    width: 40px;
    height: 80px;
    background-color: #7cc623;
    position: fixed;
    z-index: 998;
    right: 30px;
    bottom: 30px;
}

#go_top #eMail {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 999px;
    margin-top: 2.5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#go_top #eMail img {
    width: 70%;
}

#go_top #goTopBtn {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: relative;
}

#go_top #goTopBtn .arrow {
    display: block;
    width: 30px;
    height: 12.5px;
    position: relative;
}

#go_top #goTopBtn .arrow::before {
    content: "";
    position: absolute;
    width: 12.5px;
    height: 2px;
    background-color: #fff;
    left: 3px;
    top: 7.5px;
    transform: rotate(-25deg);
}

#go_top #goTopBtn .arrow::after {
    content: "";
    position: absolute;
    width: 12.5px;
    height: 2px;
    background-color: #fff;
    right: 3px;
    top: 7.5px;
    transform: rotate(25deg);
}

.an,
.anl {
    transition: 0.8s;
}

.an.fadeIn,
.anl.fadeIn {
    opacity: 0;
}

.an.fadeIn.an_go,
.anl.fadeIn.an_go {
    opacity: 1;
}

.an.fadeInUp,
.anl.fadeInUp {
    opacity: 0;
    transform: translateY(10%);
}

.an.fadeInUp.an_go,
.anl.fadeInUp.an_go {
    opacity: 1;
    transform: translateY(0);
}

.an.fadeInLeft,
.anl.fadeInLeft {
    opacity: 0;
    transform: translateX(-10%);
}

.an.fadeInLeft.an_go,
.anl.fadeInLeft.an_go {
    opacity: 1;
    transform: translateX(0);
}

.an.fadeInRight,
.anl.fadeInRight {
    opacity: 0;
    transform: translateX(10%);
}

.an.fadeInRight.an_go,
.anl.fadeInRight.an_go {
    opacity: 1;
    transform: translateX(0);
}

.an.d025,
.anl.d025 {
    transition-delay: 0.25s;
}

.an.d05,
.anl.d05 {
    transition-delay: 0.5s;
}

.an.d075,
.anl.d075 {
    transition-delay: 0.75s;
}

.an.d10,
.anl.d10 {
    transition-delay: 1s;
}

.an.d125,
.anl.d125 {
    transition-delay: 1.25s;
}

.an.d15,
.anl.d15 {
    transition-delay: 1.5s;
}

.an.d1725,
.anl.d1725 {
    transition-delay: 1.725s;
}

.an.d20,
.anl.d20 {
    transition-delay: 2s;
}

.an.d225,
.anl.d225 {
    transition-delay: 2.25s;
}

@media only screen and (max-width: 1280px) {
    main #product_category .wrapper {
        max-width: calc(1280px - 20%);
    }
}

@media only screen and (max-width: 1366px) {
    main #product_category .wrapper {
        max-width: calc(1366px - 20%);
    }
}

#greening_pic_win {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.6s;
}

#greening_pic_win.home {
    opacity: 0;
    pointer-events: none;
}

#greening_pic_win.home.active {
    opacity: 1;
    pointer-events: auto;
}

#greening_pic_win_off_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

#greening_pic_win_off_btn::after {
    content: "";
    width: 50px;
    display: block;
    height: 3px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
}

#greening_pic_win_off_btn::before {
    content: "";
    width: 50px;
    display: block;
    height: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
}

#n_pic {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 25px 0;
    border-color: transparent #ffffff transparent transparent;
    background-color: transparent;
}

#main_pic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#p_pic {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 35px;
    border-color: transparent transparent transparent #ffffff;
    background-color: transparent;
}

#greening_pic_win #greening_pic_win_content {
    display: flex;
}

#greening_pic_win #greening_pic_win_content .item {
    width: 100%;
}

#greening_pic_win #greening_pic_win_content .item .pic .mask {
    display: none !important;
}

#greening_pic_win #greening_pic_win_content .item .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product_win {
    background-color: #fff;
    display: flex;
    max-width: 1024px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 15px;
    align-items: center;
    max-height: calc(100% - 30px);
}

@media only screen and (max-width: 1024px) {
    #product_win {
        display: block;
        width: calc(100% - 30px);
                max-height: unset;
    }
}

#product_win #product_pic {
    width: 50%;
}

#product_win #product_text {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    #product_win #product_pic {
        width: 100%;
        text-align: center;
    }

    #product_win #product_text {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

#product_win #product_text h3 {
    color: #009aa5;
    font-size: 32px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    #product_win #product_text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

#product_win #product_text p {
    color: gray;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    #product_win #product_text p {
        font-size: 12px;
                overflow-y: auto;
        height: 25dvh;
    }
}

#qa .wrapper {
    max-width: 1024px;
}

main #page_banner .text .wrapper,
main #bookmark .wrapper {
    max-width: calc(1920px - 20%);
}

.__pc {
    display: block;
}

.__m {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .__pc {
        display: none;
    }

    .__m {
        display: block;
    }
}

#about_greening .wrapper,
#about_area.wrapper {
    max-width: 1480px !important;
}

#editor .wrapper {
    margin-top: 7.5vh;
    margin-bottom: 15vh;
    max-width: 1024px;
}

#editor .wrapper h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #009aa5;
    padding-bottom: 50px;
}

#editor .wrapper h3 {
    font-size: 28px;
    font-weight: 900;
    color: #009aa5;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #009aa5;
}

#editor .wrapper .text {
    margin-bottom: 75px;
}

#editor .wrapper .text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.5;
}

#error404 {
    text-align: center;
}

#error404 img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 30vh auto;
    max-width: 70vw;
    filter: drop-shadow(0px 0px 12px #c8c8c8);
}

main#search .wrapper {
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

main#search #search_input {
    margin-top: 60px;
    box-shadow: 0px 15px 15px #c4c4c4;
}

main#search #search_input .input {
    width: 100%;
    max-width: 727px;
    height: 52px;
    box-sizing: border-box;
    border-radius: 99px;
    box-shadow: 0px 2px 5px #adadad;
    overflow: hidden;
    display: flex;
    align-items: center;
}

main#search #search_input .input input {
    width: calc(100% - 120px);
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
}

main#search #search_input .input button {
    background-color: transparent;
    border: none;
    padding: 0;
    height: calc(100% - 20px);
    box-sizing: border-box;
}

main#search #search_input .input button#del_search {
    width: 50px;
}

main#search #search_input .input button#del_search svg {
    width: 22px;
    height: 22px;
}

main#search #search_input .input button#search_btn {
    border-left: 1px solid #ccc;
    text-align: center;
    width: 70px;
}

main#search #search_input .input button#search_btn svg {
    width: 25px;
    height: 25px;
}

main#search #search_input #search_list {
    margin-top: 30px;
}

main#search #search_input #search_list a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #3798a3;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 3px solid #3798a3;
    padding-right: 10px;
}

main#search #search_input #search_list a svg {
    display: inline-block;
    width: 20px;
    height: 20px;
}

main#search #search_content #result {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

main#search #search_content .item {
    margin-bottom: 50px;
}

main#search #search_content .item:last-child {
    margin-bottom: 0;
}

main#search #search_content .item .title {
    display: flex;
    align-items: center;
}

main#search #search_content .item .title h3 {
    color: #3798a3;
    font-size: 32px;
    font-weight: 600;
    margin-right: 15px;
}

@media only screen and (max-width: 390px) {
    main#search #search_content .item .title h3 {
        font-size: 20px;
    }
}

main#search #search_content .item .title a {
    text-decoration: none;
    color: #808080;
    font-size: 14px;
}

@media only screen and (max-width: 390px) {
    main#search #search_content .item .title a {
        font-size: 12px;
    }
}

main#search #search_content .item .content {
    margin-top: 10px;
}

main#search #search_content .item .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media only screen and (max-width: 390px) {
    main#search #search_content .item .content p {
        font-size: 12px;
    }
}

main#search #search_content .item .content p span {
    color: #ff1d25;
    font-weight: 900;
}

main#search #search_page {
    margin-top: 100px;
    margin-bottom: 100px;
}

main#search #search_page ul {
    text-align: center;
}

main#search #search_page ul li {
    display: inline-block;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

main#search #search_page ul li a {
    display: inline-block;
    text-decoration: none;
    width: 20px;
    height: 22.5px;
    line-height: 22.5px;
    color: #3798a3;
    font-weight: 600;
    box-sizing: border-box;
    border: 1px solid #3798a3;
    font-size: 16px;
    text-align: center;
}

main#search #search_page ul li a.active {
    background-color: #3798a3;
    color: #fff;
}

#product_content table {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* #product_content table tr td{
    text-align: center !important;
} */

#product_content table thead tr th {
    padding-right: 15px;
    padding-left: 15px;
}

.line_page_title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    position: relative;
    width: 102px;
    height: 112px;
    background-color: #009aa5;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    margin-top: 50px;
}

.line_page_title::after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #009aa5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.line_page_title_content {
    text-align: center;
    color: #009aa5;
    line-height: 1.5;
    font-size: 18px !important;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 110px;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    margin: 0 !important;
    text-align: center;
}

main#about #about_group #about_area .area_item .item .area_title,
main#about #about_group #about_area .area_item .item p {
    display: none !important;
}

main#sustainable #sustainable_content .gray#item04,
main#sustainable #sustainable_content .gray#item05 {
    padding-left: 0;
    padding-right: 0;
}

main#product_applications #applications_pic #main_img_m{
    display: none;
}
@media only screen and (max-width: 1199px) {
    main#product_applications #applications_pic #main_img_m{
        display: block;
        transform: scale(1.15);
    }
    
    main#product_applications #applications_pic .btn,
    main#product_applications #applications_pic #main_img,
    main#product_applications #applications_pic .float_pic{
        display: none;
    }
}


main#sustainable #sustainable_content .toc .text ol{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

main#sustainable #sustainable_content .toc .text ol li{
    width: 50%;
    border-bottom: none;
}

main#sustainable #sustainable_content .toc .text ol li::before{
    content: "●";
    margin-right: 10px;
}


main#sustainable #sustainable_content .toc .text ol li:last-child{
    width: 100%;
    justify-content: right;
    margin-top: 30px;
}
main#sustainable #sustainable_content .toc .text ol li:last-child::before{
    display: none;
}

a{
    scroll-behavior: smooth; 
}

span.red{
    color: red;
    font-weight: 900;
}

#product_applications #page_bookmark{
    display: none;
}

/* 針對 Chrome, Edge, Safari (Webkit) */
html::-webkit-scrollbar {
  width: 20px;
}

html::-webkit-scrollbar-track {
  background: #ccc;
}

html::-webkit-scrollbar-thumb {
  background: #009aa5;
  border-radius: 5px;
}

/* 針對 Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #009aa5 #ccc;
}

/* 手機版縮減寬度 */
@media (max-width: 768px) {
  html::-webkit-scrollbar {
    width: 6px;
  }
}





/* ===== sbti 20260518 patch v3 ===== */
/* #1 品質流程圖置中 */
main#about #about_quality #process .wrapper { text-align: center; }
main#about #about_quality #process ul { display: inline-block; font-size: 0; margin-left: auto; margin-right: auto; }
main#about #about_quality #process ul li { font-size: 16px; }
main#about #about_quality #process ul li:last-child { margin-right: 0 !important; }

/* #18 展會圖 max-width 550px */
main#news #news_exhibition .wrapper .item .item_content .pic_content { height: auto !important; }
main#news #news_exhibition .wrapper .item .item_content .pic_content .pic { width: 100% !important; max-width: 550px !important; height: auto !important; margin: 0 auto !important; }
main#news #news_exhibition .wrapper .item .item_content .pic_content .pic img { width: 100% !important; height: auto !important; object-fit: contain !important; display: block; }

/* #31 集團介紹切換不要震動 — 取消 about_group 上的位移動畫 */
main#about #about_group.an, main#about #about_group.anl,
main#about #about_group .an, main#about #about_group .anl {
    animation-duration: 0.3s !important;
    animation-fill-mode: both !important;
    transform: none !important;
}

/* #32-2 手機首頁更多按鈕避免換行 */
@media only screen and (max-width: 768px) {
    main #product_category .wrapper .more {
        width: auto !important;
        min-width: 90px;
        padding: 0 12px;
        white-space: nowrap;
    }
}

/* #33 產品應用清單 Tìm Hiểu Thêm 按鈕單行 */
main#product_applications #list .item .text a {
    white-space: nowrap;
}

/* #35-2 ESG 手機小標題均分間距 */
@media (max-width: 768px) {
    main#sustainable #page_bookmark .wrapper ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 10px 8px;
        padding: 12px 0;
    }
    main#sustainable #page_bookmark .wrapper ul li {
        margin: 0 !important;
        flex: 0 1 calc(33.33% - 8px);
        text-align: center;
    }
}

/* #36 手機 join 圖片邊距與按鈕對齊 */
@media (max-width: 768px) {
    main#join #join_content { padding-left: 15px !important; padding-right: 15px !important; }
    main#join #join_content img { max-width: 100% !important; height: auto !important; }
    main#join #company_profile .content.company { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
}

/* #37 手機側選單可一次滑到底 */
@media (max-width: 768px) {
    #menu { max-height: 100vh; overflow-y: auto !important; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
    #menu > ul { padding-bottom: 100px; }
}

/* #38 製程動畫秒數縮短 (取消 d* 延遲 class) */
main#product .d025, main#product .d05, main#product .d075,
main#product .d10, main#product .d125, main#product .d15,
main#product .d1725, main#product .d175, main#product .d20 {
    animation-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

/* #40 選單置頂 sticky */
header#header { position: sticky; top: 0; z-index: 9999; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.05); }

/* #44 聯絡我們橫條不要漸進淡入 */
#company_profile.an, #company_profile.anl { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
/* ===== sbti 20260518 patch v3 end ===== */
