/* **************************************** *
 *body
 * **************************************** */


body {
	overflow-x: hidden !important;
}
/* **************************************** *
 *sub_visual
 * *****************************************/

.sub_visual {
	overflow: hidden;
	position: relative;
}
.bg {
	-webkit-transform: scale(1.5) rotate(0deg);
	-ms-transform: scale(1.5) rotate(0deg);
	transform: scale(1.5) rotate(0deg);
	-webkit-transition: all 2s;
	transition: all 2s;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
.sub_visual h3 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.sub_visual .bg {
	text-align: center;
	background-size: cover;
}
.sub_visual.subbg01 .bg {
	background: url('/nimg/sub/bg01.jpg') no-repeat center top;
}
.sub_visual.subbg02 .bg {
	background: url('/nimg/sub/bg02.jpg') no-repeat center top;
}
.sub_visual.subbg03 .bg {
	background: url('/nimg/sub/bg03.jpg') no-repeat center top;
}
.sub_visual.subbg04 .bg {
	background: url('/nimg/sub/bg04.jpg') no-repeat center top;
}
.sub_visual.subbg05 .bg {
	background: url('/nimg/sub/bg05.jpg') no-repeat center top;
}
.sub_visual.subbg06 .bg {
	background: url('/nimg/sub/bg06.jpg') no-repeat center top;
}
.sub_visual.subbg07 .bg {
	background: url('/nimg/sub/bg07.jpg') no-repeat center top;
}
.visual_acting {
	-webkit-transform: scale(1) rotate(0.01deg);
	-ms-transform: scale(1) rotate(0.01deg);
	transform: scale(1) rotate(0.01deg);
	opacity: 1;
}
.snb {
	overflow: hidden;
	width: 100%;
	background: #eb121f;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.snb li {
	float: left;
	box-sizing: border-box;
}
.snb li a {
	display: inline-block;
	width: 100%;
	text-align: center
}






	/*웹*/
	@media (min-width: 1024px) {
.sub_visual {
	height: 480px;
}
.sub_visual h3 {
	font-size: 43px;
	letter-spacing: 12px;
	line-height: 400px;
}
.snb li a {
	color: #fff;
}
.snb li {
	border-left: 1px solid rgba(225,225,225,0.5);
}
.subbg01 .snb li {
	width: 16%;
}
.subbg02 .snb li {
	width: 25%;
}
.subbg03 .snb li {
	width: 50%;
}
.subbg04 .snb li {
	width: 50%;
}
.subbg05 .snb li {
	width: 25%;
}
.subbg06 .snb li {
	width: 33.3%;
}
.subbg07 .snb li {
	width: 50%;
}
.snb li.on a {
	background: #fff;
	color: #eb121f;
	font-weight: 500;
}
.snb li:last-child {
	border-right: 1px solid rgba(225,225,225,0.5);
}
.snb li a {
	line-height: 60px;
	font-size: 17px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.sub_visual {
	height: 250px;
}
.sub_visual h3 {
	font-size: 27px;
	letter-spacing: 11px;
	line-height: 400px;
	top: -70px;
}
.snb li a {
	color: #fff;
	font-size: 15px;
	line-height: 50px;
}
.snb li {
	border-left: 1px solid rgba(225,225,225,0.5);
}
.subbg01 .snb li {
	width: 16%;
}
.subbg02 .snb li {
	width: 25%;
}
.subbg03 .snb li {
	width: 50%;
}
.subbg04 .snb li {
	width: 50%;
}
.subbg05 .snb li {
	width: 25%;
}
.subbg06 .snb li {
	width: 33.3%;
}
.subbg07 .snb li {
	width: 50%;
}
.snb li.on a {
	background: #fff;
	color: #eb121f;
	font-weight: 500;
}
.snb li:last-child {
	border-right: 1px solid rgba(225,225,225,0.5);
}
}

	/*모바일*/
	@media (max-width:640px) {
.sub_visual {
	height: 200px;
}
.sub_visual h3 {
	font-size: 17px;
	letter-spacing: 10px;
	line-height: 400px;
	top: -100px;
}
.snb li a {
	color: #fff;
	font-size: 15px;
	line-height: 50px;
}
.snb li {
	width: 100%;
	display: none;
}
.snb li.on {
	display: block;
}
.snb li.on a {
	color: #fff;
	font-weight: 500;
}
}
/* **************************************** *
 * contents_sub
 * *****************************************/
contents_sub {
	width: 100%;
}

	/*웹*/
	@media (min-width: 1024px) {
.contents_sub {
	min-height: 800px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.contents_sub {
	min-height: 400px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.contents_sub {
	min-height: 300px;
}
}
/* **************************************** *
 *CEO 인사말
 * *****************************************/
.greeting .black_area {
	background: #34363c url('/nimg/sub/intro_bg.jpg') no-repeat;
}
.greeting .black_area h3 {
	color: #eb121f;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.greeting .black_area h2 {
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.greeting .black_area p {
	color: #fff;
	opacity: 0.7;
	overflow: hidden;
}
.greeting .black_area .sign {
	overflow: hidden;
	padding-top: 30px;
}
.greeting .black_area .sign dt {
	overflow: hidden;
	float: left;
	padding-right: 15px;
	color: #fff;
	font-weight: 600;
	opacity: 0.7;
}
.greeting .black_area .sign dd {
	overflow: hidden;
	float: left;
	padding-right: 15px;
	font-family: 'East Sea Dokdo';
	color: #fff;
}
.letter_space {
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.letter_space p.sign {
	text-align: center;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	width: 100%;
}


	/*웹*/
	@media (min-width: 1024px) {
.greeting {
	overflow: hidden;
	padding-bottom: 30px;
}
.greeting .black_area {
	padding: 60px 0px 160px 0px;
	background-position: right bottom;
	background-size: auto 530px;
}
.greeting .black_area h3 {
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0px;
}
.greeting .black_area h2 {
	font-size: 39px;
	line-height: 50px;
	letter-spacing: -2px;
}
.greeting .black_area p {
	font-size: 16px;
	line-height: 25px;
	padding: 40px 0px;
}
.greeting .black_area .sign {
	padding-top: 0px;
}
.greeting .black_area .sign dt {
	padding-right: 15px;
	font-size: 16px;
	line-height: 70px;
}
.greeting .black_area .sign dd {
	font-size: 60px;
	letter-spacing: 5px;
	line-height: 70px;
}
.letter_space {
	padding: 30px 50px;
	margin-top: -90px;
}
.letter_space div:nth-child(1) {
	padding-top: 20px;
}
.letter_space div {
	text-align: justify;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
}
.letter_space div p {
	font-size: 16px;
	line-height: 40px;
	padding: 0px 0px;
	text-align: center;
}
.letter_space p.sign {
	font-size: 17px;
	padding-top: 53px;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.greeting {
	overflow: hidden;
	padding-bottom: 30px;
	background-size: auto 200px !important;
}
.greeting .black_area {
	padding: 60px 0px 130px 0px;
	background-position: right top;
	background-size: auto 400px;
}
.greeting .black_area h3 {
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0px;
}
.greeting .black_area h2 {
	font-size: 32px;
	line-height: 47px;
	letter-spacing: -2px;
}
.greeting .black_area p {
	font-size: 15px;
	line-height: 24px;
	padding: 50px 0px;
}
.greeting .black_area .sign {
	padding-top: 0px;
}
.greeting .black_area .sign dt {
	padding-right: 15px;
	font-size: 16px;
	line-height: 70px;
}
.greeting .black_area .sign dd {
	font-size: 60px;
	letter-spacing: 5px;
	line-height: 70px;
}
.letter_space {
	padding: 30px 30px;
	margin-top: -90px;
}
.letter_space div:nth-child(1) {
	padding-top: 20px;
}
.letter_space div {
	text-align: justify;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
}
.letter_space div p {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0px;
	text-align: center;
}
.letter_space p.sign {
	font-size: 17px;
	padding-top: 40px;
	padding-left: 20px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.greeting {
	overflow: hidden;
	padding-bottom: 30px;
}
.greeting .black_area {
	padding: 30px 0px 20px 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 300px !important;
}
.greeting .black_area h3 {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0px;
}
.greeting .black_area h2 {
	font-size: 21px;
	line-height: 30px;
	letter-spacing: -2px;
}
.greeting .black_area p {
	font-size: 13px;
	line-height: 22px;
	padding: 20px 0px;
	display: none;
}
.greeting .black_area .sign {
	padding-top: 30px;
}
.greeting .black_area .sign dt {
	padding-right: 15px;
	font-size: 12px;
	line-height: 40px;
}
.greeting .black_area .sign dd {
	font-size: 30px;
	letter-spacing: 5px;
	line-height: 40px;
}
.letter_space div {
	text-align: justify;
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px 10px;
}
.letter_space div p {
	font-size: 13px;
	line-height: 24px;
	padding: 10px 0px;
	text-align: center;
}
}
/* **************************************** *
 * 기업개요
 * *****************************************/

.compay_info {
	width: 100%;
}
.compay_info .wrap .desc h2 {
	color: #000;
	font-weight: 300;
}
.compay_info .wrap .desc dl dt {
	color: #222;
	font-weight: 500;
	border-right: 1px solid #ddd;
}
.compay_info .wrap .desc dl dd {
	color: #444;
}

	/*웹*/
	@media (min-width: 1024px) {
.compay_info .wrap {
	padding: 40px 0px;
}
.compay_info .wrap:nth-child(1) {
	position: relative;
	margin-bottom: 120px;
}
.compay_info .wrap > .img {
	width: 100%;
	background: #eee;
	overflow: hidden;
	min-width: 400px
}
.compay_info .wrap > .img img {
	margin-top: -50px;
}
.compay_info .wrap:nth-child(1) > .desc {
	position: absolute;
	bottom: -100px;
	right: 0px;
	overflow: hidden;
}
.compay_info .wrap .desc {
	background: #fff;
	padding: 60px 60px;
	width: 70%;
}
.compay_info .wrap .desc h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 20px;
}
.compay_info .wrap .desc dl {
	overflow: hidden;
	padding: 5px 0px;
}
.compay_info .wrap .desc dl {
	float: left;
	overflow: hidden;
	width: 50%;
	box-sizing: border-box;
	height: 42px;
}
.compay_info .wrap .desc dl:nth-child(2) {
	width: 100%;
}
.compay_info .wrap .desc dl dt {
	float: left;
	overflow: hidden;
	width: 115px;
	font-size: 16px;
}
.compay_info .wrap .desc dl dd {
	float: left;
	overflow: hidden;
	font-size: 16px;
	padding-left: 30px;
}
.compay_info .wrap:nth-child(2) {
	position: relative;
	overflow: hidden;
	padding-bottom: 190px;
}
.compay_info .wrap:nth-child(2) > .desc {
	position: absolute;
	bottom: 30px;
	left: 12%;
	overflow: hidden;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.compay_info .wrap {
	padding: 40px 0px;
}
.compay_info .wrap:nth-child(1) {
	position: relative;
	height: 600px;
}
.compay_info .wrap:nth-child(1) > .img {
	width: 100%;
	background: #eee;
}
.compay_info .wrap:nth-child(1) > .desc {
	position: absolute;
	bottom: -20px;
	right: 0px;
	overflow: hidden;
}
.compay_info .wrap .desc {
	background: #fff;
	padding: 30px 30px;
	width: 80%;
}
.compay_info .wrap .desc h2 {
	font-size: 26px;
	line-height: 35px;
	padding-bottom: 20px;
}
.compay_info .wrap .desc dl {
	overflow: hidden;
	padding: 5px 0px;
}
.compay_info .wrap .desc dl dt {
	float: left;
	overflow: hidden;
	width: 100px;
	font-size: 14px;
}
.compay_info .wrap .desc dl dd {
	float: left;
	overflow: hidden;
	font-size: 14px;
	padding-left: 20px;
}
.compay_info .wrap:nth-child(2) {
	position: relative;
	height: 400px;
	padding-bottom: 200px;
}
.compay_info .wrap:nth-child(2) > .img {
	width: 100%;
	height: 300px;
	background: #eee;
}
.compay_info .wrap:nth-child(2) > .desc {
	position: absolute;
	bottom: 0px;
	left: 5%;
	overflow: hidden;
}
.compay_info .wrap:nth-child(3) {
	position: relative;
	height: 400px;
}
.compay_info .wrap:nth-child(3) > .img {
	width: 100%;
	height: 300px;
	background: #eee;
}
.compay_info .wrap:nth-child(3) > .desc {
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
}

	/*모바일*/
	@media (max-width:640px) {
.compay_info .wrap {
	padding: 20px 0px;
}
.compay_info .wrap:nth-child(1) {
	position: relative;
}
.compay_info .wrap:nth-child(1) > .img {
	width: 100%;
}
.compay_info .wrap:nth-child(1) > .desc {
	overflow: hidden;
	padding-bottom: 20px;
}
.compay_info .wrap .desc {
	background: #fff;
	padding: 30px 30px;
	width: 80%;
	box-sizing: border-box;
}
.compay_info .wrap .desc h2 {
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 10px;
}
.compay_info .wrap .desc dl {
	overflow: hidden;
	padding: 5px 0px;
}
.compay_info .wrap .desc dl dt {
	overflow: hidden;
	width: 95px;
	font-size: 14px;
	border-right: none !important;
}
.compay_info .wrap .desc dl dd {
	overflow: hidden;
	font-size: 12px
}
.compay_info .wrap:nth-child(2) {
	position: relative;
}
.compay_info .wrap:nth-child(2) > .img {
	width: 100%;
	height: 300px;
	background: #eee;
}
.compay_info .wrap:nth-child(2) > .desc {
	overflow: hidden;
}
.compay_info .wrap:nth-child(3) {
	position: relative;
}
.compay_info .wrap:nth-child(3) > .img {
	width: 100%;
	height: 300px;
	background: #eee;
}
.compay_info .wrap:nth-child(3) > .desc {
	overflow: hidden;
}
}
/* **************************************** *
 *연혁
 * *****************************************/

.history {
	background: url('/nimg/sub/bg_history.jpg') no-repeat center top;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.history h2 {
	font-weight: 200;
	color: #fff;
}
.history h2 strong {
	font-weight: 600;
	color: #e31521;
}
.history dl {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid rgba(225,225,225,0.1);
	box-sizing: border-box;
}
.history dl dt {
	font-weight: 600;
	color: #fff;
}
.history dl dd {
	color: #fff;
	opacity: 0.8;
}







	/*웹*/
	@media (min-width: 1024px) {
.history {
	padding: 70px 0px 70px 0px;
}
.history h2, .history strong {
	font-size: 40px;
	line-height: 55px;
	letter-spacing: -3px;
}
.history h2 {
	padding-bottom: 70px;
}
.history dl {
	padding: 20px 30px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.history dl dt {
	border-right: 1px dotted #777;
}
.history dl dt {
	float: left;
	min-width: 150px;
	overflow: hidden;
	font-size: 30px;
	line-height: 30px;
}
.history dl dd {
	float: left;
	overflow: hidden;
	line-height: 30px;
	font-size: 17px;
	padding-left: 20px;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.history {
	padding: 70px 0px 70px 0px;
}
.history h2, .history strong {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -2px;
}
.history h2 {
	padding-bottom: 70px;
}
.history dl {
	padding: 20px 15px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.history dl dt {
	border-right: 1px dotted #777;
}
.history dl dt {
	float: left;
	min-width: 150px;
	overflow: hidden;
	font-size: 20px;
	line-height: 26px;
}
.history dl dd {
	float: left;
	overflow: hidden;
	line-height: 26px;
	font-size: 15px;
	padding-left: 20px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.history {
	padding: 30px 0px 70px 0px;
}
.history h2, .history strong {
	font-size: 19px;
	line-height: 26px;
	letter-spacing: -1px;
}
.history h2 {
	padding-bottom: 30px;
}
.history dl {
	padding: 20px 15px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.history dl dt {
	overflow: hidden;
	font-size: 18px;
	line-height: 22px;
}
.history dl dd {
	overflow: hidden;
	line-height: 18px;
	padding-top: 5px;
	font-size: 13px;
}
}
/* **************************************** *
 *조직도
 * *****************************************/
.chart_img {
	text-align: center;
	overflow: hidden;
}
.dept_st01 {
	overflow: hidden;
}

	/*웹*/
	@media (min-width: 1024px) {
.chart_img {
	padding-top: 70px;
	padding-bottom: 40px;
}
.chart_img img {
	width: 95%;
	max-width: 1100px;
}
.dept_st01 {
	padding-bottom: 90px;
	border-top: 1px solid #ddd;
	padding-top: 60px;
}
.dept_st01 h2 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	float: left;
	width: 30%;
}
.dept_st01 .wrap {
	width: 67%;
	float: right;
	text-align: right;
}
.dept_st01 .wrap dl {
	padding: 0px 20px;
	display: inline-block;
	overflow: hidden;
}
.dept_st01 .wrap dl dt {
	font-size: 14px;
	line-height: 26px;
	color: #777;
	border-bottom: 1px dotted #ddd;
	padding: 0px 20px;
}
.dept_st01 .wrap dl dd {
	font-size: 23px;
	line-height: 47px;
	color: #222;
	padding: 0px 20px;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.chart_img {
	padding-top: 70px;
	padding-bottom: 40px;
}
.chart_img img {
	width: 95%;
	max-width: 1200px;
}
.dept_st01 {
	padding-bottom: 90px;
	border-top: 1px solid #ddd;
	padding-top: 60px;
}
.dept_st01 h2 {
	font-size: 25px;
	line-height: 40px;
	color: #000;
	float: left;
	overflow: hidden;
	width: 20%;
}
.dept_st01 .wrap {
	width: 80%;
	float: right;
	text-align: right;
	overflow: hidden;
}
.dept_st01 .wrap dl {
	padding: 0px 20px;
	display: inline-block;
	overflow: hidden;
}
.dept_st01 .wrap dl dt {
	font-size: 14px;
	line-height: 26px;
	color: #777;
	border-bottom: 1px dotted #ddd;
	padding: 0px 10px;
}
.dept_st01 .wrap dl dd {
	font-size: 17px;
	line-height: 37px;
	color: #222;
	padding: 0px 10px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.chart_img {
	padding-top: 70px;
	padding-bottom: 40px;
}
.chart_img img {
	width: 80%;
	max-width: 520px;
}
.dept_st01 {
	padding-bottom: 40px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.dept_st01 h2 {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	overflow: hidden;
}
.dept_st01 .wrap {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
.dept_st01 .wrap dl {
	padding-right: 10px;
	display: inline-block;
	overflow: hidden;
}
.dept_st01 .wrap dl dt {
	font-size: 14px;
	line-height: 26px;
	color: #777;
	border-bottom: 1px dotted #ddd;
	padding: 0px 10px;
}
.dept_st01 .wrap dl dd {
	font-size: 16px;
	line-height: 37px;
	color: #222;
	padding: 0px 10px;
}
}
/* **************************************** *
 * 채용공고
 * *****************************************/

.board_top_info {
	overflow: hidden;
	position: relative;
}
.board_top_info .desc {
	background: #fff;
	overflow: hidden;
}
.board_top_info .desc h2 {
	color: #000;
	font-weight: 800;
}
.board_top_info .desc p {
	color: #777;
}
a.btn_down, a.btn_down2 {
	display: inline-block;
	border: 1px solid #e60015;
	color: #ea0014;
	font-weight: 500;
	background: #fff url('/nimg/sub/down.jpg') no-repeat 90% center;
}
.recruit_board .view .period {
	width: 100%;
	box-sizing: border-box;
	background: #666;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #444;
}
.recruit_board {
	background: #ebebeb;
	width: 100%;
	overflow: hidden;
}
.top_search dt select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* 네이티브 외형 감추기 */
	background: #fff url('/nimg/sub/select_bg.jpg') no-repeat 90% center;
	text-indent: 0.01px;
	text-overflow: "";
}
.top_search dd:last-child a {
	background: #868686 url('/nimg/sub/search_icon.jpg') no-repeat center center;
}
.top_search select {
	color: #888;
}
.recruit_board .list {
	overflow: hidden;
	width: 100%;
}
.recruit_board .list .wrap p {
	color: #eb121f;
	font-weight: 500;
}
.recruit_board .list .wrap dt {
	color: #000;
	font-weight: 300;
}
.recruit_board .list .wrap dd {
	color: #999;
}
.recruit_board .list .wrap {
	display: inline-block;
	cursor: pointer;
	background: #fff url('/nimg/sub/list_img.jpg') no-repeat bottom right;
	box-sizing: border-box;
}
.recruit_board .list .wrap.end {
	background: #000;
	opacity: 0.1;
}
.recruit_board .list .wrap.end p {
	color: #fff;
}
.recruit_board .list .wrap.end dt {
	color: #fff;
}
.recruit_board .list .wrap.end dd {
	color: #fff;
}
.recruit_board .view {
	overflow: hidden;
	width: 100%;
	border-top: 4px solid #000;
}
.recruit_board .view h2 {
	text-align: center;
	width: 100%;
	color: #000;
	font-weight: 600;
}
.recruit_board .view h2 span {
	background: #ff0000;
	color: #fff !important;
}
.recruit_board .view .inner {
	background: #fefefe;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
}
.board_btn_wrap a {
	display: inline-block;
	border: 1px solid #eb121f;
	color: #eb121f;
	font-weight: 500;
}
.recruit_board .pre_next_area dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #222;
}
.recruit_board .pre_next_area dl dt {
	float: left;
	overflow: hidden;
	font-weight: 600;
	color: #000;
}
.recruit_board .pre_next_area dl dd {
	float: left;
	overflow: hidden;
}
.recruit_board .pre_next_area dl dd a {
	color: #555;
}
.recruit_board .pre_next_area dl:nth-child(1) {
	border-bottom: 1px solid #aaa;
}





	/*웹*/
	@media (min-width: 1024px) {
.board_top_info {
	width: 100%;
	padding-top: 80px;
	height: 210px;
}
/* 			.board_top_info p.img {width:60%;}
				.board_top_info p.img  img{width:100%;} */

.board_top_info .desc {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	padding: 70px 0;
	box-sizing: border-box;
	width: 100%;
}
.board_top_info .desc h2 {
	font-size: 40px;
	line-height: 80px;
}
.board_top_info .desc p {
	font-size: 16px;
	line-height: 33px;
	padding-bottom: 30px;
}
a.btn_down {
	font-size: 16px;
	line-height: 57px;
	padding-left: 40px;
	padding-right: 90px;
}
a.btn_down2 {
	font-size: 13px;
	line-height: 27px;
	padding-left: 20px;
	padding-right: 50px;
	background-size: auto 16px;
}
.recruit_board {
	padding: 70px 0px;
}
.top_search {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.top_search dt {
	float: left;
	width: 20%;
	overflow: hidden;
}
.top_search dt select {
	border-right: 1px solid #ddd !important;
}
.top_search dd {
	float: left;
	overflow: hidden;
}
.top_search dd:nth-child(2) {
	width: 73%;
}
.top_search dd:nth-child(3) {
	width: 7%;
}
.top_search select, .top_search input, .top_search a {
	line-height: 55px;
	height: 55px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 16px;
}
.top_search a {
	text-indent: -99999px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.recruit_board .list {
	overflow: hidden;
	width: 100%;
	padding: 40px 0px;
}
.recruit_board .list .wrap {
	width: 31.7%;
	padding: 50px 50px;
	height: 300px;
	margin: 15px 0px;
}
.recruit_board .list .wrap:nth-child(2), .recruit_board .list .wrap:nth-child(5),  .recruit_board .list .wrap:nth-child(7), .recruit_board .list .wrap:nth-child(9) {
	margin: 0px 2%;
}
.recruit_board .list .wrap p {
	font-size: 20px;
	line-height: 40px;
}
.recruit_board .list .wrap dt {
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 0 0 30px;
	min-height: 120px;
	font-weight: 400
}
.recruit_board .list .wrap dd {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
}
.recruit_board .view h2 {
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #222;
}
.recruit_board .view .inner {
	padding: 40px 40px;
}
.recruit_board .view .inner p {
	font-size: 15px;
	line-height: 30px;
}
.board_btn_wrap {
	width: 100%;
	padding: 30px 0px;
	text-align: right;
}
.board_btn_wrap a {
	font-size: 16px;
	line-height: 40px;
	padding: 0px 40px;
	margin-left: 5px;
}
.recruit_board .pre_next_area dl {
	padding: 14px 30px;
	box-sizing: border-box;
}
.recruit_board .pre_next_area dl dt {
	box-sizing: border-box;
	width: 100px;
	font-size: 15px;
	line-height: 25px;
	border-right: 1px solid #bbb;
}
.recruit_board .pre_next_area dl dd {
	float: left;
	overflow: hidden;
	padding-left: 30px;
}
.recruit_board .pre_next_area dl dd a {
	font-size: 15px;
	line-height: 25px;
}
.recruit_board .view h2 span {
	font-size: 17px;
	padding: 5px 10px;
}
.recruit_board .view .period {
	padding: 20px 50px;
	font-size: 18px;
	text-align: center;
}
.recruit_board .view .period strong {
	border-right: 1px solid rgba(255,255,255,0.4);
	margin-right: 20px;
	padding-right: 20px;
}
.recruit_board .view .period i {
	padding-right: 10px;
}
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.board_top_info {
	width: 100%;
	padding-top: 120px;
	height: 700px;
}
.board_top_info p.img {
	width: 70%;
}
.board_top_info p.img img {
	width: 100%;
}
.board_top_info .desc {
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 70px;
	box-sizing: border-box;
	width: 65%;
}
.board_top_info .desc h2 {
	font-size: 30px;
	line-height: 60px;
}
.board_top_info .desc p {
	font-size: 15px;
	line-height: 31px;
	padding-bottom: 30px;
}
a.btn_down {
	font-size: 15px;
	line-height: 52px;
	padding-left: 40px;
	padding-right: 90px;
}
a.btn_down2 {
	font-size: 13px;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 40px;
	background-size: auto 17px;
}
.recruit_board {
	padding: 70px 0px;
}
.top_search {
	width: 100%;
	overflow: hidden;
}
.top_search dt {
	float: left;
	width: 20%;
	overflow: hidden;
}
.top_search dt select {
	border-right: 1px solid #ddd !important;
}
.top_search dd {
	float: left;
	overflow: hidden;
}
.top_search dd:nth-child(2) {
	width: 73%;
}
.top_search dd:nth-child(3) {
	width: 7%;
}
.top_search select, .top_search input, .top_search a {
	line-height: 52px;
	height: 52px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 15px;
}
.top_search a {
	text-indent: -99999px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.recruit_board .list {
	overflow: hidden;
	width: 100%;
	padding: 40px 0px;
}
.recruit_board .list .wrap {
	width: 47%;
	padding: 30px 30px;
	height: 250px;
	margin: 15px 0px;
	background-size: auto 50px
}
.recruit_board .list .wrap:nth-child(2n-1) {
	margin-right: 4%;
}
.recruit_board .list .wrap p {
	font-size: 17px;
	line-height: 30px;
}
.recruit_board .list .wrap dt {
	font-size: 22px;
	line-height: 28px;
	padding-top: 10px;
	height: 90px;
}
.recruit_board .list .wrap dd {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
}
.recruit_board .view h2 {
	font-size: 18px;
	line-height: 60px;
	border-bottom: 1px solid #222;
}
.recruit_board .view .inner {
	padding: 25px 25px;
}
.board_btn_wrap {
	width: 100%;
	padding-top: 30px;
	text-align: right;
}
.board_btn_wrap a {
	font-size: 15px;
	line-height: 40px;
	padding: 0px 30px;
	margin-left: 5px;
}
.recruit_board .pre_next_area dl {
	padding: 14px 30px;
	box-sizing: border-box;
}
.recruit_board .pre_next_area dl dt {
	box-sizing: border-box;
	width: 100px;
	font-size: 14px;
	line-height: 22px;
	border-right: 1px solid #bbb;
}
.recruit_board .pre_next_area dl dd {
	float: left;
	overflow: hidden;
	padding-left: 30px;
}
.recruit_board .pre_next_area dl dd a {
	font-size: 14px;
	line-height: 22px;
}
.board_btn_wrap {
	padding-bottom: 30px;
}
.recruit_board .view h2 span {
	font-size: 13px;
	padding: 5px 5px;
}
.recruit_board .view .inner p {
	font-size: 15px;
	line-height: 30px;
}
.recruit_board .view .period strong {
	padding-right: 20px;
	margin-right: 20px;
}
.recruit_board .view .period {
	padding: 20px 50px;
	font-size: 16px;
	text-align: center;
}
.recruit_board .view .period strong {
	border-right: 1px solid rgba(255,255,255,0.4);
	margin-right: 20px;
	padding-right: 20px;
}
.recruit_board .view .period i {
	padding-right: 10px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.board_top_info {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
	padding-bottom: 150px;
}
.board_top_info p.img {
	width: 100%;
}
.board_top_info p.img img {
	width: 100%;
}
.board_top_info .desc {
	box-sizing: border-box;
	position: absolute;
	right: 5%;
	bottom: 0px;
	padding: 20px;
	box-sizing: border-box;
	width: 90%;
}
.board_top_info .desc h2 {
	font-size: 22px;
	line-height: 45px;
}
.board_top_info .desc p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
}
a.btn_down {
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 50px;
}
a.btn_down2 {
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 30px;
	background-size: auto 12px;
}
.recruit_board {
	padding: 40px 0px;
}
.top_search {
	width: 100%;
	overflow: hidden;
}
.top_search dt {
	float: left;
	width: 35%;
	overflow: hidden;
}
.top_search dt select {
	border-right: 1px solid #ddd !important;
}
.top_search dd {
	float: left;
	overflow: hidden;
}
.top_search dd:nth-child(2) {
	width: 65%;
}
.top_search dd:nth-child(3) {
	width: 100%;
	margin-top: 10px;
}
.top_search select, .top_search input, .top_search a {
	line-height: 42px;
	height: 42px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 15px;
	color: #fff;
}
.top_search a {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-position: 10% center !important;
}
.recruit_board .list {
	overflow: hidden;
	width: 100%;
	padding: 40px 0px;
}
.recruit_board .list .wrap {
	width: 100%;
	padding: 20px 20px;
	height: 170px;
	margin: 15px 0px;
	background-size: auto 35px
}
.recruit_board .list .wrap p {
	font-size: 14px;
	line-height: 20px;
}
.recruit_board .list .wrap dt {
	font-size: 18px;
	line-height: 23px;
	padding-top: 10px;
	height: 70px;
}
.recruit_board .list .wrap dd {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
.recruit_board .view h2 {
	font-size: 17px;
	line-height: 50px;
	border-bottom: 1px solid #222;
}
.recruit_board .view .inner {
	padding: 15px 15px;
}
.board_btn_wrap {
	width: 100%;
	padding-top: 30px;
	text-align: right;
}
.board_btn_wrap a {
	font-size: 14px;
	line-height: 35px;
	padding: 0px 20px;
	margin-left: 5px;
}
.recruit_board .pre_next_area dl {
	padding: 10px 10px;
	box-sizing: border-box;
}
.recruit_board .pre_next_area dl dt {
	box-sizing: border-box;
	width: 50px;
	font-size: 13px;
	line-height: 20px;
	border-right: 1px solid #bbb;
}
.recruit_board .pre_next_area dl dd {
	float: left;
	overflow: hidden;
	padding-left: 30px;
}
.recruit_board .pre_next_area dl dd a {
	font-size: 13px;
	line-height: 20px;
}
.board_btn_wrap {
	padding-bottom: 30px;
}
.recruit_board .view h2 span {
	font-size: 13px;
	padding: 5px 5px;
}
.recruit_board .view .period {
	padding: 10px 10px;
	font-size: 13px;
	text-align: center;
}
.recruit_board .view .period strong {
	border-right: 1px solid rgba(255,255,255,0.4);
	margin-right: 5px;
	padding-right: 5px;
}
.recruit_board .view .period i {
	padding-right: 4px;
}
}
/* **************************************** *
 * 게시판 리스트
 * *****************************************/
.board_list_new {
	overflow: hidden;
	background: #fff !important;
}
.board_list_new .top_search {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0px;
}
.board_list_new .list_inner {
	width: 100%;
}
.board_list_new .list_inner div {
	cursor: pointer;
	border-top: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}
.board_list_new .list_inner div:nth-child(1) {
	border-top: none;
}
.board_list_new .list_inner div dl dt {
	color: #000;
	text-align: center;
	font-weight: 300;
}
.board_list_new .list_inner div dl dd {
	color: #666;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}
.board_list_new .list_inner div h3 {
	color: #000;
	font-weight: 600;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.board_list_new .list_inner div p {
	padding-top: 10px;
	color: #666;
}
.board_list_new .list_inner div:hover {
	background: #f6f6f6;
}
.paging_new {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.paging_new a {
	display: inline-block;
	color: #555
}
.paging_new a.on {
	font-weight: 600;
	color: #000;
	border-bottom: 2px solid #000;
}
.paging_new a.arrow {
	color: #777;
	font-weight: 300;
}
.board_list_new .date {
	opacity: 0.5;
}

	/*웹*/
	@media (min-width: 1024px) {
.board_list_new {
	overflow: hidden;
	padding: 60px 0px 30px 0px;
}
.board_list_new .list_inner {
	width: 100%;
	padding: 30px 0px;
}
.board_list_new .list_inner div {
	padding: 30px 30px 30px 150px;
	width: 100%;
	position: relative;
}
.board_list_new .list_inner div dl {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 100px;
}
.board_list_new .list_inner div dl dt {
	font-size: 49px;
	line-height: 66px;
	;
}
.board_list_new .list_inner div dl dd {
	font-size: 17px;
	line-height: 20px;
}
.board_list_new .list_inner div h3 {
	font-size: 21px;
	line-height: 40px;
	;
}
.board_list_new .list_inner div p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}
.paging_new a {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 0px 5px;
}
.paging_new a.arrow {
	font-size: 30px;
	margin: 0px;
	padding: 0px 3px;
}
.board_list_new .date {
	font-size: 17px !important;
	letter-spacing: 2px;
	margin-top: 15px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.board_list_new {
	overflow: hidden;
	padding: 60px 0px 30px 0px;
}
.board_list_new .list_inner {
	width: 100%;
	padding: 30px 0px;
}
.board_list_new .list_inner div {
	padding: 30px 30px 30px 130px;
	width: 100%;
	position: relative;
}
.board_list_new .list_inner div dl {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 90px;
}
.board_list_new .list_inner div dl dt {
	font-size: 31px;
	line-height: 46px;
	;
}
.board_list_new .list_inner div dl dd {
	font-size: 15px;
	line-height: 19px;
}
.board_list_new .list_inner div h3 {
	font-size: 18px;
	line-height: 30px;
	;
}
.board_list_new .list_inner div p {
	font-size: 14px;
	line-height: 25px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.paging_new a {
	font-size: 20px;
	line-height: 30px;
	padding: 0px 5px;
	margin: 0px 5px;
}
.paging_new a.arrow {
	font-size: 30px;
	margin: 0px;
	padding: 0px 3px;
}
.board_list_new .date {
	font-size: 17px !important;
	letter-spacing: 2px;
	margin-top: 15px;
	padding: 10px 0px !important;
	border: none !important;
}
}

	/*모바일*/
	@media (max-width:640px) {
.board_list_new {
	overflow: hidden;
	padding: 30px 0px 30px 0px;
}
.board_list_new .list_inner {
	width: 100%;
	padding: 30px 0px;
}
.board_list_new .list_inner div {
	padding: 20px 10px 20px 90px;
	width: 100%;
	position: relative;
}
.board_list_new .list_inner div dl {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 80px;
}
.board_list_new .list_inner div dl dt {
	font-size: 21px;
	line-height: 36px;
	;
}
.board_list_new .list_inner div dl dd {
	font-size: 11px;
	line-height: 16px;
}
.board_list_new .list_inner div h3 {
	font-size: 16px;
	line-height: 25px;
	;
}
.board_list_new .list_inner div p {
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.board_list_new .top_search dd {
	margin: 0px !important;
}
.paging_new a {
	font-size: 15px;
	line-height: 30px;
	padding: 0px 5px;
	margin: 0px 5px;
}
.paging_new a.arrow {
	font-size: 20px;
	margin: 0px;
	padding: 0px 3px;
}
.board_list_new .date {
	font-size: 13px !important;
	letter-spacing: 2px;
	margin-top: 15px;
	padding: 5px 0px !important;
	border: none !important;
}
}
/* **************************************** *
 * 생산설비
 * ****************************************/




.facilities_wrap {
	width: 100%;
	overflow: hidden;
}
.facilities_wrap .tablest01 thead th {
	background: #666;
	color: #fff;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-weight: 600;
}
.facilities_wrap .tablest01 tbody td, .facilities_wrap .tablest01 tbody th {
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
}
.facilities_wrap .tablest01 tbody th {
	background: #eee;
	color: #000;
	font-weight: 500;
}
.facilities_wrap .tablest01 tbody tr.total th, .facilities_wrap .tablest01 tbody tr.total td {
	color: #fff;
	background: #ff695f;
}
.facilities_wrap .tablest02 {
	width: 100%;
}
.facilities_wrap .tablest02 thead th {
	background: #666;
	color: #fff;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-weight: 600;
}
.fas-img-list, .fas-img-list2 {
	width: 100%;
	text-align: center;
}
.fas-img-list dl, .fas-img-list2 dl {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
.fas-img-list dt, .fas-img-list2 dt {
	width: 100%;
}
.fas-img-list dt img, .fas-img-list2 dt img {
	width: 100%;
}
.fas-img-list dl dd, .fas-img-list2 dl dd {
	color: #222;
	font-weight: 300;
}



	/*웹*/
	@media (min-width: 1024px) {
.wrap_in02 {
	width: 100%;
	background: url('/nimg/sub/nimg001.gif') no-repeat;
	overflow: hidden;
	margin-top: -20px;
}
.facilities_wrap {
	min-height: 900px;
	padding-top: 70px;
}
.facilities_wrap .tablest01 {
	box-sizing: border-box;
	background: #fff;
	border: 15px solid #555;
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}
.facilities_wrap .tablest01 thead th {
	font-size: 15px;
	line-height: 47px;
}
.facilities_wrap .tablest01 tbody td, .facilities_wrap .tablest01 tbody th {
	font-size: 15px;
	line-height: 43px;
}
.wrap_in02 {
	padding-bottom: 100px;
	background-position: 0px 300px;
	background-size: cover;
}
.facilities_wrap .tablest02 {
	margin-top: 20px;
	border: 1px solid #ddd;
}
.facilities_wrap .tablest02 thead th {
	font-size: 15px;
	line-height: 47px;
}
.facilities_wrap .tablest02 tbody th {
	background: #eee;
	color: #000;
	font-weight: 500;
}
.facilities_wrap .tablest02 tbody td, .facilities_wrap .tablest02 tbody th {
	font-size: 15px;
	line-height: 43px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.facilities_wrap .tablest02 tbody td {
	background: #fff;
}
.fas-img-list dl {
	width: 23.5%;
	margin-top: 20px;
}
.fas-img-list dl:nth-child(1), .fas-img-list dl:nth-child(2) {
	margin-right: 1.5%;
}
.fas-img-list dl dd, .fas-img-list2 dl dd {
	line-height: 40px;
	font-size: 17px;
	padding-top: 10px;
}
.fas-img-list2 {
	padding-bottom: 30px;
}
.fas-img-list2 dl {
	width: 31.5%;
	margin-top: 0px;
}
.fas-img-list2 dl:nth-child(2), .fas-img-list2 dl:nth-child(5) {
	margin-left: 2%;
	margin-right: 2%;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.wrap_in02 {
	width: 100%;
	background: url('/nimg/sub/nimg001.gif') no-repeat;
	overflow: hidden;
}
.facilities_wrap {
	padding-top: 60px;
}
.facilities_wrap .step_01 {
	margin-top: -50px;
}
.facilities_wrap .step_01 h2 {
	padding-top: 60px;
}
.facilities_wrap .tablest01 {
	box-sizing: border-box;
	background: #fff;
	margin-top: 60px;
	border: 15px solid #555;
	width: 100%;
	overflow: hidden;
}
.facilities_wrap .tablest01 thead th {
	font-size: 14px;
	line-height: 33px;
}
.facilities_wrap .tablest01 tbody td, .facilities_wrap .tablest01 tbody th {
	font-size: 14px;
	line-height: 33px;
}
.wrap_in02 {
	padding-top: 40px;
	padding-bottom: 100px;
	background-position: 0px 300px;
	background-size: cover;
}
.facilities_wrap .tablest02 {
	margin-top: 20px;
	border: 1px solid #ddd;
}
.facilities_wrap .tablest02 thead th {
	font-size: 14px;
	line-height: 33px;
}
.facilities_wrap .tablest02 tbody th {
	background: #eee;
	color: #000;
	font-weight: 500;
}
.facilities_wrap .tablest02 tbody td, .facilities_wrap .tablest02 tbody th {
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.facilities_wrap .tablest02 tbody td {
	background: #fff;
}
.fas-img-list dl {
	width: 49%;
	margin-top: 20px;
}
.fas-img-list dl:nth-child(2), .fas-img-list dl:nth-child(4) {
	margin-left: 1%;
}
.fas-img-list dl dd {
	line-height: 30px;
	font-size: 16px;
	padding-top: 10px;
}
.fas-img-list2 {
	padding-bottom: 30px;
}
.fas-img-list2 dl {
	width: 31.5%;
	margin-top: 20px;
}
.fas-img-list2 dl:nth-child(2), .fas-img-list2 dl:nth-child(5) {
	margin-left: 2%;
	margin-right: 2%;
}
}

	/*모바일*/
	@media (max-width:640px) {
.facilities_wrap {
	padding-top: 30px;
}
.facilities_wrap h3.com_st01 {
	padding-top: 30px;
}
.facilities_wrap .step_01 h2 {
	padding-bottom: 20px;
}
.facilities_wrap .tablest02 {
	width: 100% !important;
}
.tablest02 colgroup {
	display: none;
}
.tablest02 tr {
	border: 1px solid #ddd;
	padding: 5px;
	overflow: hidden;
}
.tablest02 th, .tablest02 td {
	padding: 10px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}
.tablest02 th {
	font-size: 12px;
	border-right: 1px dotted #ccc;
	color: #333;
}
.tablest02.responsive-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0
}
.tablest02.responsive-table thead {
	display: none
}
.tablest02 tr th:nth-child(1) {
	background: #777;
	color: #fff;
	text-align: center;
	width: 100% !important;
	font-size: 14px;
}
.tablest02.responsive-table tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ddd;
	padding: 0
}
.tablest02.responsive-table td {
	display: block;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #ccc
}
.tablest02.responsive-table td:last-child {
	border-bottom: 0
}
.tablest02.responsive-table td:before {
	content: attr(data-rt-label);
	float: left;
	font-weight: 600;
}
.process_desc .wrap {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border: 1px solid #ddd;
}
.process_desc .wrap h4 {
	text-align: center;
	background: #eee;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}
.process_desc .wrap h5 {
	color: #fb4949;
	font-size: 14px;
	padding: 10px 10px;
}
.process_desc .wrap dl {
	width: 100%;
	overflow: hidden;
	padding: 3px 10px;
	box-sizing: border-box;
}
.process_desc .wrap dl dt {
	float: left;
	width: 60%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 50px;
	border-right: 1px solid #ddd;
	line-height: 17px;
}
.process_desc .wrap dl dd {
	float: right;
	width: 34%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 17px;
}
.process_desc .wrap .total {
	background: #f95555 !important;
	margin-top: 10px;
}
.process_desc .wrap .total h5 {
	color: #fff;
}
.process_desc .wrap .total dt {
	color: #fff;
	border-right: 1px solid rgba(225,225,225,0.3);
}
.process_desc .wrap .total dd {
	color: #fff;
	opacity: 0.6;
}
.fas-img-list dl, .fas-img-list2 dl {
	width: 100%;
	margin-top: 10px;
}
.fas-img-list dl dd, .fas-img-list2 dl dd {
	line-height: 20px;
	font-size: 14px;
	padding-top: 10px;
}
}
/* **************************************** *
 * 공통스타일
 * ****************************************/



h2.sub_inner_tit {
	color: #000;
	font-weight: 400;
	padding-top: 10px;
	text-align: center;
	font-weight: 600;
	background: url('/nimg/sub/iconbg03.jpg') no-repeat;
	background-position: center bottom;
}
h2.sub_inner_tit strong {
	font-weight: 600;
}
h2.sub_inner_tit p {
	color: #444;
	font-weight: 300;
}
h3.sub_inner_tit {
	text-align: center;
	color: #ec2626;
	font-weight: 600;
	background: url('/nimg/sub/iconbg04.jpg') no-repeat;
	background-position: center bottom;
}
h3.sub_inner_tit2 {
	text-align: center;
	color: #ec2626;
	font-weight: 600;
	background: url('/nimg/sub/iconbg04.jpg') no-repeat;
	background-position: center bottom;
}
h3.com_st01 {
	color: #000;
	font-weight: 600;
}
h3.com_st02 {
	color: #333;
	font-weight: 400;
}




	/*웹*/
	@media (min-width: 1024px) {
h2.sub_inner_tit {
	font-size: 33px;
	letter-spacing: -2px;
	background-size: 1px 30px;
	padding-bottom: 55px;
	margin-bottom: 30px;
}
h3.sub_inner_tit {
	font-size: 20px;
	line-height: 60px;
	background-size: 35px 3px;
	margin-bottom: 30px;
}
h2.sub_inner_tit p {
	font-size: 20px;
	line-height: 33px;
	padding-top: 20px;
}
h3.com_st01 {
	font-size: 30px;
	line-height: 40px;
}
h3.com_st02 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
h2.sub_inner_tit {
	font-size: 27px;
	letter-spacing: -2px;
	background-size: 1px 30px;
	padding-bottom: 60px;
	margin-bottom: 30px;
}
h3.sub_inner_tit {
	font-size: 20px;
	line-height: 60px;
	background-size: 35px 3px;
	margin-bottom: 30px;
}
h2.sub_inner_tit p {
	font-size: 17px;
	line-height: 30px;
	padding-top: 20px;
}
h3.com_st01 {
	font-size: 27px;
	line-height: 40px;
}
h3.com_st02 {
	font-size: 17px;
	line-height: 25px;
	padding-top: 10px;
}
}

	/*모바일*/
	@media (max-width:640px) {
h2.sub_inner_tit {
	font-size: 18px;
	letter-spacing: -1px;
	background-size: 1px 20px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
h3.sub_inner_tit {
	font-size: 17px;
	line-height: 40px;
	background-size: 35px 3px;
	margin-bottom: 30px;
}
h2.sub_inner_tit p {
	font-size: 15px;
	line-height: 22px;
	padding-top: 20px;
}
h3.com_st01 {
	font-size: 16px;
	line-height: 30px;
}
h3.com_st02 {
	font-size: 14px;
	line-height: 25px;
	padding-top: 10px;
}
}
/* **************************************** *
 * 생산공정
 * ****************************************/


.process {
	overflow: hidden;
}
.process div.wrap p.num {
	position: absolute;
	top: 10px;
	left: 12%;
	text-align: center;
	color: #fff;
	background: #333;
	font-size: 35px;
	color: #fff;
	letter-spacing: 3px;
	vertical-align: top;
}
.process div.wrap div {
	overflow: hidden;
	box-sizing: border-box;
	min-height: 200px;
	position: absolute;
	bottom: 0px;
	background: #fff;
	padding: 50px 3%;
	vertical-align: top;
}
.process div.wrap div dl dt {
	border-bottom: 1px solid #ddd;
	color: #000;
	padding-bottom: 10px;
	text-align: center;
}
.process div.wrap div dl dd {
	color: #333;
	text-align: center;
}
.process-chart {
	overflow: hidden;
	text-align: center;
}
.process-chart p i {
	color: rgba(235,60,61,0.4);
	padding-right: 10px;
}
.process-chart p {
	color: rgba(235,60,61,0.8);
}
.process-chart dl {
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	background: url('/images/sub/next.png') no-repeat;
	box-sizing: border-box;
}
.process-chart dl:last-child {
	background: none;
}
.process-chart dl dt, .process-chart dl dd {
	color: #fff;
	display: block;
}
.process-chart dl dt {
	color: rgba(255,255,255,0.8);
}
.process-chart dl dd {
	color: #fff;
	font-weight: 500;
}
/* .process-chart dl:last-child {background:none;}
	.process-chart dl:nth-child(2) dt , .process-chart dl:nth-child(2) dd {background:rgba(0,0,0,0.3);} 
	.process-chart dl:nth-child(3) dt , .process-chart dl:nth-child(3) dd {background:rgba(0,0,0,0.4);} 
	.process-chart dl:nth-child(4) dt , .process-chart dl:nth-child(4) dd {background:rgba(0,0,0,0.5);} 
	.process-chart dl:nth-child(5) dt , .process-chart dl:nth-child(5) dd {background:rgba(0,0,0,0.6);} 
	.process-chart dl:nth-child(6) dt , .process-chart dl:nth-child(6) dd {background:rgba(0,0,0,0.7);} 
	.process-chart dl:nth-child(7) dt , .process-chart dl:nth-child(7) dd {background:rgba(0,0,0,0.8);} 
	.process-chart dl:nth-child(8) dt , .process-chart dl:nth-child(8) dd {background:rgba(0,0,0,0.9);} 
	 */
.process-chart dl:nth-child(2) dt, .process-chart dl:nth-child(2) dd {
	background: rgba(235,160,61,0.9);
}
.process-chart dl:nth-child(3) dt, .process-chart dl:nth-child(3) dd {
	background: rgba(235,120,61,0.9);
}
.process-chart dl:nth-child(4) dt, .process-chart dl:nth-child(4) dd {
	background: rgba(235,96,61,0.9);
}
.process-chart dl:nth-child(5) dt, .process-chart dl:nth-child(5) dd {
	background: rgba(235,80,61,0.9);
}
.process-chart dl:nth-child(6) dt, .process-chart dl:nth-child(6) dd {
	background: rgba(235,60,61,0.9);
}
.process-chart dl:nth-child(7) dt, .process-chart dl:nth-child(7) dd {
	background: rgba(235,40,61,0.9);
}
.process-chart dl:nth-child(8) dt, .process-chart dl:nth-child(8) dd {
	background: rgba(235,8,61,0.9);
}
	



	/*웹*/
	@media (min-width: 1024px) {
.process {
	padding: 60px 0px;
}
.process div.wrap {
	position: relative;
	padding-top: 10px;
	padding-bottom: 80px;
}
.process div.wrap p.img {
	width: 100%;
	text-align: center;
}
.process div.wrap p.img img {
	width: 76%;
}
.process div.wrap div {
	width: 56%;
	left: 22%;
	min-height: 200px;
	position: absolute;
	bottom: 0px;
	padding: 50px 3%;
}
.process div.wrap p.num {
	top: 10px;
	left: 12%;
	line-height: 100px;
	width: 100px;
	font-size: 35px;
	letter-spacing: 3px;
	vertical-align: top;
}
.process div.wrap div dl {
	overflow: hidden;
	box-sizing: border-box;
}
.process div.wrap div dl dt {
	font-size: 25px;
	line-height: 30px;
}
.process div.wrap div dl dd {
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
.process-chart {
	padding-bottom: 60px;
}
.process-chart p i, .process-chart p {
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 10px;
}
.process-chart dl {
	width: 12%;
	margin: 0px 1%;
	background-position: center right;
	background-size: auto 20%;
}
.process-chart dl dt, .process-chart dl dd {
	width: 80%;
}
.process-chart dl dt {
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
}
.process-chart dl dd {
	font-size: 19px;
	line-height: 40px;
	padding-bottom: 20px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.process {
	padding: 60px 0px;
}
.process div.wrap {
	position: relative;
	padding-top: 10px;
	padding-bottom: 80px;
}
.process div.wrap p.img {
	width: 100%;
	text-align: center;
}
.process div.wrap p.img img {
	width: 86%;
}
.process div.wrap div {
	width: 76%;
	left: 13%;
	min-height: 200px;
	position: absolute;
	bottom: 0px;
	padding: 50px 3%;
}
.process div.wrap p.num {
	top: 10px;
	left: 7%;
	line-height: 80px;
	width: 80px;
	font-size: 30px;
	letter-spacing: 3px;
	vertical-align: top;
}
.process div.wrap div dl {
	overflow: hidden;
	box-sizing: border-box;
}
.process div.wrap div dl dt {
	font-size: 20px;
	line-height: 30px;
}
.process div.wrap div dl dd {
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}
.process-chart {
	padding-bottom: 30px;
}
.process-chart p i, .process-chart p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.process-chart dl {
	width: 12.6%;
	margin: 0px 0.5%;
	background-position: 94% center;
	background-size: auto 15%;
}
.process-chart dl dt, .process-chart dl dd {
	width: 70%;
}
.process-chart dl dt {
	font-size: 13px;
	line-height: 20px;
	padding-top: 20px;
}
.process-chart dl dd {
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 20px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.process {
	padding: 30px 0px;
}
.process div.wrap {
	position: relative;
	padding-top: 10px;
	padding-bottom: 80px;
}
.process div.wrap p.img {
	width: 100%;
	text-align: center;
}
.process div.wrap p.img img {
	width: 100%;
}
.process div.wrap div {
	width: 86%;
	left: 7%;
	min-height: 100px;
	position: absolute;
	bottom: 0px;
	padding: 40px 3%;
}
.process div.wrap p.num {
	top: 10px;
	left: 0%;
	line-height: 50px;
	width: 50px;
	font-size: 15px;
	letter-spacing: 3px;
	vertical-align: top;
}
.process div.wrap div dl {
	overflow: hidden;
	box-sizing: border-box;
}
.process div.wrap div dl dt {
	font-size: 17px;
	line-height: 30px;
}
.process div.wrap div dl dd {
	line-height: 20px;
	text-align: center;
	padding-top: 10px;
}
.process-chart {
	padding-bottom: 10px;
}
.process-chart p i, .process-chart p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
.process-chart dl {
	width: 37%;
	margin: 3px 0.5%;
	background-position: 94% center;
	background-size: auto 15%;
}
.process-chart dl dt, .process-chart dl dd {
	width: 70%;
}
.process-chart dl dt {
	font-size: 11px;
	line-height: 20px;
	padding-top: 10px;
}
.process-chart dl dd {
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 10px;
}
}
/* **************************************** *
 * 국내거래처
 * ****************************************/
.doma_section {
}
.doma_section .list {
	overflow: hidden;
	text-align: center;
}
.doma_section .list dl {
	display: inline-block;
}
.doma_section .list dl dd {
	color: #333;
	display: none;
}


	/*웹*/

	@media (min-width: 1024px) {
.doma_section {
	padding: 60px 0px;
}
.doma_section .list dl {
	width: 30%;
	margin: 10px 1%;
}
.doma_section .list dl dd {
	line-height: 40px;
	font-size: 17px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.doma_section {
	padding: 60px 0px;
}
.doma_section .list dl {
	width: 30%;
	margin: 10px 1%;
}
.doma_section .list dl dd {
	line-height: 40px;
	font-size: 17px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
}

	/*모바일*/
	@media (max-width:640px) {
.doma_section {
	padding: 30px 0px;
}
.doma_section .list dl {
	width: 47%;
	margin: 10px 1%;
}
.doma_section .list dl dd {
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
}
/* **************************************** *
 * 해외거래처
 * ****************************************/

.global_section {
}




	/*웹*/

	@media (min-width: 1024px) {
/* 		.global_section {padding:60px 0px; }
		.global_section  .list  {text-align:center;}
			.global_section  .list  dl{display:inline-block; width:40%; margin:20px 3%; 
			overflow:hidden; box-sizing:border-box; border:1px solid #ddd; box-sizing:border-box; padding:30px 30px;}
				.global_section  .list  dl dt{ overflow:hidden; width:100%;}
				.global_section  .list  dl dd{display:inline-block; overflow:hidden; width:40%;}
				.global_section  .list  dl dd img{ width:100%;} */




.global_section {
	padding: 60px 0px;
}
.global_section .img {
	float: left;
	overflow: hidden;
	width: 59%;
	background: #f6f6f6;
}
.global_section .img img {
	padding-top: 70px;
	padding-bottom: 70px;
}
.global_section .list {
	text-align: center;
	float: right;
	width: 38%;
	overflow: hidden;
	padding-bottom: 60px;
}
.global_section .list dl {
	width: 48%;
	margin: 0px 1% 10px 1%;
	float: left;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
}
.global_section .list dl dt {
	overflow: hidden;
	width: 80px;
	font-size: 20px;
	color: #000;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
}
.global_section .list dl dd {
	float: left;
	overflow: hidden;
	max-width: 180px;
	width: 100%;
}
.global_section .list dl dd img {
	width: 99%;
}
.global_section .list dl:nth-child(1), .global_section .list dl:nth-child(6) {
	width: 100%;
}
.global_section .list dl:nth-child(1) dd:nth-child(2), .global_section .list dl:nth-child(6) dd:nth-child(2) {
	padding-right: 15px;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.global_section {
	padding: 60px 0px;
}
.global_section .img {
	float: left;
	overflow: hidden;
	width: 100%;
	background: #f6f6f6;
}
.global_section .img img {
	padding-top: 70px;
	padding-bottom: 70px;
}
.global_section .list {
	text-align: center;
	float: right;
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.global_section .list dl {
	width: 48%;
	margin: 10px 0px;
	float: left;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 10px;
}
.global_section .list dl dt {
	overflow: hidden;
	width: 80px;
	font-size: 20px;
	color: #000;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
}
.global_section .list dl dd {
	float: left;
	overflow: hidden;
	width: 200px;
}
.global_section .list dl dd img {
	width: 99%;
}
.global_section .list dl:nth-child(1), .global_section .list dl:nth-child(2) {
	width: 100%;
}
.global_section .list dl:nth-child(1) dd:nth-child(2), .global_section .list dl:nth-child(2) dd:nth-child(2) {
	padding-right: 15px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.global_section {
	padding: 30px 0px;
}
.global_section .list {
	text-align: center;
}
.global_section .list dl {
	display: inline-block;
	width: 100%;
	margin: 20px 0%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px 5px;
}
.global_section .list dl dt {
	overflow: hidden;
	width: 100%;
}
.global_section .list dl dd {
	display: inline-block;
	overflow: hidden;
	width: 43%;
}
.global_section .list dl dd img {
	width: 100%;
}
}
/* **************************************** *
 * 연구소소개
 * ****************************************/

.lab_wrap {
	overflow: hidden;
}
.lab_wrap .sector {
	width: 100%;
	text-align: center;
}
.lab_wrap .sector div {
	position: relative;
	overflow: hidden;
	background: #000;
}
.lab_wrap .sector p.desc {
	color: #fff;
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.lab_wrap .sector p.desc span {
	display: block;
	color: #ccc;
	background: url('/nimg/sub/iconbg05.jpg') no-repeat;
	background-position: bottom center;
}
.lab_wrap .sector div p.img {
	position: relative;
	z-index: 2;
	opacity: 0.7;
}



	/*웹*/

	@media (min-width: 1024px) {
.lab_wrap {
	padding: 60px 0px;
}
.lab_wrap .sector div {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	width: 30%;
	margin: 0px 1%;
	height: 340px;
	overflow: hidden;
}
.lab_wrap .sector div p.img img {
	height: 40% !important;
	width: auto !important;
	max-width: 900% !important;
}
.lab_wrap .sector p.desc span {
	padding-top: 50px;
	font-size: 30px;
	line-height: 60px;
	background-size: 27px 1px;
	margin-bottom: 30px;
}
.lab_wrap .sector p.desc {
	font-size: 20px;
}
.lab_wrap .bg001 p.img {
	margin-left: -110px;
}
.lab_wrap .bg003 p.img {
	margin-left: -110px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.lab_wrap {
	padding: 60px 0px;
}
.lab_wrap .sector div {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	width: 30%;
	margin: 0px 1%;
	height: 270px;
	overflow: hidden;
}
.lab_wrap .sector div p.img img {
	height: 40% !important;
	width: auto !important;
	max-width: 900% !important;
}
.lab_wrap .sector p.desc span {
	padding-top: 50px;
	font-size: 20px;
	line-height: 40px;
	background-size: 20px 1px;
	margin-bottom: 30px;
}
.lab_wrap .sector p.desc {
	font-size: 18px;
}
.lab_wrap .bg001 p.img {
	margin-left: -110px;
}
.lab_wrap .bg003 p.img {
	margin-left: -110px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.lab_wrap {
	padding: 30px 0px;
}
.lab_wrap .sector div {
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	width: 100%;
	margin: 10px 0px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 140px;
}
.lab_wrap .sector div p.img img {
	width: 200% !important;
	height: 200% !important;
	max-width: 900% !important;
}
.lab_wrap .sector p.desc span {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	background-size: 20px 1px;
	margin-bottom: 30px;
}
.lab_wrap .sector p.desc {
	font-size: 17px;
	line-height: 23px;
}
}
/* **************************************** *
 * 실적/인증
 * ****************************************/

.wrap_in01 {
	text-align: center;
}
.wrap_in01 .tit {
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.prize h4 {
	color: #000;
	font-weight: 400;
}
.wrap_in01 .data {
	color: #777;
}


	/*웹*/

	@media (min-width: 1024px) {
.prize {
	padding-top: 70px;
}
.prize h4 {
	padding-top: 20px;
	font-size: 40px;
}
.wrap_in01 {
	padding-bottom: 30px;
}
.wrap_in01 dl {
	display: inline-block;
	width: 26%;
	padding: 10px 2%;
}
.wrap_in01 dl dt img {
	width: 90%;
	border: 1px solid #ddd;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.1);
}
.wrap_in01 .tit {
	font-size: 17px;
	line-height: 25px;
	padding: 20px 0px;
}
.wrap_in01 .data {
	font-size: 15px;
	line-height: 28px;
}
}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.prize {
	padding-top: 70px;
}
.prize h4 {
	padding-top: 20px;
	font-size: 30px;
}
.wrap_in01 {
	padding-bottom: 100px;
	vertical-align: top;
}
.wrap_in01 dl {
	display: inline-block;
	width: 32%;
	padding: 10px 1%;
	box-sizing: border-box;
	vertical-align: top;
}
.wrap_in01 dl dt img {
	width: 90%;
	border: 1px solid #ddd;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.1);
}
.wrap_in01 .tit {
	font-size: 15px;
	line-height: 25px;
	padding: 10px 0px;
}
.wrap_in01 .data {
	font-size: 12px;
	line-height: 22px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.prize {
	padding-top: 50px;
}
.prize h4 {
	padding-top: 20px;
	font-size: 22px;
}
.wrap_in01 {
	padding-bottom: 100px;
	vertical-align: top;
}
.wrap_in01 dl {
	display: inline-block;
	width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	vertical-align: top;
}
.wrap_in01 dl dt img {
	width: 70%;
	border: 1px solid #ddd;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.1);
}
.wrap_in01 .tit {
	font-size: 15px;
	line-height: 25px;
	padding: 10px 0px;
}
.wrap_in01 .data {
	font-size: 12px;
	line-height: 22px;
}
}
/* **************************************** *
 * 자동차부품
 * ****************************************/

.product_list {
	text-align: center;
}
.section01 .top {
	background: #ededed;
	position: relative;
	z-index: 1;
}
.product_list .desc dt {
	color: #000;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
}
.product_list .desc dd {
	color: #444;
	font-weight: 300;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	background: #fff;
}
.product_list .img_list {
	width: 100%;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	box-sizing: border-box;
}
.product_img_list dl dt {
	box-sizing: border-box;
	overflow: hidden;
}
.product_list .img_list h2 {
	color: #fff;
	font-weight: 600;
}
.product_list .img_list dd {
	color: #fff;
}
.product_list .img_list dl dd {
	color: #eee !important;
}
.product_img_list dl {
	background: #f9fafc;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 10px 1%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.product_img_list dl dt:hover img {
	opacity: 0.7;
}
.product_img_list dl:hover {
	box-sizing: border-box;
	border: 3px solid #000;
}
.product_img_list dl dd {
	color: #000;
	font-weight: 600;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
}

	/*웹*/

	@media (min-width: 1024px) {
.product_list .desc {
	position: relative;
	z-index: 2;
	overflow: Hidden;
}
.product_list .desc p.img {
	overflow: hidden;
	box-sizing: border-box;
	width: 60%;
	float: left;
}
.product_list .desc p.img img {
	width: 100%;
}
.product_list .desc dl {
	overflow: hidden;
	box-sizing: border-box;
	float: right;
	width: 40%;
	background: #fff;
	padding: 80px 50px;
}
.product_list .desc dt {
	font-size: 36px;
	line-height: 89px;
	letter-spacing: -2px;
	text-align: left;
}
.product_list .desc dd {
	font-size: 16px;
	line-height: 33px;
	text-align: justify;
	padding-top: 40px;
}
.product_list .desc a {
	position: absolute;
	right: 80px;
	top: 80px;
}
.product_list .img_list {
	padding: 50px 30px;
	text-align: left;
	margin-top: -3px;
}
.product_list .img_list h2 {
	font-size: 25px;
	padding-left: 1%;
	padding-bottom: 15px;
}
.product_list .img_list dl {
	display: inline-block;
	cursor: pointer;
	width: 31%;
	padding: 10px 1% 0px 1%;
	overflow: hidden;
}
.product_list .img_list dl dt img {
	width: 100%;
}
.product_list .img_list dl dd {
	color: #222;
	font-weight: 300;
	padding-bottom: 30px;
	width: 100%;
	font-size: 17px;
	padding-top: 18px;
	text-align: center;
}
.product_img_list {
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 50px;
}
/* 				.product_img_list dl {display:inline-block; cursor:pointer; width:31%;  margin:10px 1%; overflow:hidden; position:relative;}
				
							.product_img_list  dl dt:hover img {opacity:0.7;}
							.product_img_list  dl dd {color:#000;  font-weight:400;   border-bottom:2px solid #ccc;
							font-size:20px; padding-top:20px; text-align:center; padding-bottom:20px; margin-bottom:30px;}
				 */



.product_img_list dl {
	width: 31%;
	padding: 110px 0px 0px 0px;
}
.product_img_list dl dd {
	padding: 0px 30px;
	top: 30px;
	font-size: 21px;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.product_list .desc {
	position: relative;
	z-index: 2;
	background: #fff;
	overflow: Hidden;
}
.product_list .desc p.img {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.product_list .desc p.img img {
	width: 100%;
}
.product_list .desc dl {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	padding: 30px 30px;
}
.product_list .desc dt {
	font-size: 24px;
	line-height: 58px;
	letter-spacing: -2px;
	text-align: left;
}
.product_list .desc dd {
	font-size: 15px;
	line-height: 22px;
	padding-top: 20px;
	text-align: left;
}
.product_list .img_list {
	padding: 50px 50px;
	text-align: left;
}
.product_list .img_list h2 {
	font-size: 21px;
	padding-left: 1%;
	padding-bottom: 15px;
}
.product_list .img_list dl {
	display: inline-block;
	cursor: pointer;
	width: 31%;
	padding: 10px 1%;
	overflow: hidden;
}
.product_list .img_list dl dt img {
	width: 100%;
}
.product_list .img_list dl dd {
	color: #222;
	font-weight: 300;
	padding-bottom: 30px;
	width: 100%;
	font-size: 17px;
	padding-top: 18px;
	text-align: center;
}
.product_img_list {
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 50px;
}
.product_img_list dl {
	width: 47%;
	padding: 110px 0px 0px 0px;
}
.product_img_list dl dd {
	padding: 0px 30px;
	top: 30px;
	font-size: 19px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.product_list .desc {
	position: relative;
	z-index: 2;
	background: #fff;
	overflow: Hidden;
}
.product_list .desc p.img {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	background: #eee;
	padding: 70px 0px 70px 0px;
}
.product_list .desc p.img img {
	width: 100%;
}
.product_list .desc dl {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	padding: 20px 20px;
	bottom: 0px;
}
.product_list .desc dt {
	font-size: 21px;
	line-height: 49px;
	letter-spacing: -2px;
	text-align: left;
}
.product_list .desc dd {
	font-size: 13px;
	line-height: 27px;
	padding-top: 10px;
	text-align: left;
}
.product_list .img_list {
	padding: 50px 50px;
	margin-top: 40px;
	text-align: left;
}
.product_list .img_list h2 {
	font-size: 17px;
	padding-bottom: 15px;
}
.product_list .img_list dl {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	padding: 10px 0%;
	overflow: hidden;
}
.product_list .img_list dl dt img {
	width: 100%;
}
.product_list .img_list dl dd {
	color: #222;
	font-weight: 300;
	padding-bottom: 30px;
	width: 100%;
	font-size: 13px;
	padding-top: 18px;
	text-align: center;
}
.product_img_list {
	padding-top: 20px;
	overflow: hidden;
	padding-bottom: 50px;
}
.product_img_list dl {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	margin: 10px 0%;
	overflow: hidden;
	position: relative;
}
.product_img_list dl dt img {
	width: 100%;
}
.product_img_list dl {
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.product_img_list dl dd {
	padding: 0px 20px;
	top: 20px;
	font-size: 16px;
}
}
/* **************************************** *
 * location
 * ****************************************/



.location .tab {
	text-align: center;
}
.location .tab li {
	display: inline-block;
}
.location .tab li a {
	color: #ec2828;
}
.location_inner {
}

	/*웹*/

	@media (min-width: 1024px) {
.line_pt {
	margin-top: 60px !important;
}
.location .tab {
	padding-top: 30px;
	padding-bottom: 50px;
}
.location .tab li {
	padding: 20px;
	height: 60px;
}
.location .tab li a {
	border-bottom: 5px solid #ec2828;
	width: 120px;
}
.location .tab li a {
	font-size: 23px;
	line-height: 50px;
	display: block;
}
.location .map_area {
	width: 1000px;
	height: 600px;
	z-index: 1;
	position: relative;
}
.location .wrap {
	overflow: hidden;
	position: relative;
}
.location .desc {
	background: #fff;
	width: 700px;
	float: right;
	margin-top: -670px;
	z-index: 5;
	position: relative;
	padding: 70px;
	box-sizing: border-box;
}
.location_inner {
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	padding: 30px 40px;
	position: absolute;
	z-index: 3;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
	top: 60px;
	width: 30%;
	right: 60px;
}
.location_inner dl {
	padding: 10px 0px;
}
.location_inner dt {
	text-align: left;
	color: #000;
	font-weight: 600;
	background: url('/nimg/sub/iconbg04.jpg') no-repeat;
	background-position: left bottom;
	background-size: 60px 2px;
	font-size: 13px;
	line-height: 25px;
	vertical-align: top;
}
.location_inner dd {
	width: 100%;
	line-height: 22px;
	font-size: 15px;
	padding-top: 10px;
	color: #444;
}
}





	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.line_pt {
	margin-top: 60px !important;
}
.location .tab {
	padding-top: 30px;
}
.location .tab li {
	padding: 10px;
	height: 60px;
}
.location .tab li a {
	border-bottom: 5px solid #ec2828;
	width: 120px;
}
.location .tab li a {
	font-size: 19px;
	line-height: 40px;
	display: block;
}
.location .map_area {
	width: 100%;
	height: 600px;
	z-index: 1;
	position: relative;
}
.location .wrap {
	overflow: hidden;
	position: relative;
}
.location .desc {
	background: #fff;
	width: 700px;
	float: right;
	margin-top: -670px;
	z-index: 5;
	position: relative;
	padding: 70px;
	box-sizing: border-box;
}
.location_inner {
}
.location_inner dl {
	padding: 10px 0px;
}
.location_inner dt {
	text-align: left;
	color: #000;
	font-weight: 600;
	background: url('/nimg/sub/iconbg04.jpg') no-repeat;
	background-position: left bottom;
	background-size: 30px 2px;
	font-size: 12px;
	line-height: 23px;
	vertical-align: top;
}
.location_inner dd {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	padding-top: 5px;
	color: #444;
}
}

	/*모바일*/
	@media (max-width:640px) {
.line_pt {
	margin-top: 60px !important;
}
.location .tab li {
	padding: 20px;
	height: 30px;
}
.location .tab li a {
	border-bottom: 5px solid #ec2828;
	width: 60px;
}
.location .tab li a {
	font-size: 15px;
	line-height: 30px;
	display: block;
}
.location .map_area {
	width: 100%;
	height: 300px;
}
.location .wrap {
	overflow: hidden;
	position: relative;
}
.location .desc {
	background: #fff;
	float: right;
	margin-top: -670px;
	z-index: 5;
	position: relative;
	padding: 70px;
	box-sizing: border-box;
}
.location_inner {
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	padding: 20px 20px;
	top: 30px;
	right: 30px;
}
.location_inner dl {
	padding: 10px 0px;
}
.location_inner dt {
	text-align: left;
	color: #000;
	font-weight: 600;
	background: url('/nimg/sub/iconbg04.jpg') no-repeat;
	background-position: left bottom;
	background-size: 30px 2px;
	font-size: 12px;
	line-height: 23px;
	vertical-align: top;
}
.location_inner dd {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	padding-top: 5px;
	color: #444;
}
}
}
/* **************************************** *
 * 담당자연락처
 * ****************************************/
.contact_inner .inner {
	width: 100%;
	background: #f2f2f2;
	overflow: hidden;
}
.contact_inner .inner h4 {
	color: #fff;
}
.contact_inner .inner .desc {
	letter-spacing: 0px;
	color: #eee;
}
.contact_inner .inner .desc i {
	color: #fff;
}
.contact_inner .inner dl dd i {
	color: #333;
}
.contact_inner .inner div.tit {
	background: #444;
	width: 100%;
	box-sizing: border-box;
}
.contact_inner .inner dl dt strong {
	font-weight: 500;
	color: #000;
	padding-right: 5px;
}

	/*웹*/

	@media (min-width: 1024px) {
.contact_inner {
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	background: url('/nimg/sub/contact_bg.jpg') no-repeat right -160px;
	background-size: auto 760px;
}
.contact_inner .com_st02 {
	padding-bottom: 40px;
}
.contact_inner .inner {
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}
.contact_inner .inner h4 {
	font-size: 22px;
	line-height: 30px;
	float: left;
	font-weight: 500;
	padding-bottom: 20px;
	padding-right: 40px;
}
.contact_inner .inner div.tit {
	padding: 30px 30px 10px 50px;
}
.contact_inner .inner .desc {
	line-height: 30px;
	font-size: 19px;
	padding-bottom: 20px;
}
.contact_inner .inner .desc i {
	width: 30px;
	text-align: center;
	line-height: 28px;
	margin-left: 20px;
	margin-right: 5px;
	font-size: 16px;
}
.contact_inner .inner .wrap {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 50px;
	overflow: hidden;
}
.contact_inner .inner dl {
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 10px 0px;
}
.contact_inner .inner dl dt {
	float: left;
	width: 145px;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	border-right: 1px solid #ccc;
	font-weight: 400;
	color: #444;
}
.contact_inner .inner dl dd {
	float: left;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	padding-left: 0px;
}
.contact_inner .inner dl dd i {
	padding-left: 20px;
	padding-right: 3px;
}
.contact_inner .inner br {
	display: none;
}
}
 @media (min-width: 1024px) and (max-width:1250px) {
.contact_inner .inner div.tit {
	padding: 30px 30px 10px 20px;
}
.contact_inner .inner dl dt {
	width: 130px;
	font-size: 14px;
}
.contact_inner .inner .wrap {
	padding: 30px 10px;
}
.contact_inner .inner dl dd i {
	padding-left: 10px;
	padding-right: 3px;
}
.contact_inner .inner dl dd {
	font-size: 14px;
}
}



	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.contact_inner {
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	background: url('/nimg/sub/contact_bg.jpg') no-repeat right -60px;
	background-size: auto 460px;
}
.contact_inner .inner {
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}
.contact_inner .inner h4 {
	font-size: 22px;
	line-height: 30px;
	float: left;
	font-weight: 500;
	padding-bottom: 20px;
	padding-right: 40px;
}
.contact_inner .inner div.tit {
	padding: 30px 30px 10px 30px;
}
.contact_inner .inner .desc {
	line-height: 30px;
	font-size: 17px;
	padding-bottom: 20px;
}
.contact_inner .inner .desc i {
	width: 30px;
	text-align: center;
	line-height: 28px;
	margin-left: 20px;
	margin-right: 5px;
	font-size: 16px;
}
.contact_inner .inner .wrap {
	box-sizing: border-box;
	width: 100%;
	padding: 30px 30px;
	overflow: hidden;
}
.contact_inner .inner dl {
	width: 100%;
	overflow: hidden;
	float: left;
	padding: 10px 0px;
}
.contact_inner .inner dl dt {
	float: left;
	width: 190px;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	border-right: 1px solid #ccc;
	font-weight: 400;
	color: #444;
}
.contact_inner .inner dl dd {
	float: left;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	padding-left: 20px;
}
.contact_inner .inner dl dd i {
	padding-left: 25px;
	padding-right: 6px;
}
.contact_inner .inner br {
	display: none;
}
}




	/*모바일*/
	@media (max-width:640px) {
.contact_inner {
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	background: url('/nimg/sub/contact_bg.jpg') no-repeat right -60px;
	background-size: auto 260px;
}
.contact_inner .inner {
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
}
.contact_inner .inner h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	padding-right: 40px;
	padding-left: 20px;
}
.contact_inner .inner div.tit {
	padding: 30px 5px 5px 5px;
}
.contact_inner .inner .desc {
	line-height: 20px;
	font-size: 13px;
	padding-bottom: 20px;
}
.contact_inner .inner .desc i {
	text-align: center;
	line-height: 28px;
	margin-right: 5px;
	font-size: 16px;
	padding-left: 20px;
}
.contact_inner .inner .wrap {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px;
	overflow: hidden;
}
.contact_inner .inner dl {
	width: 100%;
	overflow: hidden;
	float: left;
	padding: 10px 0px;
}
.contact_inner .inner dl dt {
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #444;
}
.contact_inner .inner dl dd {
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0px;
	padding-right: 10px;
}
.contact_inner .inner dl dd i {
	padding-right: 6px;
}
}
/* **************************************** *
 * 채용절차
 * ****************************************/






.resume_cosrse .flow_chart {
	width: 100%;
	text-align: center;
	position: relative;
}
.resume_cosrse .flow_chart dl {
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 3;
	box-sizing: border-box;
	position: relative;
}
.resume_cosrse .flow_chart dl dd {
	color: #222;
}
.resume_cosrse .flow_chart dl.start {
	color: #fff;
	background: #666;
}
.resume_cosrse .flow_chart dl.end {
	color: #fff;
	background: #e33540;
}
.resume_cosrse .flow_chart dl.start dd,  .resume_cosrse .flow_chart dl.end dd {
	color: #fff;
}
.resume_cosrse .flow_chart .line {
	width: 100%;
	top: 49%;
	left: 0px;
	background: #ddd;
	height: 1px;
	position: absolute;
	z-index: 2;
}
.resume_cosrse .flow_chart dl dt {
	opacity: 0.6;
}
.resume_cosrse .step_desc .inner_sec h4 {
	color: #000;
	font-weight: 500;
}
.resume_cosrse .step_desc .inner_sec ul li strong {
	color: #000;
	font-weight: 400;
}
.notice_alert {
	color: #e64242;
	background: url('/nimg/sub/icon_alert.png') no-repeat top left;
}
.resume_cosrse .step_desc .inner_sec ul li {
	background: url('/nimg/sub/icon01.png') no-repeat top left;
}
.resume_cosrse .step_desc .inner_sec:nth-child(1) {
	background: url('/nimg/sub/icon_in01.png') no-repeat;
}
.resume_cosrse .step_desc .inner_sec:nth-child(2) {
	background: url('/nimg/sub/icon_in02.png') no-repeat;
}
.resume_cosrse .step_desc .inner_sec:nth-child(3) {
	background: url('/nimg/sub/icon_in03.png') no-repeat;
}
.resume_cosrse h3 {
	color: #dc3334;
	background: url('/nimg/sub/icon02.png') no-repeat;
}
.resume_cosrse .form-list {
	background: #f4f4f4;
}
.resume_cosrse .form-list li {
	color: #333;
	box-sizing: border-box;
	display: inline-block;
	background: url('/nimg/sub/icon03.png') no-repeat;
}
.choice_select {
	border: 1px solid #e60015;
	background: #fff url('/nimg/sub/select_bg.jpg') no-repeat 90% center;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	color: #ea0014;
}
.recruit_meg01, .recruit_meg01 {
	color: #000;
	text-align: center;
	font-weight: 300;
}
.recruit_meg01 span, .recruit_meg01 span {
	color: #ccc;
	padding: 0px 10px;
	font-family: 'Lora', serif !important;
}
.recruit_meg01 strong {
	font-weight: 600;
	color: #ee3232;
}


	/*웹*/

	@media (min-width: 1024px) {
.resume_cosrse {
	padding: 40px 0px 0px 40px;
}
.resume_cosrse .flow_chart dl {
	vertical-align: top;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	width: 17.5%;
	margin: 0px 0.5%;
	height: 154px;
	text-align: center;
}
.resume_cosrse h2 {
	padding-bottom: 60px;
}
.resume_cosrse h3 {
	font-size: 24px;
	line-height: 60px;
	padding-bottom: 15px;
	background-size: auto 5px;
	margin-top: 40px;
}
.resume_cosrse .form-list {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 40px;
}
.resume_cosrse .form-list li {
	font-size: 15px;
	margin: 11px 0px;
	width: 33%;
	box-sizing: border-box;
	padding-left: 10px;
	display: inline-block;
	background-size: auto 3px;
	background-position: left 12px;
}
.resume_cosrse .form-list li a {
	margin-left: 15px;
}
.resume_cosrse .flow_chart dl dt {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 16px;
	border-bottom: 1px solid #888;
	display: inline;
	line-height: 30px;
	opacity: 0.6;
}
.resume_cosrse .flow_chart dl dd {
	font-size: 17px;
	vertical-align: middle;
	padding-top: 70px;
}
.resume_cosrse .flow_chart dl:nth-child(1) dd,  .resume_cosrse .flow_chart dl:nth-child(6) dd {
	padding-top: 56px;
}
.resume_cosrse .step_desc {
	padding: 40px 0px;
}
.resume_cosrse .step_desc .inner_sec {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 30px 30px;
	box-sizing: border-box;
	padding-left: 200px;
}
.resume_cosrse .step_desc .inner_sec:last-child {
	border-bottom: none;
}
.resume_cosrse .step_desc .inner_sec h4 {
	font-size: 20px;
	line-height: 35px;
}
.notice_alert {
	background-size: auto 18px;
	padding-left: 21px;
	padding-top: 10px;
	background-position: left 12px;
	font-size: 15px;
}
.resume_cosrse .step_desc .inner_sec ul li strong,  .resume_cosrse .step_desc .inner_sec ul li {
	font-size: 15px;
	line-height: 23px;
	padding-top: 3px;
	background-position: 4px 13px;
	background-size: auto 2px;
}
.resume_cosrse .step_desc .inner_sec ul li {
	padding-left : 16px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(1) {
	background-position: 30px 30px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(2) {
	background-position: 30px 30px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(3) {
	background-position: 30px 30px;
}
.choice_select {
	line-height: 60px;
	height: 60px;
	width: 300px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 16px;
}
.recruit_meg01, .recruit_meg01 {
	font-size: 36px;
}
.recruit_meg01 span, .recruit_meg01 span {
	font-size: 70px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.resume_cosrse {
	padding: 40px 0px 0px 40px;
}
.resume_cosrse .flow_chart dl {
	vertical-align: top;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	width: 18%;
	margin: 0px 0.5%;
	height: 134px;
	text-align: center;
}
.resume_cosrse h2 {
	padding-bottom: 60px;
}
.resume_cosrse h3 {
	font-size: 20px;
	line-height: 50px;
	padding-bottom: 15px;
	background-size: auto 4px;
	margin-top: 30px;
}
.resume_cosrse .form-list {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 25px;
}
.resume_cosrse .form-list li {
	font-size: 15px;
	margin: 11px 0px;
	width: 49%;
	box-sizing: border-box;
	padding-left: 10px;
	display: inline-block;
	background-size: auto 3px;
	background-position: left 12px;
}
.resume_cosrse .form-list li a {
	margin-left: 15px;
}
.resume_cosrse .flow_chart dl dt {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 14px;
	border-bottom: 1px solid #888;
	display: inline;
	line-height: 30px;
	opacity: 0.6;
}
.resume_cosrse .flow_chart dl dd {
	font-size: 14px;
	vertical-align: middle;
	padding-top: 70px;
}
.resume_cosrse .flow_chart dl:nth-child(1) dd,  .resume_cosrse .flow_chart dl:nth-child(6) dd {
	padding-top: 56px;
}
.resume_cosrse .step_desc {
	padding: 40px 0px;
}
.resume_cosrse .step_desc .inner_sec {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 30px 30px;
	box-sizing: border-box;
	padding-left: 160px;
}
.resume_cosrse .step_desc .inner_sec:last-child {
	border-bottom: none;
}
.resume_cosrse .step_desc .inner_sec h4 {
	font-size: 17px;
	line-height: 30px;
}
.notice_alert {
	background-size: auto 18px;
	padding-left: 21px;
	padding-top: 10px;
	background-position: left 12px;
	font-size: 13px;
}
.resume_cosrse .step_desc .inner_sec ul li strong,  .resume_cosrse .step_desc .inner_sec ul li {
	font-size: 14px;
	line-height: 23px;
	padding-top: 3px;
	background-position: 4px 13px;
	background-size: auto 2px;
}
.resume_cosrse .step_desc .inner_sec ul li {
	padding-left : 16px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(1) {
	background-position: 30px 30px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(2) {
	background-position: 30px 30px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(3) {
	background-position: 30px 30px;
}
.choice_select {
	line-height: 50px;
	height: 50px;
	width: 300px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 15px;
}
.recruit_meg01, .recruit_meg01 {
	font-size: 30px;
}
.recruit_meg01 span, .recruit_meg01 span {
	font-size: 40px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.resume_cosrse {
	padding: 40px 0px 0px 0px;
}
.resume_cosrse .flow_chart dl {
	vertical-align: top;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0.5%;
	height: 54px;
	text-align: center;
}
.resume_cosrse .flow_chart dl dd br {
	display: none;
}
.resume_cosrse h2 {
	padding-bottom: 60px;
}
.resume_cosrse h3 {
	font-size: 17px;
	line-height: 50px;
	padding-bottom: 15px;
	background-size: auto 4px;
	margin-top: 30px;
}
.resume_cosrse .form-list {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 25px;
}
.resume_cosrse .form-list li {
	font-size: 15px;
	margin: 6px 0px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	display: inline-block;
	background-size: auto 3px;
	background-position: left 12px;
}
.resume_cosrse .form-list li a {
	margin-left: 15px;
}
.resume_cosrse .flow_chart dl dt {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 14px;
	border-bottom: 1px solid #888;
	display: inline;
	line-height: 30px;
	opacity: 0.6;
}
.resume_cosrse .flow_chart dl dd {
	font-size: 14px;
	vertical-align: middle;
	padding-top: 15px;
}
.resume_cosrse .step_desc {
	padding: 40px 0px;
}
.resume_cosrse .step_desc .inner_sec {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 30px 30px;
	box-sizing: border-box;
	padding-top: 100px;
}
.resume_cosrse .step_desc .inner_sec:last-child {
	border-bottom: none;
}
.resume_cosrse .step_desc .inner_sec h4 {
	font-size: 16px;
	line-height: 25px;
}
.notice_alert {
	background-size: auto 18px;
	padding-left: 21px;
	padding-top: 10px;
	background-position: left 12px;
	font-size: 12px;
}
.resume_cosrse .step_desc .inner_sec ul li strong,  .resume_cosrse .step_desc .inner_sec ul li {
	font-size: 14px;
	line-height: 23px;
	padding-top: 3px;
	background-position: 4px 13px;
	background-size: auto 2px;
}
.resume_cosrse .step_desc .inner_sec ul li {
	padding-left : 16px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(1) {
	background-position: center 30px;
	background-size: auto 60px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(2) {
	background-position: center 30px;
	background-size: auto 60px;
}
.resume_cosrse .step_desc .inner_sec:nth-child(3) {
	background-position: center 30px;
	background-size: auto 60px;
}
.choice_select {
	line-height: 40px;
	height: 40px;
	width: 170px;
	padding: 0px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.recruit_meg01, .recruit_meg01 {
	font-size: 16px;
}
.recruit_meg01 span, .recruit_meg01 span {
	font-size: 24px;
}
}
/* **************************************** *
 * 채용공고
 * ****************************************/

.agreeMember {
	box-sizing: border-box;
	background: #eee;
	width: 100%;
	color: #666;
	border: 1px solid #ddd;
	overflow: Hidden;
	overflow-y: auto;
}
.agree_txt {
	text-align: right;
	overflow: hidden;
	padding-top: 15px;
	color: #000;
}
.subdesc01 {
	color: #eb121f;
	font-weight: 500;
	margin-bottom: 20px;
}
.subdesc01 i {
	color: #eb121f;
	padding-left: 10px;
	opacity: 0.6;
}
.tb_base3 {
	width: 100%;
	border-top: 3px solid #000;
}
.tb_base3 tbody td {
	box-sizing: border-box;
	padding-left: 10px;
	border-bottom: 1px solid #ddd;
	color: #666;
}
.tb_base3 tbody th {
	font-weight: 500;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #ddd;
	color: #000;
	background: #f2f2f2;
	border-right: 1px solid #ddd;
}
.essen {
	color: #fb4b4b;
	padding-left: 10px;
}


	/*웹*/

	@media (min-width: 1024px) {
.agreeMember {
	padding: 40px;
	font-size: 20px;
	height: 300px;
}
.agree_txt {
	font-size: 16px;
	line-height: 30px;
}
.tb_base3 tbody td, .tb_base3 tbody th {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.subdesc01 {
	font-size: 20px;
	line-height: 30px;
}
.mv {
	display: none;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.agreeMember {
	padding: 40px;
	font-size: 20px;
	height: 300px;
}
.agree_txt {
	font-size: 16px;
	line-height: 30px;
}
.tb_base3 tbody td, .tb_base3 tbody th {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subdesc01 {
	font-size: 20px;
	line-height: 30px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.agreeMember {
	padding: 10px;
	font-size: 12px;
	height: 100px;
}
.agree_txt {
	font-size: 13px;
	line-height: 30px;
}
.tb_base3 tbody td, .tb_base3 tbody th {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subdesc01 {
	font-size: 16px;
	line-height: 23px;
}
.mv {
	display: block;
}
}
/* **************************************** *
 * 개인정보처리방침
 * ****************************************/
.privacy_wrap_inner {
	background: #eee;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
 @media (min-width: 1024px) {
.privacy_wrap_inner {
	padding: 40px 40px;
	line-height: 23px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.privacy_wrap_inner {
	padding: 30px 30px;
	line-height: 22px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.privacy_wrap_inner {
	padding: 10px 10px;
	line-height: 18px;
}
}
/* **************************************** *
 * 사이트맵
 * ****************************************/
.sitemap_wrap li {
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.sitemap_wrap li ul {
	background: #eee;
	border: 1px solid #ddd;
	box-sizing: border-box;
	width: 100%;
}
.sitemap_wrap li ul li {
	border: none;
	display: block;
	width: 100%;
	height: auto !important;
}
.sitemap_wrap li a {
	color: #000;
}
.sitemap_wrap li ul li a {
	width: 90%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px !important;
	margin: 0px !important;
	border-bottom: 1px solid #ccc;
	color: #444;
}
.sitemap_wrap li ul li:last-child a {
	border-bottom: none;
}
 @media (min-width: 1024px) {
.sitemap_wrap li {
	display: inline-block;
	width: 22%;
	margin: 10px 1%;
	border-top: 4px solid #000;
}
.sitemap_wrap li a {
	line-height: 50px;
	font-size: 20px;
}
.sitemap_wrap li ul {
	height: 200px;
}
.sitemap_wrap li ul li a {
	font-size: 15px;
	line-height: 36px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.privacy_wrap_inner {
	padding: 30px 30px;
	line-height: 22px;
}
.sitemap_wrap li {
	display: inline-block;
	width: 30%;
	margin: 10px 1%;
	border-top: 4px solid #000;
}
.sitemap_wrap li a {
	line-height: 40px;
	font-size: 17px;
}
.sitemap_wrap li ul {
	height: 180px;
}
.sitemap_wrap li ul li a {
	font-size: 14px;
	line-height: 32px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.privacy_wrap_inner {
	padding: 10px 10px;
	line-height: 18px;
}
.sitemap_wrap li {
	display: inline-block;
	width: 47%;
	margin: 10px 1%;
	border-top: 3px solid #000;
}
.sitemap_wrap li a {
	line-height: 30px;
	font-size: 15px;
}
.sitemap_wrap li ul {
	height: 160px;
}
.sitemap_wrap li ul li a {
	font-size: 12px;
	line-height: 26px;
}
}
/* **************************************** *
 * 홍보물
 * ****************************************/
.prcenter {
	overflow: hidden;
	background: url('/nimg/com/book.gif') no-repeat;
}
.prcenter iframe {
	width: 100%;
}
 @media (min-width: 1024px) {
.prcenter {
	padding-top: 50px;
	background-position: center 800px;
}
.prcenter iframe {
	height: 500px;
	margin-bottom: 30px;
}
.brochure {
	padding: 30px 0px 190px 0px;
	text-align: center;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.prcenter {
	padding-top: 50px;
	background-position: center bottom;
	background-size: 180% auto;
}
.prcenter iframe {
	height: 500px;
	margin-bottom: 30px;
}
.brochure {
	padding: 30px 0px 190px 0px;
	text-align: center;
}
}


	/*모바일*/
	@media (max-width:640px) {
.prcenter {
	padding-top: 50px;
	background-position: center bottom;
	background-size: 190% auto;
}
.prcenter iframe {
	height: 200px;
	margin-bottom: 20px;
}
.brochure {
	padding: 30px 0px 150px 0px;
	text-align: center;
}
}
/* **************************************** *
 * 매출현황
 * ****************************************/
.chart-bar {
	overflow: hidden;
}
.chart-bar .chart_img2 {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.chart-bar .in_02 ul {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	background: #eee;
	border: 1px solid #ddd;
}
.chart-bar .in_01 h2, .chart-bar .in_02 dt {
	color: #000;
	font-weight: 300;
	background: url( '/nimg/sub/iconbg03.jpg') no-repeat bottom center;
}
.chart-bar .in_02 ul li span {
	display: inline-block;
	margin-right: 5px;
}
.chart-bar .in_02 ul li span.col01 {
	background: #c41e1e;
}
.chart-bar .in_02 ul li span.col02 {
	background: #1e8bc4;
}
.chart-bar .in_02 ul li span.col03 {
	background: #84c41e;
}
.chart-bar .in_02 ul li span.col04 {
	background: #6f1686;
}
.chart-bar .in_02 ul li span.col05 {
	background: #c41e1e;
}
.chart-bar .in_02 ul li span.col06 {
	background: #1e8bc4;
}
.chart-bar .in_02 ul li {
	text-transform: capitalize;
}
 @media (min-width: 1024px) {
.chart-bar {
	padding-top: 60px;
	padding-bottom: 40px;
}
.chart-bar .in_01 h2, .chart-bar .in_02 dt {
	font-size: 23px;
	line-height: 54px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-size: 30px 3px;
}
.chart-bar .in_01 {
	overflow: hidden;
	width: 54%;
	float: left;
}
.chart-bar .in_02 {
	overflow: hidden;
	width: 40%;
	float: right;
}
.chart-bar .in_02 ul {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 0px;
}
.chart-bar .in_02 ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	padding: 0px 10px;
}
.chart-bar .in_02 ul li span {
	height: 8px;
	width: 17px;
}
.chart-bar .in_02 dd.img img {
	width: 100%;
	max-width: 320px;
}
}




	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.chart-bar {
	padding-top: 50px;
}
.chart-bar .in_01 h2, .chart-bar .in_02 dt {
	font-size: 19px;
	line-height: 34px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-size: 30px 3px;
}
.chart-bar .in_01 {
	overflow: hidden;
	width: 100%;
}
.chart-bar .in_01 img {
	max-width: 600px;
}
.chart-bar .in_02 {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
}
.chart-bar .in_02 dl {
	overflow: hidden;
	width: 50%;
	float: left;
}
.chart-bar .in_02 ul {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 0px;
	width: 97%;
}
.chart-bar .in_02 ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	padding: 0px 2px;
}
.chart-bar .in_02 ul li span {
	height: 8px;
	width: 12px;
}
.chart-bar .in_02 dd.img img {
	width: 290px;
}
.chart-bar .in_02 dd.img {
	height: 180px;
}
.chart-bar .in_02 dl:nth-child(2) dd.img img {
	margin-top: 25px;
}
}


	/*모바일*/
	@media (max-width:640px) {
.chart-bar {
	padding-top: 30px;
}
.chart-bar .in_01 h2, .chart-bar .in_02 dt {
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	background-size: 20px 3px;
}
.chart-bar .in_01 {
	overflow: hidden;
	width: 100%;
}
.chart-bar .in_02 {
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
}
.chart-bar .in_02 dl {
	overflow: hidden;
	width: 100%;
}
.chart-bar .in_02 ul {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 0px;
	width: 97%;
}
.chart-bar .in_02 ul li {
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 2px;
}
.chart-bar .in_02 ul li span {
	height: 8px;
	width: 7px;
}
.chart-bar .in_02 dd.img img {
	width: 90%;
}
.chart-bar .in_02 dl:nth-child(2) dd.img img {
	margin-top: 25px;
}
}

/* **************************************** *
복리후생
 * ********************************/



:root {
 --card:#111827;
 --ink:#e5e7eb;
 --muted:#9ca3af;
 --accent:#ff6600;
 --radius:18px;
 --shadow:0 10px 30px rgba(0,0,0,.25);
 --max:1200px;
}
* {
	box-sizing: border-box
}
.wrap_job {
	max-width: var(--max);
	margin: 0 auto 3rem;
	padding: 48px 20px;
}
.grid_job {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
 @media (max-width:1024px) {
.grid_job {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
 @media (max-width:640px) {
.grid_job {
	grid-template-columns: 1fr;
}
}
.card_job {
	background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
	border: 1px solid rgba(255,255,255,.08);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 28px 24px 24px;
	position: relative;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card_job:hover {
	transform: translateY(-4px);
	border-color: #ff6600;
	box-shadow: 0 12px 36px rgba(0,0,0,.35);
}
.icon-wrap_job {
	width: 72px;
	height: 72px;
	margin: 0 auto 14px;
	border-radius: 999px;
	background: #f3f3f3;
	display: grid;
	place-items: center;
}
.icon_job {
	width: 36px;
	height: 36px;
	fill: transparent;
	stroke: var(--accent);
	stroke-width: 1.6;
}
.title_job {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .01em;
	margin: 0 0 14px;
}
.list_job {
	margin: 0;
	padding-left: 1.1em;
}
.list_job li {
margin:.22rem 0;
	font-size: 1rem;
	position: relative;
	padding-left: 14px;
}
.list_job li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;          
	width: 6px;
	height: 6px;
	background: #ff6600;
	border-radius: 50%;
}
.list_job small {
	color: var(--muted);
}
 .card_job:focus-within {
outline:2px solid var(--accent);
outline-offset:2px;
}
