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

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

.copy-sec {
	margin-top: 70px;
	border-top: 1px solid rgb(203, 203, 209);
	border-bottom: 1px solid rgb(203, 203, 209);
  }
  
  .box4 {
	width: 100%;
	height: 200px;
	position: relative;
	display: flex;
  }
  
  .box4 > img {
	position: absolute;
	margin-top: 55px;
	left: 0px;
  }

  
  .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;
  }
  .box4 > p:nth-of-type(1) a {
	color: rgb(122, 122, 138);
	font-family: 'Noto Sans KR', sans-serif;
   }
  
  .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;
  }
  .box4 > p > span {
	margin-left: 50px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans KR', sans-serif;
	color: rgb(106, 106, 113);
  }
  .box4 > p > span a {
    font-size: 16px;
	font-weight: 400;
	color: rgb(106, 106, 113);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .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;
  }
  .copy-btn {
	width: 250px;
	height: 45px;
	margin-bottom: 40px;
	border: none;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background-color: rgb(102, 96, 101);
	transition: all 0.7s ease-in;
  }
  .copy-btn a {
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .copy-btn:hover {
	background-color: rgb(63, 47, 60);
	transition: all 0.7s ease-in;
  }
  
  .box5 > p {
	font-size: 14px;
	font-weight: 400;
	color: rgb(122, 122, 138);
	line-height: 28px;
    text-align: center;
	width:100%;
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box5 > p a {
	font-size: 14px;
	font-weight: 400;
	color: rgb(122, 122, 138);
	line-height: 28px;
    text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
  }

}

  /* /////////////////////////////////////////// 992px */
  
  @media (max-width: 1199.99px) and (min-width: 992px) {
/* ***************************** 카피 */

.copy-sec {
	margin-top: 70px;
	border-top: 1px solid rgb(203, 203, 209);
	border-bottom: 1px solid rgb(203, 203, 209);
  }
  
  .box4 {
	width: 100%;
	height: 200px;
  }
  
  .box4 > img {
	margin-top: 35px;
  }
  
  .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;
  }
  
  .box4 > p:nth-of-type(2) {
	position: absolute;
	top: 130px;
	right: 10px;
	font-size: 13px;
	font-weight: 300;
	color: rgb(106, 106, 113);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box4 > p > span {
	margin-left: 50px;
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box4 > p > span a {
    color: rgb(106, 106, 113);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box4 > p:nth-of-type(1) a {
	color: rgb(122, 122, 138);
	font-family: 'Noto Sans KR', sans-serif;
   }
  .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: 150px;
	margin-bottom: 50px;
  }
  .copy-btn {
	width: 250px;
	height: 45px;
	margin-bottom: 30px;
	border: none;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background-color: rgb(102, 96, 101);
	transition: all 0.7s ease-in;
  }
  .copy-btn a {
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .copy-btn:hover {
	background-color: rgb(63, 47, 60);
	transition: all 0.7s ease-in;
  }
  
  .box5 > p {
	font-size: 13px;
	font-weight: 300;
	color: rgb(122, 122, 138);
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box5 > p a {
	font-size: 13px;
	font-weight: 300;
	color: rgb(122, 122, 138);
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
  }
  }

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


 @media (max-width: 991.99px) and (min-width: 768px) {
	 /* ***************************** 카피 */

.copy-sec {
	margin-top: 70px;
	border-top: 1px solid rgb(203, 203, 209);
	border-bottom: 1px solid rgb(203, 203, 209);
  }
  
  .box4 {
	width: 100%;
	height: 200px;
  }
  
  .box4 > img {
	margin-top: 35px;
  }
  
  .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;
  }
  
  .box4 > p:nth-of-type(2) {
	position: absolute;
	top: 130px;
	right: 10px;
	font-size: 13px;
	font-weight: 300;
	color: rgb(106, 106, 113);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box4 > p > span {
	margin-left: 50px;
  }
  .box4 > p > span:first-child {
    font-family: 'Noto Sans KR', sans-serif;
	margin-left: 0;
  }
  .box4 > p > span a {
    color: rgb(106, 106, 113);
  }
  .box4 > p:nth-of-type(1) a {
	color: rgb(122, 122, 138);
	font-family: 'Noto Sans KR', sans-serif;
   }
  .box5 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-top: 45px;
	width: 100%;
	height: 150px;
	margin-bottom: 50px;
  }
  .copy-btn {
	width: 250px;
	height: 45px;
	margin-bottom: 30px;
	border: none;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background-color: rgb(102, 96, 101);
	transition: all 0.7s ease-in;
  }
  .copy-btn a {
	color: rgb(255, 255, 255);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .copy-btn:hover {
	background-color: rgb(63, 47, 60);
	transition: all 0.7s ease-in;
  }
  
  .box5 > p {
	font-size: 13px;
	font-weight: 300;
	color: rgb(122, 122, 138);
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
  }

  .box5 > p a {
	font-size: 13px;
	font-weight: 300;
	color: rgb(122, 122, 138);
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
  }
  
  }

  /* /////////////////////////////////////////// 576px */




	@media (max-width: 767.99px) {
	.box4 > p:nth-of-type(1) {
		margin-top: 20px;
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  
	  .box4 > p:nth-of-type(2) {
		margin-top: 20px;
		font-family: 'Noto Sans KR', sans-serif;
		}
		
	}

@media (max-width: 767.99px) and (min-width: 576px) {
	/* ***************************** 카피 */
	
	.copy-sec {
		margin-top: 70px;
		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: 210px;
	  }
	  
	  .box4 > img {
		margin-top: 35px;
	    width: 200px;
	  }
	  
	  .box4 > p:nth-of-type(1) {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 35px;
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  
	  .box4 > p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(106, 106, 113);
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .box4 > p > span {
		margin-left: 20px;
	  }
	  .box4 > p > span:first-child {
		margin-left: 0;
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .box4 > p > span a {
    color: rgb(106, 106, 113);
	font-family: 'Noto Sans KR', sans-serif;
  }
  .box4 > p:nth-of-type(1) a {
	color: rgb(122, 122, 138);
	font-family: 'Noto Sans KR', sans-serif;
   }
	  .box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin-top: 45px;
		width: 100%;
		height: 150px;
		margin-bottom: 50px;
	  }
	  .copy-btn {
		width: 250px;
		height: 45px;
		margin-bottom: 30px;
		border: none;
		font-size: 13px;
		font-weight: 300;
		text-transform: uppercase;
		color: rgb(255, 255, 255);
		background-color: rgb(102, 96, 101);
		transition: all 0.7s ease-in;
	  }
	  .copy-btn a {
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .copy-btn:hover {
		background-color: rgb(63, 47, 60);
		transition: all 0.7s ease-in;
	  }
	  
	  .box5 > p {
		font-size: 12px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		text-align: center;
		font-family: 'Noto Sans KR', sans-serif;
	  }

	  .box5 > p a{
		font-size: 12px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		text-align: center;
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  
	  }

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


	@media (max-width: 575.99px) and (min-width: 420px) {
	/* ***************************** 카피 */
		
	.copy-sec {
		margin-top: 70px;
		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: 280px;
	  }
	  
	  .box4 > img {
		margin-top: 35px;
	  width: 200px;
	  }
	  
	  .box4 > p:nth-of-type(1) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  
	  .box4 > p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(106, 106, 113);
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .box4 > p > span {
		margin-left: 20px;
	  }
	  .box4 > p > span:first-child {
		margin-left: 0;
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .box4 > p > span a {
        color: rgb(106, 106, 113);
		font-family: 'Noto Sans KR', sans-serif;
      }
      .box4 > p:nth-of-type(1) a {
	    color: rgb(122, 122, 138);
		font-family: 'Noto Sans KR', sans-serif;
      }
	  .box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin-top: 45px;
		width: 100%;
		height: 150px;
		margin-bottom: 50px;
	  }
	  .copy-btn {
		width: 250px;
		height: 45px;
		margin-bottom: 30px;
		border: none;
		font-size: 13px;
		font-weight: 300;
		text-transform: uppercase;
		color: rgb(255, 255, 255);
		background-color: rgb(102, 96, 101);
		transition: all 0.7s ease-in;
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .copy-btn a {
		color: rgb(255, 255, 255);
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  .copy-btn:hover {
		background-color: rgb(63, 47, 60);
		transition: all 0.7s ease-in;
	  }
	  
	  .box5 > p {
		font-size: 12px;
		font-weight: 300;
		text-align: center;
		color: rgb(122, 122, 138);
		font-family: 'Noto Sans KR', sans-serif;
	  }

	  .box5 > p a{
		font-size: 12px;
		font-weight: 300;
		text-align: center;
		color: rgb(122, 122, 138);
		font-family: 'Noto Sans KR', sans-serif;
	  }
	  
	  }

	/* /////////////////////////////////////////// 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);
		  }
		  
		  .box4 {
			display: flex;
			justify-content: flex-start;
			flex-direction: column;
			align-items: center;
			width: 100%;
			height: 240px;
		  }
		  
		  .box4 > img {
			margin-top: 35px;
		    width: 200px;
		  }
		  
		  .box4 > p:nth-of-type(1) {
			font-size: 13px;
			font-weight: 300;
			color: rgb(122, 122, 138);
			font-family: 'Noto Sans KR', sans-serif;
		  }
		  
		  .box4 > p:nth-of-type(2) {
			width: 80%;
			text-align: center;
			font-size: 13px;
			line-height: 26px;
			font-weight: 300;
			color: rgb(106, 106, 113);
			font-family: 'Noto Sans KR', sans-serif;
		  }
		  .box4 > p > span {
			margin-left: 20px;
			
		  }
		  .box4 > p  a{
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(106, 106, 113);
		  }
		  .box4 > p > span a{
			margin-left: 20px;
			font-family: 'Noto Sans KR', sans-serif;
			color: rgb(106, 106, 113);
		  }
		  .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: 25px;
			width: 100%;
			height: 140px;
			margin-bottom: 50px;
		  }
		  .copy-btn {
			width: 250px;
			height: 45px;
			margin-bottom: 30px;
			border: none;
			font-size: 13px;
			font-weight: 300;
			text-transform: uppercase;
			color: rgb(255, 255, 255);
			background-color: rgb(102, 96, 101);
			transition: all 0.7s ease-in;
		  }
		  .copy-btn a {
			color: #247c26;
			font-family: 'Noto Sans KR', sans-serif;
		  }
		  .copy-btn:hover {
			background-color: rgb(63, 47, 60);
			transition: all 0.7s ease-in;
		  }
		  
		  .box5 > p {
			font-size: 12px;
			font-weight: 300;
			text-align: center;
			color: rgb(122, 122, 138);
			font-family: 'Noto Sans KR', sans-serif;
		  }

		  .box5 > p a {
			font-size: 12px;
			font-weight: 300;
			text-align: center;
			color: rgb(122, 122, 138);
			font-family: 'Noto Sans KR', sans-serif;
		  }
		  
		  }

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