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

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

	.copy-sec {
		margin-top: 50px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
	}

	.box4 {
		width: 100%;
		margin: 40px;
		display: flex;
		flex-direction: column;
	}

	.box4 .copy-logo {
		text-align: center;
		margin-bottom: 25px;
	}

	.box4 .copy-logo>img {		
		width: calc(226px * 0.8);
	}

	.box4 p, .box4 p a {
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 14px;
		font-weight: 300;
		color: #6a6a71;
		line-height: 24px;
		text-align: center;
	}

	.copy-sec-2 {
		margin: 30px 0;
	}

	.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.copy-btn {
		width: 250px;
		height: 45px;
		border: none;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: #1c1c21;
		transition: all 0.7s ease-in;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: #4d4d4d;
		transition: all 0.7s ease-in;
	}

}

/* /////////////////////////////////////////// 992px */

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

	.copy-sec {
		margin-top: 50px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
	}

	.box4 {
		width: 100%;
		margin: 40px;
		display: flex;
		flex-direction: column;
	}

	.box4 .copy-logo {
		text-align: center;
		margin-bottom: 25px;
	}

	.box4 .copy-logo>img {		
		width: calc(226px * 0.8);
	}

	.box4 p, .box4 p a {
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 14px;
		font-weight: 300;
		color: #6a6a71;
		line-height: 24px;
		text-align: center;
	}

	.copy-sec-2 {
		margin: 30px 0;
	}

	.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.copy-btn {
		width: 250px;
		height: 45px;
		border: none;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: #1c1c21;
		transition: all 0.7s ease-in;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: #4d4d4d;
		transition: all 0.7s ease-in;
	}
}

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


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

	.copy-sec {
		margin-top: 50px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
	}

	.box4 {
		width: 100%;
		margin: 40px;
		display: flex;
		flex-direction: column;
	}

	.box4 .copy-logo {
		text-align: center;
		margin-bottom: 25px;
	}

	.box4 .copy-logo>img {		
		width: calc(226px * 0.8);
	}

	.box4 p, .box4 p a {
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 14px;
		font-weight: 300;
		color: #6a6a71;
		line-height: 24px;
		text-align: center;
	}

	.copy-sec-2 {
		margin: 30px 0;
	}

	.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.copy-btn {
		width: 200px;
		height: 40px;
		border: none;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: #1c1c21;
		transition: all 0.7s ease-in;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: #4d4d4d;
		transition: all 0.7s ease-in;
	}

}

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




@media (max-width: 767.99px) {
	.box4>p:nth-of-type(1) {
		margin-top: 10px;
	}

	.box4>p:nth-of-type(2) {
		margin-top: 20px;
	}

}

@media (max-width: 575px) {
	.box4>p:nth-of-type(1) {
		margin-top: 5px;
	}
}


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

	.copy-sec {
		margin-top: 50px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
	}

	.box4 {
		width: 100%;
		margin: 30px;
		display: flex;
		flex-direction: column;
	}

	.box4 .copy-logo {
		text-align: center;
		margin-bottom: 5px;
	}

	.box4 .copy-logo>img {		
		width: calc(226px * 0.7);
	}

	.box4 p, .box4 p a {
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 14px;
		font-weight: 300;
		color: #6a6a71;
		line-height: 24px;
		text-align: center;
	}

	.copy-sec-2 {
		margin: 20px 0;
	}

	.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.copy-btn {
		width: 150px;
		height: 33px;
		border: none;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: #1c1c21;
		transition: all 0.7s ease-in;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: #4d4d4d;
		transition: all 0.7s ease-in;
	}
}

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


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

	.copy-sec {
		margin-top: 50px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
	}

	.box4 {
		width: 100%;
		margin: 30px;
		display: flex;
		flex-direction: column;
	}

	.box4 .copy-logo {
		text-align: center;
		margin-bottom: 5px;
	}

	.box4 .copy-logo>img {		
		width: calc(226px * 0.7);
	}

	.box4 p, .box4 p a {
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 14px;
		font-weight: 300;
		color: #6a6a71;
		line-height: 24px;
		text-align: center;
	}

	.copy-sec-2 {
		margin: 20px 0;
	}

	.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.copy-btn {
		width: 150px;
		height: 33px;
		border: none;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: #1c1c21;
		transition: all 0.7s ease-in;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: #4d4d4d;
		transition: all 0.7s ease-in;
	}

}

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


@media (max-width:419.99px) {
	/* ***************************** 카피 */

	.copy-sec {
		margin-top: 50px;
		border-top: 1px solid rgb(203, 203, 209);
		border-bottom: 1px solid rgb(203, 203, 209);
	}

	.box4 {
		width: 100%;
		margin: 30px;
		display: flex;
		flex-direction: column;
	}

	.box4 .copy-logo {
		text-align: center;
		margin-bottom: 5px;
	}

	.box4 .copy-logo>img {		
		width: calc(226px * 0.6);
	}

	.box4 p, .box4 p a {
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 14px;
		font-weight: 300;
		color: #6a6a71;
		line-height: 24px;
		text-align: center;
	}

	.copy-sec-2 {
		margin: 20px 0;
	}

	.box5 {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.copy-btn {
		width: 150px;
		height: 33px;
		border: none;
		font-family: 'Noto Sans KR', sans-serif !important;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		background-color: #1c1c21;
		transition: all 0.7s ease-in;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: #4d4d4d;
		transition: all 0.7s ease-in;
	}


}

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