* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

@media ( min-width: 768px ) {
	.wrapper {
		margin: 0 auto;
		width: 1200px;
	}

	.wrapper:after {
		display: block;
		content: '';
		clear: both;
	}

	#header .wrapper>a {
		float: left;
	}

	#header img {
		margin: 3px 0;
		width: 310px;
		height: 70px;
	}

	#headerMenu {
		float: left;
		margin: 20px 0 20px 100px;
	}

	#headerMenu li {
		float: left;
		margin-left: 80px;
	}

	#headerMenu li a {
		display: block;
		padding: 0 10px;
		line-height: 38px;
		font-weight: bold;
		color: #333;
		letter-spacing: -1px;
		text-decoration: none;
		transition: color .25s;
	}

	#headerSub .hamburger {
		display: none;
	}

	#headerMenu li a:hover {
		color: #35f;
	}

	#headerSub {
		float: right;
		margin: 25px 0 25px 60px;
	}

	#headerSub li {
		float: left;
		margin-left: 20px;
	}

	#headerSub li a {
		font-size: 12px;
		line-height: 28px;
		color: #333;
		letter-spacing: -1px;
		text-decoration: none;
		transition: color .25s;
	}

	#headerSub li a:hover {
		color: #f33;
	}

	#mainVisual {
		background-color: #333;
		background-image: url('../img/visual/main.jpg');
		background-position: 50% 50%;
		height: 620px;
	}

	#visualText {
		position: relative;
		height: 490px;
	}

	#textWrapper {
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}

	#visualText p {
		letter-spacing: 2px;
		text-align: center;
		font-size: 28px;
		color: white;
		text-shadow: 2px 2px 3px #111;
	}

	#visualText h1 {
		text-align: center;
		font-size: 64px;
		font-weight: bold;
		color: white;
		text-shadow: 2px 2px 3px #111;
	}

	#visualText .blueLetter {
		color: #0984e3;
	}

	#visualSearch {
		position: relative;
		height: 130px;
		background-color: rgba(0, 0, 0, .2);
	}

	#searchWrapper {
		position: absolute;
	  top: 50%;
	  left: 50%;
		width: 900px;
	  transform: translate(-50%, -50%);
	}

	#searchWrapper * {
		float: left;
	}

	#searchWrapper p {
		font-size: 22px;
		color: white;
		line-height: 38px;
	}

	#searchWrapper input[type="text"] {
		margin: 0 14px 0 20px;
		padding-left: 8px;
		width: 602px;
		height: 38px;
		font-size: 22px;
		color: white;
		background-color: rgba(255, 255, 255, .2);
		border: 1px solid white;
	}

	#searchWrapper input[type="submit"] {
		padding: 8px 25px;
		color: white;
		font-size: 16px;
		background-color: rgba(0, 0, 0, .2);
		border: 1px solid white;
		cursor: pointer;
	}

	#cooperativeWrapper {
		margin: 70px 0;
		height: 443px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	#cooperativeWrapper>* {
		float: left;
		height: 220px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.cooperativeBox {
		position: relative;
		width: 198px;
	}

	.cooperativeBox a {
		display: block;
		height: 100%;
	}

	.cooperativeBox img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 70%;
		transform: translate(-50%, -50%);
	}

	.cooperativeBox a:hover div:after {
		position: absolute;
		display: block;
		content: '홈페이지 이동';
		top: 0;
		left: 0;
		width: 100%;
		height: 220px;
		background-color: rgba(0, 0, 0, .5);
		text-align: center;
		color: rgba(255, 255, 255, .85);
		line-height: 350px;
	}

	#mainBusiness {
		padding-top: 40px;
		height: 430px;
		background-image: url('../img/visual/business.jpg');
		background-position: 50% 50%;
	}

	#mainBusiness h1 {
		margin-bottom: 30px;
		font-size: 30px;
		letter-spacing: 2px;
		text-align: center;
	}

	#mainBusiness .normalLetter {
		font-weight: normal;
	}

	#mainBusiness .businessBox {
		float: left;
		margin-left: 99px;
		width: 334px;
	}

	#mainBusiness .businessBox:first-child {
		margin-left: 0;
	}

	#mainBusiness .businessCircle {
		margin: 0 auto;
		width: 230px;
		height: 230px;
		background-color: rgba(255, 255, 255, .8);
		border-radius: 50%;
	}

	#mainBusiness .businessCircle img {
		margin: 51px;
	}

	#mainBusiness h2 {
		margin: 10px 0 5px;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
	}

	#mainBusiness p {
		margin: 0 auto;
		width: 80%;
		line-height: 22px;
		font-size: 14px;
		color: #555;
	}

	#navigateWrapper {
		margin: 70px 0;
		height: 162px;
	}

	#navigateWrapper>* {
		float: left;
	}

	.navigator {
		position: relative;
		margin-left: 45px;
		width: 368px;
		height: 160px;
		border: 1px solid #aaa;
	}

	.navigator:first-child {
		margin-left: 0;
	}

	.navigator>div {
		margin: 5px;
		height: 148px;
		border: 1px solid #ccc;
	}

	.navigator a {
		display: block;
		padding: 30px;
		width: 308px;
		height: 88px;
		text-decoration: none;
		color: inherit;
	}

	.navigator h2 {
		margin-bottom: 10px;
		line-height: 48px;
	}

	.navigator p {
		font-size: 14px;
	}

	.navigator img {
		margin-right: 15px;
		width: 48px;
		height: 48px;
		opacity: 0.75;
		vertical-align: top;
	}

	.navigator:after {
		position: absolute;
		display: block;
		content: '';
		top: 55px;
		right: 25px;
		width: 0;
		height: 0;
		border-top: 25px solid transparent;
	  border-bottom: 25px solid transparent;
	  border-left: 40px solid #e3e3e3;
	}

	#footer {
		height: 180px;
		background-color: #404040;
	}

	#footer .wrapper>* {
		float: left;
	}

	#footer img {
		margin: 50px;
	}

	#footerWrapper {
		margin: 25px 0;
		padding: 10px 10px 10px 30px;
		width: 550px;
		border-left: 1px solid #aaa;
	}

	#footerWrapper p {
		padding: 3px 0;
		font-size: 14px;
		color: white;
	}

	#footerWrapper .grayLetter {
		margin-top: 12px;
		color: #aaa;
	}

	#partVisual {
		background-color: #333;
		background-image: url('../img/visual/part.jpg');
		background-position: 50% 50%;
		height: 200px;
	}

	#partText {
		position: relative;
		height: 150px;
	}

	#partVisual .partTextLarge {
		height: 200px;
	}

	#partWrapper {
		position: absolute;
	  top: 55%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}

	.partTextLarge #partWrapper {
		top: 50%;
	}

	#partText h1 {
		text-align: center;
		font-size: 42px;
		font-weight: bold;
		letter-spacing: 5px;
		color: white;
	}

	#partMenu {
		background-color: rgba(0, 0, 0, .2);
	}

	#menuWrapper {
		display: flex;
	}

	#menuWrapper li {
		flex: 1 1;
		text-align: center;
		border-left: 1px solid #ccc;
	}

	#menuWrapper li:first-child {
		border-left: 0;
	}

	#menuWrapper .selected {
		background-color: rgba(255, 255, 255, .2);
	}

	#menuWrapper a {
		display: block;
		width: 100%;
		line-height: 50px;
		text-decoration: none;
		color: white;
		font-size: 20px;
	}

	#partTitle {
		margin: 40px 0 30px;
	}

	#partTitle p {
		font-size: 24px;
		letter-spacing: 2px;
		text-align: center;
	}

	#partSep {
		margin: 20px auto 0;
		width: 30px;
		height: 2px;
		background-color: #0984e3;
	}

	#companyWrapper, #productWrapper, #inquiryWrapper {
		padding-bottom: 100px;
	}

	#companyWrapper img {
		width: 100%;
	}

	#productWrapper .productNotice {
		float: left;
		width: 665px;
		text-align: right;
		line-height: 30px;
	}

	#productWrapper form {
		display: block;
		margin: 0 900px;
		width: 300px;
		height: 32px;
	}

	#productWrapper form input[type="text"] {
		padding: 4px;
		width: 200px;
		font-size: 16px;
		border: 1px solid #ccc;
	}

	#productWrapper form input[type="submit"] {
		padding: 4px 20px 3px;
		color: white;
		font-size: 16px;
		background-color: #7e7e7e;
		vertical-align: top;
		cursor: pointer;
	}

	#stockList {
		border-bottom: 1px solid #ccc;
	}

	#stockList li {
		border-bottom: 1px solid #eee;
	}

	#stockList li p {
		float: left;
		padding: 5px 0;
		width: 25%;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}

	#stockList .stock {
	  font-weight: bold;
	  color: #e55;
	}

	#stockList .header {
		background-color: #eee;
		border-top: 1px solid #ccc;
	}

	#stockList .header p {
		height: 42px;
		line-height: 42px;
	}

	#stockList .header .stock {
	  font-weight: normal;
	  color: inherit;
	}

	#stockList li:after {
		display: block;
		content: '';
		clear: both;
	}

	#stockList .inquiry a {
		padding: 2px 4px;
		border: 1px solid #ccf;
		text-decoration: none;
		background-color: #8eaeff;
		color: white;
	}

	#stockList li .noData {
		width: 100%;
		text-align: center;
	}

	#productNav {
		margin-top: 15px;
		text-align: center;
	}

	#productNav a {
		margin: 0 8px;
		text-decoration: none;
		color: #333;
	}

	#productNav .selected {
		font-weight: bold;
	}

	#inquiryBox {
		margin: 0 auto;
		width: 85%;
		border-top: 1px solid #aaa;
	}

	#inquiryBox .line {
		border-bottom: 1px solid #ccc;
	}

	#inquiryBox .line {
		line-height: 52px;
	}

	#inquiryBox .head {
		display: inline-block;
		margin-right: 10px;
		padding-left: 60px;
		width: 20%;
		font-weight: bold;
		background-color: #eee;
	}

	#inquiryBox input[type="text"] {
		padding: 4px 6px;
		width: 300px;
		font-size: 16px;
		border: 1px solid #cecece;
	}

	#inquiryBox textarea {
		margin: 5px 0 5px 0;
		padding: 4px 6px;
		width: 715px;
		height: 230px;
		font-size: 16px;
		border: 1px solid #cecece;
		vertical-align: top;
		resize: none;
	}

	#inquiryBox .line .big {
		height: 250px;
	}

	#inquiryBox .line a {
		color: #57c;
	}

	#inquiryBox label {
		cursor: pointer;
	}

	#inquiryBox .line .phn {
		width: 50px;
	}

	.inquirySubmit {
		display: block;
		margin: 15px auto 0;
		padding: 12px 40px;
		font-size: 18px;
		color: white;
		background-color: #7e7e7e;
		cursor: pointer;
	}

	#hamMenu {
		display: none;
	}
}

@media ( max-width: 768px ) {
	.wrapper {
		margin: 0 auto;
		width: 100%;
	}

	.wrapper:after {
		display: block;
		content: '';
		clear: both;
	}

	#header .wrapper>a {
		float: left;
	}

	#header .logo {
		margin: 3px 0 3px 10px;
		width: 200px;
	}

	#headerMenu {
		display: none;
	}

	#headerSub {
		float: right;
		margin: 13px 5px 13px 0;
	}

	#headerSub li {
		float: left;
		margin-left: 20px;
	}

	#headerSub .hamburger {
		cursor: pointer;
	}

	#headerSub li img {
		width: 28px;
	}

	#headerSub li a {
		font-size: 12px;
		line-height: 28px;
		color: #333;
		letter-spacing: -1px;
		text-decoration: none;
		transition: color .25s;
	}

	#headerSub li a:hover {
		color: #f33;
	}

	#mainVisual {
		background-color: #333;
		background-image: url('../img/visual/main.jpg');
		background-position: 50% 50%;
		background-size: auto 100%;
		height: 300px;
	}

	#visualText {
		position: relative;
		height: 220px;
	}

	#textWrapper {
		position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 90%;
	  transform: translate(-50%, -50%);
	}

	#visualText p {
		letter-spacing: 2px;
		text-align: center;
		font-size: 1.1rem;
		color: white;
		text-shadow: 2px 2px 3px #111;
	}

	#visualText h1 {
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		color: white;
		text-shadow: 2px 2px 3px #111;
	}

	#visualText .blueLetter {
		color: #0984e3;
	}

	#visualSearch {
		position: relative;
		height: 80px;
		background-color: rgba(0, 0, 0, .2);
	}

	#searchWrapper {
		position: absolute;
	  top: 50%;
	  left: 50%;
		width: 100%;
	  transform: translate(-50%, -50%);
	}

	#searchWrapper * {
		float: left;
	}

	#searchWrapper p {
		font-size: 1rem;
		width: 30%;
		line-height: 38px;
		text-align: center;
		color: white;
	}

	#searchWrapper form {
		width: 70%;
	}

	#searchWrapper input[type="text"] {
		margin: 0 14px 0 20px;
		padding-left: 8px;
		width: 60%;
		height: 38px;
		font-size: 22px;
		color: white;
		background-color: rgba(255, 255, 255, .2);
		border: 1px solid white;
	}

	#searchWrapper input[type="submit"] {
		padding: 8px;
		width: 20%;
		color: white;
		font-size: 16px;
		background-color: rgba(0, 0, 0, .2);
		border: 1px solid white;
		cursor: pointer;
	}

	#cooperativeWrapper {
		margin: 70px 0;
		height: 443px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	#cooperativeWrapper>* {
		float: left;
		height: 110px;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.cooperativeBox {
		position: relative;
		width: 49.5%;
	}

	.cooperativeBox a {
		display: block;
		height: 100%;
	}

	.cooperativeBox img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 70%;
		transform: translate(-50%, -50%);
	}

	.cooperativeBox a:hover div:after {
		position: absolute;
		display: block;
		content: '홈페이지 이동';
		top: 0;
		left: 0;
		width: 100%;
		height: 110px;
		background-color: rgba(0, 0, 0, .5);
		text-align: center;
		color: rgba(255, 255, 255, .85);
		line-height: 170px;
	}

	#mainBusiness {
		margin-top: 40px;
		padding: 40px 0;
		background-image: url('../img/visual/business.jpg');
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	#mainBusiness h1 {
		margin-bottom: 30px;
		font-size: 30px;
		letter-spacing: 2px;
		text-align: center;
	}

	#mainBusiness .normalLetter {
		font-weight: normal;
	}

	#mainBusiness .businessBox {
		margin: 0 auto 40px;
		width: 90%;
	}

	#mainBusiness .businessCircle {
		margin: 0 auto;
		width: 10rem;
		height: 10rem;
		background-color: rgba(255, 255, 255, .8);
		border-radius: 50%;
	}

	#mainBusiness .businessCircle img {
		margin: 2.5rem;
		width: 50%;
	}

	#mainBusiness h2 {
		margin: 10px 0 5px;
		font-size: 26px;
		font-weight: normal;
		text-align: center;
	}

	#mainBusiness p {
		margin: 0 auto;
		width: 80%;
		line-height: 22px;
		font-size: 14px;
		color: #555;
	}

	#navigateWrapper {
		margin: 70px auto;
		width: 90%;
	}

	.navigator {
		position: relative;
		margin-bottom: 10px;
		width: 100%;
		height: 160px;
		border: 1px solid #aaa;
	}

	.navigator>div {
		margin: 5px;
		height: 148px;
		border: 1px solid #ccc;
	}

	.navigator a {
		display: block;
		padding: 30px;
		width: 308px;
		height: 88px;
		text-decoration: none;
		color: inherit;
	}

	.navigator h2 {
		margin-bottom: 10px;
		line-height: 48px;
	}

	.navigator p {
		font-size: 14px;
	}

	.navigator img {
		margin-right: 15px;
		width: 48px;
		height: 48px;
		opacity: 0.75;
		vertical-align: top;
	}

	.navigator:after {
		position: absolute;
		display: block;
		content: '';
		top: 55px;
		right: 25px;
		width: 0;
		height: 0;
		border-top: 25px solid transparent;
	  border-bottom: 25px solid transparent;
	  border-left: 40px solid #e3e3e3;
	}

	#footer {
		height: 240px;
		background-color: #404040;
	}

	#footer img {
		display: block;
		margin: 0 auto;
		width: 10rem;
	}

	#footerWrapper {
		margin: 15px 0 0;
		padding: 10px;
	}

	#footerWrapper p {
		padding: 3px 0;
		font-size: 14px;
		color: white;
	}

	#footerWrapper .grayLetter {
		margin-top: 12px;
		color: #aaa;
	}

	#partVisual {
		background-color: #333;
		background-image: url('../img/visual/part.jpg');
		background-position: 50% 50%;
		height: 200px;
	}

	#partText {
		position: relative;
		height: 150px;
	}

	#partVisual .partTextLarge {
		height: 200px;
	}

	#partWrapper {
		position: absolute;
	  top: 55%;
	  left: 50%;
	  width: 90%;
	  transform: translate(-50%, -50%);
	}

	.partTextLarge #partWrapper {
		top: 50%;
	}

	#partText h1 {
		text-align: center;
		font-size: 42px;
		font-weight: bold;
		letter-spacing: 5px;
		color: white;
	}

	#partMenu {
		background-color: rgba(0, 0, 0, .2);
	}

	#menuWrapper {
		display: flex;
	}

	#menuWrapper li {
		flex: 1 1;
		text-align: center;
		border-left: 1px solid #ccc;
	}

	#menuWrapper li:first-child {
		border-left: 0;
	}

	#menuWrapper .selected {
		background-color: rgba(255, 255, 255, .2);
	}

	#menuWrapper a {
		display: block;
		width: 100%;
		line-height: 50px;
		text-decoration: none;
		color: white;
		font-size: 20px;
	}

	#partTitle {
		margin: 40px 0 30px;
	}

	#partTitle p {
		font-size: 24px;
		letter-spacing: 2px;
		text-align: center;
	}

	#partSep {
		margin: 20px auto 0;
		width: 30px;
		height: 2px;
		background-color: #0984e3;
	}

	#companyWrapper, #productWrapper, #inquiryWrapper {
		padding-bottom: 100px;
	}

	#companyWrapper:after, #productWrapper:after, #inquiryWrapper:after {
		display: block;
		content: '';
		clear: both;
	}

	#companyWrapper img {
		width: 100%;
	}

	#productWrapper .productNotice {
		float: left;
		margin-left: 5px;
		line-height: 30px;
	}

	#productWrapper form {
		float: right;
		display: block;
		width: 200px;
		height: 32px;
	}

	#productWrapper form:after {
		display: block;
		content: '';
		clear: both;
	}

	#productWrapper form input[type="text"] {
		padding: 4px;
		width: 100px;
		font-size: 16px;
		border: 1px solid #ccc;
	}

	#productWrapper form input[type="submit"] {
		padding: 4px 20px 3px;
		color: white;
		font-size: 16px;
		background-color: #7e7e7e;
		vertical-align: top;
		cursor: pointer;
	}

	#stockList {
		float: left;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	#stockList li {
		border-bottom: 1px solid #eee;
	}

	#stockList li p {
		float: left;
		padding: 5px 0;
		width: 25%;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}

	#stockList .stock {
	  font-weight: bold;
	  color: #e55;
	}

	#stockList .header {
		background-color: #eee;
		border-top: 1px solid #ccc;
	}

	#stockList .header p {
		height: 42px;
		line-height: 42px;
	}

	#stockList .header .stock {
	  font-weight: normal;
	  color: inherit;
	}

	#stockList li:after {
		display: block;
		content: '';
		clear: both;
	}

	#stockList .inquiry a {
		padding: 2px 4px;
		border: 1px solid #ccf;
		text-decoration: none;
		background-color: #8eaeff;
		color: white;
	}

	#stockList li .noData {
		width: 100%;
		text-align: center;
	}

	#productNav {
		float: left;
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}

	#productNav a {
		margin: 0 8px;
		text-decoration: none;
		color: #333;
	}

	#productNav .selected {
		font-weight: bold;
	}

	#inquiryBox {
		margin: 0 auto;
		width: 90%;
		border-top: 1px solid #aaa;
	}

	#inquiryBox .line {
		border-bottom: 1px solid #ccc;
	}

	#inquiryBox .line {
		line-height: 52px;
	}

	#inquiryBox .head {
		display: inline-block;
		margin-right: 10px;
		padding-left: 10px;
		width: 130px;
		font-weight: bold;
		background-color: #eee;
	}

	#inquiryBox input[type="text"] {
		padding: 4px 6px;
		width: 50%;
		font-size: 16px;
		border: 1px solid #cecece;
	}

	#inquiryBox textarea {
		margin: 5px 0 5px 0;
		padding: 4px 6px;
		width: 50%;
		height: 200px;
		font-size: 16px;
		border: 1px solid #cecece;
		vertical-align: top;
		resize: none;
	}

	#inquiryBox .line .big {
		height: 220px;
	}

	#inquiryBox .line a {
		color: #57c;
	}

	#inquiryBox label {
		font-size: 12px;
		cursor: pointer;
	}

	#inquiryBox .line .phn {
		width: 50px;
	}

	.inquirySubmit {
		display: block;
		margin: 15px auto 0;
		padding: 12px 40px;
		font-size: 18px;
		color: white;
		background-color: #7e7e7e;
		cursor: pointer;
	}

	#hamMenu {
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: white;
		background-color: rgba(0, 0, 0, .85);
	}

	#hamMenu a {
		display: block;
		padding: 1.5rem 1.2rem;
		text-decoration: none;
		color: white;
		background-color: rgba(255, 255, 255, .4);
		border-bottom: 1px solid #ccc;
	}

	#hamMenu a:first-child {
		margin-top: 4rem;
	}

	#hamMenu div {
		position: absolute;
		top: 1rem;
		right: 1rem;
		font-size: 2rem;
	}
}