/* ///////푸터////////////////////////////////// 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: 250px;
		position: relative;
		display: flex;
	}

	.box4>img {
		position: absolute;
		margin-top: 35px;
		left: 10px;
		width: 114px;
	}

	.box4>.f-address {
		position: absolute;
		margin-top: 98px;
		left: 10px;
		font-weight: 300;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #555;
		line-height: 23px;
	}

	.box4>p:nth-of-type(1) {
		position: absolute;
		top: 60px;
		right: 10px;
		font-size: 13px;
		font-weight: 300;
		color: #555;
	}

	.box4>p:nth-of-type(2) {
		position: absolute;
		right: 10px;
		top: 130px;
		font-size: 13px;
		font-weight: 300;
		color: #555;
	}

	.box4>p a {
		color: #555;
	}

	.box4>p>span a {
		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%;
		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;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: rgb(63, 47, 60);
		transition: all 0.7s ease-in;
	}

}

/* /////////////////////////////////////////// 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: 250px;
		position: relative;
		display: flex;
	}

	.box4>img {
		position: absolute;
		margin-top: 35px;
		left: 10px;
		width: 114px;
	}

	.box4>.f-address {
		position: absolute;
		margin-top: 98px;
		left: 10px;
		font-weight: 300;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 13px;
		color: #555;
		line-height: 23px;
	}

	.box4>p:nth-of-type(1) {
		position: absolute;
		top: 60px;
		right: 10px;
		font-size: 13px;
		font-weight: 300;
		color: #555;
	}

	.box4>p:nth-of-type(2) {
		position: absolute;
		right: 10px;
		top: 130px;
		font-size: 13px;
		font-weight: 300;
		color: #555;
	}

	.box4>p a {
		color: #555;
	}

	.box4>p>span a {
		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%;
		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;
		cursor: pointer;
	}

	.copy-btn:hover {
		background-color: rgb(63, 47, 60);
		transition: all 0.7s ease-in;
	}
}

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


@media (max-width: 991px) 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);
		font-family: 'Noto Sans KR', sans-serif;
	}

	.box4 {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 310px;
	}

	.box4>img {
		margin-top: 35px;
		width: 100px;
	}

	.box4>.f-address {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
		line-height: 1.8;
	}

	.box4>p:nth-of-type(1) {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
	}

	.box4>p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(106, 106, 113);
		margin-top: 20px;
	}

	.box4>p a {
		color: #555;
	}

	.box4>p>span a {
		margin-left: 20px;
	}

	.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%;
		margin-bottom: 25px;
	}

	.copy-btn {
		width: 200px;
		height: 35px;
		border: none;
		background-color: rgb(102, 96, 101);
		transition: all 0.7s ease-in;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		cursor: pointer;
	}


	.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);
	}

}

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




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

	.box4>p:nth-of-type(2) {
		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);
		font-family: 'Noto Sans KR', sans-serif;
	}

	.box4 {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 310px;
	}

	.box4>img {
		margin-top: 35px;
		width: 100px;
	}

	.box4>.f-address {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
		line-height: 1.8;
	}

	.box4>p:nth-of-type(1) {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
	}

	.box4>p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(106, 106, 113);
		margin-top: 20px;
	}

	.box4>p a {
		color: #555;
	}

	.box4>p>span a {
		margin-left: 20px;
	}

	.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%;
		margin-bottom: 25px;
	}

	.copy-btn {
		width: 200px;
		height: 35px;
		border: none;
		background-color: rgb(102, 96, 101);
		transition: all 0.7s ease-in;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		cursor: pointer;
	}


	.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);
	}

}

/* /////////////////////////////////////////// 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);
		font-family: 'Noto Sans KR', sans-serif;
	}

	.box4 {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
	}

	.box4>img {
		margin-top: 35px;
		width: 100px;
	}

	.box4>.f-address {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	.box4>p:nth-of-type(1) {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
	}

	.box4>p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(106, 106, 113);
		margin-top: 20px;
	}

	.box4>p a {
		color: #555;
	}

	.box4>p>span a {
		margin-left: 10px;
	}

	.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%;
		margin-bottom: 25px;
	}

	.copy-btn {
		width: 200px;
		height: 35px;
		border: none;
		background-color: rgb(102, 96, 101);
		transition: all 0.7s ease-in;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		cursor: pointer;
	}


	.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);
	}

}

/* /////////////////////////////////////////// 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);
		font-family: 'Noto Sans KR', sans-serif;
	}

	.box4 {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
	}

	.box4>img {
		margin-top: 35px;
		width: 100px;
	}

	.box4>.f-address {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
		line-height: 1.8;
		margin-bottom: 25px;
	}

	.box4>p:nth-of-type(1) {
		width: 100%;
		text-align: center;
		font-size: 13px;
		font-weight: 300;
		color: rgb(122, 122, 138);
		margin-top: 20px;
	}

	.box4>p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 300;
		color: rgb(106, 106, 113);
		margin-top: 20px;
	}

	.box4>p a {
		color: #555;
	}

	.box4>p>span a {
		margin-left: 5px;
	}

	.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%;
		margin-bottom: 25px;
	}

	.copy-btn {
		width: 200px;
		height: 35px;
		border: none;
		background-color: rgb(102, 96, 101);
		transition: all 0.7s ease-in;
		font-size: 13px;
		font-weight: 300;
		color: rgb(255, 255, 255);
		cursor: pointer;
	}


	.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);
	}

}

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