@charset "utf-8"; 

/**************************************************
                       
                    기업소개

***************************************************/
.company_img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.company_cont {
	margin-top: 20px;
	border: 1px solid #d7d7d7;
	padding: 70px 100px;
	background-size: cover;
	background-position: center center;
}

.company_cont .tit {
	background: #d6a053;
	line-height: 40px;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	box-shadow: 2px 2px 0px #959595;
	margin: 0 auto;
	width: 460px;
	text-align: center;
}

.company_cont .tit_small {
	text-align: center;
	font-size: 18px;
	color: #6a6a6a;
	font-weight: 700;
	margin-top: 25px;
}

.company_cont .vision {
	margin-top: 70px;
}

.company_cont .vision .vision_txt {
	float: left;
}

.company_cont .vision .vision_txt li {
	margin-top: 30px;
}

.company_cont .vision .vision_txt li:first-child {
	margin-top: 0;
}

.company_cont .vision .vision_txt .big {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4;
}

.company_cont .vision .vision_txt .small {
	font-size: 16px;
	font-weight: 700;
	color: #6a6a6a;
	line-height: 1.4;
}

.company_cont .vision .vision_img {
	float: right;
}

.company_cont .size {
	margin-top: 70px;
}

.company_cont .size li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.company_cont .size li img {
	display: block;
	margin: 0 auto;
}

.company_cont .size li .big {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}

.company_cont .size li .small {
	font-size: 16px;
	font-weight: 700;
	color: #6a6a6a;
	margin-bottom: 5px;
	line-height: 1.4;
}

.company_cont3 {
	padding: 70px 40px;
}

.company_cont .port {
	margin-top: 50px;
}

.company_cont .port li {
	float: left;
	width: 32%;
	margin: 0 0.6% 30px;
}

.company_cont .port li:nth-child(3n+1) {
	clear: both;
}

.company_cont .port li img {
	display: block;
	width: 100%;
	border: 1px solid #d7d7d7;
	margin-bottom: 5px;
}

.company_cont .port li p {
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

	@media screen and (max-width : 1300px) {
	.company_cont {
		padding: 60px 60px;
	}

	.company_cont .tit {
		font-size: 24px;
		width: 380px;
	}

	.company_cont .tit_small {
		font-size: 17px;
		margin-top: 20px;
	}

	.company_cont .vision {
		margin-top: 50px;
	}

	.company_cont .vision .vision_txt li {
		margin-top: 20px;
	}

	.company_cont .vision .vision_txt .big {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.company_cont .vision .vision_txt .small {
		font-size: 15px;
	}

	.company_cont .vision .vision_img {
		width: 40%;
	}

	.company_cont .size {
		margin-top: 50px;
	}

	.company_cont .size li img {
		width: 82%;
	}

	.company_cont .size li .big {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.company_cont .size li .small {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.company_cont3 {
		padding: 60px 30px 40px;
	}

	.company_cont .port {
		margin-top: 40px;
	}
	}

	@media screen and (max-width : 1080px) {
	.company_cont {
		padding: 50px 40px;
	}

	.company_cont .tit {
		font-size: 22px;
		width: 320px;
	}

	.company_cont .tit_small {
		font-size: 16px;
		margin-top: 15px;
	}

	.company_cont .vision .vision_txt li {
		margin-top: 15px;
	}

	.company_cont .vision .vision_txt .big {
		font-size: 18px;
		margin-bottom: 7px;
	}

	.company_cont .vision .vision_txt .small {
		font-size: 14px;
	}

	.company_cont .size li .big {
		font-size: 18px;
		margin-bottom: 7px;
	}

	.company_cont .size li .small {
		font-size: 14px;
		margin-bottom: 3px;
	}

	.company_cont3 {
		padding: 50px 20px 30px;
	}

	.company_cont .port {
		margin-top: 40px;
	}
	}

	@media screen and (max-width : 900px) {
	.company_cont {
		padding: 40px 30px;
	}

	.company_cont .tit {
		line-height: 37px;
		font-size: 20px;
		width: 280px;
	}

	.company_cont .tit_small {
		font-size: 15px;
		margin-top: 15px;
	}

	.company_cont .vision {
		margin-top: 40px;
	}

	.company_cont .vision .vision_txt {
		float: none;
	}

	.company_cont .vision .vision_txt li {
		margin-top: 12px;
		text-align: center;
	}

	.company_cont .vision .vision_txt .big {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.company_cont .vision .vision_txt .small {
		font-size: 13px;
	}

	.company_cont .vision .vision_img {
		float: none;
		display: block;
		width: 50%;
		margin: 0 auto 15px;
	}

	.company_cont .size {
		margin-top: 40px;
	}

	.company_cont .size li {
		float: left;
		width: 33.333%;
	}

	.company_cont .size li img {
		width: 82%;
	}

	.company_cont .size li .big {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.company_cont .size li .small {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.company_cont3 {
		padding: 40px 20px 25px;
	}

	.company_cont .port {
		margin-top: 30px;
	}

	.company_cont .port li {
		width: 48%;
		margin: 0 1% 20px;
	}

	.company_cont .port li:nth-child(3n+1) {
		clear: none;
	}

	.company_cont .port li:nth-child(2n+1) {
		clear: both;
	}
	}

	@media screen and (max-width : 700px) {
	.company_cont {
		margin-top: 15px;
		padding: 30px 20px;
	}

	.company_cont .tit {
		line-height: 35px;
		font-size: 18px;
		box-shadow: 2px 2px 0px #959595;
		width: 220px;
	}

	.company_cont .tit_small {
		font-size: 14px;
		margin-top: 15px;
		word-break: keep-all;
	}

	.company_cont .tit_small br {
		display: none;
	}

	.company_cont .vision {
		margin-top: 25px;
	}

	.company_cont .vision .vision_txt li {
		margin-top: 12px;
	}

	.company_cont .vision .vision_txt .big {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.company_cont .vision .vision_txt .small {
		font-size: 13px;
	}

	.company_cont .vision .vision_img {
		width: 60%;
		margin: 0 auto 10px;
	}

	.company_cont .size {
		margin-top: 40px;
	}

	.company_cont .size li {
		float: none;
		margin: 25px auto 0;
		width: 60%;
	}

	.company_cont .size li:first-child {
		margin-top: 0;
	}

	.company_cont .size li img {
		width: 82%;
	}

	.company_cont .size li .big {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.company_cont .size li .small {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.company_cont3 {
		padding: 30px 20px 20px;
	}

	.company_cont .port {
		margin-top: 20px;
	}

	.company_cont .port li {
		width: 48%;
		margin: 0 1% 20px;
	}

	.company_cont .port li img {
		margin-bottom: 5px;
	}

	.company_cont .port li p {
		font-size: 13px;
	}
	}

	@media screen and (max-width : 550px) {
	.company_cont {
		padding: 25px 15px;
	}

	.company_cont .tit {
		line-height: 32px;
		font-size: 16px;
		box-shadow: 2px 2px 0px #959595;
		width: 180px;
	}

	.company_cont .tit_small {
		font-size: 13px;
		margin-top: 10px;
	}

	.company_cont .vision {
		margin-top: 20px;
	}

	.company_cont .vision .vision_txt .big {
		font-size: 15px;
	}

	.company_cont .vision .vision_txt .small {
		font-size: 13px;
		word-break: keep-all;
		padding: 0 15px;
	}

	.company_cont .vision .vision_txt .small br {
		display: none;
	}

	.company_cont .vision .vision_img {
		width: 75%;
		margin: 0 auto 5px;
	}

	.company_cont .size {
		margin-top: 30px;
	}

	.company_cont .size li {
		width: 80%;
	}

	.company_cont .size li .big {
		font-size: 15px;
	}

	.company_cont .size li .small {
		font-size: 13px;
		margin-bottom: 3px;
	}

	.company_cont3 {
		padding: 25px 10px 15px;
	}

	.company_cont .port li {
		width: 48%;
		margin: 0 1% 15px;
	}

	.company_cont .port li img {
		margin-bottom: 3px;
	}

	.company_cont .port li p {
		font-size: 12px;
		word-break: keep-all;
	}
	}


/**************************************************
                       
                    회사연혁

***************************************************/
.history {
	margin-top: 20px;
	border: 1px solid #d7d7d7;
	height: 700px;
	padding: 60px 80px;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
}

.history .big_tit {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}

.history table {
	border-spacing: 0 10px;
	border-collapse: separate;
}

.history table tr th {
	vertical-align: top;
	width: 70px;
	font-size: 16px;
}

.history table tr td {
	vertical-align: top;
}

.history table tr td.dot {
	width: 35px;
	text-align: center;
}

.history table tr th.blank {
	height: 8px;
}

	@media screen and (max-width : 1080px) {
	.history {
		height: 600px;
		padding: 40px 50px;
	}

	.history .big_tit {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.history table {
		border-spacing: 0 8px;
	}

	.history table tr th.blank {
		height: 5px;
	}	
	}

	@media screen and (max-width : 900px) {
	.history {
		height: 520px;
		padding: 30px 30px;
	}

	.history .big_tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.history table {
		border-spacing: 0 6px;
		font-size: 15px;
	}

	.history table tr th {
		width: 60px;
		font-size: 15px;
	}

	.history table tr td.dot {
		width: 30px;
	}

	.history table tr td {
		font-size: 15px;
	}

	.history table tr th.blank {
		height: 5px;
	}	
	}

	@media screen and (max-width : 700px) {
	.history {
		margin-top: 15px;
		height: 410px;
		padding: 20px;
		background-position: 60% center;
	}

	.history .big_tit {
		font-size: 17px;
		margin-bottom: 7px;
	}

	.history table {
		border-spacing: 0 5px;
		text-shadow: 1px 1px 1px black;
	}

	.history table tr th {
		width: 60px;
		font-size: 13px;
		text-align: left;
	}

	.history table tr td {
		font-size: 13px;
	}

	.history table tr td.dot {
		display: none;
	}

	.history table tr th.blank {
		height: 3px;
	}	
	}

	@media screen and (max-width : 550px) {
	.history {
		margin-top: 10px;
		height: 400px;
		padding: 15px;
		background-position: 60% center;
	}

	.history .big_tit {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.history table {
		border-spacing: 0 5px;
		text-shadow: 1px 1px 1px black;
	}

	.history table tr th {
		width: 50px;
		font-size: 12px;
	}

	.history table tr td {
		font-size: 12px;
	}

	.history table tr th.blank {
		height: 3px;
	}	
	}


/**************************************************
                       
                    기술보유현황

***************************************************/
.story .document {
	border: 1px solid #d7d7d7;
	padding: 40px 100px;
}

.story .document li {
	float: left;
	width: 32%;
	margin: 0.666%;
	border: 3px solid #b9cfe7;
	box-shadow: 3px 3px 0px #e8e8e8;
}

.story .document li a {
	display: block;
	width: 100%;
}

.story .document li a img {
	display: block;
	width: 100%;
}

	@media screen and (max-width : 1300px) {
	.story .document {
		padding: 40px 60px;
	}
	}

	@media screen and (max-width : 1080px) {
	.story .document {
		padding: 30px 40px;
	}
	}

	@media screen and (max-width : 900px) {
	.story .document {
		padding: 20px 30px;
	}
	}

	@media screen and (max-width : 550px) {
	.story .document {
		padding: 15px;
	}

	.story .document li {
		width: 48%;
		margin: 1%;
	}
	}


/**************************************************
                       
                    공장둘러보기

***************************************************/
.slide_pg {
	margin-bottom: 0 !important;
}

.slide_area {
	width: 94%; 
	margin: 0 auto 80px; 
	max-width: 1200px;
}

.swiper-slide {
	background-size: cover;
	background-position: center center;
}

.slide_area .img_area {
	width: 100%;
	height: 650px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.swiper-button-prev {
	width: 25px !important;
	height: 90px !important;
	left: 20px;
	background: url(../img/slide_prev.png) no-repeat center center !important;
	background-size: cover;
	margin-top: -45px;
}

.swiper-button-next {
	width: 25px !important;
	height: 90px !important;
	right: 20px;
	background: url(../img/slide_next.png) no-repeat center center !important;
	background-size: cover;
	margin-top: -45px;
}

.thumbs_wrap {
	width: 100%;
	height: 170px;
	position: relative;
}

.thumbs_area {
	width: 100%;
	height: 100%;
}
    
.thumbs_area .swiper-slide {
	height: 100%;
	opacity: 0.6;
	cursor: pointer;
	border: 1px solid #d7d7d7;
}

.thumbs_area .swiper-slide-thumb-active {
	opacity: 1;
}

	@media screen and (max-width : 1300px) {
	.slide_area .img_area {
		height: 600px;
	}

	.thumbs_wrap {
		height: 150px;
	}
	}

	@media screen and (max-width : 1080px) {
	.slide_area {
		margin: 0 auto 70px; 
	}

	.slide_area .img_area {
		height: 500px;
		margin-bottom: 7px;
	}

	.swiper-button-prev {
		width: 20px !important;
		height: 80px !important;
		left: 20px;
		background-size: contain !important;
		margin-top: -40px;
	}

	.swiper-button-next {
		width: 20px !important;
		height: 80px !important;
		right: 20px;
		background-size: contain !important;
		margin-top: -40px;
	}

	.thumbs_wrap {
		height: 120px;
	}	
	}

	@media screen and (max-width : 900px) {
	.slide_area {
		margin: 0 auto 60px; 
	}

	.slide_area .img_area {
		height: 400px;
		margin-bottom: 7px;
	}

	.swiper-button-prev {
		height: 60px !important;
		margin-top: -30px;
	}

	.swiper-button-next {
		height: 60px !important;
		margin-top: -30px;
	}

	.thumbs_wrap {
		height: 120px;
	}
	}

	@media screen and (max-width : 700px) {
	.slide_area .img_area {
		height: 320px;
		margin-bottom: 5px;
	}

	.swiper-button-prev {
		height: 50px !important;
		margin-top: -25px;
	}

	.swiper-button-next {
		height: 50px !important;
		margin-top: -25px;
	}

	.thumbs_wrap {
		height: 100px;
	}
	}

	@media screen and (max-width : 550px) {
	.slide_area {
		margin: 0 auto 50px; 
	}

	.slide_area .img_area {
		height: 240px;
		margin-bottom: 5px;
	}

	.swiper-button-prev {
		height: 40px !important;
		left: 5px !important;
		margin-top: -20px;
	}

	.swiper-button-next {
		height: 40px !important;
		right: 5px !important;
		margin-top: -20px;
	}

	.thumbs_wrap {
		height: 80px;
	}
	}


/**************************************************
                       
                    오시는길

***************************************************/
.location .map_area {
	width: 100%;
	height: 450px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.location .link_add {
	margin-bottom: 40px;
}

.location .link_add p {
	float: left;
	line-height: 40px;
	font-size: 18px;
	color: #5b5b5b;
	font-weight: 700;
}

.location .link_add ul {
	float: right;
}

.location .link_add ul li {
	float: left;
	margin-left: 10px;
	border-radius: 3px;
	background: #d6a053;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s;
}

.location .link_add ul li:first-child {
	margin-left: 0;
}

.location .link_add ul li:hover {
	background: #333333;
}

.location .link_add ul li a {
	display: block;
}

.location .link_add ul li a img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -2px;
}

.location table {
	width: 100%;
}

.location table tr {
	border-top: 1px solid #c2c2c2;
	line-height: 80px;
	font-size: 16px;
	color: #373737;
}

.location table tr th {
	font-weight: 700;
	text-align: left;
	width: 175px;
	padding-left: 10px;
}

.location table tr th img {
	vertical-align: middle;
	margin-right: 10px;
}

.location table tr td {
	font-weight: 700;
}

	@media screen and (max-width : 1080px) {
	.location .map_area {
		height: 380px;
	}

	.location .link_add p {
		font-size: 17px;
	}
	}

	@media screen and (max-width : 900px) {
	.location .map_area {
		height: 320px;
	}

	.location .link_add p {
		line-height: 37px;
		font-size: 16px;
	}

	.location .link_add ul li {
		margin-left: 5px;
		width: 130px;
		height: 37px;
		line-height: 37px;
		font-size: 15px;
	}

	.location .link_add ul li a img {
		width: 24px;
	}

	.location table tr {
		font-size: 15px;
	}

	.location table tr th {
		width: 150px;
	}

	.location table tr th img {
		margin-right: 7px;
		width: 44px;
	}
	}

	@media screen and (max-width : 700px) {
	.location .map_area {
		height: 280px;
		margin-bottom: 7px;
	}

	.location .link_add {
		margin-bottom: 30px;
	}

	.location .link_add p {
		line-height: 32px;
		font-size: 15px;
	}

	.location .link_add ul li {
		width: 115px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.location .link_add ul li a img {;
		width: 20px;
	}

	.location table tr {
		line-height: 60px;
		font-size: 14px;
	}

	.location table tr th {
		width: 130px;
	}

	.location table tr th img {
		margin-right: 5px;
		width: 35px;
	}
	}

	@media screen and (max-width : 550px) {
	.location .map_area {
		height: 220px;
		margin-bottom: 5px;
	}

	.location .link_add {
		margin-bottom: 10px;
	}

	.location .link_add p {
		float: none;
		line-height: 1.2;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.location .link_add ul {
		float: none;
	}

	.location .link_add ul li {
		margin-left: 5px;
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	.location .link_add ul li a img {
		width: 17px;
	}

	.location table tr {
		line-height: 1.2;
		height: 50px;
		font-size: 13px;
	}

	.location table tr th {
		width: 100px;
		padding-left: 5px;
	}

	.location table tr th img {
		margin-right: 5px;
		width: 30px;
	}
	}