@media screen and (min-width: 769px) {
/*---top---*/

/*main*/
.t_main{
	height:600px;
	position: relative;
	background-color: #f6f1ed;
	background-image: url(/channel_setting/img/t_main_line.webp);
	background-repeat: repeat-x;
	background-position: center;
}
.t_main_in{
	max-width:1250px;
	width:90%;
	margin:0 auto;
	padding: 84px 0;
}
.t_main_conts{
	width: 400px;
}
.t_main_h2{
	font-size: 37px;
	line-height: 52px;
	letter-spacing:3px;
	font-weight: bold;
}
.t_main_in p{
	font-size: 16px;
	line-height: 28px;
	margin: 30px 0;
	font-weight: 500;
}
/*info*/
.t_info{
	background-color:#e60012
}
.t_info_in{
	max-width:1200px;
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:25px 0;
	color:#fff;;
}
.t_info_tl{
	font-size:28px;
	font-weight:bold;
}
.t_info_box{
	width:60%;
}
.t_info_box a{
	display:block;
	color:#fff;
	display:flex;
	justify-content:flex-start;
	font-size:16px;
	line-height:20px;
	transition:0.3s;
	font-weight:500;
}
.t_info_box a:hover{
	color:#1e1210;
}
.t_in_date{
  width: 15%;
}
.t_in_conts{
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
}
.t_in_more{
}
.t_in_more a{
	background-color: #fff;
	background-image:url(/channel_setting/img/t_btn_icon.webp) ;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding:10px 20px;
	display:block;
	transition:0.3s;
	font-size:15px;
	width:130px;
	position: relative;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
	transition:0.2s;
	&:hover{
		color: #e60012;
	}
}

/*products*/
.t_products{
	margin-top: 60px;
}
.t_pro_in{
	max-width:1200px;
	width:90%;
	margin: 0 auto;
}
.t_pro_tl{
	font-size: 30px;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: end;
	& span{
		font-size: 18px;
		color: #e60012;
		margin-left: 25px;
		line-height: 12px;
		font-weight: normal;
	}
}
.t_pro_wrap{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}
.t_prod_box{
	width:23%;
	margin:0 2% 2% 0;
	border: 1px solid #9e9e9e;
	position:relative;
	padding:10px;
	box-sizing:border-box;
}
.t_prod_box:nth-child(4n){
	margin-right: 0;
}
.prod_movie{
}
.prod_movie img{
	width: 100%;
}
.t_prod_box a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.t_prod_box a span{
    padding: 0 10px;
    position: absolute;
    bottom: 5%;
    display: block;
    font-size: 14px;
    color: #111111;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
    letter-spacing: 0;
    font-weight: 500;
	transition: 0.2s;;
}
.prod_tl{
	height:50px;
}
.t_prod_box:hover span{
	color: #e60012;
}
.t_conts_more{
	width:250px;
	margin: 0 auto;
}
.t_conts_more a{
	background-color: #fff;
	background-image:url(/channel_setting/img/t_btn_icon.webp) ;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding:15px 20px;
	display:block;
	transition:0.3s;
	font-size:15px;
	position: relative;
	border-radius: 5px;
	color: #000;
	font-weight: bold;
	transition:0.2s;
	border: 1px solid #9e9e9e;
	&:hover{
		border: 1px solid #e60012;
	}
}

/*search*/
.t_search{
	background-color: #f5f5f5;
	padding: 50px 0;
	margin: 70px 0;
}
.t_se_in{
	max-width:1200px;
	width:90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_se_box{
	width: 65%;
}
.search-form-4 {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
	background-color: #fff;
}

.search-form-4 input {
    width: 100%;
    height: 80px;
    padding: 5px 15px 5px 0;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}
.search-form-4 label{
	width: 100%;
}
.search-form-4 input::placeholder {
    color: #777777;
}

.search-form-4 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-4 button::before {
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/*use*/
.t_use{
	background: url(/channel_setting/img/t_use_bg.webp)repeat-x center top;
	padding-bottom: 70px;
}
.t_use_in{
	max-width:1200px;
	width:90%;
	margin: 0 auto;
}
.t_pro_tl{
}
.t_use_li{
	background-color: #fff;
	padding: 20px;
	margin: 30px 0;
}
.t_use_li ul li{
}
.t_use_li ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
	font-size: 16px;
	padding:25px 20px;
	border-bottom: 1px solid #000;
	position: relative;
	font-weight: 500;
}
.t_use_li ul li a:hover{
	color: #e60012;
}
.t_use_li ul li a:before {
  	content: '';
  	width: 6px;
  	height: 6px;
  	border: 0;
  	border-top: solid 2px #333;
  	border-right: solid 2px #333;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 0;
	right: 3%;
  	bottom: 0;
  	margin: auto;
}
.t_use_li ul li a img{
	margin-right: 30px;
}
.t_conts_more{
}
.h_footer{
    padding: 50px 0 0;
	background-color: #f5f5f5;
}

}