/* 共用 */
.title { font-size:1.875rem; color:#484744; }
.areaTIT { font-size:1.875rem; color:#484744; padding:20px 0px; font-family: "Arial","微軟正黑體","Microsoft JhengHei", serif; }
.areaCONT { margin-top: 20px; padding:30px; background-color:#fff; margin-bottom:40px; }
.mh6,.mhpgn { height:60px; }
.nodata { text-align: center; padding:40px 0px; color:#919191; font-size:1.5rem; }
.nodata .emotion { font-size:6rem; padding-bottom:60px; }

.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:#484744; }
.pgn .pbtn {  width:32px; height:32px; border-radius:50px; padding:9px 0px; background-color:#919191; color:#ffffff; font-size:0.875rem; border:none; }
.pgn .active { background-color:#a77662; color:#fff; }
.pgn .pbtn.nopage { background-color: #e4e2df; }
.pgn .larr { position: relative; left:-60px; } 
.pgn .rarr { position: relative; right:-60px; }
.pgn .pbtn:not(.nopage):hover { background-color: #9f9387; }

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: #e9ecef url("./images/arrow.png") no-repeat calc(100% - 20px) 50%;
}

/* ie remove arrow */
select::-ms-expand {
    display: none;
}

/* form */
form:not(.coform) { text-align: left; }
form label { color:#484744; }
form label .import { color:#fd7e00; }
form input:not(.securityInput):not(.noitem):not(.search),form textarea { width:100%; background-color:#e9ecef; border:1px solid #dee2e6; padding:8px 10px; margin-bottom:25px; color:#777777; }
form input#PostNo { background-color:#e2e2e2; border:none; width:100%;  padding:8px 10px; margin-bottom:25px; color:#777777; }
form textarea { resize:none; height:130px; }
form .security { margin-bottom:25px; }
form .change { height:100%; border:none; background-color: transparent; color:#a77662; white-space: nowrap; }
form .change:hover { color:#9f9387; }
form .security img { height:42px; }
form .security .securityInput { width:100%; background-color:#e9ecef; border:1px solid #dee2e6; padding:8px 10px; color:#777777; }
form select { width:100%; background-color:#e9ecef; border:1px solid #dee2e6; color:#474747; padding:8px 10px; margin-bottom:25px; }

input.send,
button.send { width:100%; border:none; border-radius: 5px; background-color:#484744; color:#fff; padding:10px 0px; }
button.send:hover { background-color:#9f9387; }
button.back { float:right; padding:10px 20px; background-color:#484744; color:#fff; border-radius:5px; width:160px; border:none; }
button.back:hover { background-color:#9f9387; }
button.back i { font-size:1.5rem; float:left; } 

/* 公版 標題描述 */
.publicArea { padding:30px; background-color: #fff; margin:20px 0px 60px 0px; }
.publicArea .title { padding-bottom:30px; }
.publicArea .subtitle { text-align:left; color:#474747; }

/* icon */
.plink .icon { padding:6px 0px; float:left; display: flex; justify-content: center; flex-wrap: wrap; }
.pdes .plink .icon { float:none; }
.plink .icon .pic { width:32px; height:32px; background-color:#484744; color:#fff; text-align:center; padding:8px 0px; border-radius: 50px; margin-right:20px; }
.plink .icon .pic:hover { background-color:#9f9387; }
/* .plink .icon .lineImg { background:url("./images/icon_line.png") no-repeat center center; background-color:#005e95; background-size:16px; } */
.plink .icon .lineImg { display: block; }
.plink .icon .lineImg img { height:16px; width:auto; }
.contactus .plink .icon .pic { margin:10px 20px 10px 0px; }
.plink .icon div { height:32px; width:32px; margin-right:5px; display:inline-block; }
.plink .icon .fb { background: url("./images/img_s1.png") no-repeat center center; background-size:cover; }
.plink .icon .ig { background: url("./images/img_s2.png") no-repeat center center; background-size:cover; }
.plink .icon .line { background: url("./images/img_s3.png") no-repeat center center; background-size:cover; }
.plink .icon .yt { background: url("./images/img_s4.png") no-repeat center center; background-size:cover; }
.plink .icon .twi { background: url("./images/img_s5.png") no-repeat center center; background-size:cover; }
.plink .icon .wc { background: url("./images/img_s6.png") no-repeat center center; background-size:cover; }
.plink .icon .wb { background: url("./images/img_s7.png") no-repeat center center; background-size:cover; }
/* .plink .back { float:right; padding:10px 20px; background-color:#005e95; color:#ffffff; border-radius:5px; width:160px; border:none; } */
/* .plink .back .txt { float:left; } */
/* .plink .back:hover { background-color:#0088cf; } */
/* .plink .back i { font-size:1.5rem; float:left; } */

/* ====== product_list ====== */

.bc .back { float:left; padding:22px 0px; font-size:0.875rem; }
.bc .back a { color:#a77662; }
.bc .breadcrumb { background-color:transparent; justify-content: flex-end; padding:22px 0px; margin:0px; }
.bc .breadcrumb li { color:#484744; font-size:0.875rem; }
.bc .breadcrumb li::before { color:#cacaca; }
.bc .breadcrumb a { color:#484744; }


.product { padding:20px 0px 40px 0px; }
.product .classname { margin:10px 0px; border-top:1px solid #e4e2df; justify-content: center;  border-bottom:1px solid #e4e2df; }
.product .classname.row { margin-left:0px; margin-right:0px; }
.product .classname .cls { padding:20px 5px; }
.product .classname a { color:#272623; text-decoration: none; padding-bottom:3px; }
.product .classname a:hover { color:#9f9387; border-bottom:2px solid #9f9387; }
.product .classname select,
.product .classname i { display:none; }
.product .list .pd { margin:25px 0px; }
.product .list .pd .des .pdname { padding:15px 0px; font-size:1.25rem; color:#272623; }
.product .list .pd .des .price { font-family:"Helvetica"; }
.product .list .pd .des .price1 { color:#a77662; font-size:0.875rem; }
.product .list .pd .des .offer { font-size:1.125rem; font-weight:bold; }
.product .list .pd .des .price2 { color:#a77662; 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: #9f9387; }

/* ====== product_des ====== */
.bkspace { height:100px; }
.pdes .name { font-size:2.5rem; }
.pdes .ytembed { max-width: 900px; margin:0px auto; }
.pdes .intro { max-width:540px; margin:0px auto; text-align:left; color:#474747; }
.pdes .intro .tit { font-size:1.25rem; padding-bottom:20px; }
.pdes .pimg { margin-bottom:30px; }
.pdes .LinkArea { max-width: 540px; margin:0px auto; padding-top:0px; }
.pdes .totop { color:#272623; }
.pdes .totop:hover { color:#9f9387; cursor: pointer; }

/************************** video rwd **************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

.video-container-4by3 {
	position: relative;
	padding-bottom: 75%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container-4by3 iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

/* ====== news ====== */
.news { padding:20px 0px 40px 0px; }
.news .new { margin-top:40px; padding:30px; background-color: #fff; text-align: left; display:flex; }
.news .new .nc { border-right:1px solid #e9ecef; flex:4; padding-right:60px; }
.news .new .nc .newtitle { color:#484744; font-size:1.5rem; font-weight:bold;}
.news .new .nc .date { color:#ababab; margin-top:5px; margin-bottom:20px; font-size:0.8rem; font-family: Arial, Helvetica, sans-serif; }
.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:#a77662; flex:1; display:flex; justify-content: center; align-items:center; position: relative; }
.news .new .continue .arrow { position: absolute; right:0; top:50%; transform: translate(0,-50%); font-size:1.3rem; }

.LinkArea { padding-top:40px; }
.LinkArea a { display: inline-block; padding-top:20px; color:#a77662; border-bottom:1px solid #a77662; }
.LinkArea a:hover { text-decoration: none; color:#9f9387; border-bottom:1px solid #9f9387; }

/* ====== news_content ====== */
.newscont { text-align: left; }
.newscont .date { color:#ababab; margin:5px 0px; font-size:0.8rem; font-family: Arial, Helvetica, sans-serif; }
.newscont .newtitle { color:#484744; font-size:1.5rem; padding-bottom:30px; font-weight:bold; }
.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:#272623; word-break:break-all; }

/* ====== about ====== */
/* .about { padding:30px; border:1px solid #e9ecef; margin:40px 0px; } */
/* .about .title { padding-bottom:30px; border-bottom:1px solid #e9ecef; } */
.about img { margin-top:30px; }
/* .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 #e9ecef; margin:40px 0px; } */
/* .contactus .title { padding-bottom:30px; border-bottom:1px solid #e9ecef; } */
.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 { height: 30px; background-color: #fff; border-left: 8px solid #a77662; padding:0px 10px; color:#484744; font-size: 1.5rem; }
.contactus .inf .pro { margin-top:30px; }
.contactus .inf .key { color:#272623; vertical-align: top; font-weight:bold; }
.contactus .inf .value { color:#484744; }
.contactus .inf .addr { display: inline-block; }
.contactus .inf .addr .gm a { color:#a77662; text-decoration: underline; font-size:0.875rem; }
.contactus .inf .addr .gm a:hover { color:#9f9387; }
.contactus .inf .follow { margin-top:30px; padding-top:20px; border-top:1px dotted #dee2e6; }
/* .contactus .inf .follow .key { margin-bottom:10px; } */

.contactus .contform { padding-left:20px; }

/* checkout process pic */
.process { max-width:414px; width:100%; margin:0 auto; }
.process .bar { height:4px; width:100%; background-color: #484744; position:relative; top:-13px; }
.process .steps { display: flex; justify-content: space-between; position: relative; z-index:2; }
.process .step { width:24px; height:24px; border-radius: 50px; border:3px solid #484744; font-family: Helvetica,"微軟正黑體"; font-size:0.875rem; display: flex; justify-content: center; align-items: center; background-color:#005e95; color:#fff; }
.process .step .stepname { position: absolute; top:30px; color:#919191; width:80px; -moz-transform:translate(-35px); -ms-transform: translate(-35px); }
_::-webkit-full-page-media, _:future, :root .process .step .stepname { transform: translate(-35px); }  /*  only safari  */
.process .step.active { background-color:#fff; color:#484744; }
.process .step.active > .stepname { color:#484744; }

/* 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 */


/* ====== login ====== */
.lr_main { margin:80px auto; }
.loginPage { background-color:#fff; }
.loginPage .title { display:flex; background-color:#e4e2df; }
.loginPage .title a { flex:1; padding:15px; color:#484744; font-size:1.25rem; }
.loginPage .title .active { cursor: default; background-color: #fff; }
.loginPage .login,
.loginPage .join { padding:30px; text-align: left; }
.loginPage .join { display: none; }
.loginPage .content { margin-bottom:30px; color:#474747; }
.loginPage .lr_link { display: flex; justify-content: space-between; padding-top:20px; }
.loginPage .lr_link .check { flex:1; color:#a77662; }
.loginPage .lr_link a { color:#a77662; }
.loginPage .lr_link a:hover { color:#9f9387; }
.loginPage .lr_link span { font-size:1.25rem; }
.loginPage .join .mhjoin { height:10px; }

/* ====== article ====== */
.article { margin-bottom:140px; }
.article .content { text-align:left; max-height:310px; overflow-y:scroll; width:100%; color:#474747; margin-bottom:20px; }
.article .check { color:#a77662; margin:30px 0px; }

.article .agree button { background-color:#484744; border:none; border-radius: 5px; color:#fff; padding:8px 0px; }
.article .agree button:hover { background-color:#9f9387; }

/* scrollbar */
.article .content::-webkit-scrollbar { width: 16px; } /* this targets the default scrollbar (compulsory) */
.article .content::-webkit-scrollbar-track { background-color: #e6e6e6; } /* the new scrollbar will have a flat appearance with the set background color */
.article .content::-webkit-scrollbar-thumb { background-color: #666666; } /* this will style the thumb, ignoring the track */
.article .content::-webkit-scrollbar-button { background-color: transparent; display: none; } /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

/* ====== join ====== */
.join .subtitle { padding-bottom:30px; border-bottom:1px solid #f1f1f1; }
.join .accountData , .join .memberData { text-align:left; display: flex; padding:16px 0px; border-bottom:2px solid #f1f1f1;  }
.join .accountData .title , .join .memberData .title { flex-basis:286px; border-bottom:none; color:#a77662; font-size:1.5rem; }
.join .accountData .accountForm , .join .memberData .memberForm { flex: 1; }


.join .memberData.last { padding-bottom:0px; border-bottom:none; }
.memberForm select { width:100%; background-color:#f1f1f1; border:1px solid #e2e2e2; padding:8px 10px; margin-bottom:25px; color:#474747; }
/* .memberForm #PostNo { background-color:#e2e2e2; border:none; } */
.birth { position: absolute; right:25px; top:45px; color:#474747; border:none; background-color:transparent; }

.memberForm .changeBtn { justify-content: flex-start; display: flex; }
.memberForm .changeBtn button { border:none; background-color: transparent; color:#8a7457; }
/* .memberForm .send { margin-top:25px; margin-bottom:0px; } */

/* ====== finishReg ====== */
.finishReg { margin-bottom:140px; }
.finishReg .cont1 { margin:30px 0px; color:#474747; }
.finishReg .cont1 .memName { font-size:1.3rem; }
.finishReg .cont2 { color:#474747; }
.finishReg .breadcrumb { justify-content: center; background-color:transparent;  }
.finishReg .breadcrumb .breadcrumb-item::before { color:#919191; }
.finishReg .breadcrumb a { color:#a77662; }
/* .finishReg .mhfin { height:350px; } */

/* ====== memberMain ====== */
.memberMain .row { justify-content: center; }
.memberMain .cont1 { margin-top:30px; margin-bottom:40px; color:#474747; }
.memberMain .feature { padding:30px 0px; cursor: pointer; }
.memberMain .feature .icon { color:#484744; font-size:2rem; }
.memberMain .feature:hover > .icon { color:#9f9387; }
.memberMain .feature .fname { padding:15px 0px; color:#484744; }
.memberMain .feature .fname:hover { padding:15px 0px; color:#9f9387; }

/* ====== forgetPwd ====== */
.forget { max-width:540px; margin:0px auto; }
.forgetPwd .subtitle { padding-top:25px; }
.forgetPwd .forgetForm { padding-top:40px; }
.forgetPwd .forgetForm .send { margin-bottom:0px; }
.forgetPwd .subtitle .link { color:#a77662; }

/* ====== chginfo ====== */
.chginfo .memberForm { max-width:730px; margin:0 auto; }

/* ====== chgpass ====== */
.chgpass .memberForm { max-width:730px; margin:0 auto; }


/* placeholder color */
::-webkit-input-placeholder{ color:#777777; }
/* ::-moz-placeholder { color:#777777; } */
/* ::-ms-input-placeholder{ color:#777777; } */


@media (max-width:1198.98px){
    
}

@media (max-width:1198.98px) and (min-width:992px){
    /* ====== product_des ====== */
    select { background-position:calc(100% - 10px) 50%; }
}

@media (min-width:768px) and (max-width:991.98px){

    /* ====== product_des ====== */
    select { background-position:calc(100% - 10px) 50%; }

    /* ====== contactus ====== */
    .contactus .contform .security input { width:100%; }

    /* form */
    .login form .security .securityInput,
    .forgetPwd form .security .securityInput,
    .join form .security .securityInput { margin-bottom:0px; }

    /* ====== join ====== */
    .join .accountData .title , .join .memberData .title { flex-basis:180px; }

}

@media (max-width:991.98px){
    form .security .securityInput { margin-bottom:20px; }

    /* ====== contactus ====== */
    .contactus .inf .pro span { display:block; }
}

@media (min-width:768px){
    .pdes .md_top,
    .pgn .md_top { display:none; }

    /* ====== login ====== */
    .mhlog { height:40px; }
    .lr_main { max-width:540px; }

    /* ====== article ====== */
    .article form { width:400px; margin:0px auto; margin-top:20px; }
    .article .agree { display: flex; justify-content: space-between; }
    .article .agree button { width:40%; }

    /* ====== join ====== */
    .join .memberData img { height: 42px; }

    /* ====== forgetPwd ====== */
    .forgetPwd { max-width:540px; margin:0px auto; margin-bottom:40px; }

}

@media (max-width:767.98px){
    .mhpgn { height:40px; }

    .title { font-size:1.5rem; }
    .areaTIT { font-size:1.5rem; }
    .areaCONT { padding:15px; }
    .bc .breadcrumb { display: none; }
    .bc .back { font-size:1rem; font-weight:bold; }
    .pshare button.back { width:105px; float:right; }

    .publicArea { padding:15px; }
    .publicArea .title { padding-bottom:15px; }

    .nodata { padding:40px 0px; font-size:1rem; }
    .nodata .emotion { font-size:4rem; padding-bottom:40px; }

    /* page */
    .pgn .larr,.pgn .rarr { position: static; }
    .pgn .con { display:flex; justify-content: space-between; }
    .pgn .pbtn { width:32px; height:32px; font-size:0.875rem; padding:9px 0px; margin:0px; }
    .pgn .active { background-color: transparent;  color:#474747; font-weight: bold; width:auto; font-size:1rem; height:32px; }
    .pgn .txt { padding:0px 10px; }
    .pgn .page:not(.active){ display:none; }

    /* form */
    form label { font-size:0.875rem; }
    form .security img { width:100%; margin-right:5px; }

    /* icon */
    .plink .icon .pic { margin-right:10px; }
    .plink:not(.pshare) .icon { margin-bottom:20px; }

    .newscont,.about,.contactus { margin-bottom:60px; }
    
    /* ====== product_list ====== */   
    .topbnr { padding-top:40px; }

    /* .product { padding:40px; } */
    .product .classname div { display:none; }
    .product .classname select { display:block; width:100%; border:none; padding:10px; font-size:1.25rem; color:#777777; }
    /* .product .classname i { display:block; margin-right:20px; font-size:1.7rem; } */

    /* ====== product_des ====== */
    .pdes { padding: 0px; }
    .pdes .container.bnr { max-width:100%; padding:0px; }
    .pdes .name { font-size:1.5rem; }
    .bkspace { height:60px; }

    /* ====== news ====== */
    
    .news .new { display:block; }
    .news .new .nc { padding-right:0px; border-right:none; border-bottom:1px solid #e9ecef; }
    
    .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:0.875rem; margin-bottom:20px; }
    .newscont .newtitle { font-size:1.5rem; }
    .newscont .content { font-size:1rem; }


    /* ====== contactus ====== */
    .contactus .content { display:block; }
    .contactus .inf,.contactus .contform { padding:0px; }
    .contactus .contform .send { margin-bottom:60px; }
    .contactus .inf .pro { margin-top:20px; }
    .contactus .inf .key { font-size:0.875rem; }

    /* ====== article ====== */
    /* .article .check input { margin-top:10px; } */
    .article .agree button { width:46.2%; }
    .article .agree button:nth-child(1) { float:left; }
    .article .agree button:nth-child(2) { float:right; }

    /* ====== join ====== */
    .join .accountData , .join .memberData { display: block; }
    .join .accountData .title , .join .memberData .title { text-align: left; font-size:1.125rem; padding-bottom:15px; }

    /* ====== finishReg ====== */
    .finishReg .breadcrumb { margin:50px 0px; }
    .finishReg .mhfin { height:50px; }

    /* ====== login ====== */
    .loginPage .send { margin-bottom:40px; }
    .join form { font-size:0.875rem; }
    .birth { top:42px; } 


}