@charset "utf-8";

/******************************  메인 페이지  ******************************/
/* 메인 배너 영역 */
#main_banner {
	display: flex;
	position: relative;
	height: 760px;
	align-items: center;
	justify-content: center;
	/* background: url('../images/main_banner01.png') no-repeat center center / cover; */
}

#main_banner .main_banner_box {
	position: relative;
	text-align: center;
	z-index: 99;
}

#main_banner .main_banner_box > img {}

#main_banner .main_banner_box > p {
	margin-top: 67px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.167;
}

#main_banner .main_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main_banner .main_slide .slide {
	height: 760px;
}

#main_banner .slick-prev,
#main_banner .slick-next {
	position: absolute;
	top: calc(50% - 40px);
	background: none;
	z-index: 9;
}

#main_banner .slick-prev {
	left: 30px;
}

#main_banner .slick-next {
	right: 30px;
}

/* #main_banner .main_slide .slide:nth-child(1) { background: url('../images/main_banner01(2).png') no-repeat center center / cover; }
#main_banner .main_slide .slide:nth-child(2) { background: url('../images/main_banner02.png') no-repeat center center / cover; }
#main_banner .main_slide .slide:nth-child(3) { background: url('../images/main_banner03.png') no-repeat center center / cover; } */

@media screen and (max-width:1000px) {
	#main_banner {
		height: 96vw;
		/* background: url('../images/m_main_banner01.png') no-repeat center center / cover; */
	}

	#main_banner .main_banner_box > img {
		width: 46.5vw;
	}

	#main_banner .main_banner_box > p {
		margin-top: 5.5vw;
		font-size: 4.4vw;
		line-height: 1.25;
	}

	#main_banner .main_slide .slide {
		height: 96vw;
	}

	#main_banner .slick-prev,
	#main_banner .slick-next {
		top: 80vw;
	}

	#main_banner .slick-prev {
		left: calc(50% - 15vw);
	}

	#main_banner .slick-next {
		right: calc(50% - 15vw);
	}

	#main_banner .slick-prev > img,
	#main_banner .slick-next > img {
		width: 12vw;
	}

	/* #main_banner .main_slide .slide:nth-child(1) { background-image: url('../images/m_main_banner01(2).png'); }
	#main_banner .main_slide .slide:nth-child(2) { background-image: url('../images/m_main_banner02.png'); }
	#main_banner .main_slide .slide:nth-child(3) { background-image: url('../images/m_main_banner03.png'); } */
}


/* 메인 메뉴 영역 */
#main_menu {
	padding: 60px 0;
	background: #F6F6F6;
}

#main_menu .main_menu {
	float: left;
	width: 160px;
	margin-right: calc(25% - 200px);
	background: none;
	text-align: center;
}

#main_menu .main_menu:last-child {
	margin-right: 0;
}

#main_menu .main_menu .icon {
	margin-bottom: 20px;
}

#main_menu .main_menu .title {
	font-size: 29px;
	font-weight: 500;
}

@media screen and (max-width:1000px) {
	#main_menu {
		padding: 13vw 0;
	}

	#main_menu .main_menu {
		width: 27.5vw;
		margin-right: 0;
		margin-bottom: 9.5vw;
	}

	#main_menu .main_menu:nth-child(odd) {
		margin-left: 8vw;
	}

	#main_menu .main_menu:nth-child(even) {
		margin-left: 16.8vw;
	}

	#main_menu .main_menu:last-child {
		margin-left: 30.2vw;
		margin-bottom: 0;
	}

	#main_menu .main_menu .icon {
		margin-bottom: 3.5vw;
	}

	#main_menu .main_menu .title {
		font-size: 5vw;
	}
}


/* 메인 인트로 영역 */
#main_intro {
	height: 470px;
	background: #fff;
	text-align: center;
}

#main_intro .main_title {
	padding-top: 97px;
	margin-bottom: 7px;
	font-size: 60px;
	font-weight: 500;
	color: #1F378D;
}

#main_intro .main_mintitle {
	font-size: 24px;
	color: #777777;
}

#main_intro .main_intro {
	margin-top: 34px;
	font-size: 26px;
	line-height: 1.38;
}

@media screen and (max-width:1000px) {
	#main_intro {
		height: 84.7vw;
	}

	#main_intro .main_title {
		padding-top: 11vw;
		margin-bottom: 1.9vw;
		font-size: 10vw;
	}

	#main_intro .main_mintitle {
		font-size: 4.2vw;
	}

	#main_intro .main_intro {
		margin-top: 6.4vw;
		font-size: 4.4vw;
	}
}


/* 메인 PVC PIPE 영역 */
#main_pvcpipe {
	height: 924px;
	background: url('../images/main_con02_bg.png') no-repeat center center / cover;
	text-align: center;
}

#main_pvcpipe .main_title2 {
	padding-top: 97px;
	font-size: 60px;
	font-weight: 500;
	color: #fff;
}

#main_pvcpipe .main_pvcpipe_button {
	width: 254px;
	margin-top: 30px;
	background: none;
}

#main_pvcpipe .main_pvcpipe_button > img {}

#main_pvcpipe .main_pvcpipe {
	margin-top: 60px;
}

#main_pvcpipe .main_pvcpipe > li {
	float: left;
	width: 420px;
	height: 473px;
	margin-right: calc(50% - 630px);
	border-radius: 20px;
	background: #fff;
}

#main_pvcpipe .main_pvcpipe > li:last-child {
	margin-right: 0;
}

#main_pvcpipe .main_pvcpipe > li > .img {
	margin-top: 40px;
	height: 140px;
}

#main_pvcpipe .main_pvcpipe > li > h3 {
	margin-top: 35px;
	font-size: 30px;
	font-weight: bold;
}

#main_pvcpipe .main_pvcpipe > li > p {
	margin-top: 25px;
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width:1000px) {
	#main_pvcpipe {
		height: 429.7vw;
	}

	#main_pvcpipe .main_title2 {
		padding-top: 23.5vw;
		font-size: 10vw;
	}

	#main_pvcpipe .main_pvcpipe_button {
		width: 56.2vw;
		margin-top: 9.6vw;
	}

	#main_pvcpipe .main_pvcpipe {
		margin-top: 9.6vw;
	}

	#main_pvcpipe .main_pvcpipe > li {
		width: 100%;
		height: 104.6vw;
		margin-right: 0;
		margin-bottom: 6.6vw;
		border-radius: 2vw;
	}

	#main_pvcpipe .main_pvcpipe > li > .img {
		margin-top: 8vw;
		height: 30.9vw;
	}

	#main_pvcpipe .main_pvcpipe > li > h3 {
		margin-top: 8vw;
		font-size: 6.5vw;
	}

	#main_pvcpipe .main_pvcpipe > li > p {
		margin-top: 5.8vw;
		font-size: 4.4vw;
	}
}


/* 메인 게시판 영역 */
#main_board {
	padding-bottom: 80px;
	background: #fff;
}

#main_board .main_title {
	padding-top: 97px;
	margin-bottom: 7px;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}

#main_board .main_mintitle {
	display: block;
	margin-bottom: 50px;
	font-size: 24px;
	color: #777777;
	text-align: center;
}

#main_board {}

#main_board .main_board_list {
	border-top: 2px solid #000;
}

#main_board .main_board_list > li {
	display: flex;
	height: 208px;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

#main_board .main_board_list > li .date {
	width: 140px;
	text-align: center;
}

#main_board .main_board_list > li .date .day {
	display: block;
	font-size: 36px;
}

#main_board .main_board_list > li .date .year {
	font-size: 15px;
	line-height: 1.7;
	color: #8A8A8A;
}

#main_board .main_board_list > li .img {
	position: relative;
	display: flex;
	width: 210px;
	height: 120px;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	background: #f4f4f4;
}

#main_board .main_board_list > li .img::before {
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
	background: #ddd;
	content: "";
}

#main_board .main_board_list > li .content {
	width: calc(100% - 467px);
	padding-left: 20px;
	box-sizing: border-box;
}

#main_board .main_board_list > li .content .title, 
#main_board .main_board_list > li .content .detail {
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main_board .main_board_list > li .content .title {
	font-size: 22px;
}

#main_board .main_board_list > li .content .detail {
	font-size: 18px;
}

#main_board .main_board_list > li .button {
	width: 87px;
}

#main_board .main_board_list > li .button > button > img {}

#main_board .main_pvcpipe_button {
	width: 254px;
	background: none;
}

@media screen and (max-width:1000px) {
	#main_board {
		padding-bottom: 15.8vw;
	}

	#main_board .main_title {
		padding-top: 16vw;
		margin-bottom: 2.4vw;
		font-size: 10vw;
	}

	#main_board .main_mintitle {
		margin-bottom: 10.7vw;
		font-size: 4.2vw;
	}

	#main_board .main_board_list > li {
		height: 36.76vw;
	}

	#main_board .main_board_list > li .date {
		width: 22vw;
	}

	#main_board .main_board_list > li .date .day {
		font-size: 7.4vw;
	}

	#main_board .main_board_list > li .date .year {
		font-size: 3vw;
	}

	/* #main_board .main_board_list > li .img {
		width: 21vw;
		height: 12vw;
		margin-left: 3vw;
	} */

	/* #main_board .main_board_list > li .img::before {
		left: -3vw;
		width: 0.1vw;
	} */

	#main_board .main_board_list > li .content {
		width: calc(100% - 34vw);
		padding-left: 2vw;
	}

	#main_board .main_board_list > li .content .title {
		font-size: 4.4vw;
		margin-bottom: 1.7vw;
	}

	#main_board .main_board_list > li .content .detail {
		font-size: 3.7vw;
	}

	#main_board .main_board_list > li .button {
		width: 12vw;
	}

	#main_board .main_board_list > li .button > button {
		width: 10vw;
		height: 10vw;
	}

	#main_board .main_board_list > li .button > button > img {
		width: 100%;
	}

	#main_board .main_pvcpipe_button {
		width: 56.2vw;
	}
}


/******************************  서브 페이지  ******************************/
/* 서브 배너 영역 */
#sub_banner {
	display: flex;
	height: 270px;
	background: url('../images/sub_banner.png') no-repeat center center / cover;
	align-items: center;
	justify-content: center;
}

#sub_banner > img {}

@media screen and (max-width:1000px) {
	#sub_banner {
		height: 32.3vw;
		background-image: url('../images/m_sub_banner.png');
	}

	#sub_banner > img {
		width: 26.5vw;
	}
}


/* 서브 메뉴 영역 */
#submenu {
	float: left;
	width: 250px;
	height: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

#submenu > a {
	display: block;
	width: 100%;
	line-height: 67px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: bold;
	text-indent: 15px;
}

@media screen and (max-width:1000px) {
	#submenu {
		display: none;
	}
}


/* 서브 콘텐츠 레이아웃 */
#sub_content {
	float: left;
	width: calc(100% - 280px);
	margin-left: 30px;
	margin-bottom: 100px;
}

.sub_title {
	margin-top: 85px;
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: 500;
	color: #1F378D;
}

.sub_intro {
	font-size: 22px;
}

.sub_content_box {
	margin-top: 50px;
	padding: 30px;
	background: #F6F6F6;
}

@media screen and (max-width:1000px) {
	#sub_content {
		width: 100%;
		margin-left: 0;
	}

	.sub_title {
		margin-top: 10vw;
		margin-bottom: 2vw;
		font-size: 8vw;
	}

	.sub_intro {
		font-size: 4.4vw;
	}

	.sub_content_box {
		margin-top: 6vw;
		padding: 5vw 3vw;
	}
}


/* CEO 인사말 */
.info01_intro {
	margin-bottom: 50px;
	font-size: 22px;
	line-height: 1.36;
}

.info01_intro .fc-main {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
}

.info01_ceo {
	text-align: right;
}

.info01_ceo > img {}

.info01_ceo > .company {
	display: block;
	margin-top: 20px;
	font-size: 30px;
}

.info01_ceo > .name {
	display: block;
	margin-top: 10px;
	font-size: 40px;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	.info01_intro {
		margin-bottom: 11vw;
		font-size: 4.4vw;
	}

	.info01_intro .fc-main {
		margin-bottom: 2.3vw;
	}

	.info01_ceo > img {
		width: 42.4vw;
	}

	.info01_ceo > .company {
		margin-top: 3vw;
		font-size: 4.4vw;
	}

	.info01_ceo > .name {
		margin-top: 1.5vw;
		font-size: 6vw;
	}
}


/* 회사연혁 */
.info02_history {
	margin-bottom: 5px;
}

.info02_title {
	display: inline-block;
	padding: 7px 13px;
	margin-bottom: 35px;
	background: #1F378D;
	font-size: 22px;
	text-align: center;
	color: #fff;
}

.info02_history th,
.info02_history td {
	padding-bottom: 35px;
	font-size: 22px;
	text-align: left;
	line-height: 1.36;
}

.info02_history th {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
	color: #1F378D;
}

.info02_history.vision th {
	width: 176px;
}

.info02_history td {}

.info02_imgs {}

.info02_imgs > img {
	float: left;
	width: calc(50% - 6px);
}

.info02_imgs > img:first-child {
	margin-right: 12px;
}

@media screen and (max-width:1000px) {
	.info02_history {
		margin-bottom: 2vw;
	}

	.info02_title {
		padding: 1.4vw 3.3vw;
		margin-bottom: 7.3vw;
		font-size: 4.4vw;
	}

	.info02_history th,
	.info02_history td {
		padding-bottom: 6vw;
		font-size: 4.4vw;
	}

	.info02_history th,
	.info02_history.vision th{
		width: 26vw;
	}

	.info02_history td {}

	.info02_imgs {}

	.info02_imgs > img {
		width: 100%;
	}

	.info02_imgs > img:first-child {
		margin-right: 0;
		margin-bottom: 3vw;
	}
}


/* 찾아오시는 길 */
.info04_map {
	height: 448px;
}

.info04_map #daumRoughmapContainer1730875149854 {
	width: 100%;
	height: 100%;
}

.info04_map #daumRoughmapContainer1730875149854 .wrap_map {
	height: calc(100% - 32px);
}

.info04_addr {
	display: inline-block;
	margin: 25px 0;
	font-size: 22px;
	font-weight: bold;
}

.info04_contact {}

.info04_contact > li {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 28px;
}

.info04_contact > li > img {
	position: relative;
	top: -2px;
	margin-right: 12px;
}

@media screen and (max-width:1000px) {
	.info04_map {
		height: 60vw;
	}

	.info04_addr {
		margin: 6vw 0;
		font-size: 4.4vw;
	}

	.info04_contact > li {
		margin-bottom: 3.5vw;
		font-size: 4.4vw;
		line-height: 6vw;
	}

	.info04_contact > li > img {
		width: 5vw;
		margin-right: 3vw;
	}
}


/* 조직도 */
.info05_img {
	margin: 20px 0 50px;
}

@media screen and (max-width:1000px) {
	.info05_img {
		margin: 0 auto 6vw;
	}
}


/* 기술정보현황 */
.tech01_tabs {
	margin-top: 20px;
}

.tech01_tabs .tech01_tab {
	float: left;
	width: calc(50% - 7.5px);
	height: 50px;
	background: #F6F6F6;
	font-size: 22px;
	font-weight: bold;
}

.tech01_tabs .tech01_tab:first-child {
	margin-right: 15px;
}

.tech01_tabs .tech01_tab.on {
	background: #1F378D;
	color: #fff;
}

@media screen and (max-width:1000px) {
	.tech01_tabs {
		margin-top: 6vw;
	}

	.tech01_tabs .tech01_tab {
		width: calc(50% - 1vw);
		height: 12vw;
		font-size: 4.4vw;
	}

	.tech01_tabs .tech01_tab:first-child {
		margin-right: 2vw;
	}
}

.tech01_box {
	margin-top: 40px;
	padding: 30px;
	background: #F6F6F6;
}

@media screen and (max-width:1000px) {
	.tech01_box {
		margin-top: 8vw;
		padding: 5vw 3vw;
	}
}


.tech01_title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.tech01_table_notice {}

.tech01_table_box {
	width: 100%;
	overflow-X: auto;
}

.tech01_table_box::-webkit-scrollbar {
    display: none;
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
.tech01_table_box:-webkit-scrollbar {
	display: none;
}

.tech01_table_box {
	-ms-overflow-style: none; /* 인터넷 익스플로러 */
	scrollbar-width: none; /* 파이어폭스 */
}

.tech01_table {
	width: 993px;
	margin-bottom: 40px;
}

.tech01_table th,
.tech01_table td {
	border: 1px solid #E1E1E1;
	font-size: 22px;
}

.tech01_table th {
	padding: 15px 0;
	background: #EFEFEF;
	line-height: 1.5;
}

.tech01_table th.no-padding {
	padding: 3px 0;
}

.tech01_table td {
	padding: 15px;
	background: #fff;
	line-height: 1.35;
}

.tech01_table td:not(.ta-left) {
	text-align: center;
}

.tech01_table td span.eng {
	float: right;
}

.tech01_table span.left {
	float: left;
	margin-left: 35px;
}

.tech01_table span.right {
	float: right;
	margin-right: 35px;
}

.tech01_list {
	font-size: 22px;
	margin-bottom: 40px;
}

.tech01_list > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
}

.tech01_list > li > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	transform: translateY(-50%);
	font-weight: bold;
	text-align: center;
	color: #1F378D;
}

.tech01_list2 {
	font-size: 22px;
	margin-bottom: 30px;
}

.tech01_list2 dt,
.tech01_list2 dd {}

.tech01_list2 dt {
	padding-top: 20px;
	margin-bottom: 14px;
	font-weight: bold;
	color: #1F378D;
}

.tech01_list2 dd {
	position: relative;
	padding-left: 20px;
	line-height: 1.35;
}

.tech01_list2.no-dot dd {
	padding-left: 0;
}

.tech01_list2:not(.no-dot) dd::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
}

.tech01_img1 {
	display: block;
	margin-left: 70px;
	margin-bottom: 40px;
}

@media screen and (max-width:1000px) {
	.tech01_title {
		margin-bottom: 3.5vw;
		font-size: 4.4vw;
	}

	.tech01_table_notice {
		font-size: 4vw;
		margin-bottom: 2vw;
		color: red;
	}

	.tech01_table {
		margin-bottom: 7vw;
	}

	.tech01_table th,
	.tech01_table td {
		font-size: 4.4vw;
	}

	.tech01_table th {
		padding: 7vw 0;
	}

	.tech01_table td {
		padding: 3vw;
	}

	.tech01_list {
		font-size: 4.4vw;
		margin-bottom: 6vw;
	}

	.tech01_list > li {
		margin-bottom: 6vw;
		padding-left: 9vw;
	}

	.tech01_list > li > span {
		top: 0.8vw;
		width: 9vw;
		transform: translateY(0);
		text-align: left;
	}

	.tech01_list2 {
		font-size: 4.4vw;
		margin-bottom: 9vw;
	}

	.tech01_list2 dt {
		padding-top: 6vw;
		margin-bottom: 5vw;
	}

	.tech01_list2 dd {
		padding-left: 4vw;
	}

	.tech01_img1 {
		margin-left: 0;
		margin-bottom: 10vw;
	}
}


/* PVC PIPE */
.product01_tabs {
	margin-top: 20px;
}

.product01_tabs .product01_tab {
	float: left;
	width: calc(25% - 11.5px);
	height: 50px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #F6F6F6;
	font-size: 22px;
	font-weight: bold;
}

.product01_tabs .product01_tab:nth-child(4n + 4) {
	margin-right: 0;
}

.product01_tabs .product01_tab.on {
	background: #1F378D;
	color: #fff;
}

@media screen and (max-width:1000px) {
	.product01_tabs {
		margin-top: 4.5vw;
	}

	.product01_tabs .product01_tab {
		float: left;
		width: calc(50% - 1vw);
		height: 12vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
		font-size: 4.4vw;
	}

	.product01_tabs .product01_tab:nth-child(even) {
		margin-right: 0;
	}
}


.tech01_table2 {}

.tech01_table2 th,
.tech01_table2 td {
	border: none;
	background: none;
	text-align: left !important;
}

.tech01_table2 th {
	width: 78px;
	padding: 3vw 0;
	font-weight: bold;
	vertical-align: top;
}

.tech01_table2 td {
	padding-left: 0;
	padding-right: 0;
}


/******************************  접수 신청 페이지  ******************************/
.apply_area {
	padding: 30px;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
}

.apply_area .apply_intro {
	text-align: center;
}

.apply_area .apply_intro > img {}

.apply_area .apply_intro > p {
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.44;
}

@media screen and (max-width:1000px) {
	.apply_area {
		padding: 12.5vw 0;
	}

	.apply_area .apply_intro img {
		width: 16vw;
		margin: 0 auto;
	}

	.apply_area .apply_intro p {
		margin-top: 6vw;
		font-size: 4vw;
		letter-spacing: -0.1vw;
	}
}


.apply_form {
	width: 100%;
	/* margin: 0 auto; */
	/* margin-top: 35px; */
}

.apply_form th,
.apply_form td {
	border: 1px solid #DDDDDD;
	font-size: 18px;
}

.apply_form th {
	width: 250px;
	padding: 24px 0;
	background: #EFEFEF;
	color: #000;
}

.apply_form td {
	padding: 10px 15px;
	background: #fff;
}

.apply_form td::after {
	display: block;
	clear: both;
	content: "";
}

input.apply_text {
	padding: 0 10px;
	height: 41px;
	border: 1px solid #DDDDDD;
	background: #F6F6F6;
	font-size: 18px;
}

input.apply_tel {
	float: left;
}

input.apply_radio {
	width: 0px;
	height: 0px;
}

input.apply_radio::before,
input.apply_radio::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

input.apply_radio::before {
	width: 19px;
	height: 19px;
	border: 1px solid var(--main-color);
	transform: translateY(-12px);
	background: #fff;
}

input.apply_radio:checked::after {
	width: 13px;
	height: 13px;
	transform: translate(4px,-8px);
	background: var(--main-color);
}

input.apply_radio + label {
	padding-left: 27px;
	margin-right: 15px;
}

input.apply_checkbox {
	width: 0px;
	height: 0px;
}

input.apply_checkbox::before,
input.apply_checkbox::after {
	position: absolute;
	content: "";
}

input.apply_checkbox::before {
	width: 19px;
	height: 19px;
	border: 1px solid var(--main-color);
	transform: translateY(-12px);
	background: #fff;
}

input.apply_checkbox:checked::after {
	width: 13px;
	height: 13px;
	transform: translate(4px,-8px);
	background: var(--main-color);
}

input.apply_checkbox + label {
	padding-left: 27px;
	margin-right: 15px;
}

input.apply_sbtn {
	height: 41px;
	margin-left: 7px;
	padding: 0 20px;
	border: 0;
	background: var(--main-color);
	color: #fff;
}

span.hypen {
	float: left;
	margin: 0 5px;
	line-height: 41px;
}

span.txt {
	margin-left: 7px;
}

.mini {
	margin-top: 15px;
	font-size: 0.8em;
	line-height: 1.35;
}

.sub_inquiry_intro {
	display: block;
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

textarea.apply_textarea {
	height: 235px;
	box-sizing: border-box;
	padding: 10px;
	background: #F6F6F6;
}


@media screen and (max-width:1000px) {
	.apply_form {
		width: 90%;
		table-layout: fixed;
		margin: 0 auto;
		/* margin-top: 9.5vw; */
	}

	.apply_form th,
	.apply_form td {
		display: block;
		font-size: 4vw;
		box-sizing: border-box;
	}

	.apply_form th {
		width: 100%;
		padding: 4.5vw 0;
	}

	.apply_form td {
		width: 100%;
		border-top: 0;
		border-bottom: 0;
		padding: 4.5vw 4.2vw;
		text-align: center;
	}

	.apply_form td:last-child {
		border-bottom: 1px solid #ddd;
	}

	input.apply_text {
		width: 100%;
		padding: 0 2vw;
		height: 9.6vw;
		font-size: 4vw;
		box-sizing: border-box;
	}

	input.apply_tel {
		width: 30%;
	}

	input.apply_radio::before {
		width: 5vw;
		height: 5vw;
		transform: translateY(-3.2vw);
	}

	input.apply_radio:checked::after {
		width: 3.5vw;
		height: 3.5vw;
		transform: translate(1vw,-2.3vw);
	}

	input.apply_radio + label {
		padding-left: 6.5vw;
		margin-right: 3vw;
	}

	input.apply_checkbox::before {
		width: 5vw;
		height: 5vw;
		transform: translateY(-3.2vw);
	}

	input.apply_checkbox:checked::after {
		width: 3.5vw;
		height: 3.5vw;
		transform: translate(0.9vw,-2.3vw);
	}

	input.apply_checkbox + label {
		padding-left: 6.5vw;
		margin-right: 3vw;
	}

	input.apply_sbtn {
		width: 100%;
		height: 9.6vw;
		margin-top: 3vw;
		margin-left: 0;
		padding: 0;
	}

	input.apply_headcnt {
		width: 30vw;
	}

	span.hypen {
		width: 5%;
		margin: 0;
		line-height: 9.6vw;
	}

	span.txt {
		margin-left: 2vw;
	}

	.mini {
		text-align: left;
	}
	
	textarea.apply_textarea {
		width: 100%;
		height: 40vw;
		padding: 2vw;
	}
}


.term_area {
	font-size: 18px;
}

.term_area .term_box {
	height: 360px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 30px 25px;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	overflow-Y: scroll;
	line-height: 1.5;
}

.term_area .term_form {}

.apply_btn_area {
	margin-top: 45px;
	text-align: center;
}

input.apply_button {
	width: 230px;
	height: 55px;
	border: 0;
	/* border-radius: 5px; */
	background: #1F378D;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

input.apply_button2 {
	width: 297px;
	height: 55px;
	margin-left: 5px;
	border: 0;
	border-radius: 5px;
	background: #1F2A57;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

input.apply_button3 {
	width: 297px;
	height: 55px;
	border: 0;
	border-radius: 5px;
	background: var(--main-color);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width:1000px) {
	.term_area {
		font-size: 4vw;
	}

	.term_area .term_box {
		height: 48vw;
		margin-top: 11.6vw;
		margin-bottom: 2.5vw;
		padding: 3.5vw 2.5vw;
	}

	.apply_btn_area {
		margin-top: 45px;
		text-align: center;
	}

	input.apply_button {
		width: 59.5vw;
		height: 13.3vw;
		font-size: 4vw;
	}

	input.apply_button2 {
		width: 48%;
		margin-left: calc(2% - 5px);
		height: 13.3vw;
		font-size: 4vw;
	}

	input.apply_button3 {
		width: 48%;
		height: 13.3vw;
		font-size: 4vw;
	}
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
	animation-name: fade-in;
}

span.ajax_msg {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: var(--main-color);
	animation-name: fade-in;
	animation-duration: .3s;
}

span.ajax_msg.red {
	color: red;
}


/* PVC 이음관 */
.tech01_list3 {
	margin-bottom: 60px;
}

.tech01_list3 > li {
	float: left;
	width: calc(50% - 6.5px);
}

.tech01_list3 > li:first-child {
	margin-right: 13px;
}

.tech01_list3 > li > .img {}

.tech01_list3 > li > .img > img {}

.tech01_list3 > li > .txt {
	padding: 17px 0;
	border: 1px solid #E1E1E1;
	border-top: 0;
	background: #EFEFEF;
	font-size: 22px;
	text-align: center;
}

@media screen and (max-width:1000px) {
	.tech01_list3 {
		margin-bottom: 4vw;
	}

	.tech01_list3 > li {
		width: 100%;
		margin-bottom: 4vw;
	}

	.tech01_list3 > li:first-child {
		margin-right: 0;
	}

	.tech01_list3 > li > .txt {
		padding: 4.5vw 0;
		font-size: 4.4vw;
	}
}


/* 국민신문고 */
.epeople_notice {
	margin-top: 20px;
	padding: 30px;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
}

.epeople_notice span {
	font-size: 20px;
	font-weight: bold;
}

.epeople_notice p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.25;
}

@media screen and (max-width:1000px) {
	.epeople_notice {
		margin-top: 4vw;
		padding: 6vw;
	}

	.epeople_notice span {
		font-size: 4vw;
	}

	.epeople_notice p {
		margin-top: 4vw;
		font-size: 3.6vw;
	}
}