@charset "utf-8";

/******************************  메인 페이지  ******************************/
/* 메인 공통 */
.main_more {
	width: 170px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #A3A3A3;
	background: url('../images/m_main_ico_go.png') no-repeat center right / contain;
}

@media screen and (max-width:1000px) {
	#main_tech_area .main_more {
		width: 34.4vw;
		height: 10vw;
		font-size: 3.6vw;
	}
}

/* 메인 배너 영역 */
#main_banner_area {
	background: #000;
}

#main_banner_area .main_banner {
	position: relative;
	/* height: 1200px; */
	height: 870px;
	/* max-width: 1920px; */
	margin: 0 auto;
	color: #fff;
}

#main_banner_area .main_banner .main_title_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
}

#main_banner_area .main_banner .main_title_box .main_title {
	font-size: 98px;
	font-weight: 900;
	line-height: 1.25;
}

#main_banner_area .main_banner .main_title_box .main_info {
	margin-top: 46px;
	font-size: 30px;
	line-height: 1.55;
}

#main_banner_area .main_banner .main_video {
	position: relative;
	height: inherit;
	overflow: hidden;
}

#main_banner_area .main_banner .main_video::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	content: "";
}

#main_banner_area .main_banner .main_video #video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 1920px;
	/* height: 100%; */
	min-width: 100%;
	/* min-width: 115%; */
	min-height: 100%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width:1000px) {
	#main_banner_area .main_banner {
		/* height: 211vw; */
		height: 180vw;
	}

	#main_banner_area .main_banner .main_title_box {
		top: 105.1vw;
		transform: translateY(0);
	}

	#main_banner_area .main_banner .main_title_box .main_title {
		font-size: 12.9vw;
	}

	#main_banner_area .main_banner .main_title_box .main_info {
		margin-top: 4.4vw;
		font-size: 4.6vw;
	}

	#main_banner_area .main_banner .main_video #video {
		min-width: 0;
		min-height: 100%;
	}
}


/* 메인 인트로 영역 */
#main_intro_area {
	height: 980px;
	background: #000;
}

#main_intro_area .sector {
	height: inherit;
}

#main_intro_area .main_intro_txt01 {
	position: absolute;
	top: 263px;
	left: 0;
	font-size: 24px;
	line-height: 1.58;
	color: #fff;
	z-index: 99;
}

#main_intro_area .main_intro_txt02 {
	position: absolute;
	bottom: 147px;
	right: 0;
	font-size: 93px;
	font-weight: 900;
	line-height: 0.98;
	text-align: right;
	color: #fff;
	z-index: 99;
}

#main_intro_area .main_intro_img {
	position: absolute;
	top: calc(50% - 412.5px);
	left: calc(50% - 412.5px);
	width: 825px;
	height: 825px;
	background: url('../images/main_con01_img.png') no-repeat center center / contain;
	z-index: 9;
}

@media screen and (max-width:1000px) {
	#main_intro_area {
		height: 211.3vw;
	}

	#main_intro_area .main_intro_txt01 {
		top: 28.9vw;
		font-size: 4.4vw;
		line-height: 1.36;
	}

	#main_intro_area .main_intro_txt02 {
		bottom: 21.2vw;
		font-size: 7vw;
		line-height: 1.17;
	}

	#main_intro_area .main_intro_img {
		position: absolute;
		top: calc(50% - 44.25vw);
		left: 0;
		width: 100%;
		height: 88.5vw;
		background: url('../images/m_main_con01_img.png') no-repeat center center / contain;
	}
}


/* 메인 테크놀로지 영역 */
#main_tech_area {
	height: 1200px;
	background: #000 url('../images/main_con02_bg.png') no-repeat center center / contain;
	text-align: center;
	color: #fff;
}

#main_tech_area .main_tech_title {
	padding-top: 113px;
	font-size: 58px;
	font-weight: 900;
}

#main_tech_area .main_more {
	margin-top: 30px;
}

#main_tech_area .main_tech_list {
	margin-top: 77px;
}

#main_tech_area .main_tech_list > li {
	position: relative;
	float: left;
	width: calc(33.33% - 20px);
	height: 373px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0 50px;
	border-radius: 30px;
	background: rgba(234,234,234,0.12);
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	transition: .3s;
}

#main_tech_area .main_tech_list > li::before {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 55px;
	height: 57px;
	background: url('../images/m_main_con02_ico.png') no-repeat center center / contain;
	content: "";
	z-index: 9;
}

#main_tech_area .main_tech_list > li:nth-child(3n + 3) {
	margin-right: 0;
}

#main_tech_area .main_tech_list > li:nth-child(4) {
	margin-left: 16.67%;
}

#main_tech_area .main_tech_list > li .tech_title {
	position: relative;
	display: inline-block;
	margin-top: 45px;
	font-size: 43px;
	font-weight: bold;
	line-height: 1.25;
	z-index: 9;
}

#main_tech_area .main_tech_list > li .tech_content {
	position: relative;
	margin-top: 5px;
	font-size: 20px;
	line-height: 1.6;
	z-index: 9;
}

#main_tech_area .main_tech_list > li .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: .2s;
}

#main_tech_area .main_tech_list > li:hover .bg {
	opacity: 1;
}

@media screen and (max-width:1000px) {
	#main_tech_area {
		height: 424.9vw;
		background: #000 url('../images/main_con02_bg.png') no-repeat left 50% center / 600%;
	}

	#main_tech_area .main_tech_title {
		padding-top: 23.5vw;
		font-size: 10vw;
	}

	#main_tech_area .main_more {
		margin-top: 7vw;
	}

	#main_tech_area .main_tech_list {
		margin-top: 11.4vw;
	}

	#main_tech_area .main_tech_list > li {
		width: 100%;
		height: 63.6vw;
		margin-right: 0;
		margin-bottom: 5.9vw;
		padding: 0 8.5vw;
		border-radius: 3vw;
	}

	#main_tech_area .main_tech_list > li::before {
		top: 8.5vw;
		right: 8.5vw;
		width: 9.3vw;
		height: 9.9vw;
	}

	#main_tech_area .main_tech_list > li:nth-child(4) {
		margin-left: 0;
	}

	#main_tech_area .main_tech_list > li .tech_title {
		margin-top: 8vw;
		font-size: 7vw;
	}

	#main_tech_area .main_tech_list > li .tech_content {
		margin-top: 0.5vw;
		font-size: 3.8vw;
		line-height: 1.34;
	}
}


/* 메인 제품라인 영역 */
#main_pdline_area {
	background: #000;
	height: 980px;
	color: #fff;
}

#main_pdline_area .sector {}

#main_pdline_area .main_pdline_title {
	padding-top: 224px;
	font-size: 58px;
	font-weight: 900;
}

#main_pdline_area .main_pdline_list {
	margin-top: 82px;
}

#main_pdline_area .main_pdline_list > li {
	float: left;
	width: 295px;
	margin-right: calc(25% - 368.75px);
	text-align: center;
}

#main_pdline_area .main_pdline_list > li:last-child {
	margin-right: 0;
}

#main_pdline_area .main_pdline_list > li .img {
	width: 100%;
	height: 295px;
	margin-bottom: 26px;
	border-radius: 20px;
	overflow: hidden;
}

#main_pdline_area .main_pdline_list > li .img .bg {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s;
}

#main_pdline_area .main_pdline_list > li:hover .img .bg {
	opacity: 1;
}

#main_pdline_area .main_pdline_list > li .pdline_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}

@media screen and (max-width:1000px) {
	#main_pdline_area {
		height: 307vw;
	}

	#main_pdline_area .main_pdline_title {
		padding-top: 23.5vw;
		font-size: 10vw;
	}

	#main_pdline_area .main_pdline_list {
		margin-top: 7.2vw;
	}

	#main_pdline_area .main_pdline_list > li {
		width: calc(50% - 2vw);
		margin-right: 0;
		margin-bottom: 4.9vw;
	}

	#main_pdline_area .main_pdline_list > li:nth-child(odd) {
		margin-right: 4vw;
	}

	#main_pdline_area .main_pdline_list > li .img {
		height: 65.9vw;
		margin-bottom: 3.5vw;
		border-radius: 2vw;
	}

	#main_pdline_area .main_pdline_list > li .pdline_title {
		font-size: 4.4vw;
	}
}


/* 메인 product 제품 영역 - OPUS */
#main_opus_area {
	height: 980px;
	background: #000;
	color: #fff;
}

#main_opus_area .sector {
	display: flex;
	height: inherit;
	align-items: center;
	justify-content: center;
}

#main_opus_area .left_float {}

#main_opus_area .right_float {
	margin-left: 196px;
}

#main_opus_area .main_opus_img {
	width: 520px;
	height: 840px;
	background: url('../images/main_con04_img01.png') no-repeat center center / contain;
}

#main_opus_area span {
	display: block;
}

#main_opus_area span.main_opus_pr {
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: bold;
	color: #0067D3;
}

#main_opus_area span.main_opus_name {
	margin-bottom: 43px;
	font-size: 53px;
	font-weight: 900;
}

#main_opus_area span.main_opus_intro {
	margin-bottom: 39px;
	font-size: 20px;
}

#main_opus_area button.main_more {}


@media screen and (max-width:1000px) {
	#main_opus_area {
		height: 112vw;
	}

	#main_opus_area .right_float {
		margin-left: 6.9vw;
	}

	#main_opus_area .main_opus_img {
		width: 36.8vw;
		height: 59.6vw;
		background: url('../images/m_main_con04_img01.png') no-repeat center center / contain;
	}

	#main_opus_area span.main_opus_pr {
		margin-bottom: 3vw;
		font-size: 4vw;
	}

	#main_opus_area span.main_opus_name {
		margin-bottom: 7.7vw;
		font-size: 8vw;
	}

	#main_opus_area span.main_opus_intro {
		margin-bottom: 7.8vw;
		font-size: 3.8vw;
	}
}


/* 메인 product 제품 영역 - AIRCHAC */
#main_airchac_area {
	height: 980px;
	background: #000;
	color: #fff;
}

#main_airchac_area .sector {
	display: flex;
	height: inherit;
	align-items: center;
	justify-content: center;
}

#main_airchac_area .left_float {}

#main_airchac_area .right_float {
	margin-left: 246px;
}

#main_airchac_area .main_airchac_img {
	width: 520px;
	height: 840px;
	background: url('../images/main_con04_img02.png') no-repeat center center / contain;
}

#main_airchac_area span {
	display: block;
}

#main_airchac_area span.main_airchac_pr {
	margin-bottom: 26px;
	font-size: 22px;
	font-weight: bold;
	color: #0067D3;
}

#main_airchac_area span.main_airchac_name {
	margin-bottom: 43px;
	font-size: 53px;
	font-weight: 900;
}

#main_airchac_area span.main_airchac_intro {
	margin-bottom: 39px;
	font-size: 20px;
}

#main_airchac_area button.main_more {}


@media screen and (max-width:1000px) {
	#main_airchac_area {
		height: 112vw;
	}

	#main_airchac_area .right_float {
		margin-left: 0;
	}

	#main_airchac_area .main_airchac_img {
		width: 36.9vw;
		height: 59.6vw;
		background: url('../images/m_main_con04_img02.png') no-repeat center center / contain;
	}

	#main_airchac_area span.main_airchac_pr {
		margin-bottom: 3vw;
		font-size: 4vw;
	}

	#main_airchac_area span.main_airchac_name {
		margin-bottom: 7.7vw;
		font-size: 8vw;
	}

	#main_airchac_area span.main_airchac_intro {
		margin-bottom: 7.8vw;
		font-size: 3.8vw;
	}
}


/* 메인 서브배너 영역 */
#main_subbanner_area {
	height: 982px;
	background: url('../images/main_con04_bg_wide.png') no-repeat center center / cover;
}

#main_subbanner_area .main_subbanner_txt {
	position: relative;
	padding-top: 434px;
	line-height: 1.5;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#main_subbanner_area .main_subbanner_txt::before {
	position: absolute;
	top: 141px;
	left: calc(50% - 0.5px);
	width: 1px;
	height: 208px;
	background: #fff;
	content: "";
}

@media screen and (max-width:1000px) {
	#main_subbanner_area {
		height: 177.7vw;
	}

	#main_subbanner_area .main_subbanner_txt {
		padding-top: 86vw;
		font-size: 4.4vw;
	}

	#main_subbanner_area .main_subbanner_txt::before {
		top: 34.5vw;
		height: 37.8vw;
	}
}


/* 메인 컨택트 영역 */
#main_contact_area {
	border-bottom: 1px solid #fff;
}

#main_contact_area button {
	float: left;
	width: 50%;
	height: 330px;
	padding-left: 200px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}

#main_contact_area button.ascenter {
	border-right: 1px solid #fff;
	background: #000 url('../images/m_main_con04_ico01.png') no-repeat center right 145px / 91px;
}

#main_contact_area button.contactus {
	background: #000 url('../images/m_main_con04_ico02.png') no-repeat center right 145px / 112px;
}

#main_contact_area span {
	font-size: 34px;
	font-weight: bold;
}

#main_contact_area p {
	margin-top: 35px;
	font-size: 20px;
}

@media screen and (max-width:1000px) {
	#main_contact_area {
		border-bottom: 0;
	}

	#main_contact_area button {
		width: 100%;
		height: 52.7vw;
		padding-left: 8.5vw;
	}

	#main_contact_area button.ascenter {
		border-right: 0;
		background: #000 url('../images/m_main_con04_ico01.png') no-repeat center right 8.5vw / 10.7vw;
	}

	#main_contact_area button.contactus {
		background: #000 url('../images/m_main_con04_ico02.png') no-repeat center right 8.5vw / 9.5vw;
	}

	#main_contact_area span {
		font-size: 7vw;
	}

	#main_contact_area p {
		margin-top: 5.5vw;
		font-size: 4.4vw;
	}
}


/******************************  서브 페이지  ******************************/
/* 서브 공통 */
.sub_banner {
	position: relative;
	height: 800px;
}

.sub_banner.about { background: url('../images/about_banner.png') no-repeat center center / cover; }
.sub_banner.tech { background: url('../images/technology_banner.png') no-repeat center center / cover; }
.sub_banner.product { background: url('../images/opus_banner.png') no-repeat center center / cover; }
.sub_banner.airchac { background: url('../images/airchac_banner.png') no-repeat center center / cover; }

.sub_banner .sub_banner_box {
	position: absolute;
	bottom: 90px;
	left: 200px;
	z-index: 10;
}

.sub_banner .sub_banner_box .sub_banner_dir {
	font-size: 24px;
	font-weight: bold;
	color: #0067D3;
}

.sub_banner .sub_banner_box .sub_banner_title {
	padding-top: 17px;
	font-size: 89px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}

.sub_title {
	font-size: 89px;
	font-weight: bold;
	text-align: center;
}

.sub_title2 {
	font-size: 89px;
	font-weight: bold;
}

.sub_title3 {
	margin-top: 180px;
	font-size: 55px;
	font-weight: bold;
}

.sub_subtitle {
	margin-top: 10px;
	font-size: 36px;
}

@media screen and (max-width:1000px) {
	.sub_banner {
		height: 114vw;
	}

	.sub_banner.about { background: url('../images/m_about_banner.png') no-repeat center center / cover; }
	.sub_banner.tech { background: url('../images/m_technology_banner.png') no-repeat center center / cover; }
	.sub_banner.product { background: url('../images/m_opus_banner.png') no-repeat center center / cover; }
	.sub_banner.airchac { background: url('../images/m_airchac_banner.png') no-repeat center center / cover; }

	.sub_banner .sub_banner_box {
		bottom: 16vw;
		left: 8.3vw;
	}

	.sub_banner .sub_banner_box .sub_banner_dir {
		font-size: 5vw;
	}

	.sub_banner .sub_banner_box .sub_banner_title {
		padding-top: 4.7vw;
		font-size: 12vw;
		line-height: 1.2;
	}

	.sub_title, .sub_title2 {
		font-size: 12vw;
	}

	.sub_title3 {
		margin-top: 23vw;
		font-size: 8vw;
	}

	.sub_subtitle {
		margin-top: 1vw;
		font-size: 5vw;
	}
}


/* about */
.about01_content01 {
	padding: 100px 0;
}

.about01_content01 .sector{
	background: url('../images/m_about_img01.png') no-repeat center right / 450px;
}

.about01_content01 .about01_intro_title {
	font-size: 40px;
	font-weight: bold;
}

.about01_content01 .about01_intro_text {
	margin-top: 85px;
	font-size: 24px;
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.about01_content01 {
		padding: 14vw 0;
	}

	.about01_content01 .sector{
		background: url('../images/m_about_img01.png') no-repeat top center / 68.7vw;
	}

	.about01_content01 .about01_intro_title {
		padding-top: 80vw;
		font-size: 5vw;
	}

	.about01_content01 .about01_intro_text {
		margin-top: 5.5vw;
		font-size: 4vw;
		line-height: 1.25;
	}
}


.about01_content02 {
	margin: 140px 0 240px;
	text-align: center;
}

.about01_content02 .sector {}

.about01_content02 .about01_image {
	margin-top: 120px;
}

.about01_content02 .about01_list {
	margin-top: 110px;
}

.about01_content02 .about01_list > li {
	display: flex;
	height: 253px;
	margin-bottom: 30px;
	padding: 0 80px;
	align-items: center;
	border-radius: 30px;
	background: #EAEAEA;
	text-align: left;
}

.about01_content02 .about01_list > li .subject {
	width: 250px;
	padding-left: 122px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.35;
	background-size: 55px;
	background-repeat: no-repeat;
	background-position: left center;
}

.about01_content02 .about01_list > li:nth-child(1) .subject { background-image: url('../images/m_about_ico01.png'); }
.about01_content02 .about01_list > li:nth-child(2) .subject { background-image: url('../images/m_about_ico02.png'); }
.about01_content02 .about01_list > li:nth-child(3) .subject { background-image: url('../images/m_about_ico03.png'); }
.about01_content02 .about01_list > li:nth-child(4) .subject { background-image: url('../images/m_about_ico04.png'); }

.about01_content02 .about01_list > li .detail {
	margin-left: 60px;
	font-size: 28px;
	line-height: 1.65;
}

.about01_content02 .about01_list > li .detail > span {
	display: block;
	position: relative;
	padding-left: 20px;
}

.about01_content02 .about01_list > li .detail > span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '·';
}

@media screen and (max-width:1000px) {
	.about01_content02 {
		margin: 13vw 0 18vw;
	}

	.about01_content02 .about01_image {
		margin-top: 11vw;
	}

	.about01_content02 .about01_list {
		margin-top: 12vw;
	}

	.about01_content02 .about01_list > li {
		display: block;
		height: auto;
		margin-bottom: 5.5vw;
		padding: 5vw 4vw 12vw 5vw;
		border-radius: 3vw;
		box-sizing: border-box;
	}

	.about01_content02 .about01_list > li .subject {
		display: flex;
		width: 100%;
		height: 27vw;
		padding-left: 15.8vw;
		align-items: center;
		font-size: 7vw;
		font-weight: bold;
		line-height: 1.4;
		background-size: 12vw;
	}

	.about01_content02 .about01_list > li .detail {
		margin-top: 0;
		margin-left: 0;
		font-size: 4.4vw;
		line-height: 1.25;
	}

	.about01_content02 .about01_list > li .detail > span {
		padding-left: 4vw;
	}
}


.about01_content03 {}

.about01_content03 .sector {}

.about01_content03 .sector > img {}

.about01_content03 .about01_history_box {
	margin-top: 75px;
	margin-bottom: 240px;
}

.about01_content03 .about01_history_box .left {
	float: left;
}

.about01_content03 .about01_history_box .left .sub_title2 {}

.about01_content03 .about01_history_box .left .history_intro {
	margin-top: 35px;
	font-size: 20px;
	line-height: 1.7;
	color: #888888;
}

.about01_content03 .about01_history_box .right {
	float: right;
}

.about01_content03 .about01_history_box .right .history_list {}

.about01_content03 .about01_history_box .right .history_list > li {
	margin-bottom: 30px;
	font-size: 24px;
}

.about01_content03 .about01_history_box .right .history_list > li .year {
	display: inline-block;
	margin-right: 53px;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	.about01_content03 .about01_history_box {
		margin-top: 11.5vw;
		margin-bottom: 20vw;
	}

	.about01_content03 .about01_history_box .left {
		width: 100%;
	}

	.about01_content03 .about01_history_box .left .history_intro {
		margin-top: 6vw;
		font-size: 4vw;
		line-height: 1.35;
	}

	.about01_content03 .about01_history_box .right {
		float: left;
		width: 100%;
	}

	.about01_content03 .about01_history_box .right .history_list {
		margin-top: 8vw;
	}

	.about01_content03 .about01_history_box .right .history_list > li {
		margin-bottom: 4.5vw;
		font-size: 4.4vw;
	}

	.about01_content03 .about01_history_box .right .history_list > li .year {
		display: block;
		margin-right: 0;
		margin-bottom: 1vw;
	}
}


.about01_content04 {
	margin-bottom: 160px;
}

.about01_content04 .sector {
	background: url('../images/about_img04.png') no-repeat center right / 625px;
}

.about01_content04 .sub_title2 {
	margin-bottom: 50px;
}

.about01_content04 .vision_subtitle {
	font-size: 40px;
	font-weight: bold;
}

.about01_content04 .vision_intro {
	margin-top: 50px;
	font-size: 24px;
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.about01_content04 {
		margin-bottom: 18.5vw;
	}

	.about01_content04 .sector {
		background: none;
	}

	.about01_content04 .sub_title2 {
		margin-bottom: 6.5vw;
	}

	.about01_content04 .vision_subtitle {
		font-size: 5vw;
	}

	.about01_content04 .vision_intro {
		margin-top: 8vw;
		margin-bottom: 9vw;
		font-size: 3.8vw;
		line-height: 1.3;
	}
}


/* technology */
.tech01_content01 {
	padding: 170px 0;
}

.tech01_content01 .sector {
	background: url('../images/technology_img01.png') no-repeat center left / 705px;
}

.tech01_content01 .tech01_intro {
	float: right;
}

.tech01_content01 .tech01_intro .title {
	font-size: 40px;
	font-weight: bold;
}

.tech01_content01 .tech01_intro .text {
	margin-top: 85px;
	font-size: 24px;
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.tech01_content01 {
		padding: 16vw 0 20vw;
	}

	.tech01_content01 .sector {
		padding-top: 140vw;
		background: url('../images/m_technology_img01.png') no-repeat top center / 66vw;
	}

	.tech01_content01 .tech01_intro {
		width: 100%;
	}

	.tech01_content01 .tech01_intro .title {
		padding-top: 21vw;
		font-size: 8vw;
	}

	.tech01_content01 .tech01_intro .text {
		margin-top: 16vw;
		font-size: 4vw;
		line-height: 1.25;
	}
}


.tech01_content02 {
	padding: 167px 0 180px;
	background: url('../images/technology_bg.png') no-repeat center center / cover;
	color: #fff;
}

.tech01_content02 .sector {}

.tech01_content02 .sub_title2 {
	text-align: center;
}

.tech01_content02 .tech01_list {
	margin-top: 160px;
}

.tech01_content02 .tech01_list > li {
	float: left;
	width: 33.33%;
	height: 250px;
	margin-bottom: 55px;
	box-sizing: border-box;
}

.tech01_content02 .tech01_list > li:nth-child(3n + 2) {
	padding-left: 100px;
}

.tech01_content02 .tech01_list > li:nth-child(3) {
	text-align: right;
}

.tech01_content02 .tech01_list > li .item {
	display: inline-block;
	text-align: left;
}

.tech01_content02 .tech01_list > li .item .subject {
	display: inline-block;
	padding-top: 96px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	background-size: 78px;
	background-repeat: no-repeat;
	background-position: top left;
}

.tech01_content02 .tech01_list > li:nth-child(1) .item .subject { background-image: url('../images/m_technology_ico01.png'); }
.tech01_content02 .tech01_list > li:nth-child(2) .item .subject { background-image: url('../images/m_technology_ico02.png'); }
.tech01_content02 .tech01_list > li:nth-child(3) .item .subject { background-image: url('../images/m_technology_ico03.png'); }
.tech01_content02 .tech01_list > li:nth-child(4) .item .subject { background-image: url('../images/m_technology_ico04.png'); }
.tech01_content02 .tech01_list > li:nth-child(5) .item .subject { background-image: url('../images/m_technology_ico05.png'); }

.tech01_content02 .tech01_list > li .item .detail {
	margin-top: 15px;
	font-size: 17px;
	line-height: 1.55;
}

@media screen and (max-width:1000px) {
	.tech01_content02 {
		padding: 28vw 0 9vw;
	}

	.tech01_content02 .tech01_list {
		margin-top: 17vw;
	}

	.tech01_content02 .tech01_list > li {
		width: 100%;
		height: auto;
		margin-bottom: 23vw;
	}

	.tech01_content02 .tech01_list > li:nth-child(3n + 2) {
		padding-left: 0;
	}

	.tech01_content02 .tech01_list > li:nth-child(3) {
		text-align: left;
	}

	.tech01_content02 .tech01_list > li .item .subject {
		padding-top: 26.7vw;
		font-size: 7vw;
		background-size: 21.7vw;
	}

	.tech01_content02 .tech01_list > li .item .detail {
		margin-top: 6.5vw;
		font-size: 4.2vw;
		line-height: 1.65;
	}
}


.tech01_content03 {
	margin-top: 180px;
}

.tech01_content03 .sector {
	background: url('../images/m_technology_img02.png') no-repeat center right / 645px;
}

.tech01_content03 .tech01_title {
	font-size: 55px;
	line-height: 1.35;
}

.tech01_content03 .tech01_text {
	margin-top: 22px;
	font-size: 24px;
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.tech01_content03 {
		margin-top: 23vw;
	}

	.tech01_content03 .sector {
		padding-bottom: 56vw;
		background: url('../images/m_technology_img02.png') no-repeat bottom center / 100%;
	}

	.tech01_content03 .tech01_title {
		font-size: 8vw;
		line-height: 1.15;
	}

	.tech01_content03 .tech01_text {
		margin-top: 5vw;
		font-size: 4vw;
		line-height: 1.25;
	}
}


.tech01_content04 {
	margin-top: 180px;
}

.tech01_content04 .sector {
	background: url('../images/m_technology_img03.png') no-repeat center left / 645px;
}

.tech01_content04 .tech01_intro2 {
	float: right;
}

.tech01_content04 .tech01_intro2 .title {
	font-size: 40px;
}

.tech01_content04 .tech01_intro2 .text {
	margin-top: 25px;
	font-size: 24px;
	line-height: 1.5;
}

.tech01_content04 .tech01_intro2 .text2 {
	margin-top: 35px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width:1000px) {
	.tech01_content04 {
		margin-top: 23vw;
	}

	.tech01_content04 .sector {
		padding-bottom: 70vw;
		background: url('../images/m_technology_img03.png') no-repeat bottom center / 100%;
	}

	.tech01_content04 .tech01_intro2 {
		float: left;
		width: 100%;
	}

	.tech01_content04 .tech01_intro2 .title {
		font-size: 8vw;
	}

	.tech01_content04 .tech01_intro2 .text {
		margin-top: 5vw;
		font-size: 4vw;
		line-height: 1.25;
	}

	.tech01_content04 .tech01_intro2 .text2 {
		margin-top: 5vw;
		font-size: 5vw;
		line-height: 1.2;
	}
}


.tech01_content05 {
	text-align: center;
}

.tech01_content05 .sector {}

.tech01_content05 .tech01_video_box {
	margin-top: 50px;
}

.tech01_content05 .tech01_video_box > img {
	display: block;
	width: 1354px;
	margin: 0 auto;
	border-radius: 30px;
}

@media screen and (max-width:1000px) {
	.tech01_content05 .tech01_video_box {
		margin-top: 6.5vw;
	}

	.tech01_content05 .tech01_video_box > img {
		border-radius: 0;
		width: 100%;
	}
}


.tech01_content06 {
	margin-bottom: 90px;
	text-align: center;
}

.tech01_content06 .sector {}

.tech01_content06 .sub_title3 {}

.tech01_content06 .tech01_list2 {
	margin-top: 80px;
}

.tech01_content06 .tech01_list2 > li {
	float: left;
	width: calc(25% - 13.5px);
	height: 585px;
	margin-right: 18px;
	margin-bottom: 60px;
}

.tech01_content06 .tech01_list2 > li:nth-child(4n + 4) {
	margin-right: 0;
}

.tech01_content06 .tech01_list2 > li > img {}

.tech01_content06 .tech01_list2 > li > span {
	display: inline-block;
	height: 28px;
	margin-top: 14px;
	font-size: 20px;
}

@media screen and (max-width:1000px) {
	.tech01_content06 {
		margin-bottom: 8.5vw;
	}

	.tech01_content06 .sector {}

	.tech01_content06 .sub_title3 {}

	.tech01_content06 .tech01_list2 {
		margin-top: 7.5vw;
	}

	.tech01_content06 .tech01_list2 > li {
		width: calc(50% - 1vw);
		height: auto;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}

	.tech01_content06 .tech01_list2 > li:nth-child(2n + 2) {
		margin-right: 0;
	}

	.tech01_content06 .tech01_list2 > li > span {
		height: 8vw;
		margin-top: 4.5vw;
		font-size: 3.8vw;
	}
}


/* product */
.product_intro_area {
	padding: 100px 0;
}

.product_intro_area .sector {
	display: flex;
	height: 646px;
	background: url('../images/m_opus_img01.png') no-repeat center left / 496px;
	align-items: center;
	justify-content: right;
}

.product_intro_area .sector.airchac {
	background: url('../images/m_airchac_img01.png') no-repeat center left / 496px;
}

.product_intro_area .product_intro_box {}

.product_intro_area .product_subtitle {
	display: inline-block;
	padding: 11px 16px 8px;
	border-radius: 16px;
	background: #000;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.product_intro_area .product_name {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 89px;
	font-weight: bold;
}

.product_intro_area .product_type {
	font-size: 24px;
}

.product_intro_area .product_intro {
	margin-top: 50px;
	font-size: 22px;
	line-height: 1.6;
}

@media screen and (max-width:1000px) {
	.product_intro_area {
		padding: 16vw 0;
	}

	.product_intro_area .sector {
		display: block;
		height: auto;
		padding-top: 109.4vw;
		background: url('../images/m_opus_img01.png') no-repeat top center / 73.8vw;
	}

	.product_intro_area .sector.airchac {
		background: url('../images/m_airchac_img01.png') no-repeat top center / 73.8vw;
	}

	.product_intro_area .product_intro_box {}

	.product_intro_area .product_subtitle {
		display: inline-block;
		padding: 1.3vw 2vw;
		border-radius: 1.6vw;
		font-size: 4vw;
		line-height: 1.25;
	}

	.product_intro_area .product_name {
		margin-top: 6vw;
		margin-bottom: 2.2vw;
		font-size: 10vw;
	}

	.product_intro_area .product_type {
		font-size: 4.4vw;
	}

	.product_intro_area .product_intro {
		margin-top: 5vw;
		font-size: 4vw;
		line-height: 1.25;
	}
}


.product_feature_area {}

.product_feature_area .sector {}

.product_feature_area .product_feature_box {
	display: flex;
	padding: 75px 85px;
	border-radius: 30px;
	background: #F5F5F5;
	align-items: top;
}

.product_feature_area .product_feature_title {
	font-size: 55px;
	font-weight: bold;
}

.product_feature_area .product_feature_title > span {
	display: block;
	font-size: 36px;
	font-weight: 400;
}

.product_feature_area .product_feature {
	margin-left: 50px;
}

.product_feature_area .product_feature > li {
	position: relative;
	padding-left: 55px;
	font-size: 28px;
	margin-bottom: 25px;
}

.product_feature_area .product_feature > li::before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('../images/m_ico_check.png') no-repeat center center / contain;
	content: "";
}

.product_feature_area .product_feature > li.first::before {
	top: 10px;
}

@media screen and (max-width:1000px) {
	.product_feature_area .product_feature_box {
		display: block;
		padding: 10vw 6vw 7vw;
		border-radius: 3vw;
	}

	.product_feature_area .product_feature_title {
		font-size: 8vw;
		margin-bottom: 2.5vw;
	}

	.product_feature_area .product_feature_title > span {
		font-size: 6vw;
	}

	.product_feature_area .product_feature {
		margin-left: 0;
		margin-top: 10vw;
	}

	.product_feature_area .product_feature > li {
		padding-left: 5vw;
		font-size: 3.8vw;
		margin-bottom: 3vw;
	}

	.product_feature_area .product_feature > li::before {
		top: 0.5vw;
		width: 2.5vw;
		height: 2.5vw;
	}

	.product_feature_area .product_feature > li.first::before {
		top: 1vw;
	}
}


.product_beaf_area {
	display: flex;
	margin-top: 67px;
	text-align: center;
	align-items: bottom;
	justify-content: center;
}

.product_beaf_area > img {}

.product_beaf_area > img:last-child {
	margin-left: 20px;
}

@media screen and (max-width:1000px) {
	.product_beaf_area {
		display: block;
		margin-top: 10vw;
	}

	.product_beaf_area > img {
		width: 58vw;
		margin: 0 auto;
	}

	.product_beaf_area > img:last-child {
		margin-left: 0;
		margin-top: 12vw;
	}
}


.product_necessity_area {
	margin-top: 200px;
}

.product_necessity_area .sector {
	text-align: center;
}

.product_title {
	font-size: 55px;
	font-weight: bold;
}

.product_title > span {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #0067D3;
}

.product_mintitle {
	position: relative;
	top: -20px;
	font-size: 20px;
	font-weight: 600;
}

.product_content {
	margin-top: 35px;
	font-size: 24px;
	line-height: 1.5;
}

.product_content .highlight {
	font-size: 36px;
	font-weight: bold;
	color: #004389;
}

.product_necessity_area .product_necessity_coretxt {
	display: inline-block;
	margin-top: 35px;
	padding: 40px 90px;
	border-radius: 30px;
	background: rgba(0, 103, 211, 0.1);
	font-size: 36px;
	line-height: 1.5;
}

.product_necessity_area .product_necessity_img {
	display: block;
	margin: 180px auto;
}

.product_necessity_area .product_necessity_intro {}

.product_necessity_area .product_necessity_intro > span {
	display: block;
}

.product_necessity_area .product_necessity_intro > span.intro1 {
	font-size: 28px;
}

.product_necessity_area .product_necessity_intro > span.intro2 {
	margin-top: 15px;
	font-size: 55px;
	font-weight: bold;
}

.product_necessity_area .product_necessity_intro > span.intro3 {
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 36px;
}

.product_necessity_area .product_necessity_img2 {}

@media screen and (max-width:1000px) {
	.product_necessity_area {
		margin-top: 31.4vw;
	}

	.product_title {
		font-size: 8vw;
		line-height: 1;
	}

	.product_title > span {
		margin-bottom: 3vw;
		font-size: 4vw;
	}
	
	.product_mintitle {
		top: -10vw;
		font-size: 4vw;
	}

	.product_content {
		margin-top: 10vw;
		font-size: 4vw;
		line-height: 1.375;
	}

	.product_content .highlight {
		font-size: 6vw;
	}

	.product_necessity_area .product_necessity_coretxt {
		margin-top: 3.5vw;
		padding: 2vw 8vw;
		border-radius: 3vw;
		font-size: 3.8vw;
	}

	.product_necessity_area .product_necessity_img {
		margin: 27vw auto 25vw;
		width: 100%;
	}

	.product_necessity_area .product_necessity_intro > span.intro1 {
		font-size: 4.4vw;
	}

	.product_necessity_area .product_necessity_intro > span.intro2 {
		margin-top: 3.5vw;
		font-size: 8vw;
	}

	.product_necessity_area .product_necessity_intro > span.intro3 {
		margin-top: 3.5vw;
		margin-bottom: 7vw;
		font-size: 4.4vw;
	}
}


.product_howto_area {
	margin-top: 250px;
	text-align: center;
	overflow: hidden;
}

.product_howto_area .sector {
	position: relative;
}

.product_howto_area .sector::after {
	position: absolute;
	left: -150%;
	bottom: 106px;
	width: 300%;
	height: 1px;
	background: #A3A3A3;
	content: "";
	z-index: 1;
}

.product_howto_area .product_howto_img {
	position: relative;
	margin-top: 70px;
	z-index: 5;
}

@media screen and (max-width:1000px) {
	.product_howto_area {
		margin-top: 14vw;
	}

	.product_howto_area .sector::before {
		position: absolute;
		left: -150%;
		bottom: 28.5vw;
		width: 300%;
		height: 1px;
		background: #A3A3A3;
		content: "";
		z-index: 1;
	}

	.product_howto_area .sector::after {
		left: -150%;
		bottom: 15vw;
		width: 300%;
	}

	.product_howto_area .product_howto_img {
		margin-top: 11vw;
	}
}


.product_range_area {
	margin-top: 250px;
	text-align: center;
}

.product_range_area .sector {}

.product_range_area .product_title {}

.product_range_area .product_title > span {}

.product_range_area .product_content {}

.product_range_area .product_range_img {}

@media screen and (max-width:1000px) {
	.product_range_area {
		margin-top: 30vw;
	}

	.product_range_area .product_range_img {
		width: 100%;
	}
}


.product_app_area {
	margin-top: 160px;
	text-align: center;
	overflow: hidden;
}

.product_app_area .sector {
	position: relative;
}

.product_app_area .sector::after {
	position: absolute;
	left: -150%;
	bottom: 80px;
	width: 300%;
	height: 1px;
	background: #A3A3A3;
	content: "";
	z-index: 1;
}

.product_app_area .product_title {}

.product_app_area .product_title > span {}

.product_content2 {
	margin-top: 10px;
	font-size: 36px;
}

.product_app_area .product_app_box {
	display: flex;
	margin-top: 80px;
	align-items: center;
}

.product_app_area .product_app_box .left {}

.product_app_area .product_app_box .left .product_app_img {}

.product_app_area .product_app_box .right {
	margin-left: 35px;
}

.product_app_area .product_app_box .right > p {
	font-size: 24px;
	text-align: left;
	line-height: 1.5;
}

.product_app_area .product_app_img2 {
	position: relative;
	margin-top: 70px;
	z-index: 5;
}

@media screen and (max-width:1000px) {
	.product_app_area {
		margin-top: 15.5vw;
	}

	.product_app_area .sector::before {
		position: absolute;
		left: -150%;
		bottom: 51.5vw;
		width: 300%;
		height: 1px;
		background: #A3A3A3;
		content: "";
		z-index: 1;
	}

	.product_app_area .sector::after {
		left: -150%;
		bottom: 11vw;
		width: 300%;
	}

	.product_app_area .product_app_line {
		position: absolute;
		left: -150%;
		bottom: 90.8vw;
		width: 300%;
		height: 1px;
		background: #A3A3A3;
		z-index: 1;
	}

	.product_content2 {
		margin-top: 4vw;
		font-size: 4.4vw;
	}

	.product_app_area .product_app_box {
		display: block;
		margin-top: 4vw;
	}

	.product_app_area .product_app_box .left .product_app_img {
		width: 67vw;
		margin: 0 auto;
	}

	.product_app_area .product_app_box .right {
		margin-left: 0;
		margin-top: 11vw;
	}

	.product_app_area .product_app_box .right > p {
		font-size: 4.4vw;
		line-height: 1.25;
	}

	.product_app_area .product_app_img2 {
		margin-top: 11vw;
	}
}


.product_benefit_area {
	margin-top: 250px;
	text-align: center;
}

.product_benefit_area .sector {}

.product_benefit_area .product_title {}

.product_benefit_area .product_content {}

.product_benefit_area .product_range_img {
	margin-top: 90px;
}

@media screen and (max-width:1000px) {
	.product_benefit_area {
		margin-top: 25vw;
	}

	.product_benefit_area .product_range_img {
		width: 100%;
		margin-top: 9vw;
	}
}


.product_test_area {
	text-align: center;
}

.product_test_area .sector {}

.product_test_area .product_title {}

.product_test_area .product_content2 {}

.product_test_area .product_test_img {
	margin-top: 80px;
	border-radius: 30px;
}

@media screen and (max-width:1000px) {
	.product_test_area .product_test_img {
		margin-top: 8vw;
		border-radius: 3vw;
	}
}


.product_midtxt_area {
	margin: 250px 0;
}

.product_midtxt_area .product_midtxt {
	padding-top: 170px;
	background: url('../images/m_opus_img12.png') no-repeat center top / 142px;
	font-size: 36px;
	line-height: 1.45;
	text-align: center;
}

@media screen and (max-width:1000px) {
	.product_midtxt_area {
		margin: 21vw 0;
	}

	.product_midtxt_area .product_midtxt {
		padding-top: 23.5vw;
		background: url('../images/m_opus_img12.png') no-repeat center top / 18.8vw;
		font-size: 4.4vw;
		line-height: 1.25;
	}
}


.product_field_area {
	margin-top: 100px;
	text-align: center;
}

.product_field_area .sector {}

.product_field_area .product_title {}

.product_field_area .product_content2 {}

.product_field_area .product_field {
	margin-top: 80px;
}

.product_field_area .product_field > li {
	float: left;
	width: calc(25% - 22.5px);
	height: 400px;
	margin-bottom: 80px;
	margin-right: 30px;
}

.product_field_area .product_field > li:nth-child(4n + 4) {
	margin-right: 0;
}

.product_field_area .product_field > li > img {}

.product_field_area .product_field > li > span {
	display: inline-block;
	margin-top: 16px;
	font-size: 24px;
}

@media screen and (max-width:1000px) {
	.product_field_area {
		margin-top: 20vw;
	}

	.product_field_area .product_field {
		margin-top: 8vw;
	}

	.product_field_area .product_field > li {
		width: calc(50% - 1vw);
		height: 57vw;
		margin-bottom: 2.5vw;
		margin-right: 2vw;
	}

	.product_field_area .product_field > li:nth-child(2n + 2) {
		margin-right: 0;
	}

	.product_field_area .product_field > li > span {
		margin-top: 2vw;
		font-size: 3.3vw;
	}
}


.product_customer_area {
	margin-top: 160px;
	text-align: center;
}

.product_customer_area > img {
	margin-top: 55px;
}

@media screen and (max-width:1000px) {
	.product_customer_area {
		margin-top: 28vw;
	}

	.product_customer_area > img {
		width: 80vw;
		margin: 0 auto;
		margin-top: 6vw;
	}
}


.product_spec_area {
	margin-top: 250px;
	margin-bottom: 170px;
	text-align: center;
}

.product_spec_area .product_spec_box {
	display: flex;
	margin-top: 80px;
}

.product_spec_area .product_spec_box .left {}

.product_spec_area .product_spec_box .left > table {
	width: 682px;
	height: 465px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.product_spec_area .product_spec_box .left > table th,
.product_spec_area .product_spec_box .left > table td {
	width: 50%;
	font-size: 22px;
	text-align: left;
}

.product_spec_area .product_spec_box .left > table th {
	font-weight: bold;
}

.product_spec_area .product_spec_box .left > table td {}

.product_spec_area .product_spec_box .right {
	width: calc(100% - 682px);
	text-align: right;
}

.product_spec_area .product_spec_box .right > img {}

@media screen and (max-width:1000px) {
	.product_spec_area {
		margin-top: 23vw;
		margin-bottom: 18vw;
	}

	.product_spec_area .product_spec_box {
		display: block;
		margin-top: 16vw;
	}

	.product_spec_area .product_spec_box .left {}

	.product_spec_area .product_spec_box .left > table {
		width: 100%;
		height: 80vw;
	}

	.product_spec_area .product_spec_box .left > table th,
	.product_spec_area .product_spec_box .left > table td {
		font-size: 3.3vw;
	}

	.product_spec_area .product_spec_box .left > table th {
		width: 40%;
	}

	.product_spec_area .product_spec_box .left > table td {
		width: 60%;
	}

	.product_spec_area .product_spec_box .right {
		width: 100%;
	}

	.product_spec_area .product_spec_box .right > img {
		margin-top: 9.5vw;
		width: 100%;
	}
}


.airchac_video {
	position: relative;
	height: inherit;
	overflow: hidden;
}

.airchac_video::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	content: "";
}

.airchac_video #video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 1920px;
	/* height: 100%; */
	min-width: 115%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width:1000px) {
	.airchac_video #video {
		min-width: 0;
		min-height: 100%;
	}
}


.product_necessity2_area {
	display: flex;
	height: 348px;
	margin-top: 250px;
	background: url('../images/airchac_img04.png') no-repeat center center / cover;
	align-items: center;
}

.product_necessity2_area .sector {
	color: #fff;
}

.product_necessity2_area span {
	display: block;
}

.product_necessity2_area span.mintext {
	font-size: 24px;
}

.product_necessity2_area span.text {
	margin-top: 15px;
	font-size: 55px;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	.product_necessity2_area {
		height: 47.6vw;
		margin-top: 27vw;
	}

	.product_necessity2_area span.mintext {
		font-size: 4vw;
	}

	.product_necessity2_area span.text {
		margin-top: 2.5vw;
		font-size: 8vw;
	}
}


.product_necessity2_intro {}

.product_necessity2_intro .sector {}

.product_necessity2_intro .product_content {
	margin: 130px 0;
	text-align: center;
}

.product_necessity2_intro .product_necessity2_img {}

@media screen and (max-width:1000px) {
	.product_necessity2_intro .product_content {
		margin: 20vw 0;
	}
}


.product_daily_intro {
	margin-top: 150px;
	text-align: center;
}

.product_daily_intro img {
	margin-top: 130px;
}

@media screen and (max-width:1000px) {
	.product_daily_intro {
		margin-top: 20vw;
	}

	.product_daily_intro img {
		margin-top: 15vw;
	}
}


.product_intro2_area {
	margin-top: 250px;
	text-align: center;
}

.product_intro2_area .sector {}

.product_intro2_area img {
	margin-top: 40px;
}

@media screen and (max-width:1000px) {
	.product_intro2_area {
		margin-top: 24vw;
	}

	.product_intro2_area img {
		margin-top: 18.2vw;
	}
}


.product_midtxt_img {
	margin-top: 250px;
}

@media screen and (max-width:1000px) {
	.product_midtxt_img {
		margin-top: 24vw;
	}
}


.product_upcoming_area {
	margin: 130px 0 100px;
	text-align: center;
}

.product_upcoming_area .upcoming_list {
	margin-top: 130px;
}

.product_upcoming_area .upcoming_list > li {
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 130px;
}

.product_upcoming_area .upcoming_list > li:nth-child(odd) {
	margin-right: 30px;
}

.product_upcoming_area .upcoming_list > li > img {
	margin-bottom: 15px;
}

.product_upcoming_area .upcoming_list > li > span {
	font-size: 24px;
}

@media screen and (max-width:1000px) {
	.product_upcoming_area {
		margin: 15vw 0 0;
	}

	.product_upcoming_area .upcoming_list {
		margin-top: 15vw;
	}

	.product_upcoming_area .upcoming_list > li {
		width: 100%;
		margin-bottom: 20vw;
	}

	.product_upcoming_area .upcoming_list > li:nth-child(odd) {
		margin-right: 0;
	}

	.product_upcoming_area .upcoming_list > li > img {
		margin-bottom: 4vw;
	}

	.product_upcoming_area .upcoming_list > li > span {
		font-size: 4.4vw;
	}
}


/* media */
.media_tabs {
	padding-top: 45px;
	text-align: center;
}

.media_tabs .media_tab {
	height: 72px;
	width: 486px;
	background: #fff;
	font-size: 22px;
	color: #A3A3A3;
}

.media_tabs .media_tab.on {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}

@media screen and (max-width:1000px) {
	.media_tabs {
		padding-top: 15.5vw;
	}

	.media_tabs .media_tab {
		height: 14.7vw;
		width: 49%;
		font-size: 4.4vw;
	}
}


.media_search_area {
	margin-top: 60px;
	text-align: center;
}

.media_search_area .media_search_box {
	display: inline-block;
}

.media_search_area .media_search_box > button,
.media_search_area .media_search_box > input {
	float: left;
	height: 52px;
	background: #fff;
}

.media_search_area .media_search_box > button {
	padding-left: 26px;
	padding-right: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-radius: 10px 0 0 10px;
}

.media_search_area .media_search_box > input {
	width: 400px;
	padding-top: 5px;
	padding-right: 20px;
	border: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0 10px 10px 0;
	font-size: 16px;
}

.media_search_area .media_search_box > input::placeholder {
	color: #CECECE
}

@media screen and (max-width:1000px) {
	.media_search_area {
		margin-top: 7vw;
	}

	.media_search_area .media_search_box {
		display: block;
	}

	.media_search_area .media_search_box > button,
	.media_search_area .media_search_box > input {
		height: 14vw;
	}

	.media_search_area .media_search_box > button {
		padding-left: 7.2vw;
		padding-right: 4.2vw;
		border-radius: 1vw 0 0 1vw;
	}

	.media_search_area .media_search_box > button > img {
		width: 5vw;
	}

	.media_search_area .media_search_box > input {
		width: calc(100% - 17.5vw);
		padding-top: 0.5vw;
		padding-right: 4vw;
		border-radius: 0 1vw 1vw 0;
		font-size: 4.4vw;
	}
}


.media_list {
	margin-top: 60px;
}

.media_list > li {
	float: left;
	/* width: calc(33.33% - 20px); */
	width: calc(20% - 24px);
	margin-right: 30px;
	margin-bottom: 80px;
}

.media_list > li:nth-child(5n + 5) {
	margin-right: 0;
}

.media_list > li .img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.media_list > li .title {
	display: block;
	margin: 20px 0;
	height: 36px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.185;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.media_list > li .date {
	font-size: 16px;
	color: #717171;
}

@media screen and (max-width:1000px) {
	.media_list {
		margin-top: 7vw;
	}

	.media_list > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10vw;
	}

	.media_list > li .title {
		height: 8.7vw;
		margin: 5vw 0;
		font-size: 4vw;
	}

	.media_list > li .date {
		font-size: 3.8vw;
	}
}

/* ascenter - 자주 묻는 질문 */
.faq_title {
	padding-top: 90px;
	text-align: center;
}

.faq_tabs {
	padding-top: 80px;
	text-align: center;
}

.faq_tabs .faq_tab {
	height: 72px;
	width: 24%;
	background: #fff;
	font-size: 22px;
	color: #A3A3A3;
}

.faq_tabs .faq_tab.on {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}

@media screen and (max-width:1000px) {
	.faq_title {
		padding-top: 16vw;
	}

	.faq_tabs {
		padding-top: 16vw;
	}

	.faq_tabs .faq_tab {
		height: 14.7vw;
		font-size: 4.4vw;
	}
}

.faq_list {
	margin-top: 90px;
	padding-bottom: 140px;
}

.faq_list dt,
.faq_list dd {
	position: relative;
	padding: 25px 60px;
	border-bottom: 1px solid #A3A3A3;
	line-height: 1.5;
}

.faq_list dt {
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.faq_list dd {
	display: none;
	font-size: 24px;
	background: #FBFBFB;
}

.faq_list dt::before,
.faq_list dt::after {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 12px;
	height: 2px;
	background: #000;
	content: "";
	transition: .2s;
}

.faq_list dt::before {
	transform: rotate(45deg);
	right: 47px;
}

.faq_list dt::after {
	transform: rotate(-45deg);
}

.faq_list dt.on::before {
	transform: rotate(-45deg);
}

.faq_list dt.on::after {
	transform: rotate(45deg);
}


@media screen and (max-width:1000px) {
	.faq_list {
		margin-top: 90px;
		padding-bottom: 140px;
	}

	.faq_list dt,
	.faq_list dd {
		padding: 7vw 5.5vw;
		line-height: 1.5;
	}

	.faq_list dt {
		font-size: 4.4vw;
	}

	.faq_list dd {
		font-size: 4vw;
	}

	.faq_list dd img {
		max-width: 100%;
	}

	.faq_list dt::before,
	.faq_list dt::after {
		position: absolute;
		top: 10.2vw;
		right: 4.5vw;
		width: 2.4vw;
		height: 1px;
	}

	.faq_list dt::before {
		right: 6.3vw;
	}
}


/* ascenter - A/S 접수 */
.as_title {
	padding-top: 90px;
	padding-bottom: 30px;
}

.as_subtitle {
	padding-top: 100px;
	font-size: 36px;
	font-weight: bold;
}

.as_form_box {
	margin-top: 50px;
}

.as_form_box .as_form_msg {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: right;
	color: #808080;
}

.as_form_box .as_form {
	width: 100%;
}

.as_form_box .as_form th,
.as_form_box .as_form td {
	padding-bottom: 20px;
	vertical-align: top;
}

.as_form_box .as_form th {
	width: 250px;
	/* padding-top: 15px; */
	text-align: left;
}

.as_form_box .as_form th .as_label {
	font-size: 20px;
	font-weight: bold;
}

.as_form_box .as_form th .as_label > span {
	color: red;
}

.as_form_box .as_form td {}

.as_form_box .as_form td input.as_input,
.as_form_box .as_form td select.as_input {
	padding: 5px 22px 0 22px;
	height: 52px;
	font-size: 16px;
}

.as_form_box .as_form td input.as_text {
	border-color: #F3F3F3;
	background: #F3F3F3;
}

.as_form_box .as_form td input.as_text::placeholder {
	color: #A3A3A3;
}

.as_form_box .as_form td input.as_minbtn {
	padding: 0 45px;
	padding-top: 5px;
	height: 45px;
	border: 1px solid #000;
	background: #000;
	font-size: 16px;
	color: #fff;
}

.as_form_box .as_form td .as_select_box {
	position: relative;
}

.as_form_box .as_form td .as_select_box::before,
.as_form_box .as_form td .as_select_box::after {
	position: absolute;
	top: 27px;
	right: 22px;
	width: 12px;
	height: 2px;
	background: #000;
	content: "";
	transition: .2s;
}

.as_form_box .as_form td .as_select_box::before {
	transform: rotate(45deg);
	right: 29px;
}

.as_form_box .as_form td .as_select_box::after {
	transform: rotate(-45deg);
}

.as_form_box .as_form td select.as_input {
	background: #fff;
	border: 1px solid #C4C4C4;
	-webkit-appearance: none;
}

.as_form_box .as_form td textarea.as_textarea {
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	height: 490px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.filebox .upload-name {
    display: inline-block;
    height: 52px;
	float: left;
    padding: 0 22px;
    vertical-align: middle;
    border: 1px solid #F3F3F3;
	background: #F3F3F3;
    width: calc(100% - 128px);
	box-sizing: border-box;
	font-size: 16px;
    color: #A3A3A3;
}

.filebox label {
    display: inline-block;
	float: left;
	width: 120px;
    line-height: 52px;
    color: #fff;
    background-color: #A3A3A3;
    cursor: pointer;
	text-align: center;
	font-size: 16px;
    margin-right: 8px;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.as_form_notice {
	margin-top: 42px;
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 1.65;
}

.as_term_box {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #C4C4C4;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.as_checkbox {
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.as_term_label {
	font-size: 14px;
}

.as_btn_area {
	margin-top: 100px;
	margin-bottom: 137px;
	text-align: center;
}

.as_submit {
	font-size: 24px;
	font-weight: bold;
	width: 188px;
	height: 69px;
	background: #000;
	color: #fff;
	border: 0;
}

@media screen and (max-width:1000px) {
	.as_title {
		padding-top: 16.3vw;
		padding-bottom: 12vw;
	}

	.as_subtitle {
		padding-top: 8vw;
		font-size: 6.5vw;
	}

	.as_form_box {
		margin-top: 9.5vw;
	}

	.as_form_box .as_form_msg {
		margin-bottom: 9.6vw;
		font-size: 3.8vw;
	}

	.as_form_box .as_form th,
	.as_form_box .as_form td {
		display: block;
		width: 100%;
	}

	.as_form_box .as_form th {
		padding-top: 0;
		padding-bottom: 4vw;
	}

	.as_form_box .as_form th .as_label {
		font-size: 5.5vw;
	}

	.as_form_box .as_form td {
		padding-bottom: 10.9vw;
	}

	.as_form_box .as_form td input.as_input,
	.as_form_box .as_form td select.as_input {
		padding: 0.5vw 6vw 0 6vw;
		height: 14.4vw;
		font-size: 4.2vw;
	}

	.as_form_box .as_form td input.as_minbtn {
		width: 36.4vw;
		padding: 0;
		padding-top: 0.5vw;
		height: 13.2vw;
		font-size: 4.4vw;
	}

	#addr1 {
		width: calc(100% - 40vw);
	}

	.as_form_box .as_form td .as_select_box::before,
	.as_form_box .as_form td .as_select_box::after {
		top: 7.2vw;
		right: 4.4vw;
		width: 2vw;
		height: 1px;
	}

	.as_form_box .as_form td .as_select_box::before {
		right: 5vw;
	}

	.as_form_box .as_form td .as_select_box::after {
	}

	.as_form_box .as_form td textarea.as_textarea {
		height: 135.9vw;
		padding: 2vw;
	}

	.filebox .upload-name {
		height: 14.4vw;
		padding: 0 6vw;
		width: calc(100% - 35.6vw);
		font-size: 4.4vw;
	}

	.filebox label {
		width: 33.4vw;
		line-height: 14.4vw;
		font-size: 4.4vw;
		margin-right: 2.2vw;
	}

	.as_form_notice {
		margin-top: 12.1vw;
		margin-bottom: 11.4vw;
		font-size: 4vw;
		line-height: 1.25;
	}

	.as_term_box {
		width: 100%;
		padding: 2vw;
		font-size: 4vw;
		line-height: 1.25;
		margin-bottom: 3.3vw;
	}

	.as_checkbox {
		top: -0.2vw;
		width: 4.2vw;
		height: 4.2vw;
		margin-right: 3.6vw;
	}

	.as_term_label {
		font-size: 3.8vw;
	}

	.as_btn_area {
		margin-top: 0;
		margin-bottom: 12.7vw;
	}

	.as_submit {
		font-size: 5vw;
		width: 35.6vw;
		height: 13vw;
	}
}


/* Contact */
.address_area {
	width: 100%;
	margin-bottom: 130px;
}

.address_map {
	height: 380px;
}

#daumRoughmapContainer1733646064285 {
	width: 100%;
	height: 100%;
}

#daumRoughmapContainer1733646064285 .wrap_map {
	height: calc(100% - 32px);
}

.address_box {
	margin-top: 45px;
}

.address_box .item {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	margin-right: 100px;
	padding-left: 52px;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
}

.address_box .item.loc {
	background-image: url('../images/m_contact_ico01.png');
}

.address_box .item.tel {
	background-image: url('../images/m_contact_ico02.png');
}

.address_box .item.fax {
	background-image: url('../images/m_contact_ico03.png');
}

.address_box .item.mail {
	background-image: url('../images/m_contact_ico04.png');
}


@media screen and (max-width:1000px) {
	.address_area {
		margin-top: 24.5vw;
		margin-bottom: 25vw;
	}

	.address_map {
		height: 94.8vw;
	}

	.address_box {
		margin-top: 4.7vw;
	}

	.address_box .item {
		margin-bottom: 5.5vw;
		margin-right: 0;
		padding-left: 4.5vw;
		background-size: 3.9vw;
		font-size: 4vw;
		line-height: 1.25;
	}
}