.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-1{
	flex: 1;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.v-center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.flex-v-center{
	align-items: center;
}
.full-width{
	width: 100%;
}
.top-0{
	top: 0;
}
.end-0{
	right: 0;
}
.text-start{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.text-end{
	text-align: right !important;
}
.t-center{
	text-align: center;
}
.black{
	color: #000 !important;
}
.white{
	color: #fff !important;
}
.red{
	color: #d94141 !important;
}
.brown{
	color: #ab9361 !important;
}
.gray{
	color: #888 !important;
}
.dark_grey{
	color: #333 !important;
}
.bg_white{
	background-color: #fff;
}
.bg_gray{
	background-color: #F2F1ED;
}
.bold{
	font-weight: bold;
}
.hide{
	display: none;
}
.show-md, .show-lg, .show-xl, .show-lg-flex{
	display: none;
}
.font-serif, .font-serif-all, .font-serif-all *{
	font-family: 'Noto Serif TC', serif;
}
.font-default ,.font-default-all, .font-default-all *{
	font-family: "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.grayscale{
	filter: grayscale(1);
}
.relative{
	position: relative;
}
.flex-center{
	justify-content: center;
}
.inline-block{
	display: inline-block;
}

/* order */
.main_header_padding{
	padding-top: 150px;
}
.order-section01{
	padding-top: 150px;
	padding-bottom: 30px;
}
.order_white_con{
	background-color: #fff;
	padding: 40px 30px;
}
.order_main_title{
	font-family: 'Noto Serif TC', serif;
	font-size: 24px;
	font-weight: bold;
}
.order_main_title_sub{
	display: inline-block;
	font-family: 'Noto Serif TC', serif;
	font-size: 16px;
	color: #b39d70;
}
.order_main_title_abtn{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #b39d70;
}
.order_phone_input{
	max-width: 480px;
	margin-top: 10px;
	margin-bottom: 20px;
}
input[type="text"], input[type="tel"], input[type="password"], select, textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
.main_form input[type="text"], .main_form input[type="tel"], .main_form input[type="password"]{
	width: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	padding: 5px;
}
.main_form input[type="checkbox"], .main_form input[type="radio"]{
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.main_form select{
	width: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
	padding: 5px;
	appearance: none;
}
.main_form textarea{
	width: 100%;
	min-height: 100px;
	font-size: 16px;
	color: #000;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 5px;
	appearance: none;
}
.input_right_btn_div{
	flex: 0 0 100px;
}
.order_title_abtn{
	display: inline-block;
	color: #000;
	background-color: #fff;
	padding: 5px 60px;
	text-align: center;
	border: 1px solid #bbb;
	border-radius: 50px;
	margin-bottom: 15px;
}
.order_title_abtn:hover{
	color: #b39d70;
	border-color: #b39d70;
}
.order-section01 hr{
	margin-top: 30px;
	margin-bottom: 30px;
}
.order-section02{
	padding-top: 30px;
	padding-bottom: 20px;
}
.order_list{
	position: relative;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.order_list_title{
	background-color: #e6e6e6;
}
.order_list_th{
	padding: 5px 15px;
	text-align: center;
}
.order_list_box{
	padding-top: 15px;
	padding-bottom: 10px;
}
.order_list_box img{
	display: block;
	max-width: 100%;
}
.input_row{
	margin-bottom: 10px;
}
.main_form label{
	margin-bottom: 0;
}
.order_list_photo{
	flex: 0 0 140px;
	padding-right: 10px;
}
.order_list_service_input{
	flex: 0 0 175px;
	padding-right: 15px;
}
.order_list_service_input label{
	cursor: pointer;
}
.order_list_box_udline{
	padding-top: 10px;
	border-bottom: 1px solid #bbb;
}
.order_list_box:last-child .order_list_box_udline{
	display: none;
}
.order_list_service_abtn{
	color: #b39d70;
}
.order_list_delete_btn{
	font-size: 14px;
	padding: 3px 12px;
	border-radius: 30px;
	background-color: #ddd;
}
.order_list_delete_btn:hover{
	color: #fff;
	background-color: #555050;
}
.order-section03{
	margin-bottom: 20px;
}
.order_discount_box{
	height: 100%;
}
.order_discount_box_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.order_discount_input_text{
	flex: 0 0 60px;
	padding-top: 4px;
}
.input_right_btn{
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-align: center;
}
.input_right_btn:hover, .input_right_btn.active{
	color: #000;
	background-color: #fff;
}
.order_discount_box_notice{
	font-size: 12px;
}
.order_total_box{
	height: 100%;
	padding: 40px 30px 20px 30px;
	background-color: #d2bfa1;
}
.order_total_box *{
	font-size: 16px;
}
.order_total_box_title{
	flex: 0 0 70px;
}
.order_total_box_total_div{
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}
.order_total_box_total{
	font-size: 22px;
	color: #000;
}
.order-section04{
	padding-top: 30px;
	padding-bottom: 100px;
}
.order-section04 hr{
	margin-top: 30px;
	margin-bottom: 30px;
}
.order_personal_info{
	margin-bottom: 30px;
}
.input_row_big{
	margin-bottom: 30px;
}
.input_title{
	margin-bottom: 15px;
}
.input_address_row{
	margin-left: -4px;
	margin-right: -4px;
}
.input_address_div{
	flex: 0 0 33.33%;
	padding-left: 4px;
	padding-right: 4px;
}
.input_address_div:first-child{
	margin-left: 0;
}
.order_agree_items{
	margin-bottom: 60px;
}
.order_agree_items_a{
	color: #b39d70;
}
.btn_div{
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn_yellow{
	display: inline-block;
	font-size: 20px;
	font-family: 'Noto Serif TC', serif;
	background-color: #dec23b;
	padding: 12px 80px;
	border: 2px solid #dec23b;
	margin-left: 5px;
	margin-right: 5px;
}
.btn_yellow:hover{
	color: #000;
	background-color: #fff;
}
.btn_black{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background-color: #555050;
	padding: 12px 80px;
	border: 2px solid #555050;
	margin-left: 5px;
	margin-right: 5px;
}
.btn_black:hover{
	color: #000;
	background-color: #fff;
}
.btn_fw{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
.select-center{
	text-align-last: center;
}
.order_list_title_mobile{
	background-color: #e6e6e6;
	padding: 5px 15px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.order_login_submit_btn{
	text-align: center;
}
.order_login_submit_btn .input_right_btn{
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}
.order_login_forget_div{
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}
.order_login_forget_btn{
	color: #b39d70;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.order_list_row{
	margin-left: -5px;
	margin-right: -5px;
}
.order_list_row > div{
	padding-left: 5px;
	padding-right: 5px;
}
.input_radio_row{
	margin-left: -10px;
	margin-right: -10px;
}
.input_radio_row > label{
	padding-left: 10px;
	padding-right: 10px;
}
.main_form input[type="checkbox"].order_card_check{
	width: 20px;
	height: 20px;
	top: 3px;
}
.order_card_con{
	display: none;
}

/* order-finish */
.order_f_subtitle{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.order_serial{
	font-size: 30px;
	color: #AB9361;
}
.order_time{
	position: absolute;
	top: 0;
	right: 0;
}
.order_f_discount_title{
	flex: 0 0 100px;
}
.order_f_input_title{
	font-size: 16px;
	margin-bottom: 5px;
}
.order_personal_info_text{
	font-size: 16px;
	font-weight: bold;
}

/* popup */
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 15px;
	z-index: 9999;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
.popup_close_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	cursor: pointer;
}
.popup_close_btn img{
	width: 100%;
}
.order_popup_con{
	position: relative;
	max-width: 580px;
	max-height: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px;
	background-color: #fff;
	overflow-y: auto;
	top: 50%;
	transform: translateY(-50%);
}
.order_popup_top_sub{
	position: absolute;
	top: 5px;
	right: 0;
	font-family: 'Noto Serif TC', serif;
	color: #ab9361;
}
.order_popup_title{
	font-family: 'Noto Serif TC', serif;
	font-size: 22px;
	margin-bottom: 20px;
}
.order_popup_con img{
	max-width: 100%;
}
.order_popup_con hr{
	margin-top: 30px;
	margin-bottom: 30px;
}
.popup_lettering_example{
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
}
.popup_lettering_example_title{
	margin-bottom: 20px;
}
.popup_lettering_example_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	cursor: pointer;
}
.popup_lettering_example_btn.active img{
	transform: rotate(180deg);
}
.popup_lettering_example img{
	max-width: 100%;
}
.input_row_md{
	margin-bottom: 20px;
}
.popup_lettering_info{
	margin-top: 10px;
}
.popup_lettering_title{
	flex: 0 0 110px;
}
.popup_lettering_table{
	width: 100%;
	margin-bottom: 20px;
}
.popup_lettering_table th{
	text-align: center;
	background-color: #ddd;
	padding: 10px 5px;
	border: 1px solid #000;
}
.popup_lettering_table td{
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #000;
}
.popup_lettering_ul{
	padding-left: 20px;
}
.popup_lettering_ul li{
	list-style: disc;
	margin-bottom: 10px;
}
.popup_lettering_ul li::marker{
	color: #b39d70;
}
.order_popup_title_sub{
	font-size: 13px;
	margin-bottom: 5px;
}

/* buycar */
.buycar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
}
.buycar_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
.buycar_main{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 480px;
	height: 100%;
	background-color: #fff;
}
.buycar_head{
	padding: 50px 40px 0 40px;
	height: 100px;
}
.buycar_title{
	position: relative;
	padding-left: 40px;
}
.buycar_title_icon{
	position: absolute;
	top: -5px;
	left: 0;
	width: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.buycar_title_icon img{
	width: 100%;
}
.buycar_list{
	height: calc(100% - 290px);
	padding-left: 20px;
	padding-right: 20px;
	overflow-y: auto;
}
.buycar_list_item{
	position: relative;
	padding: 30px 20px;
}
.buycar_item_img{
	flex: 0 0 140px; 
}
.buycar_item_img img{
	width: 100%;
}
.buycar_item_con{
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.buycar_item_title{
	font-size: 22px;
	padding-right: 40px;
}
.buycar_item_sub{
	margin-bottom: 15px;
}
.buycar_amount{
	margin-bottom: 20px;
}
.buycar_amount_title{
	flex: 0 0 50px;
	padding-top: 4px;
	padding-right: 10px;
}
.amount_select{
	flex: 1;
}
.amount_select_btn{
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	padding: 13px;
	border: 1px solid #bfbfbf;
	cursor: pointer;
}
.amount_select_btn.left{
	border-right: none;
}
.amount_select_btn.right{
	border-left: none;
}
.amount_select_btn > div{
	width: 10px;
	height: 10px;
	overflow: hidden;
}
.amount_select_btn img{
	position: relative;
	width: 100%;
}
.amount_select_btn:hover > div img{
	top: -10px;
}
.amount_select_input{
	flex: 1;
	max-width: 100px;
}
.amount_select_input input{
	text-align: center;
}
.main_form .amount_select_input input{
	border-radius: 0;
}
.buycar_item_price{
	font-size: 18px;
}
.buycar_delete_btn{
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 14px;
	padding: 3px 12px;
	border-radius: 30px;
	background-color: #ddd;
}
.buycar_delete_btn:hover{
	color: #fff;
	background-color: #555050;
}
.buycar_list_item_botline{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.buycar_list_item_botline > div{
	border-bottom: 1px solid #ccc;
}
.buycar_result{
	height: 190px;
	padding: 30px 40px;
}
.buycar_total{
	font-size: 22px;
	color: #AB9361;
	text-align: center;
	padding-bottom: 5px;
}
.buycar_result_info{
	font-size: 13px;
	height: 50px;
	text-align: center;
}
.buycar_close{
	position: absolute;
	top: 0px;
	right: 8px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
}
.buycar_btn{
	display: block;
	font-size: 16px;
	padding: 5px 0;
	background-color: #dec23b;
    border: 2px solid #dec23b;
	text-align: center;
}
.buycar_btn:hover{
	color: #2a2424;
	background-color: #fff;
}

/* login */
.con-sm{
	max-width: 540px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.login_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.login_phone_input{
	margin-top: 20px;
	margin-bottom: 60px;
}
.login_btn{
	display: block;
	max-width: 200px;
	color: #fff;
	background-color: #000;
	padding: 12px 0;
	border: 1px solid #000;
	border-radius: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.login_btn:hover{
	color: #000;
	background-color: #fff;
}

/* member */
.member_name{
	font-size: 22px;
	color: #b39d70;
}
.member_order_box{
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.member_order_box:hover{
	background-color: #f3f3f3;
}
.member_main_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.member_menu{
	justify-content: center;
}
.member_menu_btn{
	display: block;
	padding: 9px 25px;
    text-align: center;
    color: #2a2424;
    font-weight: 300;
	text-align: center;
    border: 1px solid #ececec;
    margin: 0 15px;
    background: #fff;
    transition: all .4s ease;
}
.member_menu_btn:hover{
	color: #fff;
    background: #b49460;
    border-color: #b49460;
}
.member_menu_btn.active{
    background: #b49460;
    border-color: #b49460;
}
.member_page_title{
	font-family: 'Noto Serif TC', serif;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 15px;
}
.member_order_list_title{
	padding: 15px;
}
.member_order_list_title div{
	font-weight: bold;
}
.member_product_item{
	margin-bottom: 30px;
}
.member_product_item_a{
	display: block;
}
.member_product_item p{
	margin-top: 10px;
}
.member_product_item_a:hover p{
	color: #b49460;
}
.member_product_item_a img{
	transition: all .4s ease;
}
.member_product_item_a:hover img{
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
}
.member_follow_delete_btn{
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 30px;
    background-color: #ddd;
}
.member_follow_delete_btn:hover{
    color: #fff;
    background-color: #555050;
}

/* join */
.sec_join_slider{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.sec_join_slider .container{
	position: relative;
}
.sec_join_slider h2{
	position: relative;
	border-bottom: none;
}
.sec_join_slider_sub{
	position: absolute;
	top: 0;
	right: 15px;
	letter-spacing: 1px;
}
.sec_join_banner{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.sec_join_banner img{
	width: 100%;
	transition: transform 0.3s;
}
.sec_join_banner:hover img{
	transform: scale(1.05);
}
.join_title_logo{
	margin-top: 30px;
	margin-bottom: 50px;
}
.join_pic01{
	width: 100%;
	margin-bottom: 50px;
}
.sec_join_main{
	padding-top: 50px;
	padding-bottom: 50px;
}
.join_main_title{
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 1px;
}
.defult_text{
	font-size: 15px;
}
.join_item{
	text-align: center;
}
.join_item > img{
	width: 115px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.join_item_title{
	font-size: 18px;
	color: #AB9361;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.join_item > p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 5px;
}
.join_giveback{
	background-color: #AB9361;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}
.join_main_title_slbtn{
	cursor: pointer;
}
.join_main_title_slbtn_icon{
	position: absolute;
	top: 12px;
	right: 0;
	width: 26px;
	height: 14px;
}
.join_main_title_slbtn.active .join_main_title_slbtn_icon{
	transform: rotate(180deg);
}
.join_giveback hr{
	border-color: #d4d4d4;
	margin-bottom: 50px;
}
.join_giveback li{
	color: #fff;
}
.join_sub_title{
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-size: 20px;
	margin-bottom: 20px;
}
.fixed_join_btn{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 280px;
	z-index: 99;
}
.fixed_join_btn_img{
	flex: 0 0 50%;
	height: 140px;
}
.fixed_join_btn_img img{
	width: 100%;
}
.fixed_join_btn_con{
	position: relative;
	flex: 0 0 50%;
	height: 140px;
	background-color: #DEC23B;
}
.fixed_join_btn_text{
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.fixed_join_btn_hover_pic{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: linear-gradient(-45deg, #fff 50%, #DEC23B 50%);
	display: none;
}
.fixed_join_btn:hover .fixed_join_btn_hover_pic{
	display: block;
}


/* enterprise */
.enterprise-section01{
	padding-bottom: 1px;
}
.enterprise_item{
	padding-top: 10px;
	padding-bottom: 20px;
}
.enterprise_item *{
	font-size: 18px;
}
.enterprise_item_title{
	flex: 0 0 240px;
}
.main_ul{
	padding-left: 30px;
}
.main_ul li{
	list-style-type: disc;
	margin-bottom: 10px;
}

/* products */
.color-list li.color01::before{
	background-color: #D1D0CA;
}
.color-list_icon.color01{
	background-color: #D1D0CA;
}
.products2-1-1-section01 .color-select.color01::before{
	background-color: #D1D0CA;
}
.color-list li.color02::before{
	background-color: #F2CE6A;
}
.color-list_icon.color02{
	background-color: #F2CE6A;
}
.products2-1-1-section01 .color-select.color02::before{
	background-color: #F2CE6A;
}
.color-list li.color03::before{
	background-color: #C7802D;
}
.color-list_icon.color03{
	background-color: #C7802D;
}
.products2-1-1-section01 .color-select.color03::before{
	background-color: #C7802D;
}
.color-list li.color04::before{
	background-color: #7DB9DE;
}
.color-list_icon.color04{
	background-color: #7DB9DE;
}
.products2-1-1-section01 .color-select.color04::before{
	background-color: #7DB9DE;
}
.color-list li.color05::before{
	background-color: #F8C3CD;
}
.color-list_icon.color05{
	background-color: #F8C3CD;
}
.products2-1-1-section01 .color-select.color05::before{
	background-color: #F8C3CD;
}
.color-list li.color06::before{
	background-color: #E9A368;
}
.color-list_icon.color06{
	background-color: #E9A368;
}
.products2-1-1-section01 .color-select.color06::before{
	background-color: #E9A368;
}
.color-list li.color07::before{
	background-color: #43341B;
}
.color-list_icon.color07{
	background-color: #43341B;
}
.products2-1-1-section01 .color-select.color07::before{
	background-color: #43341B;
}
.color-list li.color08::before{
	background-color: #3F2B36;
}
.color-list_icon.color08{
	background-color: #3F2B36;
}
.products2-1-1-section01 .color-select.color08::before{
	background-color: #3F2B36;
}
.color-list li.color09::before{
	background-color: #C18A26;
}
.color-list_icon.color09{
	background-color: #C18A26;
}
.products2-1-1-section01 .color-select.color09::before{
	background-color: #C18A26;
}
.color-list li.color10::before{
	background-color: #17a2b8;
}
.color-list_icon.color10{
	background-color: #17a2b8;
}
.products2-1-1-section01 .color-select.color10::before{
	background-color: #17a2b8;
}
.color-list li.color11::before{
	background-color: #554236;
}
.color-list_icon.color11{
	background-color: #554236;
}
.products2-1-1-section01 .color-select.color11::before{
	background-color: #554236;
}
.color-list li.color12::before{
	background-color: #E6EBEE;
}
.color-list_icon.color12{
	background-color: #E6EBEE;
}
.products2-1-1-section01 .color-select.color12::before{
	background-color: #E6EBEE;
}
.color-list li.color13::before{
	background-color: #080808;
}
.color-list_icon.color13{
	background-color: #080808;
}
.products2-1-1-section01 .color-select.color13::before{
	background-color: #080808;
}
.color-list li.color14::before{
	background-color: #F6C555;
}
.color-list_icon.color14{
	background-color: #F6C555;
}
.products2-1-1-section01 .color-select.color14::before{
	background-color: #F6C555;
}
.color-list li.color15::before{
	background-color: #ED784A;
}
.color-list_icon.color15{
	background-color: #ED784A;
}
.products2-1-1-section01 .color-select.color15::before{
	background-color: #ED784A;
}
.products2-1-1-section01 .form-custom::before{
	border: none;
}

/* product_list */
.product-list_div{
	position: relative;
}
.section04 .product-sidebar .product-list > li{
	position: relative;
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.section04 .product-sidebar .product-list > li > a{
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-list-select{
	width: 80%;
    background: #fff;
}
.product_name_filter{
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.product_name_filter_icon{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.product_name_filter_icon img{
	width: 100%;
}
.product_list_sortbtn{
	position: relative;
}
.product_list_sortbtn_btnicon{
	position: absolute;
	top: 7px;
	right: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
.product_list_sortbtn_btnicon img{
	position: relative;
	width: 100%;
}
.product_list_sortbtn.active .product_list_sortbtn_btnicon{
	transform: rotate(180deg);
}
.product_list_sortbtn.active .product_list_sortbtn_btnicon img{
	top: -10px;
}
.product_list_sec_menu{
	display: none;
}
.product_list_sec_menu li{
	padding-left: 1em;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.product_list_sec_menu li a{
	display: block;
}
.product_list_sec_menu li:hover a{
	color: #b49460;
}
.products2-1-1-section01 .collapse p{
	margin-bottom: 0;
}

/* service */
.service_main_title{
	position: relative;
    font-family: 'Noto Serif TC', serif;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.service_target img{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.service_textexp_title{
	margin-bottom: 10px;
}
.service_textexp_img{
	margin-bottom: 30px;
}
.service_textexp_img img{
	max-width: 100%;
}

/* product_tags */
.product_tags_area{
	position: relative;
	margin-bottom: 15px;
}
.product_tags{
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}
.product_tags::-webkit-scrollbar {
    display: none;
}
.product_tags_row{
	/* display: table; */
	white-space: nowrap;
	height: 40px;
	border-spacing: 10px 0px;
}
.product_tags a{
	/* display: table-cell; */
	font-size: 15px;
	color: #2a2424;
	font-weight: 300;
	border: 1px solid #ececec;
	padding: 8px 25px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #fff;
}
.product_tags a:hover{
	color: #fff;
    background: #b49460;
    border: 1px solid #b49460;
}
.product_tags a.active{
	color: #fff;
    background: #b49460;
    border: 1px solid #b49460;
}
.product_tags_btn{
	position: absolute;
	top: 5px;
	width: 15px;
	cursor: pointer;
}
.product_tags_btn img{
	width: 100%;
}
.product_tags_btn.prev{
	left: -20px;
}
.product_tags_btn.next{
	right: -20px;
}

/* gift_subpubox */
.gift_subpubox{
	width: 365px;
	margin-right: 10px;
}
.gift_subpubox_abox{
	display: block;
}
.gift_subpubox_img{
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.gift_subpubox_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}
.gift_subpubox_con{
	position: relative;
	flex: 1;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
}
.gift_subpubox_con h4{
	font-size: 16px;
}
.gift_subpubox_con p{
	font-size: 12px;
}
.gift_subpubox .color-list{
	position: absolute;
    right: 10px;
    bottom: 10px;
}
.gift_subpubox_abox:hover .gift_subpubox_img img{
	transform: scale(1.2);
}

/* manifest */
.manifest{
	padding-top: 30px;
	padding-bottom: 30px;
}
.manifest_con{
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 500;
}
.manifest_h1{
	font-size: 24px;
	margin-bottom: 20px;
}
.manifest_number{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}
.manifest_date{
	position: absolute;
	top: 0;
	right: 0;
}
.manifest_con p{
	margin-bottom: 10px;
}
.manifest_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.manifest_table{
	width: 100%;
	margin-bottom: 50px;
}
.manifest_table th{
	padding: 5px;
}
.manifest_table td{
	padding: 5px;
	vertical-align: middle;
}
.manifest_products_img{
	flex: 0 0 55px;
	padding-right: 15px;
}
.manifest_products_img img{
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
}

/* fix */
.inside-menu .inside-logo{
	width: 100px;
	height: 60px;
	background-image: url(../images/index/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.inside-menu.text-black .inside-logo{
	background-image: url(../images/index/logo_black.png);
}

.inside-menu .inside-menu-list li .inside-menu-list3{
	top: 55px;
	bottom: auto;
}
.inside-menu .inside-menu-list li .inside-menu-list3 li{
	width: 25%;
}
.share-list-2 li a.icon_line{
	background-image: url(../images/product/icon_line.png);
}
.share-list-2 li a.icon_line:hover{
	background-image: url(../images/product/icon_line_hover.png);
}
.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item .img-wrap .img-item{
	padding-top: 100%;
}
.products-section01 .products_slider .products_slider-item > .img-wrap .img-item{
	padding-top: 100%;
}
.products-section01 .products_slider .products_slider-item:hover > .img-wrap .img-item{
	padding-top: 100%;
}
.products2-3-section02 .img-wrap .img-item{
	padding-top: 100%;
}
.products2-1-1-section01 .product2_slider_nav .product2_slider_nav-item .img-wrap .img-item{
	padding-top: 100%;
}
.products2-1-1-section01 .product2_slider .product2_slider-item .img-wrap .img-item{
	padding-top: 100%;
}
.products2-1-1-section02 .container-custom .product3_slider .product3_slider-item .img-wrap .img-item{
	padding-top: 100%;
}
.products2-1-1-section03 .product4_slider .product4_slider-item .img-wrap .img-item{
	padding-top: 100%;
}
.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item .img-wrap .img-item{
	padding-top: 100%;
}
.body .header .top-menu .navbar-expand-lg .logo-item a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.products2-1-1-section01 .product2_slider_nav .product2_slider_nav-item .img-wrap{
	max-height: 1080px;
}
.product2_slider .product2_slider_nav-item{
	position: relative;
	cursor: pointer;
}
.product2_slider .product2_slider_nav-item .img-item img{
	transition: transform 0.4s ease;
}
.product2_slider .product2_slider_nav-item:hover .img-item img{
	position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
}
.products2_main_left{
	flex: 0 0 800px;
	max-width: 800px;
	padding-left: 15px;
	padding-right: 80px;
}
.products2_main_right{
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.products2_main_left .img-item img{
	max-width: 100%;
}
.products2_main_left h2{
	font-size: 25px;
    font-weight: 300;
    position: relative;
    margin-bottom: 70px;
}
.products2_main_left h2:before{
	content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #b49460;
    bottom: -25px;
    left: 0;
}
.products2_main_right h2{
	font-size: 25px;
    font-weight: 300;
    position: relative;
    margin-bottom: 50px;
}
.product_page_title{
	font-size: 25px;
    font-weight: 300;
    position: relative;
    margin-bottom: 50px;
}
.products2_main_right .nav{
	margin-bottom: 30px;
}
.products2_main_right ul{
	position: relative;
}
.products2_main_right .detail-list li{
	font-size: 15px;
    margin-bottom: 15px;
}
.products2_main_right .detail-list li{
	display: flex;
	width: 100%;
}
.products2_main_right .detail-list li div{
	font-family: 'Noto Serif TC', serif;
}
.products2_main_right h4{
	margin-bottom: 20px;
}
.products2_main_right .qtyform{
	margin-bottom: 40px;
}
.products-collapse-wrap{
	margin-bottom: 20px;
}
.detail_list_title{
	flex: 0 0 80px;
	padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
}
.share-list-2 li .follow_btn{
	position: relative;
	width: 100px;
	line-height: 21px;
	padding-left: 25px;
}
.follow_btn::before{
	content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/product/icon_love.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.follow_btn:hover{
	color: #b49460;
}
.follow_btn:hover::before {
    background-image: url(../images/product/icon_love_hover.png);
}
.section05 .sectiion5-item .section5-content h4{
	letter-spacing: 1px;
}
.section05 .sectiion5-item .section5-content p{
	letter-spacing: 1px;
}
.section05 .sectiion5-item .section5-content .more{
	letter-spacing: 1px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list ul li:last-child{
	border-bottom: none;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list ul li a{
	border-bottom: 1px solid #2E2C2D;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list ul li a:hover{
	border-color: #b49460;
}

.body .header .top-menu .navbar-collapse .top-icon-list2 .nav{
	width: 426px;
}
.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li{
	width: 33.33%;
	margin-bottom: 20px;
}
.footer_menu_list{
	flex: 0 0 auto;
	width: 670px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer_menu_list_group{
	flex: 0 0 160px;
}
.footer_menu_list_group_2{
	flex: 0 0 320px;
}
.footer_copyright{
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.slider_center_catch .img-wrap{
	position: relative;
}
.slider_center_catch .img-wrap::before{
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider_center_catch .slick-current .img-wrap::before{
	display: none;
}
.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1{
	transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
}
.product-wrap .product_slider{
	margin-bottom: 20px;
}
.section04 .product-wrap .product_slider li{
	margin: 0 10px;
}
.index_inside-menu{
	display: none;
}
.section02 .about01-title2-bg{
	background-image: url(../images/about/01/pic_02.jpg);
}
.index_section05{
	margin-bottom: 0;
}
.index_section06{
	margin-top: 50px;
}
.products-section01 .products_slider .products_slider-item .products_slider-hover{
	background: none;
}
.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item{
	display: block;
}
.products_slider-hover_img{
	width: 130px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
}
.products_slider-hover_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item{
	width: 100%;
	padding: 20px;
}
.products_slider-hover-item .text-item{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.products_slider-hover-item .img-item{
	width: 100px;
	background-color: #fff;
}
.top-menu-nav .member{
	background-image: url(../images/index/menu/tool-member.png);
}
.header_black .top-menu-nav .member{
	background-image: url(../images/index/menu/tool-member-black.png);
}
.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.member:hover{
	opacity: 1;
}
.ov-hidden .top-menu-nav .member{
	background-image: url(../images/index/menu/tool-member-gray.png);
}
.ov-hidden .top-menu-nav .member:hover{
	background-image: url(../images/index/menu/tool-member_hover.png);
}
.top-menu-nav .logout{
	color: #fff;
	padding-top: 3px;
}
.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.logout{
	opacity: 1;
	width: 70px;
}
.top-menu-nav .logout:hover{
	color: #b49460;
}
.header_black .top-menu-nav .logout{
	color: #333;
}
.header_black .top-menu-nav .logout:hover{
	color: #000;
}
.top-menu.stick .top-menu-nav .logout{
	color: #333;
}
.top-menu.stick .top-menu-nav .logout:hover{
	color: #000;
}
.ov-hidden .top-menu-nav .logout{
	color: #ccc;
}
.ov-hidden .top-menu-nav .logout:hover{
	color: #b49460;
}
.vip_block .btn_yellow{
	font-size: 16px;
	margin-top: 1em;
}
.order_list_as{
	margin-left: auto;
	margin-right: auto;
}
.order_list_as .amount_select_btn{
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	padding: 10px;
}
.main_form .order_list_as .amount_select_input input[type="text"]{
	font-size: 15px;
	padding: 2px 2px 3px 2px;
	height: 30px;
}
.pt3-2{
	padding-top: 66.66% !important;
}
.pt1-1_c .img-item{
	padding-top: 100% !important;
}
.right-list li{
	display: block;
	padding-right: 10px;
	margin-right: 0;
	width: 33px;
}
.right-list li a{
	margin-right: 0;
}
.inside-menu .inside-menu-list .inside-menu-list_mbtn{
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.inside-menu-list_mbtn{
	width: 160px;
	text-align: center;
}
.product3_slider-item img{
	transition: transform 0.4s ease;
}
.product3_slider-item:hover img{
	position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
}
.product4_slider-item img{
	transition: transform 0.4s ease;
}
.product4_slider-item:hover img{
	position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
}
.inside-menu.stick{
	box-shadow: 0 1px 2px #ddd;
}
.inside-menu-list_mbtn ul.nav{
	margin-bottom: 10px;
}
.inside-menu .inside-menu-list li{
	padding-bottom: 15px;
}
.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li{
	padding: 0;
}
.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li a{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.inside-menu-list_mbtn ul li{
	text-align: left;
}
.inside-menu-list_mbtn ul li a{
	font-weight: 200;
}
.inside-menu-list_mbtn hr{
	border-color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
	opacity: 0.3;
}
.inside-menu .inside-menu-list li .inside-menu-list2{
	background-color: rgba(32,32,33,0.95);
}
.inside-menu .inside-menu-list li .inside-menu-list3{
	background-color: rgba(32,32,33,0.95);
}
.collapse > div{
	font-family: 'Noto Serif TC', serif;
	line-height: 32px;
    margin-bottom: 40px;
}
.collapse_remark{
	font-family: 'Noto Serif TC', serif;
	line-height: 32px;
    margin-bottom: 30px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list h3{
	margin-bottom: 45px;
	font-weight: 200;
	line-height: 32px;
}
.mobile-link .sec-list a{
	font-weight: 200;
}
.top-menu-nav .car{
	position: relative;
}
.car_num{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 50%;
	background-color: #b49460;
	text-align: center;
}
.car_num div{
	position: relative;
	font-size: 12px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.maintenance_info{
	padding-bottom: 60px;
}
.maintenance_info .container-custom{
	max-width: 960px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.about-text-fullwidth{
	width: 100%;
}
.gift-detail-section-kv h2{
	text-shadow: 0 0 5px #000;
}
.gift_kv_title{
	position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    writing-mode: vertical-rl;
    font-size: 2.5vw;
}
.gift_kv_title::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}
.products2-2-section01 .products2-2-section01-item .products2-2_slider .products2-2-item .img-wrap{
	max-height: none;
}
.products2-2-section01 .products2-2-section01-item .products2-2_slider .products2-2-item .img-wrap .img-item{
	padding-top: 100%;
}
.custom-arrow .slick-prev, .custom-arrow .slick-next{
	width: 100px;
	height: 100%;
	background-repeat: no-repeat;
	opacity: 1;
	transform: translateY(0);
}
.custom-arrow .slick-prev:hover, .custom-arrow .slick-next:hover{
	background-size: 60px auto;
}
.custom-arrow .slick-prev{
	bottom: 0;
	left: 0;
	background-position: bottom 10px left 10px;
}
.custom-arrow .slick-next{
	bottom: 0;
	right: 0;
	background-position: bottom 10px right 10px;
}
.gift-section02-content .more{
	white-space: nowrap;
}
.section03-inner{
	position: relative;
	display: block;
}
.gift-section03 .gift-section03-item .img-item img{
	transition: all .4s ease;
}
.gift-section03 .gift-section03-item:hover .img-item img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.gift-section03 .gift-section03-item:hover .text-item{
	color: #fff;
}
.about-section02{
	margin-bottom: 50px;
	letter-spacing: 1px;
}
.specil-img{
	margin-bottom: 30px;
}
.about-text-item04 h4{
	font-weight: 500;
	margin-bottom: 20px;
}
.about-text-item04 p{
	margin-bottom: 50px;
}
.specil-img{
	display: block;
}
.specil-img .img-item img{
	transition: all .4s ease;
}
.specil-img:hover .img-item img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.specil-img:hover .text-item{
	background: #fff;
    color: #2a2424;
}
.about-text-item02 h4{
	font-size: 20px;
}
.products2-2_slider .products2-2-item .img-item img{
	transition: all .4s ease;
}
.products2-2_slider .products2-2-item:hover .img-item img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
h3 a{
	font-size: 1em;
}
.follow_btn.active, .follow_btn.active span, .follow_btn:hover span{
	color: #b49460;
}
.follow_true{
	display: none;
}
.follow_btn.active::before{
	background-image: url(../images/product/icon_love_hover.png);
}
.follow_btn.active .follow_false{
	display: none;
}
.follow_btn.active .follow_true{
	display: inline-block;
}
/*
a.news-item .img-item img{
	transition: all .4s ease;
}
a.news-item:hover .img-item img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
*/
.about-section01{
	height: 580px;
	padding: 70px 0;
	letter-spacing: 1px;
}
.top-menu-nav .search{
	background-image: url(../images/index/menu/tool_search.png);
}
.header_black .top-menu-nav .search{
	background-image: url(../images/index/menu/search.png);
}
.top-menu.stick.stickup .top-menu-nav .search{
	background-image: url(../images/index/menu/search.png);
}
.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.search:hover{
	opacity: 1;
}
.gift-section03 h2{
	font-weight: 500;
}
.specil-section-kv .title{
	font-weight: 500;
}
.specil-section-kv .title2{
	font-weight: 500;
}
.googlemap_frame iframe{
	width: 100% !important;
	height: 720px !important;
}
.section-kv .banner_slider .banner_slider-item .img-wrap .img-item{
	padding-top: 38%;
}
.top-menu .navbar-expand-lg{
	height: 0;
}
.inside-menu{
	height: 75px;
}
.inside-menu .inside-menu-list{
	top: -50px;
}
.about-text-item01{
	letter-spacing: 1px;
}
.top-menu-nav{
	top: 10px;
}
.inside-menu .inside-menu-list li .inside-menu-list2{
	top: 55px;
	bottom: auto;
}
.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.search{
	background-image: url(../images/index/menu/search_gray.png);
}
.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.search:hover{
	background-image: url(../images/index/menu/search_hover.png);
}
.ov-hidden .logout{
	color: #ccc;
}
.ov-hidden .logout:hover{
	color: #b49460;
}
.filter-price{
	position: relative;
	width: 100%;
	border: none;
	border-bottom: 2px dotted #ccc;
	border-radius: 0;
	padding: 15px 5px;
	color: #000;
	background-image: url(../images/index/menu/search.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: top 12px right;
}
.filter-price:hover{
	background-image: url(../images/index/menu/search_hover.png);
}
.product_filter{
	overflow: hidden;
	margin-bottom: 10px;
}
.product_filter_div{
	float: right;
}
.product_filter_title{
	display: inline-block;
	margin-right: 10px;
}
.product_filter_select{
	display: inline-block;
	border: none;
	border-bottom: 2px dotted #ccc;
	padding: 5px;
	color: #000;
	appearance: none;
    -moz-appearance: none;
}
.products2-1-1-1-section01 h2{
	font-weight: 500;
	letter-spacing: 3px;
}
.products2-1-1-1-section03 h4{
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.products2-1-1-1-section03 p{
	letter-spacing: 2px;
	line-height: 2em;
}
.products2-1-1-1-section01 .right-list{
	top: 150px;
}
.products2-2-section01 .text-item h3{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-right: 30px;
	padding-bottom: 0;
	border-bottom: none;
}
.productsNew_item_con{
	padding-top: 30px;
	padding-bottom: 10px;
}
.productsNew_item_con .container{
	max-width: 1110px;
}
.productsNew_item_con p{
	letter-spacing: 1px;
	line-height: 1.7em;
}
.productsNew_item_con .over-2{
	height: 46px;
}
.products2-3-section-kv h2{
	letter-spacing: 3px;
	text-align: center;
}
.section02 .title p{
	font-weight: 500;
	text-shadow: 0 0 5px #000;
}
.section02 .title h2{
	font-weight: 500;
	text-shadow: 0 0 5px #000;
}
.about-section01 h4{
	font-weight: 500;
}
.about-text-item01 h4{
	font-weight: 500;
}
.about-section03 .about_slider-item .img-item img{
	transition: all .4s ease;
}
.about-section03 .about_slider-item:hover .img-item img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}
.specil-section01 .specil_slider .specil_slider-item .text-item h2{
	letter-spacing: 3px;
}
.specil_kv_title{
	color: #fff;
    border-bottom: 1px solid #b49460;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 32px;
	letter-spacing: 3px;
}
.specil-section01 .specil_slider .specil_slider-item .text-item p{
	font-weight: 500;
	letter-spacing: 1px;
}
.specil-section01{
	margin-bottom: 100px;
}
.specil_con_01{
	margin-bottom: 0;
	padding-bottom: 50px;
}
.store-section01 h2{
	font-weight: 500;
    letter-spacing: 5px;
}
.main_title{
	font-size: 25px;
    font-weight: 500;
	letter-spacing: 5px;
    position: relative;
    margin-bottom: 70px;
}
.main_title::before{
	content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background: #b49460;
    bottom: -25px;
    left: 0;
}
.contactus-section01 .container-custom p{
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 25px;
}
.contactus-section01 .container-custom .email-link{
	display: inline-block;
	letter-spacing: 2px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px solid #b49460;
}
.contactus_form{
	letter-spacing: 1px;
}
.contactus_question_select{
	font-size: 18px;
	color: #b49460;
}
.contactus-section01 .container-custom textarea.form-custom{
	padding: 10px 0;
	min-height: 130px;
	text-align: left;
}
.rbline_title{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.rbline_text{
	padding-right: 30px;
}
.rbline_text h2{
	border-bottom: none;
	margin-bottom: 0;
	font-weight: 500;
}
.rbline_text h2::before{
	display: none;
}
.rbline_text h2 span{
	font-size: 18px;
	letter-spacing: 2px;
}
.rbline_line{
	flex: 1;
	border-bottom: 1px solid #e2e2e2;
}
.enforce-img img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
.product2_slider_nav-item .img-item iframe{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ov-hidden .body .header .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler{
	background-image: url(../images/index/menu/tool_menu_close.png) !important;
}
.products-section01 .products_slider .products_slider-item{
	margin-left: 30px;
	margin-right: 30px;
}
.contactus-section01 .container-custom .form-custom{
	padding: 35px 0;
}
.contactus-section01 .container-custom .form-custom-select .form-control{
	height: 70px;
}
.video_item{
	position: relative;
}
.video_frame{
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video_frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pro_btn_play{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.pro_btn_play img{
	display: block;
	width: 48px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
}
.top-menu.stick{
	-webkit-transform: translateY(0);
}
.products2-1-1-4-section02-7 {
    margin-bottom: 5.20833vw;
    padding: 265px 0;
    background-image: url(../images/product/2.1.1.4/pic_07.jpg);
    background-size: cover;
    background-position: center;
}
.products2-1-1-4-section02-7 .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
    text-indent: 10px;
    position: relative;
    color: #fff;
}
.products2-1-1-4-section02-7 .title:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: -37px;
    background: #fff;
    z-index: 2;
}
.brand_sec1_sbg{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 30%;
	max-height: 100%;
}
.products2-3-section01{
	position: relative;
}
.custom-arrow_a2 .slick-prev{
	background-position: bottom 80px left 10px;
}
.custom-arrow_a2 .slick-next{
	background-position: bottom 80px right 10px;
}
.FAQ-section01 .qa-tab .qa-tab-inner{
	padding-top: 20px;
}
.noblack .img-wrap::before{
	content: none;
}
.about-section02.about-tin::before{
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-size: 22% auto;
	background-position: bottom right;
}

@media (max-width: 1650px) and (min-width: 1100px){
	.about-text-item01_cuswidth{
		width: calc(100% - 500px);
	}
	.about-text-item03_cuswidth{
		margin-left: 350px;
	}
}
.top-icon-list2-nav{
	position: relative;
	width: 50%;
	margin-left: 18.22917vw;
	margin-top: 30px;
}
.top-icon-list2-nav a{
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover;
	margin-right: 20px;
}
.top-icon-list2-nav .fb{
	background-image: url(../images/index/menu/tool_fb_black.png);
}
.top-icon-list2-nav .fb:hover{
	background-image: url(../images/index/menu/tool_fb_hover.png);
}
.top-icon-list2-nav .ig{
	background-image: url(../images/index/menu/tool_ig_black.png);
}
.top-icon-list2-nav .ig:hover{
	background-image: url(../images/index/menu/tool_ig_hover.png);
}
.products2-1-1-section01 .color-select .form-control{
	text-align: left;
	padding: 0 5px 0 50px;
	width: 100%;
}
.products2-1-1-section01 .color-select::before{
	left: 20px;
}
.products2-1-1-section01 .form-custom{
	min-width: 0;
	max-width: 160px;
}
.color-list li{
	border: 1px solid #e6e6e6;
	padding: 5px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.color-list li:hover{
	background-color: #dfc23c;
}
.color-list_icon{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 7px;
	top: 2px;
}
.img_fullsize img{
	width: 100% !important;
	height: auto !important;
}
.brand_con{
	position: relative;
	max-width: 990px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.news-section02 .news-item{
	text-align: left;
}
.news-section02 .news-item p{
	text-align: left;
}
.news-section02 .news-item h4{
	text-align: left;
}
.news_page_title{
	color: #b49460;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}
.about-section02.about-stone::before{
	content: none;
}
.con_about{
	max-width: 990px;
}
.about_md_img{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.products-section-kv::before{
	content: none;
}
.about_eyecatch{
	text-align: center;
    border-left: 1px solid #ececec;
    padding: 30px 0;
    margin-bottom: 30px;
}
.about_eyecatch_title{
	font-size: 20px;
}
.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item h4{
	font-size: 12px;
}
.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item p{
	font-size: 12px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list{
	top: -120px;
	padding-top: 135px;
	overflow-y: auto;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list:before{
	content: none;
}
.product-list_btn{
	position: relative;
	display: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #dfc23c;
}
.product-list_btn_icon{
	display: inline-block;
    width: 10px;
    height: 10px;
}
.gift-detail-section-kv_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}
.gift-section03-item a{
	position: relative;
	display: block;
}
.gift-section03 .gift-section03-item .text-item{
	left: 0;
	width: 100%;
}
.about-section-kv h2{
	text-shadow: 0 0 5px #000;
}
.about_kv_title{
	position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    color: #fff;
	writing-mode: vertical-rl;
    font-size: 2.5vw;
	text-shadow: 0 0 5px #000;
}
.about-section03 .about-slick .img-wrap{
	position: relative;
}
.about-section03 .about-slick .img-wrap::before{
	content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-section03 .about-slick.slick-current .img-wrap::before{
	content: none;
}
.product-item .img-wrap{
	position: relative;
}
.product_sub_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.5s;
}
.product-item:hover .product_sub_img{
	opacity: 1;
}
.product-list_sub_btns a{
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #eee7d4;
	margin-bottom: 10px;
}
.product-list_sub_btns a:hover{
	color: #b49460;
}
/*
.products2-1-1-2-section02 .title{
	text-shadow: 1px 1px 3px #666;
}
.products2-1-1-2-section02-2 .title{
	text-shadow: 1px 1px 3px #666;
}
*/
.products2-1-1-2-section02-3 .title{
	text-shadow: 1px 1px 3px #666;
}
.vip_block_1{
	flex: 0 0 auto;
	width: 300px;
	padding-left: 15px;
	padding-right: 15px;
}
.vip_block_2{
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.menu_product_name_filter{
	width: 100%;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list .menu_product li a{
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav .menu_product li{
	position: relative;
}
.menu_product a{
	width: 100%;
}
.menu_product li a .product_list_sortbtn_btnicon{
	top: 11px;
}
.menu_product .product_list_sec_menu li{
	padding-bottom: 0;
	margin-bottom: 0;
}
.menu_product .product_name_filter_icon{
	width: 30px;
	height: 30px;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list .menu_product li .product_name_filter_icon{
	position: absolute;
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list .menu_product li .product_name_filter_icon:hover{
	border-bottom: none;
}
.mobile-link .filter-price{
	padding: 0 5px;
	background-position: top 1px right;
	border-bottom: none;
}
.about-section05::before{
	width: 400px;
	height: 493px;
	top: 50px;
	left: 60px;
}
.products2-1-1-4-section02 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-4-section02-2 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-4-section02-3 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-4-section02-4 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-4-section02-5 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-4-section02-6 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-2-section02{
	background-image: none;
	padding: 80px 0;
	margin-bottom: 0;
}
.products2-1-1-2-section02 .title.dark_grey::before{
	background-color: #333;
}
.products2-1-1-2-section02-2{
	background-image: none;
	padding: 80px 0;
	margin-bottom: 0;
}
.products2-1-1-2-section02-2 .title.dark_grey::before{
	background-color: #333;
}
.gift-section02-mobile{
	margin-bottom: 50px;
}
.gift-section02-mobile_title{
	font-size: 24px;
	color: #b49460;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 60px;
}
.gift-section02-mobile p{
	font-size: 17px;
	line-height: 32px;
}
.gift-section02-mobile .more{
	display: block;
	max-width: 180px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
	background: #dfc23c;
    text-align: center;
    justify-content: center;
    color: #2a2424;
	margin-top: 40px;
}
.store-section01{
	padding-bottom: 50px;
}
.store-section02{
	margin-bottom: 50px;
}
.store-section03{
	background-color: #fff;
	padding-top: 60px;
	margin-bottom: 60px;
}
.index_store_box{
	display: block;
	margin-bottom: 30px;
}
.index_store_box .img-wrap{
	margin-bottom: 15px;
}
.index_store_box .img-wrap .img-item{
	padding-top: 75%;
	overflow: hidden;
}
.index_store_box .img-item img{
	transition: transform 0.4s;
}
.index_store_box:hover .img-item img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
}
.index_store_box h4{
	color: #b49460;
    font-size: 20px;
    text-align: center;
}
.index_store_box p{
	margin: 0;
    position: relative;
    text-align: center;
}
.index_store_box p span{
	position: relative;
    top: 2px;
    right: 0;
}
.index_store_box p span img{
	width: 10px;
    display: initial;
}
.sec_join_main{
	background-color: #fff;
}
.news-section02 .news-item .img-item{
	padding-top: 66%;
}
.about-section04 .about_slider2-item .img-wrap::before{
	content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-section04 .about_slider2-item.slick-current .img-wrap::before{
	content: none;
}
.products2-1-1-1-section02{
	background-image: none;
    padding: 80px 0;
    margin-bottom: 0;
}
.products2-1-1-1-section02 .title.dark_grey::before{
	background-color: #333;
}
.mw640{
	max-width: 640px;
}
.img_box{
	position: relative;
}
.img_box img{
	width: 100%;
}
.img_box_text{
	position: absolute;
	bottom: 0;
    right: 0;
    background: #ededed;
    padding: 15px 35px;
}
.bg-left{
	background-position: center left;
}
.bg-right{
	background-position: center right;
}
.productsNew_item_buybtn{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.productsNew_item_buybtn img{
	width: 100%;
}
.productsNew_item_info{
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.news_slider-item .img-wrap .img-item{
	background-color: #fff;
}
.news_slider-item:hover .img-wrap .img-item img{
	-webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
	opacity: 0.8;
}
.section06 .news_slider-item .text-date{
	font-size: 22px;
}
.section06 .news_slider-item .text-content{
	font-size: 18px;
	margin-bottom: 30px;
}
.brand_title{
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5vw;
}

/* 2022.10 */
.share-list-2 li{
	margin: 0 15px;
}
.pro_slick_frame{
	width: 100%;
	overflow: hidden;
}
.products2-1-1-section01 h3 span{
	font-size: 16px;
}
.products2-1-1-section01 p{
	font-size: 16px;
}
.products2_main_right .detail-list li{
	font-size: 16px;
}
.products2-1-1-section01 .qtyform .qty{
	font-size: 16px;
}
.products2-1-1-section02 .container-custom .cart-detail-tab .nav-item .nav-link{
	font-size: 16px;
}
.product3_slider-item p{
	font-size: 16px;
}
.product4_slider-item{
	font-size: 16px;
}
.icon_youtube{
	background-image: url(../images/product/icon_youtube.png);
}
.icon_youtube:hover{
	background-image: url(../images/product/icon_youtube_hover.png);
}

/* recycle */
.recycle_sec_01{
	padding-top: 10px;
	padding-bottom: 30px;
}
.recycle_kv_img{
	display: block;
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.recycle_con{
	max-width: 990px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.recycle_sub_title{
	font-size: 24px;
	color: #b49460;
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.recycle_main_title{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.recycle_title_sp{
	width: 2px;
	height: 25px;
	background-color: #2a2424;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.recycle_sec_01 p{
	line-height: 1.8em;
}
.recycle_main_sec{
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}
.recycle_sec_title{
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.recycle_text{
	font-size: 16px;
	text-align: center;
	line-height: 1.8em;
}
.recycle_main_sec img{
	max-width: 100%;
}
.recycle_info_text{
	font-size: 18px;
	text-align: center;
	line-height: 1.8em;
}
.custom_ol{
	padding-left: 25px;
}
.custom_ol li{
	margin-bottom: 15px;
}
.custom_ol li::marker{
	color: #b49460;
}
.recycle_notice_title{
	max-width: 800px;
	background-color: #f2efe0;
	font-size: 22px;
	letter-spacing: 3px;
	text-align: center;
	padding: 30px 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.purchase_ec_title{
	background-color: #f2efe0;
	font-size: 22px;
	letter-spacing: 3px;
	text-align: center;
	padding: 30px 5px;
	margin-bottom: 40px;
}
.purchase_order_notice{
	position: relative;
	border: 1px solid #b49460;
	margin-bottom: 40px;
}
.purchase_on_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background-color: #b49460;
}
.purchase_on_title::after{
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	border-top: 20px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 20px solid #b49460;
}
.purchase_on_text{
	padding: 8px 8px 8px 175px;
}
.purchase_process{
	padding: 20px 15px 5px 15px;
	background-color: #ededed;
	margin-bottom: 40px;
}
.purchase_process_item{
	flex: 1;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px;
}
.purchase_process_num{
	display: inline-block;
	width: 25px;
	height: 25px;
	padding-top: 1px;
	color: #fff;
	text-align: center;
	background-color: #b49460;
	margin-right: 8px;
}
.purchase_process_arrow{
	width: 30px;
	padding-top: 19px;
}
.purchase_process_arrow img{
	position: relative;
	display: block;
	width: 16px;
	margin-left: auto;
	margin-right: auto;
}
.products2-1-1-1-section04 p{
	margin-bottom: 40px;
}
.products2-1-1-1-section04 .custom-list{
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

@media (max-width: 1600px){
	.products-section01 .products_slider .products_slider-item .products_slider-hover{
		width: calc(100% - 30px);
		height: calc(100% - 30px);
	}
}

@media (min-width: 1440px){
	.about-text-item01{
		width: calc(100% - 10vw);
	}
	.about-text-fullwidth{
		width: 100%;
	}
}

@media (max-width: 1400px){
	.products2_main_left{
		flex: 0 0 600px;
		max-width: 600px;
		padding-right: 15px;
	}
	.gift_subpubox{
		width: 260px;
	}
	.gift_subpubox_img{
		flex: 0 0 80px;
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 1460px){
	.inside-menu .inside-menu-list{
		padding-right: 160px;
	}
	.inside-menu .inside-menu-list .inside-menu-list_mbtn{
		padding-left: 20px;
		padding-right: 20px;
	}
	.inside-menu-list_mbtn{
		width: auto;
	}
}

@media (max-width: 1199px){
	.hide-xl{
		display: none;
	}
	.show-xl{
		display: block;
	}
	.inside-menu .inside-menu-list .inside-menu-list_mbtn{
		padding-left: 8px;
		padding-right: 8px;
	}
	.section-kv .banner_slider .banner_slider-item .img-wrap .img-item{
		padding-top: 500px;
	}
	.about-section05::before{
		width: 300px;
		height: 369px;
		top: 30px;
		left: 30px;
	}
}

@media (min-width: 992px){
	.col-lg-20p{
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.inside-menu.stick .inside-menu-list{
		top: 6px;
	}
	.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a{
		opacity: 1;
	}
}

@media (max-width: 991px){
	.hide-lg{
		display: none !important;
	}
	.show-lg{
		display: block;
	}
	.show-lg-flex{
		display: flex;
	}
	.order-section01{
		padding-top: 80px;
	}
	.text-lg-start{
		text-align: left !important;
	}
	.body .header .top-menu .navbar-expand-lg .logo-item a{
		top: -16px;
		background-image: url(../images/index/logo.png);
	}
	.body .header.header_black .top-menu .navbar-expand-lg .logo-item a{
		background-image: url(../images/index/logo_black.png);
	}
	.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list{
		top: 0;
		padding-top: 50px;
	}
	.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a{
		opacity: 1;
	}
	.order_main_title_sub{
		display: block;
		margin-top: 5px;
	}
	.order_main_title_abtn{
		top: auto;
		bottom: 0;
	}
	.order_white_con{
		padding: 20px 15px;
	}
	.order_list_btns_div{
		margin-top: 20px;
	}
	.order_list_box_udline{
		padding-top: 30px;
	}
	.order_discount_box_stitle{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.member_order_box .row > div{
		margin-bottom: 10px;
	}
	.products2_main_left{
		flex: 0 0 100%;
		width: 100%;
		max-width: none;
		padding-top: 30px;
		margin-bottom: 50px;
	}
	.products2_main_right{
		flex: 0 0 700px;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 45px;
		border-bottom: 1px solid #ececec;
	}
	.products_page_mcon{
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
	}
	.body .header .top-menu .navbar-collapse .top-icon-list2 .nav{
		width: 200px;
	}
	.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li{
		width: 50%;
	}
	.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li a{
		margin-bottom: 0;
	}
	.footer{
		padding-top: 30px;
	}
	.footer_menu_list{
		flex: 0 0 100%;
	}
	.footer_copyright{
		flex: 0 0 100%;
		padding-top: 15px;
	}
	.product-list_div{
		z-index: 99;
	}
	.product-list_frame{
		position: absolute;
		top: 0;
		left: -15px;
		width: 100%;
		max-width: 330px;
		padding: 15px;
		border: 1px solid #eee;
		box-shadow: 1px 1px 2px #ccc;
		background-color: #fff;
		display: none;
	}
	.section04 .product-sidebar .product-list{
		width: 100%;
	}
	.product-list-select{
		width: 100%;
	}
	.product_tags_btn.next{
		right: -10px;
	}
	.gift-section02 .gift-section02-item{
		height: 360px;
	}
	.gift-section02 .gift-section02-slick .gift-section02-slick-item .text-item h4{
		font-size: 14px;
	}
	.about-text-item02 h4{
		padding-left: 0;
	}
	.gift_subpu_row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.gift_subpubox{
		flex: 0 0 33.33%;
		width: 33.33;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.gift_subpubox_abox{
		height: 100%;
	}
	.gift_subpubox_img{
		flex: 0 0 100%;
		width: 100%;
		height: auto;
	}
	.gift_subpubox_con{
		flex: 0 0 100%;
		padding: 0 0 30px 0;
	}
	.gift-section02 .gift_subpubox_con h4{
		font-size: 16px;
	}
	.about-section01{
		height: auto;
	}
	.inside-menu{
		height: 55px;
	}
	.top-menu-nav{
		top: 0;
	}
	.top-menu.stick .top-menu-nav .search{
		background-image: url(../images/index/menu/search.png);
	}
	.row30{
		margin-left: -15px;
		margin-right: -15px;
	}
	.row30 [class^=col]{
		padding-left: 15px;
		padding-right: 15px;
	}
	.gift-section03 .gift-section03-item .text-item{
		width: 100%;
		left: 0;
	}
	.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link a{
		font-size: 16px;
	}
	.top-icon-list2-nav{
		width: 100%;
		padding-left: 37px;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.top-icon-list2-nav a{
		margin-left: 15px;
		margin-right: 15px;
	}
	.gift-detail-section-kv{
		padding-top: 600px;
	}
	.gift-detail-section-kv h2{
		font-size: 24px;
	}
	.products2-1-1-section01{
		padding-bottom: 10px;
	}
	.products2-1-1-section02{
		padding-top: 10px;
	}
	.btn-cart{
		display: block;
	}
	.show-more-btn1, .show-more-btn2, .show-more-btn3, .show-more-btn4, .show-more-btn5, .show-more-btn6, .show-more-btn7{
		display: block;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	.btn-back{
		display: block;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	.gift-section02 .gift-section02-slick .more{
		display: block;
		max-width: 180px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		line-height: 50px;
	}
	.products2-1-1-section01 .qtyform{
		display: block;
	}
	.sec_join_slider_sub{
		position: relative;
		right: 0;
		margin-top: 10px;
	}
	.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item h4{
		font-size: 14px;
	}
	.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item p{
		font-size: 14px;
	}
	.section01 .slick-dots{
		width: 100%;
	}
	.product-list_btn{
		display: inline-block;
	}
	.product-sidebar{
		margin-bottom: 20px;
	}
	.store-section01 {
		padding-top: 100px;
	}
	.news-section01{
		padding-top: 100px;
	}
	.products2-1-1-1-section01{
		padding-top: 100px;
	}
	.products-section-kv{
		padding-top: 100px;
	}
	.specil-section-kv{
		padding-top: 100px;
	}
	.con_about{
		max-width: 700px;
	}
	.section02{
		padding: 0;
	}
	.specil-section01 .specil_slider .specil_slider-item .img-wrap .img-item{
		padding-top: 600px;
	}
	.navbar-collapse .mobile-over-auto{
		max-height: calc(100vh - 55px);
	}
	.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list{
		min-height: calc(120vh - 100px);
	}
	.specil-section01{
		margin-bottom: 0;
	}
	.vip_block_1{
		flex: 0 0 100%;
		width: 100%;
	}
	.vip_block_2{
		flex: 0 0 100%;
	}
	.about_kv_title{
		font-size: 6.4vw;
	}
	.brand_title{
    	font-size: 6.4vw;
	}
	.gift_kv_title{
		font-size: 24px;
	}
	.specil_kv_title{
		font-size: 24px;
	}
	.purchase_process_item{
		flex: 0 0 auto;
		width: calc(33% - 30px);
	}
}

@media (max-width: 767px){
	.hide-md{
		display: none;
	}
	.show-md{
		display: block;
	}
	.enterprise_item *{
		font-size: 16px;
	}
	.enterprise_item_title{
		flex: 0 0 95px;
	}
	.join_item{
		margin-bottom: 50px;
	}
	.fixed_join_btn{
		width: 140px;
	}
	.fixed_join_btn_img{
		height: 70px;
	}
	.fixed_join_btn_con{
		height: 70px;
	}
	.fixed_join_btn_text{
		font-size: 14px;
		letter-spacing: 0;
	}
	.member_menu_btn{
		flex: 0 0 33.33%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.member_follow_img{
		flex: 0 0 100%;
	}
	.member_follow_img img{
		max-width: 100%;
	}
	.member_follow_con{
		flex: 0 0 100%;
		padding-left: 0;
	}
	.footer .footer-row-2 .list-2 li{
		margin-bottom: 10px;
	}
	.products2-2-section01 .text-item .cart-item{
		position: relative;
		justify-content: flex-end;
	}
	.products2_main_right{
		flex: 0 0 100%;
		width: 100%;
	}
	.gift-detail-section-kv{
		padding-top: 500px;
	}
	.gift-section03-item{
		margin-bottom: 20px;
	}
	.footer_menu_list_group{
		flex: 0 0 50%;
	}
	.footer_menu_list_group_2{
		flex: 0 0 100%;
	}
	.gift_subpubox{
		flex: 0 0 50%;
		width: 50%;
	}
	.store-section03{
		padding-top: 10px;
	}
	.recycle_sec_01{
		text-align: left;
	}
	.recycle_sub_title{
		font-size: 20px;
		letter-spacing: 0;
	}
	.recycle_main_title{
		font-size: 22px;
	}
	.recycle_sec_title{
		font-size: 20px;
	}
	.recycle_notice_title{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.purchase_ec_title{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.purchase_on_title{
		position: relative;
	}
	.purchase_on_text{
		padding-left: 10px;
	}
	.purchase_process_item{
		width: calc(50% - 30px);
	}
	.purchase_bottom_space{
		height: 50px;
	}
}

@media (max-width: 575px){
	.buycar_main{
		width: calc(100% - 60px);
	}
	.buycar_head{
		padding: 15px 15px 0 15px;
		height: 50px;
	}
	.buycar_list{
		height: calc(100% - 230px);
		padding-left: 15px;
		padding-right: 15px;
	}
	.buycar_list_item{
		padding-left: 5px;
		padding-right: 5px;
	}
	.buycar_item_img{
		flex: 0 0 100%;
		margin-bottom: 5px;
		padding-right: 60px;
	}
	.buycar_item_img img{
		max-width: 150px;
	}
	.buycar_item_con{
		flex: 0 0 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.buycar_item_title{
		padding-right: 0;
	}
	.buycar_delete_btn{
		right: 5px;
	}
	.buycar_list_item_botline{
		padding-left: 5px;
		padding-right: 5px;
	}
	.buycar_result{
		padding: 20px 15px;
		height: 180px;
	}
	.body .header .top-menu .navbar-collapse .top-icon-list2 .nav{
		width: 170px;
	}
	.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list{
		padding: 50px 15px;
		overflow-x: hidden;
	}
	.order_login_forget_btn{
		width: 25%;
		margin-left: 0;
		margin-right: 0;
	}
}