@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&display=swap');



/* CSS Document */


body {
	color: #4A4E5D;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
    animation-name: bodyShow;
    animation-duration: .5s; 
    transition-timing-function: ease;
}

@keyframes bodyShow { 
    0% {opacity: 0;filter: blur(20px);}
    100% {opacity: 1;filter: blur(0px);}
}

h1 {
	display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #000;
}

h2 {
	
}

h3 {
	font-size: 20px;
	color: #1C52A7;
}

p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}

main {
	margin-top: -28px;
}

section {
	box-sizing: border-box;
	padding: 68px 0 0 0;
}
input {
	box-sizing: border-box;
	padding: 5px 0;
	height: 34px;
}

input, textarea {

font-size: initial;

}

footer {
	width: 100%;
	background-color: #f4f4f4;
}

.index-head-title-image {
    width: 90%;
    position: absolute;
    bottom: -3.5px;
}

.index-head-title-image-mb {
    display: none;
}

.header-content-pages {
    width: 100%;
    height: 48vh;
    background-color: #CCC;
    color: #FFF;
    text-align: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	display: flex;
    align-items: center;
    justify-content: center;
}

.header-content-pages h1 {
    font-weight: 400;
    color: #FFF;
}

.link-btn {
	display: flex;
    margin-top: 10px;
}

.link-btn a {
	margin-right: 26px;
}

.button-fullfill {
	box-sizing: border-box;
	width: 88px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
	color: #FFF;
	background: rgb(3,71,143);
	background: linear-gradient(312deg, rgba(48,137,194,1) 0%, rgba(3,71,143,1) 100%);
	border-radius: 3px;
	box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
	-webkit-box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
	transition: 0.4s;
}

.button-fullfill:hover {
	box-sizing: border-box;
	width: 88px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
	color: #FFF;
	background: rgb(0,48,98);
	background: linear-gradient(312deg, rgba(3,71,143,1) 0%, rgba(0,48,98,1) 100%);
	border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.button-fullfill-icon {
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    display: flex;
    /* box-sizing: border-box; */
    /* padding: 20px; */
    background: rgb(3,71,143);
    background: linear-gradient(312deg, rgba(48,137,194,1) 0%, rgba(3,71,143,1) 100%);
    border-radius: 3px;
    box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
    -webkit-box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
    align-items: center;
    justify-content: center;
	transition: 0.4s;
}

.button-fullfill-icon:hover {
    box-sizing: border-box;
    width: 58px;
    height: 58px;
    display: flex;
    background: rgb(0,48,98);
	background: linear-gradient(312deg, rgba(3,71,143,1) 0%, rgba(0,48,98,1) 100%);
	border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.button-mail {
    display: flex;
    box-sizing: border-box;
    border: solid 1px rgb(79 122 167);
    border-radius: 3px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}


.button-mail:hover {
    background-color: #f5fafa;
}


.button-mail img {
	width: 24px;
}

.button-contact {
    display: flex;
    box-sizing: border-box;
    border: solid 1px rgb(79 122 167);
    border-radius: 3px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.button-contact:hover {
    background-color: #f5fafa;
}


.button-contact img {
	width: 24px;
}


.button-txt {
	color: #1C52A7;
	text-decoration: none;
	transition: 0.4s;
}

.button-txt:hover {
	color: #585f69;
	font-weight: bold;
	text-decoration: none;
}

.section-title {
	text-align: center;
}

.section-title-48px {
    text-align: center;
    font-size: 48px;
    line-height: 78px;
}

.section-subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
}
.section-subtitle span {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	margin: 10px auto 0;
}

.section-subtitle-2 {
    width: 100%;
    font-size: 30px;
    font-family: "Mohave", sans-serif;
	background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 34px;
    font-weight: 400;
    
}

.col2-fullwidth  {
    display: flex;
    margin-top: 68px;
}

.col2-fullwidth h2 {
	display: block;
	font-size: 36px;
	line-height: 48px;
	background-image: linear-gradient(45deg, #004089, #0C64B4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.col2-fullwidth > div {
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col2-fullwidth > div img {
    width: 86%;
}

.col2-fw-02 {
	display: flex;
    justify-content: center;
    align-items: center;
}

.col2-fw-02-content {
	width: 80%;
}

.col2-fw-02-content ul {
	width: 100%;
    margin: 20px 0;
}

.col2-fw-02-content ul li{
	width: 100%;
    box-sizing: border-box;
    display: flex;
    margin: 10px 0;
    padding: 5px 0;
    align-items: center;
}

.col2-fw-02-content ul li img {
	width: 40px;
	margin-right: 10px;
}

.col4-fullwidth {
	width: 100%;
	display: flex;
}

.col4-fullwidth > div {
	width: 25%;
	text-align: center;
}

.col4-fullwidth > div > img {
	width: 100%;
}

.col2-w1148px {
	width: 1148px;
	display: flex;
	margin: 0 auto;
}

.col2-w1148px > div {
	width: calc(100% / 2);
	display: flex;
}

.col3-w1148px {
	width: 1148px;
	display: flex;
	margin: 0 auto;
}

.col3-w1148px > div {
	width: calc(100% / 3);
	display: flex;
}

.col4-w1148px {
	width: 1148px;
	display: flex;
	margin: 0 auto;
}

.col4-w1148px > div {
	width: calc(100% / 4);
	display: flex;
}

.col4-w1148px > div img {
	width: 100%;
}


.col2-panel {
    width: 100%;
    display: flex;
}

.col2-panel {
	width: 100%;
	display: flex;
}

.c0l2-w100img {
	width: 100%;
}
.col2-01 {
	width: calc(100% / 2);
}

.col2-02 {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 0 5%;
}

.col2-03 {
    width: calc(100% / 2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    border-radius: 10px;
    overflow: hidden;
}

.col2-03 img {
	width: 100%;
}

.col2-03 article {
	box-sizing: border-box;
    padding: 0 5%;
}

.col2-04 {
    width: calc(100% / 2);
    box-sizing: border-box;
    /*display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;*/
}

.col2-05 {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}

.col3-panel {
	width: 100%;
	display: flex;
}

.col3-panel div {
	width: calc(100% / 3);
}
.col3-panel-icon {
	width: 38%;
}
.col4-panel {
	width: 100%;
	display: flex;
}
.col4-panel > div {
	width: calc(100% / 4);
}
.col4-img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}


.col5 {
	width: 100%;
	display: flex;
}

.col5-01 {
	width: calc(100% / 5);
	display: flex;
}


.header-menu-fixed {
    position:fixed !important;
	background-color: #FFF!important;
}

#header-menu {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 48px;
    box-sizing: border-box;
    height: 80px;
    z-index: 3;
    border-bottom: solid 1px #ffffffad;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background-color: #FFF0;
}


#logo-style01 {
	width: 128px;
}
#logo-style02 {
	width: 128px;
}
#logo-style01 img{
	width: 100%;
}

#logo-style03 {
    width: 128px;
    box-sizing: border-box;
    margin-top: 8px;
}

#logo-style03 img {
    width: 100%;
}

#header-panel-index {
	width: 100%;
	height: 100vh;
	color: #FFF;
}

#header-panel-index h1 {
	background-image: linear-gradient(45deg, #FFF, #FFF);
	font-weight: bold;
	text-align: left;
}


#header-container-index {
	width: 100%;
	height: 100vh;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
	background: rgb(13,47,93);
	background: linear-gradient(122deg, rgba(18, 128, 158, 0.8) 0%, rgba(33, 200, 226, 0.7) 100%);
}
#header-container-content {
	/* width: 50%; */
    /* height: 100%; */
    box-sizing: border-box;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header-container-content p {
	font-size: 20px;
	font-weight: 300;
	line-height: 38px;
    letter-spacing: 5px;
    text-align: center;
}

#h-c-c-play-btn {
	width: 88px;
	height: 88px;
    margin-bottom: 18px;
    transition: .4s;
}

#h-c-c-play-btn:hover {
    transform: scale(.8);
}


#header-panel-pages {
	width: 100%;
	color: #FFF;
	letter-spacing: 1px;
}

#header-panel-pages p {
	font-size: 20px;
}

.header-menu-white {
   color: #333;
	background-color: #FFF;
	border: none;
	box-shadow: 0px 12px 34px 1px rgba(152, 180, 219, 0.34);
-webkit-box-shadow: 0px 12px 34px 1px rgba(152, 180, 219, 0.34);
}

#head-banner {
	width: 100%;
}

#head-banner img {
	width: 100%;
}

.h-m-l-content {
	box-sizing: border-box;
	border-radius: 3px;
	overflow: hidden;
	padding: 0 48px 48px 0;
}

.h-m-l-content-btn {
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

#h-m-l-c-tij {
	width: 358px;
	height: 200px;
	background-image: url("../images/header_mov_link_img02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#h-m-l-c-hp {
	width: 358px;
	height: 200px;
	background-image: url("../images/header_mov_link_img01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


#header-mov-fullpanel {
	height: 100%;
    width: 98%;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    inset: 0px;
}


.pages-main-panel {
    margin-top: 68px;
}

.key-feature-strong {
    box-sizing: border-box;
    padding: 12px 20px;
    margin: 8px 0 12px 0;
    border-left: solid 3px #009c8d;
    background-color: #f5fafa;
	font-weight: bold;
}

/* --選單-- */


/* --手機次選單-- */
#sinletai-product-list-link-panel {
	z-index: 38;
}
#product-link-nav-panel {
    width: 100%!important;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 668;
    display: flex;
    background-color: #FFF;
    align-items: center;
    justify-content: center;
	color: #4A4E5D!important;
	border-radius: 0!important;
	overflow: hidden;
}

.product-link-nav-panel {
	height: 100vh;
}

#product-link-nav-content span {
    display: flex;
    font-size: 36px;
    line-height: 68px;
    width: 100%;
    box-sizing: border-box;
	color: #009c8d;
    /* border-bottom: solid 1px #CCC; */
    padding-bottom: 12px;
	align-items: center;
}

#product-link-nav-panel a {
    width: 200px;
    height: auto!important;
    box-sizing: border-box!important;
    color: #4A4E5D!important;
    margin: 0!important;
    padding: 10px!important;
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    border-radius: 0!important;
    border-bottom: dotted 1px #bbc9db!important;
    justify-content: space-between!important;
}

#product-link-nav-panel a:hover {
    width: 200px;
    height: auto!important;
    box-sizing: border-box!important;
    color: #4A4E5D!important;
    margin: 0!important;
    padding: 10px!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0!important;
    background-color: #f5fafa;
	border-radius: 0!important;
}

.b_n_s_big_arrow {
    width: 38px;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
    background-color: #f5fafa;
    border-radius: 4!important;
    border: dotted 1px #bbc9db!important;
    overflow: hidden;
    margin: 8px 0 0 16px;
}


.b_n_s_big_arrow > a{
	width: 30px;
	border-bottom: none!important;
}

.b_n_s_big_arrow img {
	width: 30px;
}
#b-a-button {
	width: 16px;
}
#b-a-button2 {
	width: 16px;
}
#product-link-nav-panel a  strong {
	font-weight: 800;
}

#p-l-c-link-panel strong {
	font-weight: 400;
}

.p-l-c-link-panel {
	display: flex;
}

.p-l-c-link {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    /*border-left: solid 1px #bbc9db;*/
}

.p-l-c-img {
	
}
.p-l-c-img img {
	width: 100%;
	margin: 0!important;
    padding: 0!important;
	
}

.p-l-c-link-title strong {
	font-weight: bold;
}

.button_nav_sec_arrow {
	height: 16px;
	opacity: 0.5;
}

#product-link-nav-panel a:hover .button_nav_sec_arrow {
	opacity: 1;
}

#close-sec-nav-pnael {
    position: fixed;
    top: 38px;
    right: 38px;
    display: block;
    width: 80px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
	transition: .5s;
}

#close-sec-nav-pnael:hover {
    background-color: #f5fafa;
}


#social-link-panel {
	display: flex;
}
#social-link-mb-panel {
	display: none;
}
#social-link-product-panel {
	display: flex;
}

#s-l-p-fb-gray {
	display: none;
}

#s-l-p-yt-gray {
	display: none;
}
#s-l-p-service-gray {
	display: none;
}

#header-panel-pages{
	
}
#header-panel-pages #main-menu-content a {
	color: #FFF;
}

#header-menu-product-panel {
    width: 100%;
	position: fixed;
    top: 0;
    padding: 0 48px;
    box-sizing: border-box;
    height: 80px;
    z-index: 3;
    border-bottom: solid 1px #ffffffad;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background-color: #FFF;
	box-shadow: 0px 12px 34px 1px rgba(152, 180, 219, 0.34);
-webkit-box-shadow: 0px 12px 34px 1px rgba(152, 180, 219, 0.34);
}

.scroll-d-pc {
    display: flex;
    margin-top: 20px;
    font-size: 24px;
    font-family: "Mohave", sans-serif !important;
    font-weight: 600;
    letter-spacing: 2px;
}

.scroll-d-pc-icon{
    
    width: 16px;
    margin-right: 10px;
}

.scroll-d-mb {
    display: none;
}

#main-menu-product-content a {
    display: flex;
    color: #4C4E5F;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 20px 12px 20px;
    transition: 0.4s;
    justify-content: center;
    align-items: center;
	
}

#main-menu-product-content a:hover {
	color: #3F5B88!important;
	border-radius: 10px;
}

#m-m-p-c-nav ul {
	display: flex;
	box-sizing: border-box;
}

#m-m-p-c-nav ul li {
    height: 80px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

#m-m-p-c-nav ul li:hover {
    height: 80px;
    display: flex;
	background-color: #dee5f2;
    box-sizing: border-box;
    align-items: center;
}

#m-m-p-c-nav ul li a {
	box-sizing: border-box;
}


#social-link-panel a img {
	transform: scale(0.8);
	transition:0.4s;
}

#social-link-panel a img:hover {
	transform: scale(1);
	transition:0.4s;
}




#product-feature-index {
	
}

#r-p-p img {
	margin: 68px 0 18px 0;
	
}

#r-p-p a {
	margin: 16px auto 0;
	display: block;
}

#r-p-p a:hover {
	margin: 16px auto 0;
	display: block;
}

#professional-cms-panel {
	background-color: #fafafa;
	margin: 88px 0 0 0;
	padding: 88px 0;
}

#professional-cms-div {
	padding: 40px 0;
}

.professional-cms-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0;
	text-align: center;
}

.professional-cms-content h2 {
	color: #1c52a7;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}

.professional-cms-content img {
	width: 132px;
	
}

#news-panel {
	margin-top: 38px;
}

#news-panel a {
	display: block;
}

#news-panel p {
	padding: 5px 0;
	margin: 5px 0 ;
}

.new-img {
	width: 520px;
	border-radius: 3px;
	overflow: hidden;
}

.new-img img {
	width: 100%;
}

.new-content {
	padding: 0 5%;
}
.new-content h2 {
	color: #1c52a7;
	font-size: 20px;
	font-weight: 400;
}

#sinletai-group-panel {
    width: 100%;
    height: 78vh;
    margin-top: 88px;
    padding: 0;
    background-image: url(../images/sinletai-group-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sinletai-group-content {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#sinletai-group-content h1 {
	/* background-image: linear-gradient(45deg, #FFF, #FFF); */
}

#sinletai-group-content p {
	color: #FFF;
	padding: 0 0 18px 0;
	border-bottom: solid 1px #FFFFFF;
}

#sinletai-group-content-logo {
	width: 60%;
	margin: 20px 0 0 0;
}


/* -- about start -- */

#about-header {
    background-image: url(../images/about_head_banner.jpg);
}

#about-introduce-panel {
	padding: 0;
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}

#about-introduce-panel > .col2-panel {
    width: 100%;
    max-width: 1148px;
    margin: 68px auto 0;
}

#about-introduce-title {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto 0;
}

#about-introduce-content {
	display: flex;
	flex-direction: column;
}

#about-introduce-content p {
	font-size: 14px;
	margin-bottom: 20px;
}

#about-introduce-content a {
	margin-right: 20px;
	float: left;
}

#about-introduce-content h2 {
	margin-top: -12px;
}

#certification-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 78px 0;
    display: flex;
    justify-content: center;
    background-image: url(../images/certification_background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}
#certification-panel .col2-panel {
	width: 100%;
	max-width: 1148px;
}
#certification-panel p {
	font-size: 14px;
	line-height: 22px;
}

#certification-panel .col2-01 {
	box-sizing: border-box;
	padding: 0 3% 0 0;
}

#certification-panel .col2-02 {
	padding: 0;
}
#certification-panel .col2-02 img {
	width: 100%;
}

#distrivution-panel {
    width: 100%;
    height: 80vh;
    box-sizing: border-box;
    display: flex;
    color: #FFF;
    background-image: url(../images/about_distribution.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}

#distrivution-panel-contetnt {
	width: 40%;
	text-align: center;
	box-sizing: border-box;
}

#distrivution-panel-contetnt h1 {
	background-image: linear-gradient(45deg, #FFF, #FFF);
}

#distrivution-panel-contetnt h2 {
	font-size: 20px;
}

#distrivution-panel-contetnt strong {
	font-weight: bold;
}

#distrivution-title {
    width: 100%;
    margin-bottom: 12px;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

#profession-solution-panel {
	width: 100%;
	background-color: #f4f4f4;
}

#profession-solution-content {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto 0;
}

#profession-solution-content .col3-panel {
	box-sizing: border-box;
	padding: 38px 0 68px 0;
}

#profession-solution-content .col3-panel div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#profession-solution-content .col3-panel div h2 {
	font-size: 20px;
	color: #009c8d;
	margin-top: 20px;
}

#sinletai-group-panel2 {
    display: flex;
    padding: 38px 00;
    background-image: url(../images/about-sinletai-group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}

#sinletai-group-content2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sinletai-group-content2 h1 {
	background-image: linear-gradient(45deg, #FFF, #FFF);
}

#sinletai-group-content2 p {
    color: #FFF;
    border-bottom: solid 1px #ffffff82;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}

#recommended-product-panel {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 68px 0 88px 0;
    flex-direction: column;
}

#recommended-product-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#recommended-product-content .col4-panel {
    max-width: 1148px;
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

#recommended-product-content .col4-panel > div {
    display: flex;
    flex-direction: column;
}

.r-p-c-content {
    width: 100%;
    height: 215px;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
	overflow: hidden;
}



.r-p-c-content img {
    transition: .8s;
}
.r-p-c-content img:hover {
    transform: scale(1.1);
}

.r-p-c-content a {
	margin-top: 20px;
	transition: 0.4s;
}
/* -- News start -- */
#news-header {
    background-image: url(../images/news_head_banner.jpg);
}
#news-pages-panel {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto 68px;
    display: flex;
}

#n-p-p-main-content-panel {
	width: 70%;
    box-sizing: border-box;
    padding: 88px 10% 0 0;
}

#n-p-p-main-content-panel article {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#n-p-p-main-content-panel article strong {
	font-weight: 400;
    color: #1C52A7;
    margin: 20px 0 0 0;
}

.n-p-p-main-content-title {
	margin-top: -18px;
	margin-bottom: 20px;
}

.n-p-p-main-content-p {
	margin-top: 20px;
}

#n-p-p-main-content-panel a {
	margin-top: 20px;
}

#n-p-p-main-content-panel article img {
    width: 100%;
}

.n-p-p-main-content-p-style02 {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 30px;
    border-bottom: dotted 1px #1b52a7;
    border-top: dotted 1px #1b52a7;
    color: #1b52a7;
}

#news-list-panel {
	width: 100%;
	display: flex;
    flex-direction: column;
	margin-top: 20px;
}

#news-list-panel > div {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: solid 1px #CCC;
}

.news-list-container img {
	width: 30%;
}
.news-list-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 3%;
}

.news-list-content h2 {
	color: #1C52A7;
	font-weight: 400;
}
.news-list-content p {
	font-size: 14px;
	line-height: 24px;
}
#n-p-p-asidepanel {
	width: 30%;
}

#n-p-p-asidepanel h1 {
	font-size: 24px;
	line-height: 38px;
    font-weight: 400;
}

#n-p-p-asidepanel p {
	font-size: 14px;
	line-height: 24px;
}

#n-p-p-asidepanel ul {
    width: 100%;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
    margin: 10px 0;
}

#n-p-p-asidepanel ul li {
    width: 345px;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
    margin: 20px 0;
}
#n-p-p-asidepanel ul li > div {
    position: absolute;
    width: 100%;
    max-width: 345px;
    height: 220px;
    display: flex;
    background: linear-gradient(59deg, rgba(13,47,93,0.8) 0%, rgba(17,188,226,0.8) 100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: #FFF;
	opacity: 0;
	transition: 0.4s;
}

#n-p-p-asidepanel ul li > div:hover {
    position: absolute;
    width: 100%;
    max-width: 345px;
    height: 220px;
    display: flex;
    background: linear-gradient(59deg, rgba(13,47,93,0.9) 0%, rgba(17,188,226,0.8) 100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 1;
}

#n-p-p-asidepanel ul li > div a {
	border: solid 1px #FFF;
	border-radius: 3px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 20px 12px 20px;
	margin-top: 20px;
	transition: 0.4s;
}
#n-p-p-asidepanel ul li > div a:hover {
	border: solid 1px #FFF;
	border-radius: 3px;
	background-color: #FFF;
	color: #0C64B4;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 20px 12px 20px;
	
}

#news-aside-recommended-products img {
	width: 100%;
}

.news-article-p-strong {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1C52A7;
    margin: 48px 0 0 0!important;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #f5fafa;
    border-left: solid 3px;
}
/* -- product-tij-list start -- */

#product-tij-header {
	background-image: url("../images/product_tij_head_banner.jpg");
    
}


#product-hp-header {
	background-image: url("../images/product_hp_head_banner.jpg");
    
}


#product-tij-panel {
	
}

#product-tij-panel .col2-panel {
	width: 100%;
	max-width: 1148px;
	margin: 68px auto 0;
	display: flex;
}

#product-tij-panel .col2-panel .col2-03 {
	
}

#product-tij-list-panel {
    width: 100%;
    max-width: 1148px;
    margin: 68px auto 0;
    display: flex;
    justify-content: center;
}

#product-tij-list-content {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-title {
    width: 100%;
    display: flex;
    background-image: url(../images/product_list-h1_title_background.jpg);
    background-position: center;
    background-repeat: repeat-x;
    align-items: center;
    justify-content: center;
}

.list-title-content {
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #FFF;
    margin-top: -8px;
}

.product_list-h1_title_background {
	
}

#product-list-link-panel {
    width: 100%;
    max-width: 1148px;
    margin: 38px auto 0;
    display: flex;
}
#product-list-link-panel ul {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
}

#product-list-link-panel ul li {
    width: calc(100% / 3);
    display: flex;
    box-sizing: border-box;
    padding: 30px 30px 0px 30px;
}

#product-list-link-panel ul li img {
    width: 100%;
}

#product-list-link-panel ul li a {
	text-decoration: none;
	border: none;
	color: #4A4E5F;
}
#product-list-link-panel ul li strong {
	font-weight: 600;
}
#product-list-link-panel ul li span {
	text-decoration: none;
	border: none;
	color: #28aeb9;
	margin-left: 10px;
	transition: 0.5s;
}

#product-list-link-panel ul li span:hover {
	text-decoration: none;
	border: none;
	color: #28aeb9;
	font-weight: 600;
	margin-left: 10px;
}

.p-l-l-p-product-panle-img {
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f3f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #e2e6f0;
    box-sizing: border-box;
    border-radius: 10px;
}

.p-l-l-p-product-panle-img img{
	transition: 0.5s;
}
.p-l-l-p-product-panle-img:hover img{
	transform: scale(1.08);
	transition: 0.5s;
	}


#tij-demo-panel {
	width: 100%;
}

#tij-demo-panel .list-title {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto 0;
}

#tij-demo-panel p {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto 0;
	text-align: center;
}

#tij-demo-content {
	width: 100%;
}
#tij-demo-panel .col5-01 {
	margin-top: 38px;
}
#tij-demo-panel .col5-01 img {
	width: 100%;
}

#series-product-link-panel {
    width: 100%;
    max-width: 1148px;
    margin: 38px auto 0;
    background-color: #f2fafa;
    border-bottom: solid 3px #E3E8EF;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 30px;
}

#series-product-link-panel strong {
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 400;
	margin-bottom: 10px;
}

#series-product-link-content {
	width: 100%;
	display: flex;
}

.series-product-link-content-list{
	width: 100%;
    display: flex;
    flex-direction: row;
	overflow-x: scroll;
	box-sizing: border-box;
    padding: 10px 0;
}

.series-product-link-content-list-title {
	height: 30px;
	line-height: 32px;
	font-weight: 400;
	white-space:nowrap;
}

.series-product-link-content ul {
    height: 38px;
    display: flex;
    font-size: 14px;
    /*border-bottom: dotted 1px #b9c2d0;*/
    align-items: center;
}


.series-product-link-content hr  {
    margin: 0;
    opacity: 0.3;
}

.series-product-link-content ul span {
	font-weight: 400;
	margin-right: 5px;
}

.series-product-link-content ul li {
    width: 68px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin: 0 4px;
}

.series-product-link-content ul li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #4A4E5D;
	transition: 0.5s;
}

.series-product-link-content ul li a:hover {
	
	color: #FFF;
	background: rgb(3,71,143);
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    border-radius: 3px;
    box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
    -webkit-box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
}

.aside-contact {
    width: 345px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f5fafa;
    box-sizing: border-box;
    padding: 20px;
	text-align: center;
}
.aside-contact strong {
	font-size: 20px;
	color: #1C52A7;
	margin-bottom: 6px;
}

.aside-contact a {
	margin-top: 10px;
	color: #FFF;
}

.aside-contact span {
	color: #009c8d;
}


#n-a-news-list-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
	margin: 38px 0;
}

.aside-news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #CCC;
}

.aside-news-content h2 {
    color: #1C52A7;
    margin-top: 10px;
}
.aside-news-content a {
    margin-top: 10px;
}


#product-keyfeature-panel {
	
}

#product-keyfeature-panel h2{
    font-size: 36px;
    line-height: 68px;
    font-family: "Mohave", sans-serif;
    font-weight: 300;
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -22px;
}

#product-keyfeature-panel p {
    font-size: 14px;
    line-height: 26px;
}

#product-keyfeature-panel h3 {
    font-size: 16px;
	font-weight: 400;
	color: #192D4A;
    line-height: 34px;
}

#product-keyfeature-panel ul {
	width: 100%;
}

#product-keyfeature-panel ul li {
	width: 100%;
    display: flex;
    align-items: center;
	margin: 20px 0;
}

#product-keyfeature-panel .link-btn-2 {
    display: flex;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    margin-left: -25px;
}

#product-keyfeature-panel .link-btn-2 a {
	margin-right: 0;
}

.p-k-p-list-icon {
    display: flex;
    box-sizing: border-box;
    padding: 5px 0 0 0;
}

.p-k-p-list-icon img  {
    width: 50px;
}

.p-k-p-list-content {
	margin-left: 20px;
}

#product-benefits-panel {
    width: 100%;
    box-sizing: border-box;
    background-color: #fafafa;
    padding: 68px 0;
}

#product-benefits-content {
    width: 100%;
    box-sizing: border-box;
    padding-top: 28px;
}

#product-benefits-content ul {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto 0;
	display: flex;
}

#product-benefits-content ul li {
    width: calc(100% / 4);
    display: flex;
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
    flex-direction: column;
    border-right: dotted 1px #CCC;
    align-items: center;
}

#product-benefits-content ul li:last-child {
	border: none;
}

#product-benefits-content ul li h2 {
	color: #009c8d;
}

#product-benefits-content ul li p {
	font-size: 14px;
	line-height: 24px;
}

.product-benefits-icon {
    width: 100%;
    max-width: 128px;
    height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product-benefits-icon img {
    width: 100%;
}

#tij-introduce-mov-panel {
    width: 100%;
    max-width: 908px;
    margin: 48px auto;
}

#tij-introduce-mov-panel img {
	width: 100%;
}

#product-specification-panel {
	width: 100%;
	max-width: 908px;
	margin: 38px auto 0;
}

.specification-table {
	border: solid 1px #CCC;
	border-collapse:collapse;
	font-size: 14px;
	line-height: 24px;
}

.specification-table tr {
	
}

.specification-table tr td {
	border: solid 1px #adbebc;
	border-collapse:collapse;
	box-sizing: border-box;
	padding: 10px 20px;
}

.specification-table tr td:nth-child(1){
	width: 25%!important;
	color: #009c8d;
	font-size: 16px;
	font-weight: 400;
}


.specification-table tr:nth-child(odd){
  background:#f5fafa;
}

#slider-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    border: solid 1px #CCC;
}

#slide-action {
	display: flex;
	margin-top: 28px;
}

#slide-action a {
	width: calc(100% / 3);
	border-right: solid 10px #FFF;
	box-sizing: border-box;
}

#slide-action a img {
	width: 100%;
	border: none;
}


#n-p-p-main-content-panel-02 {
    width: 70%;
    box-sizing: border-box;
    padding: 88px 5% 0 0;
}
#ocd-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 6% 8%;
}

#ocd-panel ol {
	font-size: 14px;
}

#ocd-panel ol li {
	box-sizing: border-box;
	padding: 10px 0;
}

#ocd-panel ol li:nth-child(1) {
	box-sizing: border-box;
	padding: 20px 0 10px 0;
}

#ocd-panel ol li > div {
	display: flex;
    align-items: center;
	font-weight: bold;
}
.ocd-panel-icon {
    height: 38px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.ocd-panel-icon img {
    height: 80%;
}

#footer-panel-map-contact {
	width: 100%;
}

#copyright-contact {
    width: 100%;
    margin-top: 0;
    display: flex;
    background-color: #dfdfdf;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}

#ink-link-series-content {
    display: flex;
    box-sizing: border-box;
    padding: 38px 0 0 0;
}
#ink-link-series-content a {
    display: block;
    box-sizing: border-box;
    padding: 8px 20px 11px 20px;
    text-decoration: none;
    margin: 0 20px;
    color: #008fa5;
    border: solid 1px #008fa5;
    border-radius: 3px;
}

#ink-link-series-content a:hover {
	background-color: #008fa5;
    color: #FFF;
	transition: .8s;
}

.current-ink-page {
	background-color: #008fa5;
    color: #FFF!important;
}


.ink-product-panel {
	padding: 1px 0 0 0;
	margin-top: -20px;
}


#product-content-list-nav-content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 68px;
	display: flex;
}

#product-content-list-nav-content a {
    display: block;
    box-sizing: border-box;
    padding: 8px 20px 11px 20px;
    text-decoration: none!important;
    margin: 0 20px;
    color: #008fa5!important;
    border: solid 1px #008fa5;
    border-radius: 3px;
}

#product-content-list-nav-content a:hover {
	background-color: #008fa5;
    color: #FFF!important;
	transition: .8s;
}


#product-content-list-nav-content .current-ink-page {
	background-color: #008fa5;
    color: #FFF!important;
}

#ink-spec-title-panel {
	width: 100%;
	max-width: 1148px;
	margin: 0 auto 38px;
}

.p-k-p-list-icon-ink {
	width: 50px;
	opacity: .8;
}

#product-ink-one-image-panel {
	width: 100%;
	box-sizing: border-box;
	padding: 3%;
	border: solid 1px #CCC;
}

#product-ink-one-image-panel img {
	width: 100%;
}

.col5-panel {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin-top: 68px;
    background-color: #fafafa;
    flex-direction: column;
}
.col5-panel-title {
    margin: 38px 0 0 0;
}
.col5-panel ul {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 38px 0;
}

.col5-panel ul li {
    width: calc(100% / 5);
    max-width: 1148px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 18px 20px;
}

.col5-panel ul li strong {
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.col5-panel ul li p {
    font-size: 14px;
    display: block;
}

.product-feature-icon-img-w {
    width: 68%;
    margin-bottom: 16px;
}

.all-sp-line-w100 {
    width: 100%;
    height: 1px;
}

#scrolltop_container {
    width: 60px;
    bottom: -8px;
    right: 28px;
    position: fixed;
    z-index: 288;
    display: none;
}

#scrolltop_container img {
    width: 100%;
    height: auto;
    margin: 0;
}

#scrolltop_container a {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 6px;
}


/* -- footer start -- */

#footer-panel {
    width: 1148px;
    margin: 0 auto 0;
	padding-top: 68px;
    display: flex;
    flex-direction: column;
}

#footer-panel h1 {
	width: 100%;
	display: block;
}

#footer-panel > p {
	width: 100%;
	display: block;
}
#footer-panel-form-panel {
	width: 100%;
	display: flex;
	padding: 20px 0;
}
#footer-panel-form {
	width:50%;
}
.f-p-col2 {
	display: flex
}

.f-p-col2 input {
	width: 80%;
}
.f-p-col2 > div {
    width: 50%;
	display: flex;
	flex-direction: column;
}

#footer-panel-form span {
    color: #FF0000;
    font-weight: bold;
    float: left;
    display: contents;
}

.app-contact-input-margin {
    margin: 5px 0 15px 0;
}

.footer-panel-form-submit {
	margin-top: 20px;
	box-sizing: border-box;
	width: 30%;
	height: 54px!important;
    font-family: "Mohave", sans-serif;
	text-align: center;
	text-decoration: none;
	color: #FFF;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
	border: none;
	border-radius: 35px;
	transition: 0.4s;
}

.footer-panel-form-submit:hover {
    box-shadow: none;
}

.footer-panel-form-submit input {
	font-size: 24px;
    letter-spacing: 1px;
    font-family: "Mohave", sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 54px!important;
	text-align: center;
	/*line-height: 42px;*/
	text-decoration: none;
	color: #FFF;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
	border: none;
	border-radius: 35px;
	transition: 0.4s;
}

.footer-panel-form-submit input:hover {
	background: rgb(9 110 138);
	box-shadow: none;
	-webkit-box-shadow: none;
}

.footer-panel-form-submit button {
	font-size: 24px;
    letter-spacing: 1px;
    font-family: "Mohave", sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 54px!important;
	text-align: center;
	/*line-height: 42px;*/
	text-decoration: none;
	color: #FFF;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
	border: none;
	border-radius: 35px;
	transition: 0.4s;
}

.footer-panel-form-submit button:hover {
	background: rgb(9 110 138);
	box-shadow: none;
	-webkit-box-shadow: none;
}

.note-msg {
    font-size: 13px;
    color: #646464;
}

#footer-panel-map {
	width:50%;
}

#footer-panel-02 {
	width: 100%;
    max-width: 1188px;
    margin: 0 auto 0;
	padding-top: 68px;
    display: flex;
    flex-direction: column;
}

#footer-panel-02 h1 {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#footer-panel-02 > p {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#footer-panel-form-panel-02 {
	width: 100%;
}	
#footer-panel-form-02 {
    width: 100%;
	margin-top: 38px;
}
#footer-panel-form-02 div > input {
    height: 34px;
    margin: 5px 0;
}

#footer-panel-form-02 span {
    color: #FF0000;
    font-weight: bold;
    float: left;
    display: contents;
}

.f-p-col2-02 > div {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.f-p-col2-02 {
	display: flex
}

.f-p-col2-02 input {
	width: 100%;
}

.f-p-col3 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 50px 0 0;
}





.f-p-col3-02 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.f-p-col3-02 input {
	width: 100%;
}

#footer-panel-form-submit-02 {
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    display: flex;
    padding: 0 20px;
}
#footer-panel-form-submit-02 input {
	font-size: 16px;
	box-sizing: border-box;
	width: 88px;
	height: 44px;
	text-align: center;
	/*line-height: 42px;*/
	text-decoration: none;
	color: #FFF;
	background: rgb(3,71,143);
	background: linear-gradient(312deg, rgba(48,137,194,1) 0%, rgba(3,71,143,1) 100%);
	border-radius: 3px;
	box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
	-webkit-box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
	border: none;
	border-radius: 3px;
	transition: 0.4s;
}

#footer-panel-form-submit-02 input:hover {
	box-sizing: border-box;
	width: 88px;
	height: 44px;
	text-align: center;
	/*line-height: 42px;*/
	text-decoration: none;
	color: #FFF;
	background: rgb(0,48,98);
	background: linear-gradient(312deg, rgba(3,71,143,1) 0%, rgba(0,48,98,1) 100%);
	border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: 0.4s;
}

#footer-info-panel {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
}


#footer-info-panel h1 {
	text-align: left;
}

#footer-info-panel > div {
	width: 50%;
	box-sizing: border-box;
}

#footer-info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#footer-info-content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#footer-info-content ul li {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.f-i-c-row1 {
	display: flex;
	align-items: center;
	margin-right: 28px;
}

.f-i-c-icon {
    width: 28px;
    box-sizing: border-box;
    /* padding: 0 20px 0 0; */
    display: flex;
    margin-right: 10px;
    justify-content: center;
}

.f-i-c-panel-row1 {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}


#footer-panel-form-contact {
    width: 100%;
    margin-top: 28px;
}
#footer-panel-form-contact input {
	margin: 5px 0;
}
#footer-panel-form-contact span {
    color: #FF0000;
    font-weight: bold;
    float: left;
    display: contents;
}

#footer-panel-form-contact .f-p-col2 input {
	width:100%;
}
#footer-panel-form-contact .f-p-col2 > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

#footer-panel-form-contact .f-p-col3 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 0;
}


#verification-panel {
    display: flex!important;
    flex-direction: column;
}

#verification-panel > div {
    box-sizing: border-box;
    padding: 5px 0;
}

#verification-content {
    display: flex!important;
    align-items: center;
}

#verification-content > input {
    margin-left: 10px;
}

#verification-code-panel {
    display: flex;
    align-items: center;
}
#verification-code {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe2e2;
    padding: 0 10px;
    color: #f00;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 10px;
}

#image_4k_mov {
	position: fixed;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background-color: #000000e6;
    display: flex;
    align-items: center;
	z-index: 88;
}
	
#hp_4k_mov {
	position: fixed;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background-color: #000000e6;
    display: flex;
    align-items: center;
	z-index: 88;
}
	
#tij_4k_mov {
	position: fixed;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background-color: #000000e6;
    display: flex;
    align-items: center;
	z-index: 88;
}

#close-movpanel {
	width: 50px;
	height: auto;
	position: fixed;
	top:15px;
	right: 15px;
	z-index: 999;
	display: block;
}
#copyright {
    width: 100%;
	margin-top: 68px;
    display: flex;
    background-color: #dfdfdf;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}

.p-t-l-p-margin-top-back68px {
	margin-top: -58px!important;
}

.product-feature-container-panel {
    width: 100%;
    max-width: 1148px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
}
.product-feature-container-panel > div {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 16px 30px;
    border-left: solid 2px #3979b5;
    margin-top: 38px;
}
.product-feature-container-panel strong {
    font-size: 24px;
    line-height: 34px;
    color: #009c8d;
    display: block;
    margin-bottom: 10px;
}

.v-p-padding20back {
    box-sizing: border-box;
    padding: 0 0 0 20px;
}


/*  ownjp樣式  */

.ownjp-pages-header-content-title {
    box-sizing: border-box;
    padding: 58px 0 0 0;
}
.ownjp-section-h2 {
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #000;
}

.ownjp-section-subtitle {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.detail-link {
    width: fit-content;
    height: fit-content;
    font-family: "Mohave", sans-serif;
    text-decoration: none;
    font-size: 24px;
    
    border-radius: 40px;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
    overflow: hidden;
    transition: .4s;
}

.detail-link:hover {
    /* background: linear-gradient(122deg, rgb(2, 87, 111) 0%, rgb(9 110 138) 100%); */
    box-shadow: 4px 5px 15px 0px #48cdd400;
    -webkit-box-shadow: 4px 5px 15px 0px #48cdd400;
}

.detail-link a {
    width: fit-content;
    height: 54px;
    padding: 0 35px;
    text-decoration: none;
    color:#FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.detail-link a:hover {
    background: linear-gradient(122deg, rgb(2, 87, 111) 0%, rgb(9 110 138 / 46%) 100%);
}

.ownjp-button-white {
    width: 54px;
    height: 54px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5dcbc5;
    margin-left: 25px;
    transition: .4s;
}

.ownjp-button-white:hover {
    background-color: #096e8a;
}

.ownjp-button-white img {
    width: 50%;
}

.index-series-product-link{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 58px 0 0 0;
}

.index-product-section {
    width: 90%;
    max-width: 1160px;
    margin: 68px auto 0;
}

.index-product-section hr {
    margin: 0 0 -1px 0;
}

.index-product-section ul li {
    box-sizing: border-box;
}

.index-product-section-main-image {
    width: 100%;
    /*transform: scale(.1);*/
}

.index-product-section-main-image-mb {
    display: none;
}

.i-p-s-m-i-01 {
    margin: 68px 0 0 0;
}

.index-product-section h2 {
	display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #000;
}

.index-product-section-feature-col4 {
    width: 100%;
    margin-top: 48px;
}

.index-product-section-feature-col4 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-product-section-feature-col4 ul li {
    width: calc(100% / 4 - 60px);
}

.index-product-section-feature-col4 ul li p {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 3px #000;
}
.index-handheld-printer-title {
    margin: 48px 0;
}
.index-product-section-feature-col3 {
    width: 100%;
}
.index-product-section-feature-col3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.index-product-section-feature-col3 ul li {
    width: calc(100% / 3 - 60px);
}

.index-product-section-feature-col3 ul li p {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 3px #000;
    transition: .4s;
}

.index-product-section-feature-icon {
    width: 58px;
}

.index-product-section-feature-icon img {
    width: 100%;
}

/* 首頁推薦 系列產品區塊  */

.series-product-container-panel {
    width: 100%;
    background-color: #f2f7f8;
    margin: 100px 0 0 0;
    padding: 100px 0;
}

.index-series-product-container {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 0;
}

.index-series-product-container-title {
    width: calc(100% / 3 - 60px);
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.index-series-product-container-title h2 {
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #000;
}

.index-series-product-container-title p {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #000;
}

.index-series-product-container ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index-series-product-container ul li {
    width: calc(100% / 3 - 60px);
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}

.index-series-product-container ul li > div {
    width: 100%;
    position: relative;
    aspect-ratio: 9 / 8;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    box-sizing: border-box;
}

.index-series-product-10px-radius {
    border-radius: 10px;
}

.ownjp-recommend-series-product-content-image {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ownjp-recommend-series-product-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-series-product-content-information {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    text-decoration: none;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px 30px;
    box-sizing: border-box;
    flex-direction: column;
    transition: .5s;
}

.index-series-product-content-information p {
    display: block;
    font-size: 28px;
    line-height: 40px;
    font-family: "Mohave", sans-serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
.recommend-icon-link-pre {
    width: 50px;
    height: auto;
    opacity: 1;
    transition: .5s;
}

.recommend-icon-link-pre img {
    width: 100%;
    transition: .5s;
}

.recommend-icon-link-active {
    width: 1px;
    height: 1px;
    margin: 5px 0 -5px 0;
    opacity: 0;
    transition: .5s;
}

.recommend-icon-link-active img {
    width: 100%;
    transition: .5s;
}

.index-series-product-content-information:hover {
    background-color: #3fa9a492;
    padding: 80px 30px;
}

.index-series-product-content-information:hover .recommend-icon-link-pre {
    width: 1px;
    opacity: 0;
}

.index-series-product-content-information:hover .recommend-icon-link-active {
    width: 50px;
    opacity: 1;
}

/* 首頁產品優勢 */

.ownjp-product-feature-container {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 0;
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ownjp-product-feature-container .ownjp-section-subtitle{
    margin: 15px 0 58px 0;
}

.ownjp-product-feature-container ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ownjp-product-feature-container ul li {
    width: calc(100% / 3 - 60px);
    border-radius: 10px;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 4px 5px 15px 0px #c5c5c5;
    -webkit-box-shadow: 4px 5px 25px 0px #eeeeee;
    flex-direction: column;
    align-items: center;
}


.ownjp-product-feature-content-image {
    width: 60%;
    transition: .4s;
}

.ownjp-product-feature-content-image img {
    width: 100%;
}

/* .ownjp-product-feature-container ul li:hover .ownjp-product-feature-content-image {
    width: 70%;
} */


.ownjp-product-feature-content-h3 {
    font-size: 36px;
    font-family: "Mohave", sans-serif;
    font-weight: 300;
    line-height: 66px;
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 首頁噴印demo */

.ownjp-print-demo {
    width: 100%;
}

.ownjp-print-demo ul {
    width: 100%;
    display: flex;
}

.ownjp-print-demo ul li {
    position: relative;
    width: calc(100% / 6);
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.ownjp-print-demo ul li img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    object-fit: cover;
    transition: .4s;
}

.ownjp-print-demo ul li:hover img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    transition: .4s;
}

.ownjp-print-demo-logo-mark {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 20px;
}
.ownjp-print-demo-logo-mark img {
    width: 100%;
    transition: .4s;
}

/* 合作夥伴 */

.ownjp-partner-container {
    width: 100%;
    padding: 100px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/ownjp_partner_backgroun.webp");
    background-size: cover;
    flex-direction: column;
}

.ownjp-partner-container h2 {
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #FFF;
    text-align: center;
}

.ownjp-partner-content {
    width: 90%;
    max-width: 1160px;
    margin: 38px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ownjp-partner-content hr {
    width: calc(100% / 2 - 25% - -72px);
    border: solid 1px #07c3c0a1;
}


.ownjp-partner-logo {
    width: 25%;
}

.ownjp-partner-logo img {
    width: 100%;
}


.ownjp-contact-information-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ownjp-contact-information-container-col-1 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ownjp-contact-information-container-col-2 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ownjp-contact-information-container-col-2 div:nth-child(1) {
    margin-right: 20px;
}

.ownjp-contact-information-container-icon {
    width: 25px!important;
    margin-right: 10px;
}

.distribution-slogan {
    width: 100%;
}

.distribution-slogan img {
    width: 100%;
    margin-bottom: -8px;
}

.series-products-introduction-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: .4s;
}

.series-products-introduction-link:hover {
    background-color: #ddf4f2;
}

.series-products-introduction-link img {
    width: 50%;
}

/*內頁選單*/

.ownjp-page-title {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #FFF;
}
.ownjp-about-container-01 {
    width: 100%;
    max-width: 1160px;
    margin: 48px auto;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.ownjp-about-container-col2-left {
    width: calc(50% - 30px);
    height: 338px;
    position: relative;
}

.ownjp-show-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.ownjp-show-container-panel-01 {
    width: 92%;
    border: solid 2px #000;
    position: absolute;
    margin:8% 0 0 8%;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.ownjp-show-container-panel-01 img {
    width: 100%;
    aspect-ratio: 16 / 9!important;
}

.ownjp-show-container-panel-02 {
    width: 92%;
    position: absolute;
    margin:4% 0 0 4%;
    background: rgb(0,121,157);
    background: linear-gradient(128deg, rgba(0,121,157,1) 0%, rgba(0,202,185,1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
    border-radius: 10px;
    box-sizing: border-box;
}

.ownjp-show-container-panel-02 img {
    width: 100%;
    aspect-ratio: 16 / 9!important;
}

.ownjp-show-container-panel-03 {
    width: 92%;
    position: absolute;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    transition: .4s;
}

.ownjp-show-container-panel-03:hover {
    margin:4% 0 0 4%;
}

.ownjp-show-container-panel-03-play-mov {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ownjp-show-container-panel-03-play-mov img {
    width: 38%;
}

.ownjp-show-container-panel-03 > img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9!important;
    object-fit: cover;
    box-sizing: border-box;
}

.ownjp-about-container-col2-right {
    width: calc(50% - 30px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-container-panel {
    display: flex;
}

.detail-container-panel .ownjp-button-white {
    margin-left: 20px;
}

.gray-hr-line {
    width: 90%;
    max-width: 1160px;
    color: #e8e8e8;
    margin: 100px auto;
}

.ownjp-about-feature-container {
    margin: 0!important;
    padding: 0!important;
}

.ownjp-about-feature-col3-container {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.ownjp-about-feature-col3-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ownjp-about-feature-col3-content ul {
    width: 100%;
    margin: 58px 0 100px 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.ownjp-about-feature-col3-content h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #000;
}

.ownjp-about-feature-col3-content ul li{
    width: calc(100% / 3 - 30px);
    /*background-color: #D9D9D9;*/
    text-align: left;
}

.ownjp-about-feature-col3-content ul li img {
    width: 30%;
}
.ownjp-about-feature-col3-content ul li h3 {
    font-size: 24px;
    line-height: 38px;
    font-family: "Mohave", sans-serif;
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.ownjp-about-feature-col3-content ul li p {
    font-size: 14px;
    line-height: 28px;
}

.ownjp-company-work-image {
    width: 100%;
    display: flex;
}

.ownjp-company-work-image > div {
    width: calc(100% / 3);
    aspect-ratio: 4 / 3;
    display: flex;
    position: relative;
    overflow: hidden;
}

.ownjp-company-work-image > div > .logo-mark-white {
    width: 25%;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

.ownjp-company-work-image-main-image {
    width: 100%;
    object-fit: cover;
    transition: .4s;
}

.ownjp-company-work-image-main-image:hover {
    width: 105%;
}



.ownjp-certification-container {
    margin: 100px auto 0;
    padding: 0;
}

.ownjp-certification-content {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}

.ownjp-certification-content-left {
    width: calc(100% / 3 - 30px) !important;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

.ownjp-certification-content-right {
    width: calc(100% / 3 * 2 - 30px)!important;
}

.ownjp-certification-content-right img{
    width: 100%;
}

.ownjp-certification-content-left h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #000;
}

.ownjp-certification-content-left p {
    
}

.ownjp-certification-content-left p img {
    width: 100%;
    margin: 10px 0 0 0;
}

.ownjp-distribution-container {
    width: 100%;
    margin: 100px 0 0 0;
    background-image: url("../images/distribution_background.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ownjp-distribution-content {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    align-items: center;
}

.ownjp-distribution-content hr {
    width: 90%;
    color: #FFF;
    margin: 20px auto;
    opacity: 0.8;
}

.ownjp-distribution-content h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
}

.ownjp-distribution-content p {
    text-align: center;
}

.distribution-link {
    display: flex;
    margin: 38px auto;
}

.distribution-link .ownjp-button-white {
    width: 54px;
    height: 54px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(39 138 133 / 0%);
    transition: .4s;
    border: solid 1px rgba(255,255,255,1.00);
    margin: 0 20px;
    transition: .4s;
}

.distribution-link .ownjp-button-white:hover {
    background-color: rgb(39 138 133 / 100%);
    border: solid 1px rgba(255,255,255,0.00);
}

.ownjp-page-recommend-series-product-container {
    width: 100%;
    margin: 0;
    padding: 100px;
    background-image: url("../images/ownjp_recommend_product_background.jpg");
    background-size: cover;
}
.ownjp-page-recommend-series-product-content {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
}

.ownjp-page-recommend-series-product-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ownjp-page-recommend-series-product-content ul li {
    width: calc(100% / 3 - 60px);
    position: relative;
}

.ownjp-page-recommend-series-product-content ul li:nth-child(4) {
    margin-top: 38px;
}

.ownjp-page-recommend-series-product-content ul li > div {
    width: 100%;
    aspect-ratio: 5 / 4;
    border-radius: 10px!important;
    overflow: hidden!important;
    display: flex;
}

.ownjp-page-recommend-series-product-content .ownjp-recommend-series-product-content-image {
    border-radius: 10px!important;
    overflow: hidden!important;
}

.ownjp-page-recommend-series-product-content-title {
    display: flex;
    flex-direction: column;
}

.ownjp-page-recommend-series-product-content-title h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #000;
}
.ownjp-page-recommend-series-product-content-title p {
    font-size: 18px;
    line-height: 36px;
}

.ownjp-recommend-series-product-support {
    width: calc(100% / 3* 2 - 30px);
    margin-top: 38px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    border-bottom: solid 1px #CCC;
    box-sizing: border-box;
}
.ownjp-recommend-series-product-support-content {
    width: calc(100% / 2);
    display: flex;
    align-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0 0 38px;
}
.ownjp-support-man {
    width: calc(100% / 2);
    display: flex;
}

.ownjp-support-man img {
    width: 100%;
    object-fit: contain;
}

.ownjp-support-link {
    width: 100%;
    display: flex;
    margin-top: 28px;
}

.ownjp-support-link a:nth-child(1) {
    margin-left: 0;
}
.width100-green-line {
    width: 100%;
    margin: 0;
    height: 8px;
    background: rgb(0,121,157);
    background: linear-gradient(128deg, rgba(0,121,157,1) 0%, rgba(0,202,185,1) 100%);
}

.ownjp-appliction {
	background-image: url("../images/application_head_banner.webp");
}

.ownjp-application-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
.ownjp-application-content {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ownjp-application-content h1 , .ownjp-application-content h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 2px;
}

.ownjp-application-content h1 {
    margin-bottom: 18px;
}

.ownjp-application-description-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ownjp-application-description {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 35px;
    margin-top: 38px;
    background-color: #f0f0f0;
    border-bottom: solid 3px #000;
}

.ownjp-application-demo-container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.ownjp-application-demo-content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.ownjp-application-demo-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ownjp-application-demo-content ul li {
    width: calc(100% / 3 - 60px);
    aspect-ratio: 9 / 8;
    margin: 0 2.5% 58px 2.5%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #bbbbbb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(157, 188, 181, 0) 0px 12px 34px 1px;
    transition: 0.5s ease;
}


.ownjp-application-demo-content ul li:hover {
    box-shadow: rgba(78, 255, 214, 0.814) 3px 12px 34px 1px;
}

.ownjp-application-demo-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    /* background-color: #00000092; */
}

.ownjp-application-demo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0px);
    transition: .4s;
    /* background-color: #00000092; */
}
.ownjp-application-demo-content ul li:hover .ownjp-application-demo-image img {
    filter: blur(3px);
}


.ownjp-application-demo-image-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 5% 6%;
    left: 0;
    top: 0;
    background: rgb(0,121,157);
    background: linear-gradient(138deg, rgba(0, 120, 157, 0.821) 0%, rgba(0, 202, 185, 0.831) 100%);
    opacity: 0;
    transition: .4s;
}

.ownjp-application-demo-content ul li:hover .ownjp-application-demo-image-detail {
    opacity: 1;
}

.ownjp-application-demo-image-detail h3 {
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 5px;
    color: #FFF;
    letter-spacing: 2px;
}

.ownjp-application-demo-image-detail p {
    font-family: "Mohave", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: solid 1px #ffffffcf;
}

.demo-mark {
    width: 8%;
    box-sizing: border-box;
    position: absolute;
    right: 6%;
    bottom: 5%;
    opacity: 0;
    transition: .4s;
}

.ownjp-application-demo-content ul li:hover .demo-mark {
    opacity: 1;
}

.demo-search-button {
    width: 15%;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    box-sizing: border-box;
    position: absolute;
    right: 6%;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0,121,157);
    background: linear-gradient(138deg, rgba(0, 120, 157, 0.821) 0%, rgba(0, 202, 185, 0.831) 100%);
    opacity: 1;
    transition: .4s;
}

.ownjp-application-demo-content ul li:hover .demo-search-button {
    opacity: 0;
}

.demo-search-button img {
    width: 50%;
}

.ownjp-application-category-container {
    width: 100%;
    max-width: 1160px;
    margin: 58px auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
}

.ownjp-application-category-container ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #d3d3d3;
}

.ownjp-application-category-container ul li {
    width: fit-content;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.ownjp-application-category-container ul li a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    text-decoration: none;
    color: #000;
}

.ownjp-application-category-container ul li a .category-mark-line {
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    transition: .4s;
}

.ownjp-application-category-container ul li a:hover .category-mark-line {
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}

.category-mark-line-current {
    width: 100%!important;
}

.category-current {
    font-weight: bold;
}

.ownjp-contact-send-msg {
    width: fit-content;
    height: fit-content;
    margin: 28px 0 0 0;
    padding: 0;
    font-family: "Mohave", sans-serif;
    text-decoration: none;
    font-size: 24px;
    border-radius: 40px;
    background: linear-gradient(122deg, rgb(2, 92, 117) 0%, rgb(12, 134, 153) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
    overflow: hidden;
    transition: .4s;
}

.ownjp-contact-send-msg:hover {
    box-shadow: 4px 5px 15px 0px #48cdd400;
    -webkit-box-shadow: 4px 5px 15px 0px #48cdd400;
}

.ownjp-contact-send-msg-button {
    width: fit-content;
    height: 54px;
    margin: 0!important;
    padding: 0 35px;
    text-decoration: none;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    font-family: "Mohave", sans-serif;
    text-decoration: none;
    font-size: 24px;
    border-radius: 40px;
    background: linear-gradient(122deg, rgb(9, 110, 138, 1) 0%, rgba(33, 200, 226, 1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
    overflow: hidden;
    border: none;
    transition: .4s;
}

.ownjp-contact-send-msg-button:hover {
    background: linear-gradient(122deg, rgba(9, 110, 138, 0) 0%, rgba(33, 200, 226, 0) 100%);
    box-shadow: 4px 5px 15px 0px #48cdd400;
    -webkit-box-shadow: 4px 5px 15px 0px #48cdd400;
}

.cover-mask-white {
    display: none;
    width: 1px;
    height: 1px;
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    animation-name: coverMask01;
    animation-duration: 1.5s; 
    transition-timing-function: ease;
}
@keyframes coverMask01 { 
    0% {
        width: 120%;
        height: 120vh;
        z-index: 998;
        left: -20vh;
        top: -20vh;
        filter: blur(0);
    }
    99% {
        width: 1px;
        height: 120vh;
        z-index: 998;
        left: -20vh;
        top: -20vh;
        filter: blur(80px);
    }
    100% {
        width: 0px;
        height: 100vh;
        z-index: -1;
    }
}

.cover-mask-green {
    width: 1px;
    height: 1px;
    position: fixed;
    background: linear-gradient(122deg, rgb(9, 110, 138, .7) 0%, rgba(33, 200, 226, .7) 100%);
    left: 0;
    top: 0;
    animation-name: coverMask02;
    animation-duration: 2s; 
    transition-timing-function: ease;
}

@keyframes coverMask02 { 
    0% {
        width: 120%;
        height: 120vh;
        z-index: 997;
        left: -20vh;
        top: -20vh;
        filter: blur(0px);
    }
    99% {
        width: 1px;
        height: 120vh;
        z-index: 997;
        left: -20vh;
        top: -20vh;
        filter: blur(120px);
    }
    100% {
        width: 0px;
        height: 100vh;
        z-index: -1;
    }
}



/*  ownjp選單  */

.ownjp-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    background-color: #ffffff00;
    border-bottom: solid 1px #ffffffad;
    z-index: 8;
    padding: 0 20px;
}
@keyframes showNav { 
    0% {opacity: 0;top: -78px;}
    100% {opacity: 1;top: 0;}
}

@keyframes pagesHeaderNav { 
    0% {opacity: 0; top: -100px;}
    100% { opacity: 1; top: 0;}
}
.pages-header-panel-header {
    overflow: hidden;
    animation-name: pagesHeaderNav;
    animation-duration: 1s; 
    transition-timing-function: ease;
}
.ownjp-nav-wrap-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: rgb(182 241 225 / 41%) 0px 12px 34px 1px;
    border-bottom: none;
    z-index: 8;
    padding: 0 20px;
    animation-name: pagesHeaderNav;
    animation-duration: 1s; 
    transition-timing-function: ease;
}


.ownjp-nav-logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.ownjp-nav-logo a {
    height: 100%;
    display: flex;
    align-items: center;
    border: none;
}

.ownjp-nav-logo a > img {
    width: 178px;
    border:0;
}

.ownjp-nav-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.ownjp-nav-container > ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.ownjp-nav-container > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
}

.ownjp-nav-container > ul > li > a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    transition: .4s;
}

.ownjp-nav-container > ul > li > a:hover {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #18a0a9;
    background-color: #FFF;
}

.ownjp-nav-container-2 {
    height: 100%;
    display: flex;
    align-items: center;
}

.ownjp-nav-container-2 > ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.ownjp-nav-container-2 > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
}

.ownjp-nav-container-2 > ul > li > a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: .4s;
}

.ownjp-nav-container-2 > ul > li > a:hover {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    background-color: #009c8d;
}

.ownjp-nav-container-3 {
    height: 100%;
    display: flex;
    align-items: center;
}

.ownjp-nav-container-3 > ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.ownjp-nav-container-3 > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
}

.ownjp-nav-container-3 > ul > li > a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: .4s;
}

.ownjp-nav-container-3 > ul > li > a:hover {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    background-color: #009c8d;
}

/*  ownjp第二層選單  */
.ownjp-nav-container-lv2 {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #FFF;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 68;
    background-image: url("../images/nav_lav2_background.jpg");
    background-size: cover;
}
.ownjp-nav-container-lv2 > ul{
    display: flex;
    flex-direction: column;
}
.ownjp-nav-container-lv2 > ul > li {
    margin-bottom: 30px;
}
.ownjp-nav-container-lv2 > ul > li > ul {
    display: flex;
}
.ownjp-nav-container-lv2 > ul > li > ul > li {
    
}

.ownjp-nav-container-lv2 > ul > li > div {
    display: flex;
}

.ownjp-nav-container-lv2 > ul > li > div > ul > div {
    margin: 20px 0 10px 0;
    color: #a7a7a7;
}

.ownjp-nav-container-lv2 > ul > li > div > ul > div strong {
    font-weight: bold;
    color: #000000;
}

.ownjp-nav-container-lv2 ul li ul li a {
    width: 200px;
    margin-right: 40px;
    /* margin: 10px 40px 10px 0; */
    text-decoration: none;
    color: #000;
    display: flex;
    padding: 15px 30px;
    transition: .4s;
    border-bottom: dotted 1px #CCC;
    align-items: center;
    justify-content: space-between;
}

.ownjp-nav-container-lv2 ul li ul li a:hover{
    background-color: #ecf8fa;
    color: #000;
}
.ownjp-nav-container-lv2 ul li ul li a img {
    width: 6%;
}
.ownjp-nav-container-lv2-product-category-title {
    font-size: 48px;
    font-family: "Mohave", sans-serif;
    font-weight: 300;
    line-height: 48px;
    background: rgb(0,121,157);
    background-image: linear-gradient(128deg, rgba(0,121,157,1) 0%, rgba(0,202,185,1) 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.close-ownjp-nav-container-lv1 {
    display: none;
}

.close-ownjp-nav-container-lv2 {
    position: fixed;
    top: 38px;
    right: 38px;
    display: block;
    width: 80px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    z-index: 68;
    transition: .4s;
}

.close-ownjp-nav-container-lv2:hover {
    background-color: #ecf8fa;
}

.close-ownjp-nav-container-lv2:hover img {
    transform: scale(0.9);
}

.close-ownjp-nav-container-lv2 img  {
    width: 100%;
    transition: .4s;
}

.ownjp-social-nav-container {
    position: fixed;
    right: 20px;
    display: flex;
    z-index: 8;
}
.ownjp-social-nav-container a {
    display: flex;
    box-sizing: border-box;
    padding: 10px 20px 12px 20px;
    transition: 0.4s;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
.ownjp-social-nav-container a img{
    transform: scale(1);
    transition: .4s;
}
.ownjp-social-nav-container a:hover img{
    transform: scale(0.9);
}

.mb-product-categories {
    display: none;
}

.open-ownjp-nav-container-lv1 {
    display: none;
}

.ownjp-submit-button {
    box-sizing: border-box;
    width: fit-content;
    height: 54px !important;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: "Mohave", sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    border: none;
    border-radius: 35px;
    transition: 0.4s;
}
.ownjp-submit-button-container {
    margin: 20px 0 20px 20px;
    box-sizing: border-box;
    width: fit-content;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
    border: none;
    border-radius: 35px;
    transition: 0.4s;
}

.ownjp-submit-button-container:hover {
    margin: 20px 0 20px 20px;
    box-sizing: border-box;
    width: fit-content;
    background: linear-gradient(122deg, rgb(9 110 138) 0%, rgba(33, 200, 226, 1) 100%);
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced400;
    border: none;
    border-radius: 35px;
    transition: 0.4s;
}

/*  ownjp選單-end  */


/* -- Pc END -- */

@media screen and (min-width: 120px) and (max-width: 768px) {

/* ------------------如果使用者視窗寬度 <= 768px----------------------- */
nav {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 100%);
    justify-content: center;
    align-items: center;
}
main {
	margin-top: 0;
}
	
	
section {
    width: 100%;
    box-sizing: border-box;
    padding: 38px 0 0 0;
}	
h1 {
    width: 86%;
    /* padding: 0 10% 0 0; */
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 52px;
    color: #000;
	margin: 0 auto 0;
}
p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
	
	
#logo-style03 {
    width: 88px;
    box-sizing: border-box;
    margin-top: 8px;
}
#logo-style03 img {
    width: 100%;
}	
.section-subtitle {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    margin: 10px auto 0;
    box-sizing: border-box;
}
	

.col2-fullwidth {
    display: flex;
    flex-direction: column;
}

.col2-fullwidth > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 48px;
}	
.col2-fullwidth h2 {
    display: block;
    font-size: 28px;
    line-height: 38px;
    background-image: linear-gradient(45deg, #004089, #0C64B4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.col2-fw-01 {
	width: 100%;
}		
	
.col4-fullwidth {
    width: 100%;
    display: table;
}

.col4-fullwidth > div {
	width: 50%;
	text-align: center;
	float: left;
}

.col4-fullwidth > div > img {
	width: 100%;
}
	
.col2-w1148px {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    padding: 0 5%;
}

.col2-w1148px > div {
    width: calc(100% / 2);
    display: table;
}

.col3-w1148px {
	width: 100%;
	display: flex;
	margin: 0 auto;
}

.col3-w1148px > div {
    width: 100%;
    padding: 0 10%;
    display: flex;
}

.col4-w1148px {
	width: 100%;
	display: table;
	margin: 0 auto;
}

.col4-w1148px > div {
	width: calc(100% / 2);
	display: flex;
	float: left;
}
.col2-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
}	
	
.col2-01 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
}
	
.col2-02 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
}	

	
.h-c-p-content{
    box-sizing: border-box;
    padding: 60px 0 0 0;
}
	
.col2-03 {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
	padding: 18px 0 38px 0;
    border-radius: 10px;
    overflow: hidden;
}	

.col2-04 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}	
	
.col2-05 {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}	
	
.section-title-48px {
    text-align: center;
    font-size: 32px;
    line-height: 58px;
}	
	
	
/* --手機選單-- */
#mb-menu-button-close{
    display: block;
    position: fixed;
    width: 24px;
	top: 20px;
	right: 20px;
}
#main-menu-content a {
    display: flex;
    color: rgb(76, 78, 95);
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 20px 12px 20px;
    transition: 0.4s;
    justify-content: center;
    align-items: center;
}	
#m-m-c-nav ul {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
#m-m-c-nav ul li {
    height: auto;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 10px 0;
    border-bottom: dotted 1px #CCC;
}
	
#m-m-c-nav ul li:nth-child(7) {
		display: none;
}
	
#m-m-c-nav ul li:last-child() {
	border: none;
}
#m-m-c-nav ul li a {
    box-sizing: border-box;
    width: 100%;
	height: auto;
	color: #4C4E5F!important;
}
	
#m-m-p-c-nav ul {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
#m-m-p-c-nav ul li {
    height: auto;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    padding: 10px 0;
    border-bottom: dotted 1px #CCC;
}
	
#m-m-p-c-nav ul li:nth-child(7) {
		display: none;
}
	
#m-m-p-c-nav ul li:last-child() {
	border: none;
}
#m-m-p-c-nav ul li a {
    box-sizing: border-box!important;
    width: 100%!important;
	height: auto!important;
	color: #4C4E5F!important;
}	
	
	#p-l-n-tij{
		display: none;
	}
	
	#p-l-n-hp{
		display: none;
	}
	
.p-l-c-img {
    width: 100%;
	height: 1px;
    margin: 0 auto 0!important;
    padding: 0!important;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	justify-content: center;
	transition: .4s;
}
	
.p-l-c-img a {
    width: 80%!important;
    margin: 0 auto 0!important;
    padding: 0!important;
    display: flex!important;
    flex-direction: column!important;
	overflow: hidden!important;
	color: #4A4E5D!important;
	text-decoration: none;
	
}	
	
.p-l-c-img a img {
    width: 80%!important;
    margin: 10px auto!important;
}
	
#close-sec-nav-pnael {
    position: fixed;
    top: 4px;
    right: 4px;
    display: block;
    width: 70px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    transition: .5s;
}	

/*  --手機選單結尾--  */
	
.scroll-d-pc {
    display: none;
}
    
.scroll-d-mb {
    width: 12px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 288;
}
#social-link-panel {
	display: none;
}
	
#social-link-mb-panel {
	display: flex;
}	
	
#social-link-mb-panel img {
	transform: scale(0.8);
	display: flex;
}	
#social-link-product-panel img {
	transform: scale(0.8);
	display: flex;
}		
	
#mb-menu-button-panel {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
	
	
	
#mb-menu-button-panel img {
    width: 36%;
}	
	
#mb-menu-button-gray {
	display: none;
}	


#product-link-nav-content span {
    display: flex;
    font-size: 36px;
    line-height: 68px;
    width: 100%;
    box-sizing: border-box;
	color: #009c8d;
    /* border-bottom: solid 1px #CCC; */
    padding-bottom: 12px;
	align-items: center;
}

#header-panel-pages p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
}
#about-introduce-content {
	margin-top: 38px;
}	
#certification-panel .col2-01 {
    box-sizing: border-box;
    padding: 0 10%;
    text-align: center;
    margin-bottom: 38px;
}
	
#profession-solution-content .col3-panel {
    box-sizing: border-box;
    padding: 38px 0 68px 0;
    display: flex;
    flex-direction: column;
}	

#profession-solution-content .col3-panel div {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}	
	
	
	
	
#header-menu {
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0 5%;
    box-sizing: border-box;
    height: 60px;
    z-index: 3;
    border-bottom: solid 1px #ffffffad;
    display: flex;
    align-items: center;
    justify-content: space-between;
}	

	.header-menu {
		background-color: #FFF;
		position: fixed;
	}
	
#logo-style01 {
	width: 88px;
}
#logo-style01 img{
	width: 100%;
}
#header-container-index {
    width: 100%;
    height: 100dvh;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 12%;
}
.index-head-title-image {
    display: none;
}

.index-head-title-image-mb {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#header-panel-index h1 {
    font-size: 20px;
    line-height: 30px;
    background-image: linear-gradient(45deg, #FFF, #FFF);
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}
#header-container-content p {
    font-size: 14px;
	line-height: 22px;
    font-weight: 400; 
}	
#header-container-content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#h-c-c-play-btn {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
}	
    

.h-m-l-content {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}
#h-m-l-c-tij {
    width: 80%;
    height: 100px;
	margin: 20px 0;
    background-image: url(../images/header_mov_link_img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#h-m-l-c-hp {
    width: 80%;
    height: 100px;
    background-image: url(../images/header_mov_link_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}	
	
#about-introduce-panel > .col2-panel {
    width: 100%;
    max-width: 1148px;
    margin: 38px auto 0;
}	
#product-panel {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
#product-feature-index {
    margin-top: 38px;
}
#stable-span {
    /* margin: 48px 0 28px 0; */
    box-sizing: border-box;
    padding: 48px 0 28px 0;
}
	
.new-img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    border-radius: 3px;
    overflow: hidden;
}
	
.new-content {
    padding: 0 10%;
}	
	
	
#professional-cms-div {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
}

#sinletai-group-panel {
    width: 100%;
    height: 48vh;
    margin-top: 88px;
    padding: 0;
    background-image: url(../images/sinletai-group-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#profession-solution-panel {
    width: 100%;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 58px 0 0 0;
}	
	
	#col3-panel-02 {
		margin: 50px 0 0 0;
	}
	
	#col3-panel-03 {
		margin: 40px 0 0 0;
	}
	
#recommended-product-content .col4-panel {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 38px;
    flex-wrap: wrap;
}
	
	
#recommended-product-content .col4-panel > div {
	width: 50%;
    display: flex;
    flex-direction: column;
}	
	
.r-p-c-content {
    width: 100%;
    height: 180px;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    overflow: hidden;
}	
#distrivution-panel-contetnt {
    width: 80%;
    text-align: center;
    box-sizing: border-box;
}	
#sinletai-group-content2 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
/* -- New start -- */
	
#news-pages-panel {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
}
	
#n-p-p-main-content-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 68px 0 0 0;
}	

	
#n-p-p-main-content-panel article {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 5%;
    align-items: center;
    text-align: center;
}
#n-p-p-main-content-panel article img {
    width: 100%;
    margin-bottom: 20px;
}
	
#n-p-p-main-content-panel article h1 {
    margin-bottom: 20px;
}	
	
#n-p-p-main-content-panel article p {
    margin-bottom: 10px;
}
#news-list-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 10%;
}

.news-list-container img {
    width: 88%;
}
	
.news-list-content {
    width: 94%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 3%;
    margin-top: 20px;
}
	
#news-list-panel > div {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: dotted 1px #CCC;
    flex-direction: column;
    align-items: center;
}
	
#news-list-panel > div:hover {
	background-color: #f5fafa;
}		

#n-p-p-asidepanel {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 28px 5% 0 5%;
}	
#n-p-p-asidepanel {
    width: 100%;
    display: flex;
    flex-direction: column;
}	
#n-p-p-asidepanel h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}	
#n-p-p-asidepanel ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 10px 0;
    align-items: center;
}	
	
#news-aside-recommended-products img {
    width: 88%;
}
	
	
	
	
#series-product-link-panel {
    width: 90%;
    max-width: 1148px;
        margin: 38px auto 58px;
    background-color: #F0F3F8;
    border-bottom: solid 3px #E3E8EF;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 30px;
}	
	
#product-tij-panel .col2-panel {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    box-sizing: border-box;
}
	
	
#product-tij-list-panel {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
}	
.section-subtitle-2 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 24px;
    font-weight: 400;
}
	
	
.list-title-content h1 {
	width: auto;
}	
	
#product-tij-list-content p {
	width: 90%;
	margin: 0 auto;
}	
#product-list-link-panel {
    width: 90%;
    max-width: 1148px;
    margin: 28px auto 0;
    display: flex;
}	
#product-list-link-panel ul li {
    width: calc(100% / 2);
    display: flex;
    box-sizing: border-box;
    padding: 5%;
	font-size: 14px;
}
	
.p-l-l-p-product-panle-img {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f1f6f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tij-demo-panel p {
    width: 80%;
    max-width: 1148px;
    margin: 0 auto 0;
    text-align: center;
}
	
#tij-demo-panel .col5-01 {
    margin-top: 28px;
}	
	
	
.aside-news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: dotted 1px #CCC;
    align-items: center;
    text-align: center;
}	
	
	
	
.aside-contact {
    width: 90%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f5fafa;
    box-sizing: border-box;
    padding: 20px;
    margin: 20px auto 0;
    text-align: center;
}

	
#slider-panel {
    width: 100%;
    margin: 38px 0;
}
	
.slider-for img {
	height: 220px;
}
	
#product-benefits-content ul {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
}	
	
#product-benefits-content ul li {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
    flex-direction: column;
    border-right:none;
    align-items: center;
	margin: 20px auto;
}	

	
#product-specification-panel {
    width: 80%;
    max-width: 908px;
    margin: 0 auto;
}	
	
#product-benefits-content ul li p {
    width: 68%;
    font-size: 14px;
    line-height: 24px;
}

	
	.specification-table {
		font-size: 12px;
	}	
	
.specification-table tr td {
	border: solid 1px #CCC;
	border-collapse:collapse;
	box-sizing: border-box;
	padding: 5px 10px;
}
	
.specification-table tr td:nth-child(1) {
    width: 10%!important;
    color: #009c8d;
    font-size: 12px;
    font-weight: 400;
}
	
#header-menu-product-panel {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0 28px;
    box-sizing: border-box;
    height: 60px;
    z-index: 3;
    border-bottom: solid 1px #ffffffad;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    box-shadow: 0px 12px 34px 1px rgba(152, 180, 219, 0.34);
    -webkit-box-shadow: 0px 12px 34px 1px rgba(152, 180, 219, 0.34);
}	

.p-l-n-c-w80 {
	width: 80%!important;
}	

	
	
#ink-link-series-content a {
    display: block;
    box-sizing: border-box;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    margin: 0 10px;
    color: #008fa5;
    border: solid 1px #008fa5;
    border-radius: 3px;
    text-align: center;
    height: 68px;
}	
	
	
	
#product-ink-one-image-panel {
	margin: 38px auto;
}	
	
.product-feature-container-panel {
    width: 100%;
    max-width: 1148px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.product-feature-container-panel > div {
    width: 80%;
    box-sizing: border-box;
    padding: 16px 30px 0 30px;
    border-left: solid 2px #3979b5;
    margin: 38px auto 0;
    background-color: #f6f6f6;
}
.product-feature-container-panel strong {
    font-size: 24px;
    line-height: 34px;
    color: #009c8d;
    display: block;
    margin-bottom: 10px;
}	

    
.col5-panel {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 0 0 68px 0;
    background-color: #fafafa;
}

.col5-panel ul {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    padding: 38px 0;
    flex-direction: column;
}

.col5-panel ul li {
    width: 90%;
    max-width: 1148px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 18px 20px;
    align-items: center;
} 
    
    
.product-feature-icon-img-w {
    width: 48%;
    margin-bottom: 16px;
}  
    
    
    
#scrolltop_container {
    width: 60px;
    bottom: -8px;
    right: 8px;
    position: fixed;
    z-index: 288;
    display: none;
}
    
    #p-l-n-ink {
        display: none;
    }

/* OwnJp樣式 */

.index-product-section {
    width: 80%;
    max-width: 1160px;
    margin: 0 auto 0;
}
.index-product-section-main-image {
    display: none;
}

.index-product-section-main-image-mb {
    display: block;
    width: 100%;
}

.i-p-s-m-i-mb-01 {
    margin-top: 48px;
}

.handheld-information-mb {
    margin-top: 38px;
}

.index-product-section-feature-icon {
    width: 30%;
}
.index-product-section-feature-col4 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-product-section-feature-col4 ul li {
    width: 45%;
}

.index-series-product-container-title {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 58px;
    text-align: center;
}

.index-product-section h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #000;
}

.index-product-section-feature-col3 ul li {
    width: 45%;
}

.index-product-section-feature-col3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-series-product-container {
    width: 80%;
    max-width: 1160px;
    margin: 0 auto 0;
}
.index-series-product-container ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.index-series-product-container ul li {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 58px;
}

.index-series-product-container ul li:last-child {
    margin-bottom: 0;
}

.mb-hide-series-product-img {
    display: none!important;
}

.ownjp-product-feature-container {
    width: 80%;
    max-width: 1160px;
}

.ownjp-section-h2 {
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #000;
}

.ownjp-product-feature-container .ownjp-section-subtitle {
    margin: 15px 0 48px 0;
}

.ownjp-product-feature-container ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ownjp-product-feature-container ul li {
    width: 100%;
    border-radius: 10px;
    display: flex;
    padding: 50px;
    margin-bottom: 58px;
    box-sizing: border-box;
    box-shadow: 4px 5px 15px 0px #c5c5c5;
    -webkit-box-shadow: 4px 5px 25px 0px #eeeeee;
    flex-direction: column;
    align-items: center;
}

.ownjp-product-feature-container ul li:last-child {
    margin-bottom: 0;
}

.ownjp-print-demo ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ownjp-print-demo ul li {
    width: 50%;
}

.ownjp-partner-container h2 {
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #FFF;
    text-align: center;
}

.ownjp-partner-content {
    width: 90%;
    max-width: 1160px;
    margin: 38px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ownjp-partner-logo {
    width: 40%;
}

.ownjp-partner-content hr {
    width: 25%;
    border: solid 1px #07c3c0a1;
}
    
.ownjp-distribution-content h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 68px;
    letter-spacing: 2px;
    /* display: none; */
}    

/*  ownjp 手機選單  */


.ownjp-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ffffffad;
    z-index: 8;
    padding: 0 15px;
}
.ownjp-nav-wrap-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    background-color: #FFF;
    border-bottom: solid 1px #ffffffad;
    box-shadow: rgb(115 192 173 / 34%) 0px 12px 34px 1px;
    z-index: 8;
    padding: 0 15px;
}

.ownjp-nav-logo > img {
    width: 45%;
}
.mb-menu-button-panel {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-introduce-panel {
    padding: 0;
    width: 80%;
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}
.ownjp-about-container-01 {
    width: 100%;
    max-width: 1160px;
    margin: 38px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ownjp-about-container-col2-left {
    width: 100%;
    height: 220px;
    position: relative;
}
.ownjp-about-container-col2-right {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 38px;
}
.ownjp-about-container-col2-right p {
    margin-bottom: 38px;
}
    
    #about-introduce-panel p {
        font-size: 16px!important;
        line-height: 28px!important;
    }
    #about-introduce-panel div p {
        font-size: 16px!important;
        line-height: 28px!important;
    } 
    
.gray-hr-line {
    width: 90%;
    max-width: 1160px;
    color: #e8e8e8;
    margin: 58px auto;
}  
    
.ownjp-about-feature-col3-content h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 2px;
    color: #000;
}    
.ownjp-about-feature-col3-container {
    width: 80%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
    
.ownjp-about-feature-col3-content ul {
    width: 100%;
    margin: 38px 0 58px 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}    
    
.ownjp-about-feature-col3-content ul li {
    width: 100%;
    /* background-color: #D9D9D9; */
    text-align: left;
    margin-bottom: 28px;
    text-align: center;
} 
    
.ownjp-about-feature-col3-content ul li:nth-child(3) {
    margin-bottom: 0;
}     
    
.ownjp-certification-container {
    margin: 58px auto 0;
    padding: 0;
}
    
.ownjp-certification-content {
    width: 80%;
    max-width: 1160px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
}   
    
.ownjp-certification-content-left h2 {
    font-size: 36px;
    line-height: 48px;
}    
    
.ownjp-certification-content-left {
    width: 100%!important;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
}   
    
.ownjp-certification-content-right {
    width: 100%!important;
    padding-top: 58px;
} 
    
.ownjp-distribution-container {
    width: 100%;
    margin: 58px 0 0 0;
    background-image: url(../images/distribution_background.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    
.ownjp-distribution-content {
    width: 80%;
}  
    
.ownjp-page-recommend-series-product-container {
    width: 100%;
    margin: 0;
    padding: 10%;
    background-image: url(../images/ownjp_recommend_product_background.jpg);
    background-size: cover;
}
    
.ownjp-page-recommend-series-product-content {
    width: 100%;
}    
    
.ownjp-page-recommend-series-product-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}    
  
.ownjp-page-recommend-series-product-content ul li {
    width: 100%;
    position: relative;
}
    
.ownjp-page-recommend-series-product-content-title h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 2px;
    color: #000;
}
    

    
.ownjp-page-recommend-series-product-content ul li {
    width: 100%;
    position: relative;
    margin-bottom: 38px;
    margin-top: 0;
}
    
.ownjp-page-recommend-series-product-content ul li:nth-child(1) {
    margin-bottom: 0;
}    
    
.ownjp-page-recommend-series-product-content ul li:nth-child(4) {
    margin-top: 0;
}     
 
.ownjp-recommend-series-product-support {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    flex-direction: column;
}    
    
.ownjp-support-man {
    width: 100%;
    display: flex;
} 
    
.ownjp-recommend-series-product-support-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 38px 0;
    align-content: center;
    text-align: center;
}  
    
.ownjp-support-link {
    width: 100%;
    display: flex;
    margin-top: 28px;
    justify-content: center;
} 

.ownjp-application-description-container {
    width: 80%;
    text-align: center;
}

.ownjp-application-content h1, .ownjp-application-content h2 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 2px;
}

.ownjp-application-category-container ul {
    width: 100%;
    margin: 0;
    padding: 0 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    border-bottom: solid 1px #d3d3d3;
    overflow: scroll;
}

.ownjp-application-demo-content {
    width: 80%;
}

.ownjp-application-demo-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ownjp-application-demo-content ul li {
    width: 45%;
    aspect-ratio: 9 / 8;
    margin: 0 0 28px 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #bbbbbb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(157, 188, 181, 0) 0px 12px 34px 1px;
    transition: .4s;
}  
    
/* 選單 第一樣式 */
.ownjp-nav-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    z-index: 6;
    background-image: url("../images/nav_lav2_background_mb.jpg");
    background-size: cover;
}
.ownjp-nav-container > ul {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ownjp-nav-container > ul > li {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}
.ownjp-nav-container > ul > li > a {
    width: 50%;
    height: fit-content;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #242424 !important;
    transition: .4s;
    border-bottom: dotted 1px #bbbbbb;
    justify-content: center;
}
.ownjp-nav-container > ul > li:nth-last-child(1) > a {
    border-bottom: none;
}

/* 選單 第二樣式 */
.ownjp-nav-container-2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    z-index: 6;
    background-image: url("../images/nav_lav2_background_mb.jpg");
    background-size: cover;
}
.ownjp-nav-container-2 > ul {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ownjp-nav-container-2 > ul > li {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}
.ownjp-nav-container-2 > ul > li > a {
    width: 50%;
    height: fit-content;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #242424 !important;
    transition: .4s;
    border-bottom: dotted 1px #bbbbbb;
    justify-content: center;
}
.ownjp-nav-container-2 > ul > li:nth-last-child(1) > a {
    border-bottom: none;
}
    
/* 選單 第三樣式 */
.ownjp-nav-container-3 {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    z-index: 6;
    background-image: url("../images/nav_lav2_background_mb.jpg");
    background-size: cover;
}
.ownjp-nav-container-3 > ul {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ownjp-nav-container-3 > ul > li {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}
.ownjp-nav-container-3 > ul > li > a {
    width: 50%;
    height: fit-content;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #242424 !important;
    transition: .4s;
    border-bottom: dotted 1px #bbbbbb;
    justify-content: center;
}
.ownjp-nav-container-3 > ul > li:nth-last-child(1) > a {
    border-bottom: none;
}    

/* 選單樣式 end */


.ownjp-social-nav-container {
    width: 100%;
    position: fixed;
    right: 0;
    top: calc(100% / 2 + 228px);
    display: flex;
    justify-content: center;
}

.close-ownjp-nav-container-lv1 {
    position: fixed;
    top: 4px;
    right: 4px;
    display: block;
    width: 70px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    transition: .5s;
}

.open-ownjp-nav-container-lv1{
    height: 100%;
    position: fixed;
    right: 20px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/*  ownjp 第二層lv2 手機選單  */
.ownjp-nav-container-lv2 {
    display: none;
    z-index: -1;
}

.ownjp-nav-container-lv2-link{
    display: none!important;
}

.ownjp-nav-container-lv2-product-category-title {
    display: none!important;
}

.close-ownjp-nav-container-lv2 {
    position: fixed;
    top: 4px;
    right: 4px;
    display: block;
    width: 70px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    z-index: 888;
    transition: .5s;
}

.mb-product-categories {
    position: fixed;
    width: 100%;
    height: 80vh;
    top: 10vh;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 889;
}
    .mb-product-categories ol {
        width: 100%;
        height: 100%;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

.mb-product-categories ol li {
    width: 100%;
    height: calc(100% / 3);
    overflow: hidden;
}

.mb-product-categories ol li img {
    width: 100%;
    object-fit: cover;
}
    
.mb-product-categories ol li a {
    width: 100%!important;
    height: 100%!important;
}
    
    .mb-product-categories ol li a {
        width: 78% !important;
        height: 90% !important;
        margin: 0 auto;
        border-radius: 10px;
        display: flex;
        position: relative;
        overflow: hidden;
    }  
    
.mb-product-categories ol li a > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(210,210,210,0.60);
}      


/*  ownjp選單-end  */



    
#footer-panel {
    width: 100%;
    margin: 0 auto 0;
	padding-top: 68px;
    display: flex;
    flex-direction: column;
}
#footer-panel > p {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0 5%;
    text-align: center;
}
#footer-panel-form-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    display: table;
    padding: 20px 0;
}
	
#footer-panel-form {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
	padding: 0 5% 0 10%;
}	
#footer-panel-map {
    width: 100%;
    box-sizing: border-box;
    padding: 38px 0 0 0;
}
	
#footer-info-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
#footer-info-panel > div {
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0 0 0;
}
#footer-panel-02 > p {
    width: 80%;
    margin: 20px auto 0;
    display: block;
    text-align: center;
}	
.f-i-c-panel-row1 {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	
.f-i-c-panel-row1 > div:nth-child(1) {
    margin: 28px 0;
}

	
.f-p-col3 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 25px 0 0;
}	
#n-p-p-main-content-panel-02 {
    width: 100%;
    box-sizing: border-box;
    padding: 58px 5% 0 5%;
}
	
#footer-panel-form-contact .f-p-col2 > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 10px;
}
#footer-panel-form-contact .f-p-col3 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}	

	
#footer-panel-form-contact #footer-panel-form-submit {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 10px;
}	
#ocd-panel {
    width: 95%;
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 6% 8%;
    margin: 0 auto 58px;
}
#footer-panel-form-submit {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 8% 0 0;
}	
#footer-panel-form-submit input {
	width: 100%;
}

#footer-panel-form-submit input:hover {
	width: 100%;
}	
	
#footer-panel-form-submit-02 input {
	font-size: 16px;
	box-sizing: border-box;
	width: 100% !important;
	height: 44px;
	text-align: center;
	/*line-height: 42px;*/
	text-decoration: none;
	color: #FFF;
	background: rgb(3,71,143);
	background: linear-gradient(312deg, rgba(48,137,194,1) 0%, rgba(3,71,143,1) 100%);
	border-radius: 3px;
	box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
	-webkit-box-shadow: 3px 7px 15px 1px rgb(86 189 237 / 40%);
	border: none;
	border-radius: 3px;
	transition: 0.4s;
}

#footer-panel-form-submit-02 input:hover {
	box-sizing: border-box;
	width: 100% !important;
	height: 44px;
	text-align: center;
	/*line-height: 42px;*/
	text-decoration: none;
	color: #FFF;
	background: rgb(0,48,98);
	background: linear-gradient(312deg, rgba(3,71,143,1) 0%, rgba(0,48,98,1) 100%);
	border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: 0.4s;
}	

.footer-panel-form-submit {
    width: 50%;
}
.footer-panel-form-submit input {
    width: 100%;
}
.ownjp-contact-information-container {
    width: 80%;
    margin: 0 auto;
}
.ownjp-contact-information-container-col-2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
}
.ownjp-contact-information-container-col-2 div:nth-child(1) {
    margin-bottom: 30px;
}

#copyright {
    width: 100%;
    margin-top: 0px;
    display: flex;
    background-color: #dfdfdf;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
}	
/* -- END -- */

}	