body{
	margin: 0;
	font-family: "Microsoft JhengHei";
	color: #7B7B7B;
	margin-top: 80px;
}
a, a:hover, a:focus{
	text-decoration: none;
}
section{
	position: relative;
}
.flex > div, .flex > a, .flex > li{
	/*display: list-item;*/
}
.flex{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
img{
	max-width: 100%;
	display: block;
}
ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.bold{
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.underline:hover, .underline:focus{
	text-decoration: underline;
}
.white{
	color: #fff;
}
.green{
	color: #24AF99;
}
.d_green{
	color: #197062;
}
.black{
	color: #000;
}
.img_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.img_right{
	display: block;
	margin-left: auto;
}
.img_mw{
	width: 100%;
}
.pos_rel{
	position: relative;
}


/* header */
header{
	position: relative;
	min-height: 80px;
	border-top: 4px solid #bcddd8;
	border-bottom: 2px solid #14C2A7;
	background-color: #fff;
}
.navbar{
	padding-top: 10px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 32px;
	height: 32px;
}

.navbar-brand{
	margin-right: 30px;
}
.navbar-brand img{
	height: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-size: 15px;
	color: #7B7B7B;
	padding: 16px 21px;
}
.nav-item:hover .nav-link{
	color: #7ABBB1;
}
.nav-item.active .nav-link{
	color: #7ABBB1;
}
.sub-nav a{
	min-width: 80px;
	height: 40px;
	font-size: 13px;
	color: #157D6C;
	text-align: center;
	border-left: 1px solid #c9e1dd;
}
.sub-nav a:hover{
	color: #ffc421;
}
.sub-nav p{
	margin-bottom: 0;
	margin-top: -8px;
}
.sub_icon{
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	transform: translateY(-10px);
}
.sub_icon img{
	position: relative;
	width: 30px;
}
.sub-nav a:hover .sub_icon img{
	bottom: 30px;
}
.navbar-sub{
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.navbar-sub ul{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 15px;
}
.navbar-sub ul li{
	display: inline-block;
	width: calc(20% - 4px);
}
.navbar-sub ul li a{
	display: block;
	color: #B8E8E0;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0;
}
.navbar-sub ul li a:hover{
	color: #FFC421;
}

/* footer */
footer{
	position: relative;
	min-height: 80px;
	background-color: #157D6C;
	padding-top: 20px;
	padding-bottom: 10px;
}
footer .logo{
	position: absolute;
	display: block;
	height: 40px;
	top: 20px;
	left: 40px;
}
footer p{
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	margin-bottom: 0;
}
footer p span{
	color: #79D1C3;
}

/* index */
.kv{
	position: relative;
}
.kv_page{
	position: relative;
	/*
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	*/
}
.kv_bg{
	position: relative;
}
.kv_bg .kvbg_pc{
	object-fit: cover;
	width: 100%;
	height: 600px;
}
.kv_bg .kvbg_mobile{
	width: 100%;
	display: none;
}
.kv_title{
	position: absolute;
	left: 0px;
	bottom: 54px;
	padding-left: 40px;
	padding-right: 15px;
}
.kv_title h1{
	font-size: 36px;
	color: #fff;
	text-shadow: 3px 3px 3px #333;
}
.kv_title p{
	color: #fff;
	text-shadow: 3px 3px 3px #333;
}
.slick_btn{
	position: absolute;
	width: 36px;
	height: 36px;
	top: 220px;
	cursor: pointer;
	overflow: hidden;
}
.slick_btn img{
	position: relative;
	display: block;
	width: 36px;
}
.slick_btn:hover img{
	bottom: 36px;
}
.slick_btn#prev{
	left: 25px;
}
.slick_btn#next{
	right: 25px;
}
.sec_title{
	margin-bottom: 30px;
}
.sec_title_ableft{
	position: absolute;
	top: 40px;
	left: 40px;
}
.sec_title_center{
	padding-top: 40px;
	text-align: center;
}
.sec_title_left{
	margin-left: 40px;
	padding-top: 40px;
}
.sec_title h3{
	font-size: 20px;
	color: #4E4E4E;
	font-weight: bold;
}
.sec_title p{
	font-size: 14px;
	color: #7ABBB1;
	font-weight: bold;
}
.bg_green{
	background-color: #51AEA0;
}
.bg_green .sec_title h3{
	color: #fff;
}
.bg_green .sec_title p{
	color: #B8E8E0;
}
.index_news{
	padding-top: 40px;
	padding-bottom: 20px;
}
.news_list_item{
	border-radius: 7px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 15px;
	min-height: 40px;
}
.news_list_item:hover{
	background-color: #f4f4f4;
}
.news_list_con{
	flex: 1;
}
.news_list_item .btn_rs{
	flex: 0 0 36px;
	font-size: 20px;
	color: #24AF99;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	border-left: 1px solid #79D1C3;
	margin-top: 7px;
	margin-bottom: 7px;
}
.news_list_item .category{
	flex: 0 0 80px;
	background-color: #FFC421;
	font-size: 14px;
	color: #4E4E4E;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
}
.news_list_item .date{
	flex: 0 0 100px;
	font-size: 12px;
	color: #9CCBC4;
	padding-left: 20px;
	padding-top: 10px;
}
.news_list_item .title{
	flex: 1;
	color: #4E4E4E;
	padding-top: 7px;
	padding-bottom: 7px;
}
.btn_more_index{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	right: 0;
}
.btn_more_index:hover{
	color: #ffc421;
}
.btn_more_index span{
	position: relative;
	font-size: 20px;
	color: #FFC421;
	font-weight: bold;
	top: 1px;
	margin-left: 8px;
}
.index_news .btn_more_div{
	text-align: right;
}
.index_about{
	padding-top: 40px;
	padding-bottom: 60px;
}
.index_about_box img{
	display: block;
	width: auto;
	height: 100px;
	margin: 48px auto;
}
.index_about_box .title{
	font-size: 16px;
	color: #157D6C;
	font-weight: bold;
	text-align: center;
}
.index_youtube{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.index_youtube iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_box2{
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.product_box2 .col{
	padding: 0;
	margin-bottom: 55px;
}
.product_box2 .img_box{
	height: 0px;
	padding-bottom: 100%;
	border-top: 1px dashed #197062;
	border-bottom: 1px dashed #197062;
	border-left: 1px dashed #b6b6b6;
}
.product_box2 .img_box img{
	width: 100%;
}
.title_box{
	border-left: 5px solid #ffc421;
	background: linear-gradient(to right, #1b7365, #319a8a, #1b7365);
	font-size: 18px;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.product_box2 .title_box{
	width: 195px;
	text-align: center;
	margin: 0 auto;
	padding-left: 0;
	transform: translateY(-15px);
}
.product_box2 .content{
	color: #7B7B7B;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.product_box2 a:hover .content{
	color: #ffc421;
}
.slogan_area{
	padding: 50px 40px;
	color: #fff;
}
.slogan_area h4{
	font-size: 20px;
}
.slogan_area h1{
	font-size: 36px;
	margin-bottom: 20px;
}
.slogan_area .box{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
}
.slogan_area .box img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.slogan_area .box p{
	text-align: center;
	font-weight: bold;
}
.ad_area{
	padding: 70px 40px;
}
.ad_area .row > a{
	padding-left: 5px;
	padding-right: 5px;
	
}
.ad_area img{
	width: 100%;
}
.tag_area{
	padding-top: 60px;
	padding-bottom: 50px;
}
.tag_area.index{
	padding-bottom: 100px;
	border-top: 1px dashed #197062;
}
.tag_div{
	text-align: center;
}
.tag_div .tag{
	display: inline-block;
	width: 220px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #197062;
	border-radius: 30px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.bg_np{
	background-image: url(../img/bg_n01.png), url(../img/bg_n02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
}
.bg_npt{
	background-image: url(../img/bg_n01.png), url(../img/bg_n02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right -40px, left 20px;
}

/* news */
.breadcrumb{
	background: none;
}
.breadcrumb-item{
	font-size: 13px;
}
.breadcrumb-item a{
	color: #B8B8B8;
}
.breadcrumb-item.active{
	color: #24AF99
}
.page_title{
	padding-bottom: 30px;
}
.page_title h3{
	font-size: 24px;
	color: #4E4E4E;
	font-weight: bold;
	text-align: center;
}
.page_title p{
	font-size: 18px;
	color: #7ABBB1;
	font-weight: bold;
	text-align: center;
}
.page_menu a:first-child{
	border-left: 1px dashed #24AF99;
	border-top-left-radius: 15px;
}
.page_menu a:last-child{
	border-top-right-radius: 15px;
}
.page_menu a.active, .page_menu a:hover{
	background-color: #24AF99;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.page_menu img{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	top: -2px;
}
.news_list_item{
	border: 1px solid #79D1C3;
	min-height: 50px;
	margin-bottom: 20px;
}
.news_list_item .category{
	padding-top: 12px;
}
.news_list_item .date{
	padding-top: 13px;
}
.news_list_item .title{
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_menu{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page_menu a{
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px dashed #24AF99;
	border-left: none;
	color: #24AF99;
}

.btn_more{
	position: relative;
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	color: #41A898;
	font-size: 14px;
	font-weight: bold;
	background-color: #ECECEC;
	border-radius: 5px;
	padding-top: 10px;
	margin: 50px auto;
}
.btn_more_img{
	position: absolute;
	display: block;
	top: 13px;
	left: 17px;
	width: 14px;
	height: 15px;
	margin-right: 5px;
	overflow: hidden;
}
.btn_more_img img{
	position: relative;
	width: 14px;
}
.btn_more span{
	margin-left: 22px;
}
.btn_more:hover{
	background-color: #41A898;
	color: #fff;
}
.btn_more:hover .btn_more_img img{
	bottom: 15px;
}

/* news_page */
.slogan_sub{
	font-size: 16px;
}
.slogan_sub .date{
	font-size: 14px;
	color: #FFC421;
	font-style: italic;
	margin-left: 20px;
}
.news_page{
	margin-bottom: 100px;
}
.news_page img{
	width: 100%;
	margin-bottom: 30px;
}
.share_btn{
	position: absolute;
	top: 0;
	right: 15px;
}
.share_btn a{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	overflow: hidden;
}
.share_btn a img{
	position: relative;
	width: 40px;
}
.share_btn a:hover img{
	top: -40px;
}

/* about */
.con_area{
	border-top: 1px dashed #24AF99;
	padding-top: 150px;
	margin-bottom: 20px;
}
.about_imgs{
	text-align: center;
	justify-content: center;
}
.about_imgs .box{
	padding-left: 10px;
	padding-right: 10px;
}
.about_imgs .box img{
	margin-bottom: 10px;
}
.about_imgs .box p{
	color: #197062;
	font-weight: bold;
}
.img_fw{
	width: 100%;
}

/* product */
.product{
	margin-top: 40px;
	margin-bottom: 40px;
}
.product .btn_more_index{
	float: right;
	margin-right: 20px;
	line-height: 20px;
}
.product_box_slick{
	position: relative;
	margin-bottom: 80px;
}
.pb_img{
	/*border: 1px solid #197062;*/
	border: 1px solid rgba(25,112,98,0.3);
}
.pb_img img{
	width: 100%;
}
.pb_con{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 60px;
}
.product_box_slick .pb_con{
	margin-bottom: 0;
}
.pb_con a{
	display: block;
}
.pb_con h6{
	font-size: 15px;
	color: #157D6C;
	font-weight: bold;
	margin-top: 15px;
}
.pb_con p{
	color: #7B7B7B;
	font-size: 13px;
	margin-bottom: 0;
}
.pb_con p span{
	color: #7ABBB1;
	margin-right: 20px;
}
.pbs_btn{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 100px;
	overflow: hidden;
	cursor: pointer;
}
.pbs_btn img{
	position: relative;
	width: 20px;
}
.pbs_btn:hover img{
	top: -20px;
}
.pbs_btn.prev{
	left: 0;
}
.pbs_btn.next{
	right: 0;
}
.slick-track{
	margin-left: 0;
	margin-right: 0;
}

/* product_idea */
.index_about_box.product_idea img{
	margin-top: 0;
}
.margin_bottom_mx{
	margin-bottom: 150px;
}

/* product_list */
.pb_con h5{
	font-size: 18px;
    color: #157D6C;
    font-weight: bold;
    margin-top: 15px;
}
.bg_gray{
	background-color: #F1F1F1;
}

/* product_page */
.img_sh{
	max-height: 110px; 
}
.product_page_main{
	padding-top: 60px;
}
.pp_img_box{
	width: 400px;
}
.pp_img{
	width: 400px;
	height: 400px;
	border: 1px solid rgba(25,112,98,0.3);
	margin-bottom: 8px;
}
.pp_img img{
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.pp_img img.active{
	display: block;
}
.pp_img_btn > div{
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-top: 8px;
	margin-left: 8px;
	border: 1px solid rgba(25,112,98,0.3);
	cursor: pointer;
}
.pp_img_btn > div:nth-child(5n+1){
	margin-left: 0;
}
.pp_img_btn > div img{
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.ppt_row{
	overflow: hidden;
	margin-bottom: 13px;
}
.ppt_row .ppt_title{
	float: left;
	width: 70px;
	color: #707070;
	text-align: right;
}
.ppt_row .ppt_con{
	float: right;
	padding-left: 20px;
	width: calc(100% - 70px);
	color: #707070;
}

/* research */
.research_list .news_list_item:hover{
	background-color: #fff;
}
.news_list .adiv{
	padding-top: 0;
	padding-bottom: 0;
}
.news_list .adiv a{
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #4E4E4E;
}
.news_list .adiv a:hover{
	color: #24AF99;
}
.news_list .btn_rs a{
	display: block;
	width: 100%;
	height: 100%;
	color: #24AF99;
}
.news_list .btn_link{
	padding-top: 4px;
}
.news_list .btn_link div{
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.news_list .btn_link img{
	position: relative;
	width: 100%;
}
.news_list .btn_link:hover img{
	top: -24px;
}
.news_list .btn_rs .btn_dl{
	padding-top: 8px;
}
.news_list .btn_dl div{
	width: 12px;
	height: 14px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.news_list .btn_dl img{
	position: relative;
	width: 12px;
}
.news_list .btn_dl:hover img{
	top: -14px;
}

/* qa */
.qa{
	border-top: 1px dashed #24AF99;
	padding-top: 100px;
	margin-bottom: 100px;
}
.gt_btn{
	display: block;
	margin-bottom: 30px;
	cursor: pointer;
}
.gt_bar{
	position: relative;
	border-left: 5px solid #ffc421;
	background: linear-gradient(to right, #1b7365, #319a8a, #1b7365);
	font-size: 20px;
	color: #fff;
	padding: 15px 70px 15px 20px;
}
.gt_bar .qa_lt{
	font-size: 30px;
	color: #FFCD41;
	font-weight: bold;
	margin-right: 20px;
}
.qa .gt_btn{
	margin-bottom: 40px;
}
.qa .gt_bar{
	padding: 0px 50px 5px 20px;
}
.gt_bar .qa_icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background-color: #FFC421;
}
.gt_bar .qa_icon img{
	width: 50px;
}
.gt_btn:hover .gt_bar, .gt_btn.active .gt_bar{
	background: #FFC421;
	color: #4E4E4E;
	border-left-color: #197062;
}
.gt_btn:hover .gt_bar .qa_lt, .gt_btn.active .gt_bar .qa_lt{
	color: #fff;
}
.gt_btn:hover .gt_bar .qa_icon, .gt_btn.active .gt_bar .qa_icon{
	background-color: #FFD257;
}
.gt_btn.active .gt_bar .qa_icon img{
	transform: rotate(180deg);
}
.gt_btn .qa_con{
	padding-top: 40px;
	padding-left: 80px;
	overflow: hidden;
	display: none;
}

/* link */
.link{
	border-top: 1px dashed #24AF99;
	padding-top: 100px;
	margin-bottom: 200px;
}
.gt_bar .link_icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-color: #FFC421;
}
.gt_bar .link_icon img{
	width: 60px;
}
.gt_btn:hover .gt_bar .link_icon, .gt_btn.active .gt_bar .link_icon{
	background-color: #FFD257;
}

/* media */
.media_box{
	margin-bottom: 50px;
}
.media_box > a{
	display: block;
}
.media_box .img_box{
	position: relative;
}
.img_playbtn{
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.media_box .gt_bar{
	padding: 6px 40px 6px 10px;
	font-size: 18px;
}
.gt_bar .media_time{
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 100%;
	background-color: #FFC421;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 37px;
}
.media_box > a:hover .gt_bar, .media_box.active .gt_bar{
	color: #4E4E4E;
	background: #FFC421;
	border-left-color: #197062;
}
.media_box > a:hover .gt_bar .media_time, .media_box.active .gt_bar .media_time{
	background-color: #FFD257;
}
.media_box_withtime .gt_bar{
	padding-right: 68px;
}
.media_box_c2 > a{
	width: 95%;
}

/* radio */
.gt_bar_acicon{
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.gt_bar_acicon img{
	position: relative;
	width: 60px;
}
.radio .gt_btn.active .gt_bar_acicon img{
	top: -60px;
}

/* report */
.gt_bar .rs_icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background-color: #FFC421;
}
.media_box > a:hover .rs_icon{
	background-color: #FFD257;
}
.gt_bar .rs_icon img{
	position: relative;
	width: 40px;
}

/* distributor */
.distributor{
	padding-top: 100px;
	padding-bottom: 200px;
}
.distributor_con{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
form p{
	margin-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="email"]{
	width: 100%;
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 8px 20px;
	margin-bottom: 20px;
}
input[type="submit"]{
	display: block;
	width: 120px;
	color: #24AF99;
	font-weight: bold;
	background-color: #ECECEC;
	border: none;
	outline: none;
	border-radius: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
input[type="submit"]:hover{
	color: #ffc421;
}
/* connection */
.connection{
	padding-top: 80px;
	padding-bottom: 100px;
}
.qr_div{
	text-align: right;
}
.qr_div img{
	display: inline-block;
	width: 150px;
	margin-left: 30px;
}
.qr_div img:first-child{
	margin-left: 0;
}
.connection .p_tel{
	font-size: 24px;
}
.connection hr{
	margin-top: 40px;
	margin-bottom: 70px;
	border-color: #fff;
}
select{
	width: 100%;
	border: none;
	outline: none;
	border-radius: 50px;
	padding: 8px 20px;
	margin-bottom: 20px;
}
textarea{
	width: 100%;
	border: none;
	outline: none;
	border-radius: 20px;
	padding: 8px 20px;
	margin-bottom: 20px;
	height: 135px;
}
.connection form input[type="submit"]{
	margin-top: 30px;
}

/* popup */
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
.popup_div{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: calc(100% - 70px);
}
.popup_con{
	background-color: #fff;
	max-height: 100%;
	overflow-y: auto;
}
.popup_con img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.popup_con .btn_more{
	width: 200px;
	margin: 30px auto;
}
.popup_video{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%);
}
.popup_close_btn{
	position: absolute;
	top: -50px;
	right: 0;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}
.popup_div.container .popup_close_btn{
	right: 15px;
}
.popup_youtube{
	position: relative;
	padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.popup_youtube iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 404 */
.error404{
	margin-bottom: 200px;
}

/* 酒品警語 */
.warning{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	color: #ffd800;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
}
.war_flex{
	display: inline-flex;
	align-items: center;
}
.war_img{
	flex: 0 0 60px;
	margin-left: 15px;
	margin-right: 15px;
}
.war_img img{
	width: 100%;
}


@media (max-width: 1400px){
	.sec_title_ableft{
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
	}
	.sec_title_left{
		margin-left: 0;
		text-align: center;
	}
	.con_area{
		padding-top: 50px;
	}
	.navbar-sub ul{
		width: 100%;
	}
	.popup_video{
		width: 760px;
	}
}

@media (max-width: 1199px){
	
	.navbar-brand{
		margin-right: 10px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 16px 6px;
	}
}

@media (max-width: 991px){
	header{
		max-height: 100%;
		overflow-y: auto;
	}
	footer .logo{
		position: relative;
		top: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.navbar-nav{
		padding-top: 15px;
	}
	.nav-item{
		border-top: 1px solid #b7e2db;
	}
	.sub-nav{
		width: 100%;
	}
	.sub-nav a{
		margin-top: 30px;
		width: 20%;
		min-width: auto;
	}
	.sub-nav a:first-child{
		border-left: none;
	}
	.navbar-sub{
		position: relative;
		top: 0;
	}
	.navbar-sub ul li{
		display: block;
		width: 100%;
	}
	.slick_btn{
		top: 160px;
	}
	.kv_title{
		padding-left: 15px;
	}
	.ad_area{
		padding: 45px 15px 60px 15px;
	}
	.ad_area .row > div{
		margin-top: 15px;
	}
	.pp_img_box{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.qr_div{
		text-align: center;
		margin-top: 30px;
	}
}

@media (max-width: 767px){
	.kv_bg .kvbg_pc{
		display: none;
	}
	.kv_bg .kvbg_mobile{
		display: block;
	}
	.kv_title h1{
		font-size: 28px;
	}
	.kv_title{
		bottom: 0;
	}
	.news_list_item .category{
		padding-bottom: 7px;
		background-color: #fff;
	}
	.news_list_item .date{
		flex: 1;
	}
	.news_list_item .title{
		flex: 0 0 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.page_menu a{
		padding-left: 0;
		padding-right: 0;
	}
	.img_center_sm{
		margin-left: auto;
		margin-right: auto;
	}
	.slogan_area{
		padding: 20px 15px 1px 15px;
	}
	.slogan_area h1{
		font-size: 26px;
	}
	.slogan_area .box{
		flex: 0 0 33%;
	}
	.about_imgs .box{
		flex: 0 0 33%;
	}
	.media_box > a{
		width: 100%;
	}
	.gt_btn .qa_con{
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(max-width: 575px){
	.product_box2 .img_box{
		border-left: none;
	}
	.slogan_area .box img{
		width: 100%;
	}
	.pp_img_box{
		width: 350px;
	}
	.pp_img{
		width: 350px;
		height: 350px;
	}
	.pp_img_btn > div{
		width: 60px;
		height: 60px;
	}
	.distributor_con{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(min-width: 768px){
	.product_box2 .col:nth-child(4n+1) .img_box{
		border-left: none;
	}
	.media_box_c2:nth-child(even) > a{
		margin-left: auto;
	}
	.row_margin2x{
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media(min-width: 576px) and (max-width: 767px){
	.product_box2 .col:nth-child(odd) .img_box{
		border-left: none;
	}
}

@media(min-width: 576px){
	
}