/* 共用 */
.title { font-size:1.875rem; color:#003479; font-family: "Arial","微軟正黑體","Microsoft JhengHei", serif; }
.bctop { height:80px; }
.nodata { text-align: center; padding:40px 0px; color:#919191; font-size:1.5rem; }
.nodata .emotion { font-size:6rem; padding-bottom:60px; }
.warning { color:#f00; }

/* 內頁標題 */
.areaTIT { font-size:1.875rem; padding:15px 0px; color:#003479; background-color: #f1f1f1; margin-top:20px; }
/* 內頁外框 */
.areaCONT { border: 2px solid #f1f1f1; padding:30px; background-color:#fff; }

.topbnr { padding-bottom:20px; }

/* 分頁 */
.pgn { text-align:center; }
.pgn .con { display: inline; position: relative; }
.pgn .page { display:inline-block; width:32px; height:32px; border-radius:50px; padding:5px 0px; font-family:Helvetica; }
.pgn .page a { color:#474747; }
.pgn .pbtn {  width:32px; height:32px; border-radius:50px; padding:9px 0px; background-color:#003479; color:#fff; font-size:0.875rem; border:none; }
.pgn .active { background-color:#f39530; color:#fff; }
.pgn .pbtn.nopage { background-color: #c6c6c6; }
.pgn .larr { position: relative; left:-60px; } 
.pgn .rarr { position: relative; right:-60px; }
.pgn .pbtn:not(.nopage):hover { background-color: #f39530; }

/* form */
form:not(.coform) { text-align: left; }
form label { color:#004ea1; }
form label .import { color:#e63126; }
form input:not(.securityInput):not(.noitem):not(.search):not(#UseBonus):not(#PostNo):not(.chkInput),form textarea { width:100%; background-color:#f1f1f1; border:1px solid #e2e2e2; padding:8px 10px; margin-bottom:25px; color:#474747; }
form input#PostNo { background-color:#c6c6c6; border:none; width:100%;  padding:8px 10px; margin-bottom:25px; color:#474747; }
form textarea { resize:none; height:130px; }
form .security { margin-bottom:25px; }
form .change { height:100%; border:none; background-color: transparent; color:#5a90d8; white-space: nowrap; }
form .change:hover { color:#fca031; }
form .security img { height:42px; }
form .security .securityInput { width:100%; background-color:#f1f1f1; border:1px solid #e2e2e2; padding:8px 10px; color:#777777; }

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

/* select 改變按鈕圖示 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select:not(.dis) { 
    background: url("./images/arrow.png") no-repeat center center;
    background-position:calc(100% - 20px) 50%;
}

/* ie remove arrow */
select::-ms-expand {
    display: none;
}

.LinkArea { padding-top:20px; }
.LinkArea a { display: inline-block; padding-top:20px; color:#28a745; }
.LinkArea a:hover { display: inline-block; padding-top:20px; color:#fac400; }

input.send,
button.send { width:100%; border:none; border-radius: 5px; background-color:#8a7457; color:#ffffff; padding:10px 0px; }
button.send:hover { background-color:#bd9f77; }
button.back { float:right; padding:10px 20px; background-color:#262626; color:#fff; border-radius:5px; width:160px; border:none; }
button.back:hover { background-color:#fca031; color:#fff; }
button.back i { font-size:1.5rem; float:left; } 

/* 公版 標題描述 */
.publicArea { padding:30px; background-color: #fff; border:4px solid #f1f1f1; margin:20px 0px 40px 0px; }
.publicArea .title { padding-bottom:30px; border-bottom:2px solid #f1f1f1; }
.publicArea .subtitle { text-align:left; color:#474747; }

/* icon */
.plink .icon { float:left; padding:6px 0px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.plink .icon .pic { width:32px; height:32px; background-color:#004ea1; color:#fff; text-align:center; padding:8px 0px; border-radius: 50px; margin-right:20px; }
.plink .icon .pic:hover { background-color:#fca031; color:#fff;  }
.plink.pshare .icon .pic { background-color:#262626; color:#fff; }
.plink.pshare .icon .pic:hover { background-color:#fca031; color:#fff; }
.plink .icon .lineImg .pic { display: block; background:url("./images/icon_line.png") no-repeat center center; background-size:16px; background-color:#004ea1; }
.plink .icon .lineImg .pic:hover { background:url("./images/icon_line.png") no-repeat center center; background-color:#fca031; background-size:16px; }
.plink.pshare .lineImg .pic { background-color:#262626; }

.contactus .plink .icon .pic { margin:10px 20px 10px 0px; }
.plink .icon div { height:32px; width:32px; margin-right:5px; display:inline-block; }

/* ====== product_list ====== */
.mtop { height:80px; }
.bc .back { float:left; padding:20px 0px; font-size:0.875rem; }
.bc .back a { color:#919191; }
.bc .breadcrumb { background-color:transparent; justify-content: flex-end; padding:20px 0px; margin:0px; }
.bc .breadcrumb li { color:#474747; font-size:0.875rem; }
.bc .breadcrumb li::before { color:#cacaca; }
.bc .breadcrumb a { color:#004aad; }


/* .product { padding:20px 0px 40px 0px; } */
.classname { padding:10px 0px; border-top:2px solid #f1f1f1; justify-content: center;  border-bottom:2px solid #f1f1f1; background-color:#fff; }
.classname.row { margin-left:0px; margin-right:0px; }
.classname .cls { padding:10px 5px; }
.classname a { color:#474747; text-decoration: none; padding-bottom:3px; }
.classname a:hover { color:#0086d4; border-bottom:2px solid #0086d4; }
.classname select,
.classname i { display:none; }
.product .list .pd { margin:25px 0px; }
.product .list .pd .des .pdname { padding:15px 0px; font-size:1rem; color:#020202; }
.product .list .pd .des .price { font-family:"Helvetica"; }
.product .list .pd .des .price1 { color:#004aad; font-size:0.875rem; }
.product .list .pd .des .offer { font-size:1.125rem; font-weight:bold; }
.product .list .pd .des .price2 { color:#ababab; font-size:0.875rem; }
.product .list .pd .des .origin { text-decoration: line-through; }
.product .list .pd .des a { text-decoration: none; }
.product .list .pd .des a:hover .pdname { color: #0086d4; }

/* ====== product_asklist ====== */
.product { padding:20px 0px 40px 0px; }
.product .asklist { padding-top:30px; }
.product .asklist .pd { display: flex; margin-bottom:25px; }
.product .asklist .pd.right { flex-direction: row; }
.product .asklist .pd.left { flex-direction: row-reverse; }
.product .asklist .pd .content { /* flex:0 0 calc(50% + 15px); */ width:calc(50% + 15px); padding:60px; text-align: left; position: relative; background-color: #f6f6f6; }
/* .product .asklist .pd.left .content { border-right:none; }
.product .asklist .pd.right .content { border-left:none; } */
.product .asklist .pd .pimg { /* flex:0 0 calc(50% - 15px); */ width:calc(50% - 15px); overflow: hidden; }
.product .asklist .pd .pimg img { height:100%; object-fit: cover; }

.product .asklist .content .tit { color:#004ea1; font-size: 1.875rem; margin-bottom:40px; }
.product .asklist .content .cont { color:#474747; overflow: hidden; max-height:342px; }
.product .asklist .content .mask { position: absolute; bottom:165px; height:73px; left:0px; right:0px; margin:0px 80px; background:url("./images/pd_bg.png")repeat-x top center; }
.product .asklist .content .plink { position: absolute; bottom:60px; left:0px; right:0px; margin:0px 60px; padding:20px 0px; border-top:1px solid #f7f0e7; }
.product .asklist .content .plink .pask { float:right; color:#8a7457; text-decoration: none; }
.product .asklist .content .plink .pask:hover { color: #bd9f77; }
.product .asklist .mhpgn { height:20px; }

/* ====== product_des ====== */
.pdes { padding:20px 0px 40px 0px; }
.pdes .content { display:flex; align-items:flex-start;  }
.pdes .content .inf { text-align: left; flex:1; margin-left:15px; }
.pdes .content .inf .i_cont { margin:30px; }
.pdes .content .inf .name { color: #020202; font-size:1.875rem; padding:0px 0px 16px 0px; }
.pdes .content .inf .price { font-family:"Helvetica"; padding:10px 0px; }
.pdes .content .inf .price1 { color:#004aad; }
.pdes .content .inf .offer { font-size:2rem; }
.pdes .content .inf .price2 { color:#ababab; }
.pdes .content .inf .origin { text-decoration: line-through; }

.pdes .content .inf .buyform .row select { margin-bottom:20px; }
.pdes .content .inf .buyform select { width:100%; margin:0px; padding:10px; border:1px solid #c6c6c6; color:#474747; }
.pdes .content .inf .f_btn { display:flex; justify-content: space-between; margin:10px 0px;  flex-wrap: wrap; }
.pdes .content .inf .buyform .f_btn .s_quantity { width:28.5%; padding:10px 5px; border:1px solid #c6c6c6; }
.pdes .content .inf .buyform .f_btn .addcar { width:37.5%;  margin:0px; border-radius: 5px; order:1; display:flex; justify-content: center; align-items: center; }
.pdes .content .inf .buyform .f_btn .item { border:none; background-color: #e63126; color:#fff; }
.pdes .content .inf .buyform .f_btn .item:hover { background-color: #fca031; color:#fff; }
.pdes .content .inf .buyform .f_btn .noitem { color:#474747; background-color:#e2e2e2;  }
.pdes .content .inf .buyform .f_btn .flexct { display:flex; display: -webkit-flex; display: -ms-flexbox; -webkit-box-orient: horizontal; justify-content: center; align-items: center; }
.pdes .content .inf .buyform .f_btn .follow { width:25%; padding:10px; border:none; background-color: #004ea1; color:#fff; margin:0px; border-radius: 5px; order:2; }
.pdes .content .inf .buyform .f_btn .follow:hover { background-color: #0086d4; color:#fff; }
.pdes .content .inf .des { padding-top:20px; }

.pdes .content .showimg { padding-left:0px; margin-right:15px; width:calc(50% - 15px); }
/* .pdes .content .showimg .b_img { background: url("./images/img_product1.jpg") no-repeat top center; background-size:cover; height:520px; } */
/* .pdes .content .showimg .pimg { display: flex; justify-content: flex-start; margin-top:30px;  } */
/* .pdes .content .showimg .pimg img { width:auto; height:65px; margin-right:30px; } */

.pdetail .content { margin-bottom:30px; padding:30px; background-color: #fff; border: 4px solid #f1f1f1; }
.pdetail .content .tit { font-size:1.5rem; color:#262626; background-color: #fff; border-bottom:2px solid #f1f1f1; padding:0px 0px 20px 0px; margin-bottom:30px; }
.pdetail .content img { max-height:800px; width:auto; max-width:100%; }
.pdetail .content .des { text-align: left; padding:10px 0px; }

/* ====== news ====== */
.news { padding-bottom:40px; }
.news .new { margin-top:40px; padding:30px; background-color: #fff; border:2px solid #f1f1f1; text-align: left; display:flex; }
.news .new .nc {  border-right:1px solid #f1f1f1; flex:3; padding-left:30px; padding-right:60px; text-align:justify; }
.news .new .nc .newtitle { color:#262626; font-size:1.5rem; }
.news .new .nc .date { color:#ababab; margin-top:5px; margin-bottom:20px; font-size:0.8rem; }
.news .new .nc .content { color:#474747; line-height: 23px; word-break:break-all; }
/* .news .new .nc .content:after { content:'...'; text-align:right; position: absolute; bottom:0; right:0; width:10%; height:1.8em; background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%); } */
.news .new .continue { color:#004ea1; flex:1; display:flex; justify-content: center; align-items:center; position: relative; }
.news .new .continue:hover { color:#f39530; }
.news .new .continue .arrow { position: absolute; right:0; top:50%; transform: translate(0,-50%); font-size:1.3rem; }

.news .imgBase { width:180px; }

/* ====== news_content ====== */
.newscont { text-align: left; }
.newscont .date { color:#ababab; margin:5px 0px; font-size:0.8rem; }
.newscont .newtitle { color:#262626; font-size:1.5rem; padding-bottom:30px; border-bottom:2px solid #f1f1f1; }
.newscont .img { margin-top:30px; }
/* .newscont .img { height:360px; background: url("./images/home_banner_4a.jpg") no-repeat center center; background-size:cover; margin:30px 0px; } */
.newscont .content { margin:40px 0px; color:#303030; word-break:break-all; }

/* ====== about ====== */
/* .about { padding:30px; border:1px solid #f7f0e7; margin:40px 0px; } */
/* .about .title { padding-bottom:30px; border-bottom:1px solid #f7f0e7; } */
.about img { margin-top:40px; }
/* .about .img { height:390px; background: url("./images/home_banner_4a.jpg") no-repeat center center; background-size:cover; margin:30px 0px; } */
.about .content { text-align: left; margin-top:40px; }

/* ====== contactus ====== */
/* .contactus { padding:30px; border:1px solid #f7f0e7; margin:40px 0px; } */
/* .contactus .title { padding-bottom:30px; border-bottom:1px solid #f7f0e7; } */
.contactus .content { display:flex; margin-top:30px; text-align:left; flex-direction: row-reverse; }
.contactus .content > div { flex:1; }
.contactus .inf { padding-right:40px; }
.contactus .inf .company { background-color: #fff; border-left: 4px solid #262626; padding:0px 10px; color:#262626; font-size:1.25rem; }
.contactus .inf .pro { margin-top:30px; }
.contactus .inf .key { color:#004ea1; vertical-align: top; }
.contactus .inf .value { color:#474747; }
.contactus .inf .addr { display: inline-block; }
.contactus .inf .addr .gm a { color:#f39530; text-decoration: underline; font-size:0.875rem; }
.contactus .inf .addr .gm a:hover { color:#fca031; }
.contactus .inf .follow { margin-top:30px; padding-top:20px; border-top:1px dotted #c6c6c6; }
/* .contactus .inf .follow .key { margin-bottom:10px; } */

.contactus .contform { padding-left:20px; }

/* ====== weblink ====== */
.weblink .wl { position:relative; text-align:left; display: flex; padding:30px; margin-top:40px; border:1px solid #ececee; border-bottom:4px solid #ececee; background-color:#fff; }
.weblink .wl .img { width:100px; }
.weblink .wl .des { padding-left:30px; }
.weblink .wl .tit { color:#003479; font-size:1.5rem; padding-bottom:10px; }
.weblink .wl .url { color:#919191; font-size:0.875rem; overflow: hidden; }
/* .weblink .wl .bd { display:none; position: absolute; left:0px; right:0px; bottom:0px; height:4px; background-color:#398b9f; } */
.weblink .wl:hover { border:1px solid #0086d4; border-bottom:4px solid #0086d4; }
/* .weblink .wl:hover .bd { display: block; } */
.weblink .wl:hover .tit,.weblink .wl:hover .url { color:#0086d4; }

/* checkbox style */
.article .check { padding-left:35px; }
.check { display: block; position: relative; padding-left: 30px; margin-bottom: 0px; cursor: pointer; font-size: 1rem; overflow:hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.check input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }/* Hide the browser's default checkbox */
.checkmark { position: absolute; top: 4px; left: 4px; height: 16px; width: 16px; background-color: #eee; border-radius:3px; }/* Create a custom checkbox */
.check:hover input ~ .checkmark { background-color: #ccc; }/* On mouse-over, add a grey background color */
.check input:checked ~ .checkmark { background-color: #474747; }/* When the checkbox is checked, add a blue background */
.checkmark:after { content: ""; position: absolute; display: none; }/* Create the checkmark/indicator (hidden when not checked) */
.check input:checked ~ .checkmark:after { display: block; }/* Show the checkmark when checked */
.check .checkmark:after { left: 6px; top: 3px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }/* Style the checkmark/indicator */

/* ====== staff ====== */
.staff { margin-top:40px; text-align: left; }
.staff .space { display: inline-block; width:30px; color:#75c6d1; padding:10px 12px; }
.staff form {  }
/* .staff form .sel { height:200px; overflow: scroll; } */
.staff form select,.staff form input { padding:10px; width:100%; background-color:#fff; border:1px solid #f39530; margin-bottom:25px; }
.staff form button { border:none; background-color:#003479; color:#fff; border-radius:5px; padding:10px 25px; }
.staff form button i { margin-right:5px; font-size:0.875rem; }

.staff table { width:100%; font-family: "微軟正黑體","Microsoft JhengHei"; }
.staff table tr { border-bottom:1px solid #d6dde0; background-color:#fff; }
.staff table tr:nth-child(even) { background-color:#f9fafb; }
.staff table tr th,.staff table tr td { padding:20px; }
.staff table tr th { background-color:#485c65; color:#fff; font-weight: normal; font-size:0.875rem; }
.staff table td .txt1 { color:#474747; font-size: 1rem;  }
.staff table td .txt2 { color:#8026a6; font-size: 0.875rem; margin-top: 8px; }
.staff table td .icon { height:100%; color:#5142b3; font-size:0.875rem; margin-right:10px; }
.staff table td { color:#474747; vertical-align: top; background-color: #fff; }
.staff table td.detail div:not(:first-child) { margin-top:5px; }
.staff table td a { color:#474747; }
.staff table td a:hover { color:#75c6d1; }

/* placeholder color */
::-webkit-input-placeholder{ color:#777777; }
/* ::-moz-placeholder { color:#777777; } */
/* ::-ms-input-placeholder{ color:#777777; } */

/* scrollbar */
::-webkit-scrollbar-corner {
    background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

@media (max-width:1198.98px){
    .mtop { height:80px; }
}

@media (max-width:1198.98px) and (min-width:992px){
    /* ====== product_des ====== */
    select { background-position:calc(100% - 10px) 50%; }
    .pdes .content .showimg .b_img { height:430px; }

    /* ====== contactus ====== */
    /* .contactus .inf .online { font-size:0.875rem; } */

    /* ====== product_asklist ====== */
    .product .asklist .pd .content { padding:60px; }
    .product .asklist .content .cont { max-height:252px; }
    .product .asklist .content .plink { bottom:60px; margin:0px 60px; padding:10px 0px; }
    .product .asklist .content .mask { bottom:125px; margin:0px 60px; }
}

@media (min-width:768px) and (max-width:991.98px){
    .news.third .imgBase { width:250px; }

    /* ====== product_des ====== */
    select { background-position:calc(100% - 10px) 50%; }
    .pdes .content .showimg .b_img { height:300px; }
    .pdes .content .inf .buyform .f_btn .follow { padding:0px; }

    /* ====== news ====== */
    .news .new .nc { padding-right:20px; }
    .news .new .continue .arrow { right:-10px; }

    /* ====== contactus ====== */
    .contactus .contform .security input { width:100%; }

}

@media (max-width:991.98px){
    form .security .securityInput { margin-bottom:20px; }
    
    /* ====== product_des ====== */
    .pdes .content .inf .buyform .f_btn .s_quantity,
    .pdes .content .inf .buyform .f_btn .follow { width:calc(50% - 9px); }
    .pdes .content .inf .buyform .f_btn .addcar { width:100%; order:3; padding:10px 0px; margin-top:20px; }

    /* ====== contactus ====== */
    .contactus .inf .pro span { display:block; }
}

@media (min-width:768px){
    .pdes .md_top,
    .pgn .md_top { display:none; }

    .staff table .show2 { display: none; }
}

@media (max-width:767.98px){
    .areaTIT { font-size:1.5rem; }
    .areaCONT { padding:15px; }

    .bc .breadcrumb { display: none; }
    .bc .back { font-size:1.5rem; }
    /* button.back { width:100%; float:none; } */
    .pshare button.back { width:160px; float:right; }

    /* page */
    .pgn .larr,.pgn .rarr { position: static; }
    .pgn .con { display:flex; justify-content: space-between; }
    .pgn .pbtn { width:60px; height:60px; font-size:1.5rem; padding:18px 0px; margin:0px; }
    .pgn .active { background-color: transparent;  color:#474747; font-weight: bold; width:auto; font-size:2rem; height:60px; font-family:"Microsoft JhengHei";  }
    .pgn .txt { padding:0px 10px; }
    .pgn .page:not(.active){ display:none; }

    /* form */
    /* form .security input { width:100%; } */
    /* form .security .ib { display: block; } */
    form .security img { width:100%; }
    /* form .send { margin-bottom:100px; } */
    /* form input.securityInput { width:100%; margin-bottom:20px; } */

    /* icon */
    .plink .icon .pic { margin-right:10px; }
    .plink:not(.pshare) .icon { float:none; }
    
    /* .plink .back { width:100%; } */

    
    /* ====== product_list ====== */    
    .topbnr { padding-top:80px; }

    /* .product { padding:40px; } */
    .classname div { display:none; }
    .classname select { display:block; width:100%; border:none; padding:15px; font-size:2rem; color:#777777; }
    /* .product .classname i { display:block; margin-right:20px; font-size:1.7rem; } */
    

    .newscont,.about,.contactus { margin-bottom:110px; }

    /* ====== product_des ====== */
    .pdes { padding: 0px; }
    .pdes .content { display:block; padding-top:20px; }
    .pdes .content .inf,
    .pdes .content .showimg { margin:0px; margin-bottom:40px; width:100%; }

    

    /* ====== news ====== */
    
    .news .new { display:block; background-color: #fff; }
    .news .new .nc { padding-right:0px; border-right:none; border-bottom:2px solid #f1f1f1; }
    
    .news .new .nc .content { line-height: 23px; margin-bottom:30px; }
    .news .new .continue { justify-content: flex-end; padding-top: 30px; text-decoration: none; }
    .news .new .continue .arrow { position:static; transform:none; padding-left:20px; }

    /* ====== news_content ====== */
    .newscont .date { font-size:1.3rem; margin-bottom:20px; }
    .newscont .newtitle { font-size:2.5rem; }
    /* .newscont .img { background:url("./images/home_banner_4b.jpg") no-repeat center center; background-size:cover; } */
    .newscont .content { font-size:1.5rem; }


    /* ====== contactus ====== */
    .contactus .content { display:block; }
    .contactus .inf,.contactus .contform { padding:0px; }
    .contactus .contform .send { margin-bottom:60px; }
}



@media (max-width:767.98px){
    .mhpgn { height:40px; }
    .topbnr { padding-top:40px; }
    .title { font-size:1.5rem; }
    .nodata { padding:40px 0px; font-size:1rem; }
    .nodata .emotion { font-size:4rem; padding-bottom:40px; }
    .pshare button.back { width:105px; }

    /* .topnb .logo { height:100px; width:100px; } */
    /* .topnb .logo img { height:60px; } */

    .publicArea { padding:15px; }
    .publicArea .title { padding-bottom:15px; }
    /* form */
    form label { font-size:0.875rem; }
    form .security img { margin-right:5px; }

    /* icon */
    
    .plink:not(.pshare) .icon { margin-bottom:20px; }
    /* breadcrumb */
    .bc .back { font-size:1rem; }
    /* page */
    .pgn .pbtn { width:32px; height:32px; font-size:0.875rem; padding:9px 0px; }
    .pgn .active { font-size:1rem; height:32px; }

    .newscont,.about,.contactus { margin-bottom:60px; }

    /* ====== product_list ====== */
    .mtop { height:60px; }
    .classname select { padding:10px; font-size:1.25rem; }

    /* ====== product_des ====== */
    .pdes .content .inf .buyform .f_btn .addcar { padding:10px 0px; }

    /* ====== product_asklist ====== */  
    .product .asklist .pd { display: block; }
    .product .asklist .pd .content { padding:30px 15px; }
    .product .asklist .content .plink { bottom:30px; margin:0px 15px; }
    .product .asklist .content .plink .pask { font-size:1rem; }
    .product .asklist .content .plink .icon .pic { margin-right:5px; }
    .product .asklist .content .tit { font-size: 1.5rem; }
    .product .asklist .content .cont { font-size: 1rem; }
    .product .asklist .content .mask { bottom:120px; margin:0px 15px; height:45px; }

    .product .asklist .pd .content { width:100%; }
    .product .asklist .pd .pimg { width:100%; }

    /* ====== news_content ====== */
    .news .imgBase { width:100%; }
    .news .new .nc { padding-left:0px; padding-top:30px; }


    .newscont .date { font-size:0.875rem; }
    .newscont .newtitle { font-size:1.5rem; }
    /* .newscont .img { height:375px; } */
    .newscont .content { font-size:1rem; }

    /* ====== contactus ====== */
    .contactus .inf .company { display: none; }
    .contactus .inf .pro { margin-top:20px; display: none; }
    .contactus .inf .key { font-size:0.875rem; }
    /* .contactus .contform .security img { margin-right:5px; } */

    .weblink .wl { padding:15px; }
    .weblink .wl .des { padding-left:15px; }

    .staff form { margin-top:0px; }
    .staff .space { display: none; }
    .staff form button { width:100%; margin-bottom:25px; }
    .staff table .show1 { display: none; }
    .staff table tr td { padding:24px; }
    .staff table .area:not(:first-of-type) { margin-top:15px; }
    .staff table .tt { color:#919191; font-size:0.875rem; }
}