
/* ///////푸터////////////////////////////////// 1200px */
@media (min-width: 1200px) {

  /* ***************************** 카피 */

.copy-sec {
	margin-top: 0px;
	border-top: 1px solid rgb(203, 203, 209);
	border-bottom: 1px solid rgb(203, 203, 209);
	}
	
	.copy-sec > .cont {
		position: relative;
    display: flex;
    min-height: 1px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	 max-width: 1200px;
	}
  
  .box4 {
	width: 100%;
	height: 200px;
	position: relative;
	display: flex;
  }
  
  .box4 > img {
	  position: absolute;
	margin-top: 55px;
	left: 10px;
	width: 20%;
  }
  
  .box4 > p:nth-of-type(1) {
	position: absolute;
	top: 60px;
	right: 10px;
	font-size: 13px;
	font-weight: 400;
	color: rgb(122, 122, 138);
	cursor: pointer;
	font-family: 'Noto Sans KR', sans-serif !important;
  }

  .box4 > p:nth-of-type(1) > a {
	margin-left: 50px;
	font-size: 13px;
	font-weight: 400;
	color: rgb(122, 122, 138);
	cursor: pointer;
	font-family: 'Noto Sans KR', sans-serif !important;
  }

  .box4 > p:nth-of-type(1) > a:nth-of-type(1) {
	margin-left: 0px;
}
  
  .box4 > p:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 130px;
	font-size: 13px;
	font-weight: 300;
	color: rgb(106, 106, 113);
	font-family: 'Noto Sans KR', sans-serif !important;
	}
	
	.box4 > p > span > a {
		color: rgb(106, 106, 113);
		}

  .box4 > p > span {
	margin-left: 50px;
	}
	
  .box4 > p > span:first-child {
	margin-left: 0;
  }
  
  .box5 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 45px;
	width: 100%;
	height: 250px;
	margin-bottom: 0px;
	}
	
  .box5 > p {
	font-size: 13px;
	font-weight: 300;
	color:#333333;
	margin-bottom: 10px;
	font-family: 'Noto Sans KR', sans-serif !important;
	}

	.box5 > p > span > a {
		color:#333333;
	}

	.box5 > p > span {
		margin-left: 30px;
	}

	.box5 > p > span:first-child {
		margin-left: 0;
		}
	
	.box5 > p:nth-of-type(5) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
		}

}

  /* /////////////////////////////////////////// 992px */
  
  @media (max-width: 1199.99px) and (min-width: 992px) {
/* ***************************** 카피 */
.copy-sec {
	margin-top: 0px;
	border-top: 1px solid rgb(203, 203, 209);
	border-bottom: 1px solid rgb(203, 203, 209);
	}
	
	.copy-sec > .cont {
		position: relative;
    display: flex;
    min-height: 1px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	 max-width: 1200px;
	}
  
  .box4 {
	width: 100%;
	height: 200px;
	position: relative;
	display: flex;
  }
  
  .box4 > img {
	  position: absolute;
	margin-top: 55px;
	left: 10px;
	width: 20%;
  }
  
  .box4 > p:nth-of-type(1) {
	position: absolute;
	top: 60px;
	right: 10px;
	font-size: 13px;
	font-weight: 300;
	color: rgb(122, 122, 138);
	font-family: 'Noto Sans KR', sans-serif !important;
  }

  .box4 > p:nth-of-type(1) > a {
	margin-left: 50px;
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-weight: 400;
	color: rgb(122, 122, 138);
	cursor: pointer;
  }

  .box4 > p:nth-of-type(1) > a:nth-of-type(1) {
	margin-left: 0px;
}
  
  .box4 > p:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 130px;
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-weight: 300;
	color: rgb(106, 106, 113);
	}
	
	.box4 > p > span > a {
		color: rgb(106, 106, 113);
		}

  .box4 > p > span {
	margin-left: 50px;
	}
	
  .box4 > p > span:first-child {
	margin-left: 0;
  }
  
  .box5 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 45px;
	width: 100%;
	height: 250px;
	margin-bottom: 0px;
	}
	
  .box5 > p {
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-weight: 300;
	color:#333333;
	margin-bottom: 10px;
	}

	.box5 > p > span > a {
		color:#333333;
	}

	.box5 > p > span {
		margin-left: 30px;
	}

	.box5 > p > span:first-child {
		margin-left: 0;
		}
	
	.box5 > p:nth-of-type(5) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
		}
  }

/* /////////////////////////////////////////// 768px */


 @media (max-width: 991.99px) and (min-width: 768px) {
	 /* ***************************** 카피 */
	 .copy-sec {
		margin-top: 0px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
		}
		
		.copy-sec > .cont {
			position: relative;
			display: flex;
			min-height: 1px;
			margin: 0 auto;
			padding: 0;
			width: 100%;
		 max-width: 1200px;
		}
		
		.box4 {
		width: 100%;
		height: 200px;
		position: relative;
		display: flex;
		}
		
		.box4 > img {
		position: absolute;
		margin-top: 55px;
		left: 10px;
		width: 20%;
		}
		
		.box4 > p:nth-of-type(1) {
		position: absolute;
		top: 60px;
		right: 10px;
		font-size: 13px;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-weight: 300;
		color: rgb(122, 122, 138);
		}
		
		.box4 > p:nth-of-type(1) > a {
			margin-left: 50px;
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 400;
			color: rgb(122, 122, 138);
			cursor: pointer;
		  }
		
		  .box4 > p:nth-of-type(1) > a:nth-of-type(1) {
			margin-left: 0px;
		}

		.box4 > p:nth-of-type(2) {
		position: absolute;
		right: 10px;
		top: 130px;
		font-size: 13px;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-weight: 300;
		color: rgb(106, 106, 113);
		}
		
		.box4 > p > span > a {
			color: rgb(106, 106, 113);
			}
	
		.box4 > p > span {
		margin-left: 50px;
		}
		
		.box4 > p > span:first-child {
		margin-left: 0;
		}
		
		.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin-top: 45px;
		width: 100%;
		height: 250px;
		margin-bottom: 0px;
		}
		
		.box5 > p {
		font-size: 13px;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-weight: 300;
		color:#333333;
		margin-bottom: 10px;
		}
	
		.box5 > p > span {
			margin-left: 30px;
		}
	
		.box5 > p > span:first-child {
			margin-left: 0;
			}

		.box5 > p > span > a {
			color:#333333;
		}
		
		.box5 > p:nth-of-type(5) {
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 300;
			color: rgb(122, 122, 138);
			margin-top: 20px;
			}
  
  }

 
@media (max-width: 767.99px) and (min-width: 576px) {
	/* ***************************** 카피 */
	
	.copy-sec {
		margin-top: 0px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
		}
		
		.copy-sec > .cont {
			position: relative;
			display: flex;
			min-height: 1px;
			margin: 0 auto;
			padding: 0;
			width: 100%;
		 max-width: 1200px;
		}
		
		.box4 {
		width: 100%;
		height: 200px;
		position: relative;
		display: flex;
		}
		
		.box4 > img {
			position: absolute;
		margin-top: 55px;
		left: 10px;
		width: 20%;
		}
		
		.box4 > p:nth-of-type(1) {
		position: absolute;
		top: 60px;
		right: 10px;
		font-size: 13px;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-weight: 300;
		color: rgb(122, 122, 138);
		}

		.box4 > p:nth-of-type(1) > a {
			margin-left: 50px;
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 400;
			color: rgb(122, 122, 138);
			cursor: pointer;
		  }
		
		  .box4 > p:nth-of-type(1) > a:nth-of-type(1) {
			margin-left: 0px;
		}
		
		.box4 > p:nth-of-type(2) {
		position: absolute;
		right: 10px;
		top: 130px;
		font-size: 13px;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-weight: 300;
		color: rgb(106, 106, 113);
		}
		
		.box4 > p > span > a {
			color: rgb(106, 106, 113);
			}
	
		.box4 > p > span {
		margin-left: 50px;
		}
		
		.box4 > p > span:first-child {
		margin-left: 0;
		}
		
		.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin-top: 45px;
		width: 100%;
		height: 250px;
		margin-bottom: 0px;
		}
		
		.box5 > p {
		font-size: 13px;
		font-weight: 300;
		color:#333333;
		margin-bottom: 10px;
		}
	
		.box5 > p > span {
			margin-left: 30px;
		}

		.box5 > p > span > a {
			color:#333333;
		}
	
		.box5 > p > span:first-child {
			margin-left: 0;
			}
		
		.box5 > p:nth-of-type(5) {
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 300;
			color: rgb(122, 122, 138);
			margin-top: 20px;
			}
	  }

	/* /////////////////////////////////////////// 420px */


	@media (max-width: 575.99px) and (min-width: 420px) {
	/* ***************************** 카피 */
		
	.copy-sec {
		margin-top: 0px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
		}
		
		.box4 {
			display: flex;
			justify-content: flex-start;
			flex-direction: column;
			align-items: center;
			width: 100%;
			height: 250px;
		  }
		  
		  .box4 > img {
			margin-top: 35px;
		  width: 200px;
		  }
		  
		  .box4 > p:nth-of-type(1) {
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 300;
			color: rgb(122, 122, 138);
			margin: 20px 0 20px;;
		  }

		  .box4 > p:nth-of-type(1) > a {
			margin-left: 50px;
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 400;
			color: rgb(122, 122, 138);
			cursor: pointer;
		  }
		
		  .box4 > p:nth-of-type(1) > a:nth-of-type(1) {
			margin-left: 0px;
		}
		  
		  .box4 > p:nth-of-type(2) {
				width: 80%;
			text-align: center;
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			line-height: 26px;
			font-weight: 300;
			color: rgb(106, 106, 113);
		  }
		  .box4 > p > span {
			margin-left: 20px;
		  }
		  .box4 > p > span:first-child {
			margin-left: 0;
			}
			.box4 > p > span > a {
				color: rgb(106, 106, 113);
			}
		  
		
		.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin-top: 45px;
		width: 100%;
		height: 250px;
		margin-bottom: 0px;
		}
		
		.box5 > p {
		font-size: 13px;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-weight: 300;
		color:#333333;
		margin-bottom: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		line-height: 28px;
		}

		.box5 > p > span > a {
			color:#333333;
		}
		
		.box5 > p:nth-of-type(5) {
			font-size: 13px;
			font-family: 'Noto Sans KR', sans-serif !important;
			font-weight: 300;
			color: rgb(122, 122, 138);
			margin-top: 20px;
			text-align: center;
			}
	  
	  }

	/* /////////////////////////////////////////// max- 419.99px */


	@media (max-width:419.99px) {
		/* ***************************** 카피 */
		
		.copy-sec {
			margin-top: 0px;
			border-top: 1px solid rgb(203, 203, 209);
			border-bottom: 1px solid rgb(203, 203, 209);
			position: relative;
			}
			
			.box4 {
				display: flex;
				justify-content: flex-start;
				flex-direction: column;
				align-items: center;
				width: 100%;
				height: 250px;
				}
				
				.box4 > img {
				margin-top: 35px;
				width: 200px;
				}
				
				.box4 > p:nth-of-type(1) {
				font-size: 13px;
				font-family: 'Noto Sans KR', sans-serif !important;
				font-weight: 300;
				color: rgb(122, 122, 138);
				margin: 20px 0 20px;;
				}

				.box4 > p:nth-of-type(1) > a {
					margin-left: 50px;
					font-size: 13px;
					font-family: 'Noto Sans KR', sans-serif !important;
					font-weight: 400;
					color: rgb(122, 122, 138);
					cursor: pointer;
				  }
				
				  .box4 > p:nth-of-type(1) > a:nth-of-type(1) {
					margin-left: 0px;
				}
				
				.box4 > p:nth-of-type(2) {
					width: 80%;
				text-align: center;
				font-size: 13px;
				font-family: 'Noto Sans KR', sans-serif !important;
				line-height: 26px;
				font-weight: 300;
				color: rgb(106, 106, 113);
				}
				.box4 > p > span {
				margin-left: 20px;
				}
				.box4 > p > span:first-child {
				margin-left: 0;
				}
				.box4 > p > span > a {
					color: rgb(106, 106, 113);
				}
				
			.copy1-sec {
				position: relative;
			}

			.box5 {
			position: relative;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-direction: column;
			margin-top: 25px;
			width: 100%;
			/*height: 250px;*/
			margin-bottom: 0px;
			padding: 0 20px;
			}
			
			.box5 > p {
			position: relative;
			font-size: 12px;
			font-weight: 300;
			color:#333333;
			margin-bottom: 10px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-direction: column;
			line-height: 22px;
			text-align: center;
			}

			.box5 > p > span > a {
				color:#333333;
			}
			
			.box5 > p:nth-of-type(5) {
				font-size: 11px;
				font-family: 'Noto Sans KR', sans-serif !important;
				font-weight: 300;
				color: rgb(122, 122, 138);
				margin-top: 20px;
				text-align: center;
				line-height: 18px;
				}
			
		  }

		  /* ***************************** 카피 끝 */