@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap);.select_wrap{width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select_wrap .default_option{background:#fff;border-radius:20px;line-height:40px;position:relative;cursor:pointer;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.select_wrap .default_option:before{content:"";display:block;position:absolute;right:15px;top:50%;margin-top:-17px;width:20px;height:35px;background-repeat:no-repeat;background-position:center;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;background-image:url(/images/btn_arrow_blue.svg);transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.select_wrap .default_option li{padding:0 20px;color:#333}.select_wrap .select_ul{overflow:hidden;position:absolute;z-index:40;top:50px;left:0;width:100%;background:rgba(255,255,255,.7);-webkit-box-shadow:5px 5px 10px 0 rgba(79,79,79,.3);box-shadow:5px 5px 10px 0 rgba(79,79,79,.3);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;display:none}.select_wrap .select_ul li{padding:15px 20px;cursor:pointer;color:#333;text-align:center}.select_wrap .select_ul li:first-child:hover{border-top-left-radius:5px;border-top-right-radius:5px}.select_wrap .select_ul li:last-child:hover{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.select_wrap .select_ul li:hover{background:#c1272d;color:#fff}.select_wrap.active .select_ul{display:block}header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f2f2f2;-webkit-box-shadow:1px 5px 9px 0 rgba(0,0,0,.2);box-shadow:1px 5px 9px 0 rgba(0,0,0,.2);height:100px;padding:0 30px;position:fixed;top:0;left:0;z-index:20}@media screen and (max-width:999px){header{padding-left:65px;height:60px;position:fixed}}@media screen and (max-width:599px){header{padding:0 20px 0 55px}}header .W1360{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:999px){header .W1360 .logo_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}header .W1360 .logo_wrapper .logo{width:160px;text-align:center;margin-right:40px}@media screen and (max-width:999px){header .W1360 .logo_wrapper .logo{width:100px;margin-right:20px}}header .W1360 .search{max-width:400px;min-width:280px;position:relative}@media screen and (max-width:599px){header .W1360 .search{position:fixed;top:60px;max-width:100%;width:100%;left:0;background-color:#fff;transition:all .3s;height:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;overflow:hidden}header .W1360 .search.show{height:55px;-webkit-box-shadow:1px 5px 9px 0 rgba(0,0,0,.2);box-shadow:1px 5px 9px 0 rgba(0,0,0,.2)}}header .W1360 .search input{margin-top:5px;display:block;width:calc(100% - 40px);border:none;border-radius:22px;padding:10px 20px;height:35px;line-height:35px;font-size:14px}@media screen and (max-width:599px){header .W1360 .search input{border:1px solid #ccc;margin:10px 20px}}header .W1360 .search input::-webkit-input-placeholder{color:#ccc}header .W1360 .search input::-moz-placeholder{color:#ccc}header .W1360 .search input:-ms-input-placeholder{color:#ccc}header .W1360 .search input::-ms-input-placeholder{color:#ccc}header .W1360 .search input::placeholder{color:#ccc}header .W1360 .search ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:999px){header .W1360 .search ul{display:none}}header .W1360 .search li{margin:5px 0;color:#d3a142}header .W1360 .search li a{padding:5px 20px;display:inline-block;color:#d3a142}header .W1360 .search li:not(:last-child):after{content:"|"}header .W1360 .search .search_icon{position:absolute;top:5px;right:10px;height:35px;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;cursor:pointer}@media screen and (max-width:599px){header .W1360 .search .search_icon{right:30px;top:10px}}header .W1360 .ico{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:35px;line-height:35px;padding-right:10px}header .W1360 .ico.ico_m{display:none}@media screen and (max-width:999px){header .W1360 .ico{padding-right:0}}header .W1360 .ico li{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:70px;white-space:nowrap}@media screen and (max-width:999px){header .W1360 .ico li.hide{display:none}}@media screen and (max-width:999px){header .W1360 .ico li{width:50px}}@media screen and (max-width:599px){header .W1360 .ico li{width:40px}}header .W1360 .ico li img{height:100%;width:auto;position:absolute;top:50%;left:50%;margin:0;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}@media screen and (max-width:999px){header .W1360 .ico li img{height:70%!important}}header .W1360 .ico li .add_item_num{width:25px;height:25px;line-height:23px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#e55e62;color:#fff;font-size:12px;text-align:center;position:absolute;right:3px;top:-10px;transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8)}@media screen and (max-width:1000px){header .W1360 .ico li .add_item_num{right:-8px;top:-8px}}header .W1360 .ico li a{line-height:35px;text-indent:-99999px;-webkit-transition:text-indent 0s;transition:text-indent 0s;position:relative;z-index:1}header .W1360 .ico li a.text-center.d-block{text-indent:0!important;color:#d2a142}@media screen and (min-width:1000px){header .W1360 .ico li a{display:none}header .W1360 .ico li:hover img{display:none}header .W1360 .ico li:hover a{display:inline-block;text-indent:0}}header .navbar{outline:0;border:none;padding:15px 20px;position:absolute;left:20px;top:16px;z-index:50;cursor:pointer}@media screen and (min-width:1000px){header .navbar{display:none}}@media screen and (max-width:599px){header .navbar{left:10px}}header .navbar .bar{position:absolute;left:.5rem;right:.5rem;background:#d3a142;height:2px}header .navbar .bar.bar-1{top:8px}header .navbar .bar.bar-2{top:14px}header .navbar .bar.bar-3{top:20px}header .navbar.open .bar.bar-1{-webkit-animation:ani-navBarToggle1 .45s forwards;animation:ani-navBarToggle1 .45s forwards}header .navbar.open .bar.bar-2{-webkit-animation:ani-navBarToggle2 .25s forwards;animation:ani-navBarToggle2 .25s forwards}header .navbar.open .bar.bar-3{-webkit-animation:ani-navBarToggle3 .45s forwards;animation:ani-navBarToggle3 .45s forwards}@-webkit-keyframes ani-navBarToggle1{0%{top:8px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes ani-navBarToggle1{0%{top:8px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@-webkit-keyframes ani-navBarToggle2{0%{opacity:1}50%{opacity:0}100%{opacity:0}}@keyframes ani-navBarToggle2{0%{opacity:1}50%{opacity:0}100%{opacity:0}}@-webkit-keyframes ani-navBarToggle3{0%{top:20px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes ani-navBarToggle3{0%{top:20px}50%{top:14px;-webkit-transform:rotate(0);transform:rotate(0)}100%{top:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.dropMenu{position:fixed;top:60px;left:0;background-color:#d3a142;color:#fff;z-index:99;padding:20px;width:210px;height:calc(100vh - 60px);transition:all .5s;transform:translate(-100%,0);-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;display:none}@media screen and (max-width:999px){.dropMenu{display:block}}.dropMenu.open{transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.dropMenu i{display:inline-block;width:45px;text-align:center;vertical-align:middle}.dropMenu i img{height:20px;margin:0 auto}.dropMenu hr{border:none;margin:15px 0 25px;border-bottom:1px solid rgba(255,255,255,.5)}.dropMenu .menu1 li{line-height:40px}.dropMenu .menu2{padding-left:35px;max-height:calc(100vh - 310px);overflow-y:scroll}.dropMenu .menu2 a,.dropMenu .menu2 b{line-height:2;margin-bottom:10px;color:#fff;display:block}@media screen and (max-width:599px){.dropMenu .menu2.f14{font-size:14px!important}}@media screen and (max-width:999px){.dropMenuBg{position:fixed;top:60px;left:100%;z-index:99;width:calc(100vw - 250px);height:calc(100vh - 60px)}.dropMenuBg.open{left:250px}.dropMenuBg.open.search{left:0;width:100%;top:110px}}footer{background-color:#d3a142;color:#fff;padding:60px 30px}@media screen and (max-width:599px){footer{padding:30px 20px}}footer>.d_flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){footer>.d_flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer .category{width:calc(100% - 400px)}@media screen and (max-width:768px){footer .category{width:100%}}footer .category label{display:inline-block;margin-bottom:20px}footer .category .main_li{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;text-align:center}footer .category .main_li:not(:last-child):after{content:"";position:absolute;top:0;right:0;height:100%;width:1px;background-color:#fff}footer .category .sub_li{line-height:2;margin-bottom:5px;cursor:pointer}footer .contact{width:260px}footer .contact ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer .contact li{width:50px}@media screen and (max-width:768px){footer .contact li{width:40px}}footer .contact input{width:100%;line-height:40px;padding:0 20px;border-radius:5px;margin-top:2em;border:1px solid #fff;background-color:transparent;background-image:url(/images/send_w.png);background-repeat:no-repeat;background-position:right 20px center;background-size:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}footer .contact input::-webkit-input-placeholder{color:#fff}footer .contact input::-moz-placeholder{color:#fff}footer .contact input:-ms-input-placeholder{color:#fff}footer .contact input::-ms-input-placeholder{color:#fff}footer .contact input::placeholder{color:#fff}@media screen and (max-width:768px){footer .contact{width:90%;margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px auto 0}footer .contact ul{width:200px;margin-right:40px}footer .contact input{margin-top:0}}@media screen and (max-width:599px){footer .contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .contact ul{margin:0 auto 20px}}.record{position:fixed;right:20px;bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;z-index:100;width:80px}.record>div{background-color:#f0cc7e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px 10px;border-radius:3px;color:#666;font-size:16px;font-weight:500;font-family:Noto Sans TC}.record>div>*{margin-top:10px}.record .icon{display:inline-block;width:46px;height:46px;background-color:#4ecd00;border-radius:50%;margin-top:10px}.record .icon:last-child{background-color:#d3a142}.record .icon img{margin:10px auto;max-width:60%}@media screen and (max-width:599px){.record{width:50px;right:12px;bottom:15px}.record>div{display:none}.record .goToTop{display:none}}#content,a,div,li,ul{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.button_border_primary,.button_border_secondary,.button_fill_primary,.button_fill_secondary,button:disabled{font-size:14px;text-align:center;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}@media screen and (min-width:769px){.button_border_primary,.button_border_secondary,.button_fill_primary,.button_fill_secondary,button:disabled{min-width:150px}}.button_fill_primary{color:#fff;background:#d3a142;border:#d3a142 1px solid}.button_fill_secondary{color:#fff;background:#333;border:#333 1px solid}.button_border_primary{color:#d3a142;border:#d3a142 1px solid}.button_border_secondary{color:#333;border:grey 1px solid}button:disabled{background:#dedede;color:#8b8b8b;border-color:#aaa}input[type=checkbox]{width:18px;height:18px;border:#ccc 1px solid;display:inline-block;vertical-align:middle;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;outline:0;position:relative;overflow:hidden}input[type=checkbox]:checked{border:#d3a142 1px solid}input[type=checkbox]:checked:after{position:absolute;content:"";left:-29%;top:-56%;width:18px;height:18px;border:#d3a142 1px solid;-webkit-transform:rotate(45deg);transform:rotate(45deg)}input[type=radio]{width:18px;height:18px;border:#ccc 1px solid;background-color:#fff;display:inline-block;vertical-align:middle;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;outline:0;position:relative;overflow:hidden;border-radius:18px}input[type=radio]:checked{border:#d3a142 1px solid}input[type=radio]:checked:after{position:absolute;content:"";top:2px;left:2px;width:12px;height:12px;background-color:#d3a142;border-radius:18px}.selected_border_secondary{width:100%;height:40px;padding:5px 10px;margin-right:20px;border-radius:5px;border:#bbb 1px solid;background-image:url(/images/arrow_07.svg);background-repeat:no-repeat;background-position:right 15px center;background-size:18px}.selected_border_secondary:nth-child(even){margin-right:0}.selected_border_secondary:last-child{margin-right:0}.W50.selected_border_secondary{width:calc((100% - 20px)/ 2);float:left;margin-bottom:10px}input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],textarea{color:#333;border:#bbb 1px solid;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}input[type=date]:placeholder,input[type=email]:placeholder,input[type=password]:placeholder,input[type=tel]:placeholder,input[type=text]:placeholder,textarea:placeholder{color:#333}.option_single{color:#333;padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;cursor:pointer;text-align:center;border:grey 1px solid}.option_single.active{background-color:#333;color:#fff;border:#333 1px solid}body{line-height:1.5}input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],textarea{padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px}label{display:inline-block;vertical-align:middle}button{display:block}#content{padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto;display:flow-root}@media screen and (max-width:768px){#content{padding-top:30px;padding-bottom:30px}}@media screen and (min-width:769px){#content{max-width:1366px;padding-top:35px;padding-bottom:50px}}.table_block{display:table;width:100%}.table_block .table_row{display:table-row}.table_block .table_row:last-child .table_column{border-bottom:none}.table_block .table_column{display:table-cell;padding-top:20px;padding-right:10px;padding-bottom:20px;padding-left:10px;vertical-align:middle}#main{margin:0 auto;padding:0}@media screen and (max-width:768px){#main{padding:60px 0 0}}#main .W1360{width:calc(100% - 60px)}#main .bread{margin-top:20px}.nav_area{position:relative}.nav_area .for_scroll{position:relative;padding:0 10px;height:48px}.nav_area .for_scroll .arrow{position:absolute;right:-25px;top:4px;width:35px;padding:10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.nav_area .for_scroll.hide_arrow .arrow{display:none}.nav_area .for_scroll.auto_hight{height:auto}.nav_area .for_scroll.auto_hight .arrow{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}@media screen and (max-width:768px){.nav_area{display:none}}.nav_area li{list-style:none;cursor:pointer}.nav_area .root_list{padding:6px 0;line-height:35px}.nav_area .root_list>li{width:12.5%;text-align:center;font-size:15px}@media screen and (max-width:1200px){.nav_area .root_list>li{width:20%}}@media screen and (max-width:1000px){.nav_area .root_list>li{width:25%}}.nav_area .root_list>li.active{background-color:#cfad52}.nav_area .main_list{max-width:1360px;display:none;position:absolute;top:100%;width:100%;left:50%;z-index:10;border:solid 5px #cfad52;background:#fff;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);padding:20px 10px 10px}.nav_area .main_list.active{display:inline-block}.nav_area .main_list li{width:14.28%;text-align:center;display:inline-block;float:left;margin-bottom:10px}.nav_area .main_list li h6{padding:5px 10px;font-weight:400;font-size:15px}@media screen and (max-width:1280px){.nav_area .main_list li{width:16.66%}}@media screen and (max-width:999px){.nav_area .main_list li{width:20%}}.product_tab{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.product_tab{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product_tab .order{width:300px;position:relative}@media screen and (max-width:999px){.product_tab .order{width:255px}}@media screen and (max-width:768px){.product_tab .order{width:100%;border-bottom:solid 1px #ccc}}.product_tab .order:after{content:"";width:1px;height:30px;top:50%;right:0;position:absolute;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);border-right:solid 1px #ccc}@media screen and (max-width:768px){.product_tab .order:after{display:none}}.product_tab .order li{line-height:65px;width:100px;border-bottom:solid transparent 5px;text-align:center;cursor:pointer}.product_tab .order li.active{border-color:#d3a142}.product_tab .order li a{color:#333}@media screen and (max-width:999px){.product_tab .order li{line-height:55px;width:85px}}@media screen and (max-width:768px){.product_tab .order li{width:33.33%;line-height:50px}}.product_tab .filter{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_tab .filter li{margin-right:20px}.product_tab .filter li label{padding-left:10px}@media screen and (max-width:599px){.product_tab .filter li label{padding-left:3px}}.product_tab .filter .selected_border_secondary{width:120px;margin-left:10px}@media screen and (max-width:768px){.product_tab .filter{padding:10px 0}.product_tab .filter ul{width:75%}.product_tab .filter ul li{width:calc(33.33% - 20px)}}@media screen and (max-width:768px) and (max-width:599px){.product_tab .filter ul li{width:calc(33.33% - 5px);margin-right:5px}}@media screen and (max-width:768px) and (max-width:599px){.product_tab .filter ul{width:100%}}@media screen and (max-width:768px){.product_tab .filter .selected_border_secondary{width:calc(25% - 10px)}}@media screen and (max-width:768px) and (max-width:599px){.product_tab .filter .selected_border_secondary{width:100%;margin-left:0;margin-top:10px}}.product_kv{background-repeat:no-repeat;background-size:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;position:relative;overflow:hidden}.product_kv>.W1360{height:100%;margin:0 auto;position:relative;z-index:1;width:100%!important}.product_kv>.W1360 img{width:100%}@media screen and (max-width:767px){.product_kv{margin-bottom:20px}}.status{margin-bottom:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.status .btn_area{width:100%;margin-top:15px}}.status .btn_area button{width:255px;line-height:52px;border-radius:5px}.status .btn_area button:first-child{margin-right:20px}@media screen and (max-width:1360px){.status .btn_area button{width:170px}.status .btn_area button:first-child{margin-right:15px}}@media screen and (max-width:999px){.status .btn_area button{width:175px}.status .btn_area button:first-child{margin-right:15px}}@media screen and (max-width:768px){.status .btn_area button{width:calc(50% - 7.5px)}}@media screen and (max-width:767px){.status{margin-bottom:20px}}.item_list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:15px;border:1px solid #d3a142;border-radius:15px;margin-top:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.item_list.pl0{padding-left:0;padding-right:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:30px auto -20px;border-color:transparent}@media screen and (max-width:599px){.item_list.pl0{margin:10px auto -20px}}@media screen and (max-width:767px){.item_list{margin-bottom:20px}}.item_list .item{position:relative;padding-right:40px;line-height:1.4;padding:5px 40px 5px 0}.item_list .item.W50{width:calc(50% - 10px)}.item_list .item.W50:nth-child(2n+1){margin-right:20px}@media screen and (max-width:599px){.item_list .item.W50{width:100%!important;margin-right:0!important;padding:2px 30px 2px 0}}@media screen and (max-width:767px){.item_list .item{width:100%;margin-right:0!important;margin-bottom:5px}}.item_list .item .delete{position:absolute;right:0;top:3px;width:35px}.item_list .item *{display:inline-block}.item_list .item p{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:15px}.item_list .green_border,.item_list .red_border{border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;padding:15px 20px;width:calc(50% - 10px)}@media screen and (max-width:599px){.item_list .green_border,.item_list .red_border{width:100%;margin-bottom:10px;padding:10px 15px}}.item_list .red_border{border:1px solid #c1272d}.item_list .green_border{border:1px solid #3e8b0e}.red_green{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-40px;padding-top:40px}@media screen and (max-width:599px){.red_green{padding-top:40px}}.red_green .green,.red_green .red{border:transparent solid 1px;height:100px;line-height:100px;text-align:center;border-radius:15px;width:35%}@media screen and (max-width:767px){.red_green .green,.red_green .red{height:80px;line-height:80px;width:30%}}@media screen and (max-width:599px){.red_green .green,.red_green .red{height:50px;line-height:50px;border-radius:12px;margin-bottom:10px;width:calc(50% - 30px)}}.red_green .red{border-color:#c1272d}.red_green .green{border-color:#3e8b0e}.red_green .W75{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:6%}@media screen and (max-width:767px){.red_green .W75{width:100%;padding-right:0}}@media screen and (max-width:599px){.red_green .W75{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}.red_green .W75 *{color:#333}.red_green .W75 .total{letter-spacing:1px}@media screen and (max-width:767px){.red_green .W75 .total{width:30%}}@media screen and (max-width:599px){.red_green .W75 .total{width:100%;text-align:center}}.red_green .W75 .area3{padding:0 4px}@media screen and (max-width:767px){.red_green .W25{width:100%;padding-right:0}}.red_green .W25 .f_gold{color:#d3a142}@media screen and (max-width:999px){.red_green .W25 .f_gold{margin-top:15px}}.red_green .W25 button{width:100%;border-radius:6px;line-height:40px;letter-spacing:1px;margin-top:10px}@media screen and (max-width:999px){.red_green .W25 button{margin-top:5px}}.red_green .product_tab{margin-top:50px}@media screen and (max-width:599px){.red_green .product_tab{margin-top:20px}}.red_green .product_tab .order{width:600px;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.red_green .product_tab .order{width:100%}}.red_green .product_tab .order li{width:300px}@media screen and (max-width:767px){.red_green .product_tab .order li{width:50%}}.red_green .product_tab .order li a{line-height:50px;padding-bottom:10px}.red_green .product_tab .order:after{display:none}.product_list_content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 20px;width:100%}@media screen and (min-width:768px){.product_list_content{padding:30px 0}.product_list_content .justify_start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.product_list_content .justify_start .product_h{margin:0 11.25px}}@media screen and (max-width:768px){.product_list_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product_list_content .product_list_first_section{width:200px;overflow:hidden}@media screen and (max-width:768px){.product_list_content .product_list_first_section{width:100%;height:35px;margin-bottom:20px;position:relative}.product_list_content .product_list_first_section:after{content:"";width:30px;height:35px;display:block;right:20px;top:0;position:absolute;background-image:url(/images/arrow_02.svg);background-size:20px;background-repeat:no-repeat;background-position:center;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.product_list_content .product_list_first_section.active{height:initial}.product_list_content .product_list_first_section.active:after{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}}.product_list_content .product_list_first_section .type_item{border:solid 1px #d3a142;display:grid;background-color:#fff}.product_list_content .product_list_first_section .type_item>*{padding:0 20px;line-height:30px}.product_list_content .product_list_first_section .type_item ul{margin:10px 0}@media screen and (max-width:768px){.product_list_content .product_list_first_section .type_item ul li{display:inline-block;padding:5px 10px}}.product_list_content .product_list_first_section .type_item>h5{line-height:35px;height:38px}.product_list_content .product_list_first_section .type_item>h5 a{color:#fff;font-weight:400}.product_list_content .product_list_right_section{width:calc(100% - 210px)}@media screen and (max-width:768px){.product_list_content .product_list_right_section{width:100%}.product_list_content .product_list_right_section>div{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.product_list_content .product_list_right_section .product_h{margin:0 5px 20px;width:calc(25% - 10px);padding:10px}@media screen and (max-width:999px){.product_list_content .product_list_right_section .product_h{width:calc(33.33% - 10px)}}@media screen and (max-width:768px){.product_list_content .product_list_right_section .product_h{width:calc(50% - 10px);margin:0 0 20px}}.product_list_content .product_list_right_section .product_h figure img{max-width:100%}.product_list_content .product_list_right_section .product_h figcaption{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_list_content .product_list_right_section .product_h figcaption p{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_list_content .product_list_right_section .product_h figcaption p span{margin-left:0}.product_list_content .product_list_right_section .product_h figcaption p del:last-child{text-decoration:none}.product_list_content .product_list_right_section .product_h .addToCart{cursor:pointer;height:30px;width:30px;background-image:url(/images/cart/icon/icon_buy_diabled.svg);background-size:30px}.product_list_content .product_list_right_section .product_h.no_discount p del:first-child{opacity:0}.product_list_content.search .product_list_first_section{display:none}.product_list_content.search .product_list_right_section{width:100%}.product_list_content.search .product_list_right_section .product_h{width:calc(20% - 20px)}@media screen and (max-width:1200px){.product_list_content.search .product_list_right_section .product_h{width:calc(25% - 20px)}}@media screen and (max-width:999px){.product_list_content.search .product_list_right_section .product_h{width:calc(33.33% - 20px)}}@media screen and (max-width:768px){.product_list_content.search .product_list_right_section .product_h{width:calc(50% - 10px)}}.product_list_content .product_activity{margin-bottom:10px;line-height:28px}.product_list_content .product_activity *{vertical-align:text-top}.product_list_content .product_activity label{text-align:center;background-color:#c25800;color:#fff;padding:5px 10px;margin-right:10px;width:90px;display:inline-block}@media screen and (max-width:599px){.product_list_content .product_activity label{width:75px;padding:5px 0;text-align:center}}.product_list_content .product_activity p{padding:5px 10px;width:calc(100% - 105px);display:inline-block}@media screen and (max-width:599px){.product_list_content .product_activity p{width:calc(100% - 88px);padding:5px 0}}@media screen and (max-width:599px){.product_list_content .product_activity{margin-bottom:0;margin-top:10px;line-height:20px}}.product_list_content .product_list_n>.d_flex,.product_list_content .product_list_pair>.d_flex,.product_list_content .product_list_timelimit>.d_flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product_list_content .product_list_n .product_h,.product_list_content .product_list_pair .product_h,.product_list_content .product_list_timelimit .product_h{width:calc(20% - 20px);padding:15px 25px 25px;margin-bottom:40px;margin-left:10px;margin-right:10px}@media screen and (max-width:1360px){.product_list_content .product_list_n .product_h,.product_list_content .product_list_pair .product_h,.product_list_content .product_list_timelimit .product_h{margin-bottom:25px}}@media screen and (max-width:1180px){.product_list_content .product_list_n .product_h,.product_list_content .product_list_pair .product_h,.product_list_content .product_list_timelimit .product_h{width:calc(25% - 15px);padding:15px 15px 20px;margin-left:7.5px;margin-right:7.5px}}@media screen and (max-width:767px){.product_list_content .product_list_n .product_h,.product_list_content .product_list_pair .product_h,.product_list_content .product_list_timelimit .product_h{width:calc(33.33% - 7.5px);padding:10px 15px 15px;margin-bottom:15px;margin-left:3.75px;margin-right:3.75px}}@media screen and (max-width:599px){.product_list_content .product_list_n .product_h,.product_list_content .product_list_pair .product_h,.product_list_content .product_list_timelimit .product_h{width:calc(50% - 7.5px)}}.product_list_content .product_list_n .product_h figure img,.product_list_content .product_list_pair .product_h figure img,.product_list_content .product_list_timelimit .product_h figure img{max-width:250px}.product_list_content .product_list_n .product_h figcaption,.product_list_content .product_list_pair .product_h figcaption,.product_list_content .product_list_timelimit .product_h figcaption{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_list_content .product_list_n .product_h figcaption>.d_flex,.product_list_content .product_list_pair .product_h figcaption>.d_flex,.product_list_content .product_list_timelimit .product_h figcaption>.d_flex{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_list_content .product_list_n .product_h figcaption>.d_flex span,.product_list_content .product_list_pair .product_h figcaption>.d_flex span,.product_list_content .product_list_timelimit .product_h figcaption>.d_flex span{margin-left:0}.product_list_content .product_list_n .product_h .product_number_count_group input,.product_list_content .product_list_pair .product_h .product_number_count_group input,.product_list_content .product_list_timelimit .product_h .product_number_count_group input{width:50px;margin:0 8px;line-height:36px;height:36px}.product_list_content .product_list_n .product_h .product_number_count_group input.disabled,.product_list_content .product_list_pair .product_h .product_number_count_group input.disabled,.product_list_content .product_list_timelimit .product_h .product_number_count_group input.disabled{background-color:#eee;color:#999}@media screen and (max-width:1180px){.product_list_content .product_list_n .product_h .product_number_count_group input,.product_list_content .product_list_pair .product_h .product_number_count_group input,.product_list_content .product_list_timelimit .product_h .product_number_count_group input{width:45px;margin:0 5px}}.product_list_content .product_list_n .product_h .sale_solan,.product_list_content .product_list_pair .product_h .sale_solan,.product_list_content .product_list_timelimit .product_h .sale_solan{width:75px;height:75px;padding:13px 16px;background-color:#c25800;color:#fff;text-align:center;border-radius:50%;font-size:16px;-ms-flex-item-align:end;align-self:flex-end;margin-top:10px}@media screen and (max-width:767px){.product_list_content .product_list_n .product_h .sale_solan,.product_list_content .product_list_pair .product_h .sale_solan,.product_list_content .product_list_timelimit .product_h .sale_solan{width:55px;height:55px;padding:10px 12px;font-size:13px;line-height:1.4}}@media screen and (max-width:374px){.product_list_content .product_list_n .product_h .sale_solan,.product_list_content .product_list_pair .product_h .sale_solan,.product_list_content .product_list_timelimit .product_h .sale_solan{width:45px;height:45px;padding:5px 10px;font-size:11px;margin-right:-4px}}.product_list_content .product_list_n .input_area,.product_list_content .product_list_pair .input_area,.product_list_content .product_list_timelimit .input_area{padding-top:10px}.product_list_content .product_list_n .input_area .check_area,.product_list_content .product_list_pair .input_area .check_area,.product_list_content .product_list_timelimit .input_area .check_area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:70px}@media screen and (max-width:599px){.product_list_content .product_list_n .input_area .check_area,.product_list_content .product_list_pair .input_area .check_area,.product_list_content .product_list_timelimit .input_area .check_area{width:70px}}.product_list_content .product_list_n .input_area .check_area .f_yellow,.product_list_content .product_list_pair .input_area .check_area .f_yellow,.product_list_content .product_list_timelimit .input_area .check_area .f_yellow{color:#d3a142;margin:0}.product_list_content .product_list_n .input_area .check_area label,.product_list_content .product_list_pair .input_area .check_area label,.product_list_content .product_list_timelimit .input_area .check_area label{width:40px;padding-left:10px}@media screen and (max-width:475px){.product_list_content .product_list_n .input_area .product_number_count_group,.product_list_content .product_list_pair .input_area .product_number_count_group,.product_list_content .product_list_timelimit .input_area .product_number_count_group{width:100%}.product_list_content .product_list_n .input_area .product_number_count_group input,.product_list_content .product_list_pair .input_area .product_number_count_group input,.product_list_content .product_list_timelimit .input_area .product_number_count_group input{width:calc(100% - 60px);margin:10px auto}}.product_list_content .product_list_n .aicenter,.product_list_content .product_list_pair .aicenter,.product_list_content .product_list_timelimit .aicenter{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_list_content .product_list_pair{display:none}.product_list_content .product_list_pair.active{display:block}@media screen and (max-width:767px){.product_list_content .product_list_pair{padding-top:20px}}.product_info{margin:80px 0}.product_info .product_info_nav{height:60px;line-height:60px;width:100%;border-bottom:solid 1px #4d4d4d;display:-webkit-box;display:-ms-flexbox;display:flex;color:#000;margin-bottom:60px;padding:0 20px}@media screen and (max-width:599px){.product_info .product_info_nav{padding:0;margin-bottom:40px}}.product_info .product_info_nav_item_active{border-bottom:solid 8px #d3a142}.product_info .product_info_nav_item{padding:0 15px;line-height:60px;cursor:pointer;margin-right:40px}.product_info .product_info_nav_item.active{border-bottom:solid 5px #d3a142}@media screen and (max-width:599px){.product_info .product_info_nav_item{width:33.3%;padding:0;margin-right:0;text-align:center}}.product_info .product_info_img{margin:0 auto;display:block}@media screen and (max-width:599px){.product_info{margin:0 0 40px}}
/*# sourceMappingURL=product_list.min.css.map */
