@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 85%;
    margin: 0 auto;
}

/* .container1 {
    max-width: 1200px;
    margin: 0 auto;
}

/* .wrap {
    margin-top: 71px;
    background-color: #f5f5f5;
} */

.text-00a190 {
    color: #00a190;
}

.bg-00a190 {
    background-color: #00a190;
}

.border-00a190 {
    border-color: #00a190;
}

.text-0083af {
    color: #0083af;
}

.bg-0083af {
    background-color: #0083af;
}

.border-0083af {
    border-color: #0083af;
}

.text-092866 {
    color: #092866;
}

.border-092866 {
    border-color: #092866;
}

.bg-092866 {
    background-color: #092866;
}

.text-0d57a2 {
    color: #0d57a2;
}

.bg-0d57a2 {
    background-color: #0d57a2;
}

.border-0d57a2 {
    border-color: #0d57a2;
}

.text-efefef {
    color: #efefef;
}

.bg-efefef {
    background-color: #efefef;
}

.border-efefef {
    border-color: #efefef;
}

.text-dcf1f9 {
    color: #dcf1f9;
}

.bg-dcf1f9 {
    background-color: #dcf1f9;
}

.border-dcf1f9 {
    border-color: #dcf1f9;
}

.text-ededed {
    color: #ededed;
}

.bg-ededed {
    background-color: #ededed;
}

.border-ededed {
    border-color: #ededed;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

/*loading*/

/*headroom*/
.headerbox {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    /* box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), transparent);
}

.headroom--unpinned,
.headroom--pinned {
    /* background-color: #000000; */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent);
    /* box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2); */
}

.headroom--top {
    background-color: transparent;
    /* box-shadow: 0 0px 0px 0px rgb(0 0 0 / 0); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), transparent);
}

.menu {
    display: flex;
    /* background-color: #ffffffd0; */
    /* border-radius: 25px; */
    /* padding: 10px; */
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

/* .menu li {
    position: relative;
} */

.menu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>li>a {
    border-color: transparent;
    border-radius: 25px;
    border-width: 2px;
}

.rwdmenulist li a {
    padding: 0px;
}

.rwdmenuli2 a {
    padding: 0px !important;
}

.rwdmenulist li {
    position: relative;
}

.rwdmenulist a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rwdmenulist>li>a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwdmenulist .rwdmenuli::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.rwdmenulist .rwdmenuli2::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.menubox .menuli {
    display: inline-block;
    position: relative;
}

.menubox .menuli::before,
.menubox .menuli2::before {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    /* height: 2px; */
    left: 0;
    bottom: 0;
}

/* .menubox .menuli:hover::before,
.menubox .menuli .active::before,
.menubox .menuli2:hover::before,
.menubox .menuli2 .active::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #ff0080 0%, #0a24f3 100%);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
} */

.language {
    position: absolute;
    bottom: -30px;
    left: 5px;
}

.language {
    display: none;
}

.change:hover .language {
    display: block;
}

.menubox li {
    /* position: relative; */
    font-weight: 500;
}

.menubox li a,
.menubox li>div,
.menuwrd {
    border-bottom-color: transparent;
    border-bottom-width: 0.5px;
    padding-bottom: 4px;
}

.menubox li a.active,
.menubox li a:hover,
.menubox li>div:hover,
.menuwrd:hover {
    border-bottom-color: #fff;
    border-bottom-width: 0.5px;
    padding-bottom: 4px;
}

.down2 {
    display: none;
}

.menubox li .menuwrd:hover .down2 {
    display: block;
}

.menubox li .menuwrd:hover .down1 {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none; */
    position: absolute;
    background-color: #ffffffe7;
    border-radius: 5px;
    /* width: 100%; */
    width: 140px;
    top: 45px;
    left: 0%;
    /* margin: 4px 0px; */
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.4s;
    z-index: 1;
    /* left: calc((100% - 100px) / 2); */
}

.dropdown:hover .dropdown-content {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.4s;
}

.dropdown-content:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.dropdown-content a {
    color: #000;
    padding: 0px 0px;
    text-decoration: none;
    display: block;
    /* font-size: 14px; */
}

.dropdown-content.active {
    display: block;
}

.dropdown-content>li>a {
    background-color: transparent;
    transition: background-color 0.3s;
}

.dropdown-content>li>a:active,
.dropdown-content>li>a:focus {
    background-color: transparent;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background-color: #0083af;
}

.active+.panel {
    max-height: 1000px;
}

.downbtn {
    position: absolute;
    top: 40%;
    right: 32%;
}

.downbtn2 {
    position: absolute;
    top: 50%;
    right: 0px;
}

.techwrd {
    color: #000;
    /* background-color: #969696; */
}

.techwrd:hover,
.techwrd.active,
.menubox li a.active .techwrd {
    color: #696969;
    /* background-color: #06aaea; */
}

/*head*/
.menubox li:hover>[data-toggle='menudrop']~.dropdown-content {
    display: block;
}

.lanbtn-l {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 4px;
}

.lanbtn-r {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 4px;
}

.lanact {
    background-color: transparent;
    border-color: #00a190;
    border-width: 1px;
}

.lanact.active,
.lanact:hover {
    background-color: #00a190;
    border-color: #00a190;
    border-width: 1px;
}

.rwdlanact.active {
    color: #0083af;
}

/*inxwhitebot*/
.banner-content {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    z-index: 10;
}

.banner-first {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.banner-first video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-second {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    opacity: 0;
    /* visibility: hidden; */
    transition: opacity 0.5s ease;
    display: block;
    align-items: center;
    justify-content: center;
}

.banner-second.active {
    opacity: 1;
}

/* 白色圓點遮罩 */

.whitebot,
.loadingbot {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    border-radius: 100%;
    width: 0%;
}

.whitebot::before,
.loadingbot::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

/* 為了視覺效果更明顯 */
.placeholder-video {
    background: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

/* 後續內容區塊 */
.content-section {
    position: relative;
    min-height: 100vh;
    /* height: 2000px; */
    background: #292929;
    /* color: white; */
    /* padding: 4rem 2rem; */
    /* z-index: 4; */
    background: url('/assets/frontend/img/index/indexbg.png') no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    /* margin-top: -100vh; */
    z-index: 20;
}

/*soon*/
.soonbg {
    background: url(/assets/frontend/img/index/indexbg.png) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

/*index*/
.bannervideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.bannerwrd {
    position: absolute;
    width: 15%;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate3d(30%, -100%, 0px);
    width: 27vw; */
    z-index: 2;
}

.bg {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* .abscontent {
    position: relative;
    margin-top: 100vh;
    z-index: 3;
} */

.inxblack {
    background-color: #0000009a;
    height: 100%;
    width: 100%;
}

.inxaboutbg {
    background: url('/assets/frontend/img/index/aboutbg2.png') no-repeat right center;
    background-size: contain;
    height: 100%;
    width: auto;
    right: 0;
    position: relative;
    z-index: 0;
}

.aboutabs {
    position: absolute;
    right: -10%;
    top: 20%;
}

button:hover .inxreadbtn,
a:hover .inxreadbtn {
    background-color: #fff;
    color: #000;
    transition: all 0.52s ease;
}

button:hover .inxtechbtn,
a:hover .inxtechbtn {
    border-color: #00a190;
    background-color: #ffffff;
    color: #00a190;
    transition: all 0.52s ease;
}

button:hover .inxprobtn,
a:hover .inxprobtn {
    border-color: #0083af;
    background-color: #ffffff;
    color: #0083af;
    transition: all 0.52s ease;
}

.inxtecharr2 {
    display: none;
}

button:hover .inxtecharr2,
a:hover .inxtecharr2 {
    display: block;
}

button:hover .inxtecharr1,
a:hover .inxtecharr1 {
    display: none;
}

:hover.linkbtn .linkwrd {
    color: #00a190;
}

:hover.linkbtn .linkwrd2 {
    color: #0083af;
}

.inxtechbg {
    background: url('/assets/frontend/img/index/inxtechbg.png') no-repeat;
    background-size: cover;
    height: 100%;
    width: auto;
    position: relative;
    z-index: 0;
}

.techbgblock {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    height: 500px;
    width: 800px;
    margin-top: -150px;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.rbm1 {
    background-color: #00a190;
    border-radius: 10px;
    position: relative;
}

.rbm1:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0px 15px;
    border-color: #00a190 transparent transparent transparent;
}

.rbm2 {
    background-color: #0083af;
    border-radius: 10px;
    position: relative;
}

.rbm2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0px 15px;
    border-color: #0083af transparent transparent transparent;
}

.rm1bg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55) 9%,
            rgba(0, 0, 0, 0.55) 42%,
            rgba(0, 161, 144, 0.55) 100%);
}

a:hover .rm1bg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55) 9%,
            rgba(0, 0, 0, 0.55) 42%,
            rgba(0, 161, 144, 0.8) 100%);
}

.rm2bg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55) 9%,
            rgba(0, 0, 0, 0.55) 42%,
            rgba(0, 131, 175, 0.55) 100%);
}

a:hover .rm2bg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55) 9%,
            rgba(0, 0, 0, 0.55) 42%,
            rgba(0, 131, 175, 0.8) 100%);
}

.procir {
    border-width: 1px;
    border-color: transparent;
    padding: 4px;
    border-radius: 50%;
}

.procir.active {
    border-width: 1px;
    border-color: #ffffff;
    padding: 4px;
    border-radius: 50%;
}

.protitle {
    background: url('/assets/frontend/img/index/newprobg.png') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 189px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*字效果*/
/* .en .parent {
    overflow: hidden;
    display: unset;
}

.en .child {
    display: inline-block;
    transform: translateY(50%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.en.visible .child {
    transform: translateY(0);
    opacity: 1;
} */

/* .parent 用來包裹子元素，並隱藏超出範圍的部分 */
.en .parent {
    overflow: hidden;
    /* 隱藏文字移動過程中的超出部分 */
    display: block;
    /* 使用 block 或 flex 設定容器顯示方式 */
}

/* .child 初始狀態，讓文字從下方開始 */
.en .child {
    display: inline-block;
    transform: translateY(50%);
    /* 初始位置設置在下方 */
    opacity: 0;
    /* 初始狀態隱藏 */
    transition: transform 1s ease-out, opacity 1s ease-out;
    /* 設定過渡效果 */
}

/* 當 .en 顯示時，會讓 .child 動畫顯示 */
.en.visible .child {
    transform: translateY(0);
    /* 移動到原本的位置 */
    opacity: 1;
    /* 使文字顯示 */
}

/*about*/

.banner {
    animation: banner 5s ease-in-out forwards;
}

@keyframes banner {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

.pagetopwrd {
    text-shadow: 1px 1px 1px black, 1px 1px 1px rgba(0, 0, 0, 0.281);
}

.pagebotwrd {
    text-shadow: 1px 1px 1px rgb(119, 119, 119),
        1px 1px 1px rgba(119, 119, 119, 0.281);
}

.aboutbannerwrd {
    position: absolute;
    width: 100%;
    top: 40%;
}

.aboutbg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 131, 175, 1) 100%);
}

.aboutblock {
    background: linear-gradient(to right,
            rgba(0, 161, 144, 0.5) 0%,
            rgba(0, 0, 0, 0.5) 61%,
            rgba(0, 0, 0, 0.5) 100%);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.aboutlibg {
    background: radial-gradient(ellipse at center, #ffffff 0%, #0083af 100%);
}

.aboutshotbg {
    background: url('/assets/frontend/img/about/aboutbg.png') no-repeat center bottom;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: relative;
}

/*team*/
.taisec {
    background: url('/assets/frontend/img/team/topbg.png') no-repeat right top;
    background-size: initial;
    height: 100%;
    width: 100%;
    position: relative;
}

.usasec {
    background: url('/assets/frontend/img/team/botbg.png') no-repeat right bottom;
    background-size: initial;
    height: 100%;
    width: 100%;
    position: relative;
}

.usadot {
    position: absolute;
    background: url('/assets/frontend/img/team/dot-02.png') no-repeat right top;
    background-size: initial;
    height: 100%;
    width: 100%;
    top: -35%;
    right: 0;
}

.taibg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 4%,
            rgba(0, 0, 0, 0.35) 6%,
            rgba(0, 0, 0, 0.54) 65%,
            rgba(0, 161, 144, 0.53) 100%);
    border-bottom-right-radius: 80px;
}

.usabg {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 4%,
            rgba(0, 0, 0, 0.35) 6%,
            rgba(0, 0, 0, 0.54) 65%,
            rgba(0, 131, 175, 0.53) 100%);
    border-bottom-left-radius: 80px;
}

/*tech*/
.techbg {
    background: linear-gradient(to bottom,
            rgba(0, 131, 175, 0.55) 0%,
            rgba(0, 0, 0, 0.81) 58%,
            rgba(0, 0, 0, 1) 100%);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.techsec {
    background: url('/assets/frontend/img/tech/topbg.png') no-repeat right top;
    background-size: initial;
    height: 100%;
    width: 100%;
    position: relative;
}

.dirbg {
    background: url('/assets/frontend/img/team/bg-01.png') no-repeat center top;
    background-size: initial;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: sticky;
}

/* .dirbg {
    height: 100dvh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
} */

.techbot {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 65%,
            rgba(0, 131, 175, 1) 100%);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.techbg2 {
    background: linear-gradient(to right,
            rgba(0, 161, 144, 1) 0%,
            rgba(0, 0, 0, 1) 61%);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.techpic2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-130%, -52%, 0);
}

.techpic3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(27%, -53%, 0);
}

.techimg3 {
    width: 100%;
}

/*product*/
.probg {
    position: relative;
    z-index: 1;
}

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.5);
}

.probg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, #0083af 0%, #00a190 100%);
    transform: translate(-50px, -50px);
    z-index: -1;
}

.linenumbg {
    color: #00a190;
    font-size: 20px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 15px;
    box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
}

.baseline {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
}

/*try*/

.makeAlcStepWrap {
    position: relative;
}

.prepareStep_bg {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

/*director*/
.dirsec {
    background: transparent;
    background-size: initial;
    height: 100%;
    width: 100%;
    position: relative;
}

.dirbotbg {
    background: transparent;
    background-size: initial;
    height: 100%;
    width: 100%;
    position: relative;
}

.topchoose.active .topwrd,
.topchoose .topwrd:hover {
    color: #fff;
    background-color: #00a190;
}

.directorline {
    position: relative;
}

.directorline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #00a190;
}

/*pipeline*/
.poprm1bg {
    background: linear-gradient(to bottom, #00a190 1%, #000000 100%);
    border-color: #00a190;
    border-width: 1px;
}

.poprm2bg {
    background: linear-gradient(to bottom, #0083af 1%, #000000 100%);
    border-color: #0083af;
    border-width: 1px;
}

.poprbm1 {
    background-color: #000000;
    border-radius: 10px;
    position: relative;
}

.poprbm1:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0px 15px;
    border-color: #000000 transparent transparent transparent;
}

.pipebotbg {
    background: url('/assets/frontend/img/pipeline/botbg.png') no-repeat bottom;
    background-size: initial;
    height: 100%;
    width: 100%;
    position: relative;
}

/*news*/
.newsbot {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3) 35%,
            rgba(0, 131, 175, 1) 100%);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.newsul li {
    background-color: transparent;
}

.newsul li:hover {
    background-color: #ffffff94;
}

.newstitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newstopwrd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 130px;
}

.newstopwrd2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 160px;
}

.btnbg {
    background-color: #ffffff9f;
}

.prev2 {
    display: none;
}

.pagebtn:hover .prev1 {
    display: none;
}

.pagebtn:hover .prev2 {
    display: block;
}

.pagebtn:hover {
    color: #00a190;
}

.pagenum {
    background-color: transparent;
    border-radius: 50%;
}

.pagenum:hover,
.pagenum.active {
    background-color: #00a190;
    border-radius: 50%;
}

.newsback:hover {
    background-color: #00a190;
    border-color: #00a190;
}

/*contact*/
.optul li {
    border-right-width: 1px;
    border-right-color: #00a190;
}

.optul li:last-child {
    border-right-width: 0px;
    border-right-color: transparent;
}

.formblockbg {
    background-color: #ffffff;
}

.formbot {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 65%,
            rgba(0, 131, 175, 1) 100%);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.formblockimg {
    position: relative;
}

.formblockimg::before {
    content: '';
    position: absolute;
    background: url('/assets/frontend/img/contact/bg-01.png') no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.formbg {
    background: linear-gradient(to bottom,
            rgba(0, 161, 144, 0.75) 0%,
            rgba(0, 0, 0, 0.88) 50%,
            rgba(0, 0, 0, 1) 100%);
    position: relative;
    z-index: 2;
}

:hover.sendbtn {
    background-color: #fff;
    color: #00a190;
    transition: all 0.52s ease;
}

:hover.contactchange {
    color: #99a1af;
}

/*line*/



.line01,
.line02,
.line03,
.line04,
.line05 {
    position: relative;
}

.line01::before {
    content: '';
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 20px;
    width: 80px;
    height: 10px;
    top: 25%;
    left: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: -1;
}

.line01.active::before,
.line02.active::before,
.line03.active::before,
.line04.active::before,
.line05.active::before {
    background-color: #00a190;
}

.line02::before,
.line03::before,
.line04::before {
    content: '';
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 20px;
    width: 200px;
    height: 10px;
    top: 25%;
    left: 0;
    transform: translate3d(-115px, 0px, 0px);
    z-index: -1;
}

.line05::before {
    content: '';
    position: absolute;
    background-color: #c9c9c9;
    border-radius: 20px;
    width: 275px;
    height: 10px;
    top: 25%;
    left: 0;
    transform: translate3d(-115px, 0px, 0px);
    z-index: -1;
}

/*footer*/
.side2 {
    display: none;
}

a:hover .side2 {
    display: block;
}

a:hover .side1 {
    display: none;
}

.footerbox {
    background-color: #000000;
}

.footerul li a:hover {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.reservation {
    position: fixed;
    right: 0;
    bottom: 200px;
}

.gotop {
    position: fixed;
    bottom: 60px;
    right: 10px;
}

.gotop {
    display: none;
    position: fixed;
}

.gotop.active {
    display: block;
    z-index: 20;
}

.footerline {
    position: relative;
}

.footerline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #60606070;
    width: 1px;
    height: 100%;
}

.button-3 {
    background-color: transparent;
    border: 1px solid #606060;
    box-sizing: border-box;
    color: #00132c;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: default !important;
}

.button-3:before {
    background-color: #acacacb9;
    content: '';
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: 5px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
    cursor: default !important;
}

.map:hover a {
    color: #4e84ca;
}

/**
* input number 修飾
*/
@layer utilities {

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

/** 
* articlebox
*/
.articlebox {
    word-break: break-word;
}

.articlebox iframe {
    max-width: 100%;
}

.articlebox img {
    max-width: 100%;
    display: inline-block;
}

.articlebox .youtube-embed-wrapper {
    padding-top: 0 !important;
}

.articlebox iframe,
.articlebox object,
.articlebox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articlebox ul {
    list-style: inside;
}

/* form */
.form-group {
    position: relative;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
}

.has-error span.error {
    color: var(--color-red-500);
    font-size: 11pt;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.has-error input,
.has-error select,
.has-error textarea {
    font-size: 11pt;
    border: 1px solid var(--color-red-600);
}

.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
    border: 1px solid var(--color-red-600);
    outline-color: var(--color-red-600);
}

.mfp-close {
    height: auto;
    line-height: 44px;
    position: relative;
    right: 0;
    top: 0;
    /* right: 20px;
    top: -10px; */
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
}

.mfp-close:active {
    top: 0px;
}

/** 
* magnific-popup
*/

.white-popup {
    position: relative;
    background: #ffffff;
    padding: 40px;
    width: 60%;
    /* max-width: 50%; */
    margin: 20px auto;
    border-radius: 15px;
    /* border-color: #fff; */
    /* border-width: 3px; */
    /* box-shadow: 0px 0px 9px 4px rgb(255, 255, 255); */
}

.rmbg1 {
    background: url('/assets/frontend/img/index/rmbg-1.png') no-repeat center center !important;
    background-size: cover;
}

.rmbg2 {
    background: url('/assets/frontend/img/index/rmbg-2.png') no-repeat center center !important;
    background-size: cover;
}

/* .mfp-bg {
    background: #fff;
} */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* vue */
[v-cloak] {
    display: none;
}

@media screen and (max-width: 1920px) {

    /*tech*/
    .techpic3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-2%, -53%, 0);
    }

    .techimg3 {
        width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    /*tech*/

    .techpic3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-5%, -53%, 0);
    }

    .techimg3 {
        width: 75%;
    }
}

@media screen and (max-width: 1366px) {

    /*tech*/
    .techpic3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-9%, -53%, 0);
    }

    .techimg3 {
        width: 75%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 90%;
        margin: 0 auto;
    }

    /*index*/
    .bannerwrd {
        position: absolute;
        width: 25%;
        z-index: 2;
    }

    /*indexabout*/
    .inxaboutbg {
        background: transparent;
        background-size: auto;
        height: 100%;
        width: auto;
        right: 0;
        position: relative;
        z-index: 0;
    }

    .aboutabs {
        position: absolute;
        right: 0;
        top: 20%;
        display: none;
    }

    .aboutpic {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .techbgblock {
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: #000; */
        height: 300px;
        width: 500px;
        margin-top: -150px;
        display: flex;
        justify-content: center;
        z-index: 1;
    }

    /*pop*/
    .white-popup {
        position: relative;
        background: #fff;
        padding: 35px;
        width: 80%;
        /* max-width: 50%; */
        margin: 20px auto;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    /*tech*/
    .techbg2 {
        background: transparent;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    /*team*/
    .usadot {
        position: absolute;
        background: url('/assets/frontend/img/team/dot-02.png') no-repeat right top;
        background-size: initial;
        height: 100%;
        width: 100%;
        top: -35%;
        right: 0;
        display: none;
    }
}

@media screen and (max-width: 820px) {
    /* .wrap {
        margin-top: 55px;
    } */

    /*header*/
    .menubtn {
        display: flex;
        float: right;
        z-index: 999;
        justify-content: end;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #000000;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    .bannersplide .splide__arrow--next {
        left: 6%;
    }

    .clickdown.active .downbtn {
        transform: rotate(180deg);
    }

    /* .headerbox {
        background-color: transparent;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 50;
        background: transparent;
        background-color: #fff;
    }

    .headroom--unpinned,
    .headroom--pinned {
        background-color: #fff;

    }

    .headroom--top {
        background-color: #fff;
        background: transparent;
    } */

    /*index*/
    .techbgblock {
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: #000; */
        height: 300px;
        width: 500px;
        margin-top: -150px;
        display: flex;
        justify-content: ceter;
        z-index: 1;
    }

    /*about*/
    .aboutblock {
        background: transparent;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    /*contact*/
    .optul li {
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-right-color: transparent;
        border-bottom-color: #00a190;
    }

    .optul li:last-child {
        border-right-width: 0px;
        border-right-color: transparent;
        border-bottom-width: 0px;
        border-bottom-color: transparent;
    }

    /*line*/
    .line01::before {
        content: '';
        position: absolute;
        background-color: #c9c9c9;
        border-radius: 20px;
        width: 10px;
        height: 75px;
        top: 0%;
        left: 50%;
        transform: translate3d(-50px, 10px, 0px);
        z-index: -1;
    }

    .line02::before {
        content: '';
        position: absolute;
        background-color: #c9c9c9;
        border-radius: 20px;
        width: 10px;
        height: 120px;
        top: 0%;
        left: 50%;
        transform: translate3d(-50px, 6px, 0px);
        z-index: -1;
    }


    .line03::before {
        content: '';
        position: absolute;
        background-color: #c9c9c9;
        border-radius: 20px;
        width: 10px;
        height: 100px;
        top: 0%;
        left: 50%;
        transform: translate3d(-50px, 20px, 0px);
        z-index: -1;
    }

    .line04::before {
        content: '';
        position: absolute;
        background-color: #c9c9c9;
        border-radius: 20px;
        width: 10px;
        height: 100px;
        top: 0%;
        left: 50%;
        transform: translate3d(-50px, 20px, 0px);
        z-index: -1;
    }

    .line05::before {
        content: '';
        position: absolute;
        background-color: #c9c9c9;
        border-radius: 20px;
        width: 10px;
        height: 275px;
        top: 0%;
        left: 50%;
        transform: translate3d(-50px, 0px, 0px);
        z-index: -1;
    }
}

@media screen and (max-width: 760px) {}

@media screen and (max-width: 480px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
    }

    .headroom--unpinned,
    .headroom--pinned,
    .headroom--not-top,
    .headroom--bottom {
        /* background-color: #000000; */
        background: #000000;
        /* box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2); */
    }

    /*index*/
    .techbgblock {
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: #000; */
        height: 200px;
        width: 370px;
        margin-top: -150px;
        display: flex;
        justify-content: start;
        z-index: 1;
    }

    .bannerwrd {
        position: absolute;
        width: 35%;
        z-index: 2;
    }

    .protitle {
        background: url(/assets/frontend/img/index/newprobg.png) no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*pop*/
    .white-popup {
        position: relative;
        background: #fff;
        padding: 10px;
        width: 100%;
        /* max-width: 50%; */
        margin: 20px auto;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    /*medicine*/
    .baseline {
        position: absolute;
        top: 0%;
        left: 25%;
        width: 100%;
        height: 100%;
    }

    /*director*/
    .dirsec {
        background: url('/assets/frontend/img/team/dot-01.png') no-repeat left top;
        background-size: initial;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .directorline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background-color: #00a190;
        display: none;
    }

    .dirbg {
        background: transparent;
        background-size: initial;
        background-attachment: fixed;
        height: 100%;
        width: 100%;
        position: sticky;
    }

    .dirbotbg {
        background: url('/assets/frontend/img/team/botbg-02.png') no-repeat right bottom;
        background-size: initial;
        height: 100%;
        width: 100%;
        position: relative;
    }

    /*news*/
    .newstopwrd2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 130px;
    }

    /*line*/

}

@media screen and (max-width: 430px) {

    /*footer*/
    .gotop {
        right: 0px;
    }

    .footerline::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0%;
        background-color: #60606070;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 400px) {}