@charset "utf-8"; 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;	
	-webkit-text-size-adjust: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-spacing: 0;
}
a img {
	border: none;
}
.clean {
    clear: both;
}
.clearfix {
    overflow: auto;
}
img {
    max-width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}
#dmheader_wrap {
    display: none;
}
#dmheader {
    display: none;
}
#backtop {
    z-index: 9999;
    position: relative;
}
body {
    font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
}
#web-outer {
    max-width: 2000px;
    overflow: hidden;
    line-height: 1.8em;
    font-size: 15px;
    position: relative;
    background: #ffc600;
}
#header {
    border-bottom: 5px solid #005eb8;
    padding-bottom: 7px;

}
.header-in {
    background: url('../images/bg-dot.png') #005eb8 20% top no-repeat;
    min-height: 270px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.title-box {
    background: url('../images/bg-slash.png') 72% 92% no-repeat;
    padding-top: 40px;
}
.icon {
    display: inline-block;
    width: 38%;
    text-align: right;
}
.title {
    display: inline-block;
    color: #fff;
    font: bold 80px "微軟正黑體";
    border-bottom: 5px solid #ffc600;
    width: 60%;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    vertical-align: 57%;
}
#main {
    background: url('../images/bg-line.png') #ffc600 top center no-repeat;
    min-height: 800px;
}
#main-nav {
    z-index: 990;
    margin-top: -30px;
}
#block_menu {
    width: 100%;
    text-align: center;
    font-family: "微軟正黑體", "黑體";
    font-weight: 600;
    overflow: hidden;
}
.nav {
    margin: 0 auto;
    height: 60px;
}
.nav li {
    display: inline-block;
    font: 600 24px "微軟正黑體";
    line-height: 60px;
    color: #76b0d5;
    height: 60px;
    margin: 0 30px;
}
.nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    background: #2c83bb;
    color: #76b0d5;
    padding: 0 20px;
    border-radius: 20px;
}
.nav li a:hover,
.nav li a.active {
    background: #00a3e0;
    color: #fff;
}
.active {
    background: #00a3e0;
    color: #fff;
    transform: translate3d(0, 0, 0);
}
.row {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
.table-outer {
    background: #fff;
    border-radius: 15px;
    padding: 40px 15px;
    margin: 30px 0;
}
.subtitle {
    font: 600 20px "微軟正黑體";
    color: #000;
    text-indent: -15px;
}
.subtitle::before {
    content: "-";
    width: 100px;
    height: 18px;
    border-radius: 0 15px 15px 0;
    background: #ffc600;
    color: #ffc600;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 16px;
}
.time {
    font: 600 12px "微軟正黑體";
    color: #000;
    text-align: right;
    line-height: 34px;
}
.cola-tel {
    margin: 20px 0;
    display: block;
}
.cola-tel>li {
    display: flex;
    flex-direction: column;
}
@media (min-width: 700px) {
    .cola-tel>li {
        display: flex;
        flex-direction: row;
    }
}
.cola-tel>li:not(:last-child) {
    margin-bottom: 10px;
}
.cola-tel a {
    color: #000;
}
.cola-tel a:hover {
    color: #00a3e0;
}
.cola-tel p {
    display: inline-block;
    color: #000;
}
.cola {
    box-sizing: border-box;
    background: #ffc404;
    border-radius: 10px 10px 0 0;
    font: 600 18px "微軟正黑體";
    text-align: center;
    padding: 10px 0;
}
@media (min-width: 700px) {
    .cola {
        width: 30%;
        border-radius: 10px 0 0 10px;
        padding: 20px 10px;
    }
}
.domtel {
    box-sizing: border-box;
    background: #f9ebbd;
    font: 500 16px "微軟正黑體";
    text-align: left;
    padding: 20px 10px;
    border-radius: 0 0 10px 10px;
}
@media (min-width: 700px) {
    .domtel {
        display: flex;
        flex-wrap: wrap;
    }
}
.domtel>li:not(:last-child) {
    margin-bottom: 10px;
}
@media (min-width: 700px) {
    .domtel>li:not(:last-child) {
        margin-bottom: 0;
    }

    .domtel>li:not(:last-child):after {
        content: "|";
        color: #ffc404;
        margin: 0 16px;
    }
}
@media (min-width: 700px) {
    .domtel {
        width: 75%;
        border-radius: 0 10px 10px 0;
    }
}
.domtel span {
    display: block;
}
@media (min-width: 700px) {
    .domtel span {
        display: inline-block;
    }
}
.tel-outer {
    display: flex;
    flex-wrap: wrap;
    align-item: stretch;
}
.tel-box {
    border-radius: 10px;
    background: #deeff6;
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
}
.tel-box:nth-of-type(3n) {
    margin-right: 0%;
}
.tel-title {
    background: #89d9f7;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
}
.tel-title span {
    color: #000;
    font: 600 18px "微軟正黑體";

}
.tel-title span::before {
    content: "|";
    background: #fee080;
    color: #fee080;
    width: 4px;
    display: inline-block;
    margin-right: 16px;
}
.tel-contain {
    padding: 15px 40px;
}
.tel-contain li {
    color: #000;
    font: 600 16px "微軟正黑體";
    line-height: 1.8em;
}
.tel-contain li a {
    color: #de700e;
}
.tel-contain li a:hover {
    color: #ffc600;
    line-height: 1.8em;
}
.tel-contain li a+a {
    padding: 0 10px;
}
@media only screen and (max-width:1400px) {
    .title-box {
        background: url('../images/bg-slash.png') 90% 92% no-repeat;
    }

}
@media only screen and (max-width:960px) {
    .title-box {
        background: url(../images/bg-slash.png) right 92% no-repeat;
    }
    .title {
        width: 68%;
    }
    .icon {
        width: 30%;
    }
    .header-in {
        background: #005eb8;
    }
    .tel-box {
        width: 49%;
        margin-right: 2%;
    }
    .tel-box:nth-of-type(3n) {
        margin-right: 2%;
    }
    .tel-box:nth-of-type(2n) {
        margin-right: 0%;
    }
}

@media only screen and (min-width: 769px) {
    #dmheader {
        display: none !important;
    }
}
@media only screen and (max-width:768px) {
    #main-nav {
        display: none;
    }

    .title {
        vertical-align: 40%;
        font-size: 62px;
    }

    .title-box {
        background: url('/images/bg-slash.png') right bottom no-repeat;
        padding-top: 60px;
    }
}

@media only screen and (max-width:630px) {
    .tel-box {
        width: 100%;
        margin-right: 0%;
    }

    .tel-box:nth-of-type(3n) {
        margin-right: 0%;
    }
}

@media only screen and (max-width:568px) {
    .header-in {
        min-height: 240px;
    }

    .icon {
        display: none;
    }

    .title {
        width: 85%;
        margin-left: 15%;
        font-size: 60px;
    }

    .subtitle::before {
        width: 50px;
    }
}


@media only screen and (max-width:480px) {
    .header-in {
        min-height: 210px;
    }

    .title {
        font-size: 54px;
    }

    .title-box {
        padding-top: 50px;
    }

}

@media only screen and (max-width:380px) {
    .title-box {
        background: none;
    }

    .title {
        font-size: 48px;
    }

    .subtitle::before {
        width: 30px;
    }

}

/* 241004 b2b 調整 */
.b2b-style>li a {
    cursor: default;
}

.b2b-style>li:last-child {
    display: none ! important;
}

#dm-header,
.btn-share{
    display: none ! important;
}

.menu-btn {
    top: 5px;
    border-radius: 5px;
    background: rgba(132, 50, 155, 0.7);
    backdrop-filter: blur(8px);
}