/* main */
.list {
	background-color: #fff;
	    box-shadow: 0px 5px 20px #cccccc59;
}

.list ul {
	max-width: 1170px;
	    width: 100%;
	    white-space: nowrap;
	    text-align: center;
	    display: flex;
	    justify-content: space-around;
	    margin: 0 auto;
}

.list ul li {
	display: inline-block;
	/* padding: 14px; */
}

.list ul li a {
	     font-size: 16px;
	     display: block;
	     width: 100%;
	     text-align: center;
	     padding: 20px 10px;
	     transition: all .5s ease;
		 position: relative;
	
}
.list ul li a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.list ul li a:hover:before {
    width: 100%;
    left: 0;
    background-color: var(--Bcolor);
}

.list ul li a.active:before {
	width: 100%;
	left: 0;
	background-color: var(--Bcolor);
}

.list ul li a.active{
	color: var(--Bcolor);
}

.list ul li a:hover {
	color: var(--Bcolor);
}

.listBox {
	    padding: 4rem 0;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
		max-width: 1440px;
		    margin: 0 auto;
		    width: 94%;
		    position: relative;
}

.listBox .pic {
	width: 50%;
	overflow: hidden;
	text-align: center;
}

.listBox .pic img {
	max-width: 100%;
	margin-bottom: 4px;
}
.videoContainer{
	position: relative;
	    width: 100%;
	    padding-bottom: 66.25%;
	    height: 0;
	    overflow: hidden;
		
}
.videoContainer iframe{
	position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
		border-radius: 12px;
}
#videoUrlInput{
	display: none;
	opacity: 0;
}
.listBox .pic video{
	width: 100%;
	border-radius: 12px;
}
.listBox .pic video:focus{
	outline: none;
}
.listBox .info {
	width: 50%;
	padding: 0 3rem;
}

.listBox h3 {
	font-size: 2.2rem;
	    color: #222222;
	    position: relative;
	    font-weight: 600;
	    text-align: left;
	    margin-bottom: 16px;
		font-weight: 100;
}

.listBox .txt {
	margin-bottom: 2rem;
}

.listBox .txt p {
	font-size: 1rem;
	line-height: 1.8rem;
}

/* certifications */
.cerList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cerList .cerBox {
	width: 23%;
	    margin: 0 0.5% 60px;
	    border: 2px solid #eaedf4;
	    overflow: hidden;
}

.cerList .cerBox img {
	width: 100%;
	height: 100%;
}

.cerList .cerBox p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* culture */
.titleh2{
	font-size: 2.5rem;
	    color: #222222;
	    position: relative;
	    text-align: center;
	    display: block;
	    width: 100%;
	    margin-bottom: 30px;
}
.culList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.culList .culBox {
	    width: 48%;
	    margin: 0 1% 15px;
	    position: relative;
	    border-radius: 0;
	    overflow: hidden;
	    transition: all .5s ease;
}
.culList .culBox .img{
	width: 100%;
	    overflow: hidden;
	    height: 0;
	    padding-bottom: 66%;
		    margin-bottom: 8px;
}
.culList .culBox img {
width: 100%;	
}
.culList .culBox .title{
	width: 100%;
	    color: #383838;
	    font-size: 20px;
	    margin-bottom: 16px;
	    transition: all .5s ease;
}
.culList .culBox:hover .title{
	color: var(--Bcolor);
}

/* newslist */
.newsBox {
	width: 100%;
}

.newsBox .newList {
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
	transition: all .5s ease;
}

.newsBox .newLinkBox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.newsBox .newPicBox {
	width: 27%;
	float: left;
	position: relative;
	padding-bottom: 19%;
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: center;
}

.newsBox .newPicBox img {
	position: absolute;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.newsBox .centerContentBox {
	width: 67%;
	padding-left: 3%;
	float: left;
	position: relative;
}

.newsBox .newTitle {
	font-size: 28px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    transition: all .5s ease;
	    font-family: 'CustomFontBold', sans-serif;
	    color: #222;
}

.newsBox .newData {
	    font-size: 14px;
	    line-height: 30px;
	    padding-top: 33px;
	    margin-bottom: 10px;
	    position: absolute;
	    bottom: 0;
}

.newsBox .newSummry {
	width: 100%;
	line-height: 24px;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.newsBox .newList a:hover .newTitle {
	color: var(--Bcolor);
}

.newsBox .newList a:hover img {
	transform: scale(1.1);
}

/* newslist */
.listBox .center .centerTit {
	text-align: center;
	margin-bottom: 25px;
}

.listBox .center .centerTit h1 {
	margin-bottom: 20px;
}

.listBox .center.newsContent {
	line-height: 26px;
}

/* articl */
.articlbox {
	padding: 80px 0;
}

.articlbox .title {
	font-size: 32px;
	color: #151515;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
	font-family: 'CustomFontBold', sans-serif;
}

.articlbox .date {
	text-align: center;
	    border-bottom: 0.5px solid #e3e3e3;
	    padding-bottom: 1rem;
	    font-size: .85rem;
}

.articlbox .content {
	margin: 30px 0;
	line-height: 30px;
	font-size: 18px;
}
.articlbox .content img{
	max-width: 100%;
}
/* faq */
.pos_abs {
	position: absolute;
	text-align: center;
	right: 0;
	top:0;
}

.faqbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.faqlist {
	    margin-bottom: .65rem;
	    border-radius: 0px;
	    border: 1px solid #f3f3f3;
	    overflow: hidden;
	    transition: all .5s ease;
}

.faqlist.active {
	border-color: #ddd;
}

.toggle-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background: #fff;
	padding: 1.1rem;
}

.toggle-title {
	font-size: 1rem;
	font-weight: bold;
	color: #151515;
}

.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-right: 10px;
}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #cccccc;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.toggle-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.toggle-content {
	display: none;
	padding: .9rem;
	font-size: 1rem;
	line-height: 1.8rem;
}

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
}

/* download */
.downloadbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	min-height: 50vh;
}
.tb_pc{
	display: block;
}
.tb_mobile{display: none;}
.downloadbox table{
	width: 100%;
	    text-align: left;
		border-radius: 0px;
		overflow: hidden;
		border: 1px solid #e3e3e3;
}
.downloadbox table tr{
	
}
.downloadbox table th{
	    background: #efefef;
	    padding: 15px;
	    font-weight: 400;
		border-bottom: 1px solid #e3e3e3;
}
.downloadbox table td{
	    padding: 15px;
	    font-weight: 400;
		background: #fff;
		border-bottom: 1px solid #e3e3e3;
}
.downloadbox table tr:last-child td{
	border: none;
}
.downloadbox table td a{text-decoration: underline;transition: all 0.3s ease;}
.downloadbox table td a:hover{color: var(--Bcolor);}

/* contactus */
.contactUs {
	    display: flex;
	    justify-content: space-between;
	    margin: 4rem 0;
	    align-items: stretch;
	    background: #1248b3;
		flex-wrap: wrap;
}

.contactUs .factoryinfo {
	width: 30%;
	    margin-bottom: 30px;
	    background: #1248b3;
	   color: #ffffffde;
	    padding: 2rem;
}
.contactUs .inquiryForm{
	   width: 70%;
	       background: #fff;
	       padding: 30px 5%;
	       box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
}
.contactUs div h3 {
	font-size: 2rem;
	    color: #151515;
	    margin-bottom: 1rem;
		font-family: 'CustomFontBold', sans-serif;
}

.contactUs .factoryinfo .tips {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-top: 10px;
	margin-bottom: 35px;
}

.contactUs .infoList {
	font-size: 16px;
	    display: flex;
	    align-items: center;
	    flex-wrap: nowrap;
		 border-bottom: 1px solid #ffffff47;
	   
}
.contactUs .infoList .icon{
	margin-right: 6px;
}
.contactUs .infoList .icon::before{
	content: "";
	width: 34px;
	    height: 34px;
	    border-radius: 20px;
	    border: 2px solid #fff;
	    display: block;
}
.contactUs .infoList .icon-phone{
	background: url("../images/icon-phone.svg")no-repeat center;
	background-size: 22px;
	
}

.contactUs .infoList .icon-email{
	background: url("../images/icon-email.svg")no-repeat center;
	background-size: 22px;
}
.contactUs .infoList .icon-address{
	background: url("../images/icon-address.svg")no-repeat center;
	background-size: 22px;
}
.contactUs .infoList .icon-fax{
	background: url("../images/icon-fax.svg")no-repeat center;
	background-size: 22px;
}
.contactUs .infoList p{
	width: 100%;
	padding: 20px 0;
	
}
.contactUs .inquiryForm .formList{font-size:.8rem;}
.contactUs .inquiryForm input {
	    width: 100%;
	    height: 3.2rem;
	    padding-left: 20px;
	    border: 0.5px solid #dddddd;
	    margin-bottom: 16px;
	    color: #212121;
	    font-size: 14px;
	    border-radius: 0;
	    margin-top: 6px;
}

.contactUs .inquiryForm textarea {
	width: 100%;
	    padding: 20px;
	    border: 0.5px solid #dddddd;
	    margin-bottom: 20px;
	    color: #212121;
	    font-size: 14px;
	    border-radius: 0px;
	    margin-top: 10px;
}
.contactUs .inquiryForm input:focus{
	border-color: #000;
}
.contactUs .inquiryForm textarea:focus-visible{
	outline: none;
	border-color: #000;
}
.contactUs .inquiryForm textarea:focus{
	border-color: #000;
}

/* newslist */
.hisBox {
	width: 100%;
	margin-top: 2rem;
}

.hisBox .hisList {
	overflow: hidden;
	width: 100%;
	margin-bottom: 90px;
	transition: all .5s ease;
}

.hisBox .hisLinkBox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hisBox .hisPicBox {
	    width: 35%;
	    float: left;
	    position: relative;
	    padding-bottom: 23%;
	    overflow: hidden;
	    border-radius: 12px;
	    background: #fff;
	    display: flex;
	    justify-content: center;
}

.hisBox .hisPicBox img {
	width: 100%;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.hisBox .centerContentBox {
	width: 67%;
	padding-left: 5.5%;
	float: left;
	position: relative;
}

.hisBox .Title {
	font-size: 32px;
	color: #151515;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
	font-weight: 500;
}

.hisBox .Summry {
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #4b4b4b;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.hisBox .hisList a:hover .Title {
	color: var(--Bcolor);
}

.hisBox .hisList a:hover img {
	transform: scale(1.1);
}

/* site map */
.siteBox{
	padding: 3rem 0;
	    border-bottom: 1px solid #e3e3e3;
}
.siteBox .Title{
	    font-size: 2rem;
	    color: #151515;
}
.siteul{
	display: flex;
	    flex-wrap: wrap;
	    justify-content:flex-start;
}
.site_top{
	width: 19%;
	    margin-top: 2rem;
	    margin-right: 1%;
}
.site_top .top_link{
	font-size: 1.1rem;
	    color: #4b4b4b;
	    border-bottom: 1px solid #4b4b4b;
}
.site_top .top_link:hover{
	color: var(--Bcolor);
	border-bottom: 1px solid var(--Bcolor);
}
.site_second_ul{
	
}
.site_second a{
	font-size: .85rem;
	    color: #4C4C4C;
	    margin-top: 1.2rem;
	    display: block;
}
.site_second a:hover{
	color: var(--Bcolor);
}
.keywordsBox span{
	display: inline-block;
	    margin-right: 2rem;
	    margin-top: 2rem;
	    text-transform: capitalize;
}
/* thank */
.thank {
	font-family: "Sansation1";
	font-size: 2rem;
	color: var(--Bcolor);
}
.tksBox{
	padding: 3rem 0;
	border-bottom: 1px solid #e3e3e3;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tksBox div{width:100%;display:flex;justify-content:center}
.tks-img{
	width: 4.2rem;
	height:4.2rem;
	background: url("../images/icon-small.svg")no-repeat center;
	background-size: 100%;
}
.tksBox .Title{
	font-size: 2rem;
	    color: #151515;
	    text-align: center;
	    width: 100%;
	    margin: 1rem 0 2rem;
}
.tksBox div a{margin:0 auto}


.companyimg .swiper-slide a{
	display: block;
	overflow: hidden;
}
.companyimg .swiper-slide a img{
	display: block;
}

.about-img {
	width: 100%;
	overflow: hidden;
}

.about-img .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.about-img .img-box picture {
	position: absolute;
	width: 100%;
	height: 100%;
}

.about-img .img-box picture img {
	width: 100%;
}
.groups-video {
	display: block;
	position: relative;
	cursor: pointer;
}

.groups-video .img-box .video-cover-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.07);
}

.groups-video .video-intro {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.groups-video .video-intro-play {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	line-height: 1;
	text-align: center;
	transition: color .5s;
	color: #fff;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0;
}

.groups-video .video-intro-play img {
	width: 100%;
}

.groups-video .video-intro-play svg {
	transition: all .5s ease;
}

.groups-video:hover .video-intro-play svg {
	transform: scale(1.1);

}
.groups-video img{
	    display: block;
	    max-width: 100%;
	    object-fit: cover;
	    min-height: 180px;
}
/*Video*/
.videos{padding-bottom: 2rem;}
.VideoBox{
	display: flex;
	    flex-wrap: wrap;
		padding-bottom: 2rem;
}
.VideoList{
	width: 30%;
	overflow: hidden;
	margin: 40px 1% 0;
}
.VideoList .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 68%;
}
.VideoList .img-box picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
.VideoList .img-box picture img{
	display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    position: absolute;
	    left: 0;
	    top: 0;
}
.VideoList .groups-video .video-intro-play{width: 48px;}
.VideoList .groups-video .img-box .video-cover-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.07);
}
.video-intro-text{
	position: absolute;
	    background: #00000021;
	    width: 100%;
	    z-index: 1;
	    left: 0;
	    bottom: 0;
	    color: #fff;
	    padding: 10px;
	    font-size: 14px;
}

.keywordsBox span {
	display: inline-block;
	margin-right: 2rem;
	margin-top: 2rem;
	text-transform: capitalize;
}

.keywordsBox {
	margin-top: 20px;
}

.keywordsBox .tag-c-main {
	margin-bottom: 20px;
}

.keywordsBox .tag-c-main a {
	display: inline-block;
	margin-right: 1%;
	margin-top: 8px;
	text-transform: capitalize;
	background: #f3f3f3;
	padding: 4px 8px;
	font-size: 14px;
	width: 32%;
}

.site_second a:hover,
.keywordsBox a:hover {
	color: var(--Bcolor);
}

/*dynamicBox*/
.dynamicBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.dynamicBox .imgBox {
	overflow: hidden;
	max-width: 600px;
	width: 45%;
}

.dynamicBox .txtBox {
	width: 50%;
}

.dynamicBox .txtBox .date {
	color: #999;
	margin-bottom: 20px;
}

.dynamicBox .btn {
	margin-top: 30px;
	padding: 15px 20px;
	width: auto;
	padding-right: 40px;
}
.inquiryForm2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inquiryForm2 input {
	width: 32%;
	height: 3.2rem;
	padding-left: 20px;
	border: 0.5px solid #dddddd;
	margin-bottom: 16px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	margin-top: 6px;
}

.inquiryForm2 textarea {
	display: block;
	color: #212121;
	border: 0.5px solid #dddddd;
	padding-left: 15px;
	width: 100%;
	height: 200px;
	line-height: 50px;
	margin-bottom: 24px;
	transition: all .5s ease;
	margin-top: 10px;
}

.inquiryForm2 input:hover,
.inquiryForm2 input:focus,
.inquiryForm2 textarea:hover,
.inquiryForm2 textarea:focus-visible,
.inquiryForm2 textarea:focus {
	border-color: var(--Bcolor);
	outline: none;
}

.inquiryForm2 .btn {
	margin: 0 auto;
	min-width: 200px;
}
@media only screen and (max-width: 1200px) {
	

	.listBox h3 {
		font-size: 45px;
	}

	.list ul li a {
		font-size: 1rem;
		line-height: 60px;
		padding: 0px 10px;
		min-width: auto;
	}

	.cerList {
		justify-content: normal;
	}

	.cerList .cerBox {
		width: 20%;
		margin-right: 5%;
		margin-bottom: 60px;
	}

	.newsBox .newLinkBox {
		align-items: flex-start;
	}

	.newsBox .centerContentBox {
		width: 57%;
	}

	.newsBox .newSummry {
		line-height: 24px;
	}

	.newsBox .newData {
		position: relative
	}
	.contactUs .factoryinfo .tips {
		margin-bottom: 10px;
	}
	.hisBox .hisLinkBox {
		align-items: flex-start;
	}
	
	.hisBox .centerContentBox {
		width: 57%;
	}
	
	.hisBox .Summry {
		        line-height: 30px;
		        text-align: left;
	}
}

@media only screen and (max-width: 769px) {
	.list {
		margin: 0 auto;
	}

	.listBox h3 {
		font-size: 30px;
	}

	.list ul {
		align-items: center;
	}

	.listBox {
		padding: 32px 0;
	}

	.listBox .pic {
		width: 100%;
	}

	.listBox .info {
		width: 100%;
		padding: 0;
	}
	.contactUs {
	    flex-flow: wrap-reverse;
		background: none;
		    margin: 2rem 0;
	}
	.contactUs .inquiryForm .btn {
		width: 100%;
	}
	.contactUs .factoryinfo,.contactUs .inquiryForm{
		width: 100%;
	}
	.contactUs div h3 {
		font-size: 30px;
	}

	.list ul li {
		display: block;
		width: 100%;
		padding: 10px 5px;
		padding-bottom: 0px;
	}

	.list ul li a {
		display: flex;
		    font-size: 14px;
		    line-height: 20px;
		    width: 100%;
		    white-space: initial;
		    word-break: break-word;
		    align-items: center;
		    justify-content: center;
		    padding: 0;
			padding-bottom: 10px;
	}

	.cerList {
		justify-content: space-between;
		padding-top: 0;
	}

	.cerList .cerBox {
		width: 48%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.culList .cerBox {
		width: 45%;
	}

	.culList .culBox {
		width: 100%;
		margin: 0 0 20px;
	}

	.culList .culBox h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.culList .culBox.hover h4 {
		font-size: 28px;
	}

	.culList .culBox p {
		font-size: 16px;
	}

	.culList .culBox .picT .picT-txt {
		margin: 15px;
	}

	.leftTimeBox {
		display: none;
	}
	.titleh2 {
	    font-size: 30px;
	    line-height: 38px;
	}
	.newsBox {
		margin-top: 0;
	}

	.newsBox .newList {
		margin-bottom: 0px;
	}

	.newsBox .centerContentBox {
		width: 100%;
		padding: 15px 0;
	}

	.newsBox .newData {
		padding-top: 18px;
	}

	.newsBox .newTitle {
		font-size: 1rem;
	}

	.newsBox .newSummry {
		line-height: 18px;
		margin-top: 10px;
	}

	.newsBox .newLinkBox {
		padding-right: 0;
		width: 100%;
		overflow: hidden;
		flex-wrap: wrap;
	}

	.newsBox .newPicBox {
		width: 100%;
		padding-bottom: 66%;
	}

	.articlbox {
		padding: 50px 0;
	}

	.articlbox .title {
		font-size: 26px;
	}
	.articlbox .content {
		font-size: 16px;
		margin: 15px 0;
	}
	.tb_pc{
		display: none;
	}
	.tb_mobile{display: block;}
	.downloadbox table {
	            margin-bottom: 15px;
	            border: 1px solid #f3f3f3;
	            font-size: 16px;
	}
	.downloadbox table th{background: #fff;color: #8e8e8e;}
	.downloadbox table td,.downloadbox table th{padding: 15px;border-bottom: 1px solid #f3f3f3;}
	
	.hisBox {
		margin-top: 20px;
	}
	
	.hisBox .hisList {
		margin-bottom: 30px;
	}
	
	.hisBox .centerContentBox {
		width: 100%;
		padding: 15px 0;
	}
	.hisBox .Title {
		font-size: 1rem;
	}
	
	.hisBox .Summry {
		font-size: 16px;
		margin-top: 10px;
		line-height: 24px;
	}
	
	.hisBox .hisLinkBox {
		padding-right: 0;
		width: 100%;
		overflow: hidden;
		flex-wrap: wrap;
	}
	
	.hisBox .hisPicBox {
		width: 100%;
		padding-bottom: 66%;
	}
	.site_top {
	    width: 49%;
	}
	.dynamicBox .imgBox,
	.dynamicBox .txtBox {
		width: 100%;
	}
	
	
	.inquiryForm2 input {
		width: 100%;
	}
	.VideoList {
	    width: 100%;
	    margin: 20px 0 0;
	}
}