#footer {
	width: 100%;
	background: #4261a1;
	position: relative;
	/* z-index: 1; */
	padding: 40px 15px;
	color: #eee;
	font-family: 'GmarketSanslight', sans-serif;
	font-size: 14px;
	overflow: hidden;
	margin-top: 40px;
}

#footer .container {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

#footer .left-wrapper {
	overflow: hidden;
	width: 100%;
}

#footer .left-wrapper .footer-logo {
	width: 160px;
	height: 60px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
}

#footer .right-wrapper .info-list {
	margin: 15px 0;
	overflow: hidden;
}

#footer .right-wrapper .info-list li {
	display: inline;
	float: left;
	line-height: 20px;
	margin-right: 10px;
}

#footer .right-wrapper .info-list li.copy {
	display: block;
}

#footer .right-wrapper .info-list li span {
	font-family: 'GmarketSansMedium', sans-serif;
}

#footer .right-wrapper .info-list li span::after {
	content: ": ";
}

#footer p.address {
	width: calc(100% - 180px);
	float: left;
	color: #eee;
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
	font-family: 'GmarketSanslight', sans-serif;
}

@media ( max-width :980px) {
	#footer p.address {
		margin-top: 0;
	}
	#footer p.address br {
		display: none;
	}
}

/*subscribe button*/
#footer .footer-sub {
	float: left;
	background: #1c366b;
	border: 0;
	padding: 12px 15px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 1;
	margin: 18px 0 0 8px;
	width: 160px;
	color: #eee;
	transition: background 0.3s;
	text-align:center;
	/* line-height: 40px; */
	font-family: 'GmarketSansMedium',sans-serif;
}

#footer .footer-sub:hover {
	background: #1c366b;
}

#footer .footer-sub span {
	width: 14px;
	margin-right: 6px;
	margin-top: 2px;
	display: inline-block;
}

#footer .footer-sub span img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*share button*/
#footer .sns-wrapper {
}

#footer .snslist {
	height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
	float: left;
}

#footer .snslist::before {
	content: '공유하기';
	display: block;
	float: left;
	font-size: 15px;
	margin-right: 13px;
	line-height: 40px;
	color: #eee;
}

#footer .snslist li {
	position: relative;
	background-color: #1c366b;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	border-radius: 20px;
	margin-right: 6px;
	transition: background 0.3s;
	cursor: pointer;];];
}

#footer .snslist li:last-child {
	margin-right: 0;
}

#footer .snslist li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#footer .snslist li:hover {
	background-color: #000;
}

/*past vol link*/
#footer  #bottomlist {
	float: left;
}

#footer  #bottomlist::before {
	content: "다른 호 보기";
	display: block;
	float: left;
	width: 83px;
	font-size: 15px;
	margin-right: 10px;
	line-height: 40px;
	color: #eee;
}

#footer  #bottomlist .showbtn {
	position: relative;
	float: right;
	right: 0;
	z-index: 100;
	width: 260px;
	height: 35px;
	top: 2px;
	border-radius: 15px;
	padding: 0px 16px;
	color: #e2e2e2;
	background-color: #1c366b;
	border: 1px solid #1c366b;
	transition: background 0.3s;
}

#footer #bottomlist .showbtn:hover {
	background-color: #111;
}

#footer  #bottomlist .showbtn span {
	color: #f7f7f7;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 34px;
	margin: 0;
}

#footer  #bottomlist .showbtn span.arrow {
	float: right;
	font-size: 12px;
}

#footer .right-wrapper #bottomlist .coverlist {
	width: 240px;
	/* height: 100px; */
	right: 10px;
	bottom: 25px;
	padding: 0;
	background: #141414;
	border: 0;
	color: #d9d9d9;
	max-height: 150px;
	/* overflow-x: hidden; */
	overflow-y: scroll;
	z-index: 999;
}

#footer  #bottomlist .coverlist li {
	padding: 0 0 0 12px;
	height: 30px;
	line-height: 30px;
}

#footer  #bottomlist .coverlist li:hover {
	color: #fff;
	background-color: #000;
}

/* family-link */
.link-wrapper {
	float: right;
	margin-top: 10px;
}

#footer .family-link {
	display: block;
	color: #ddd;
	float: right;
	position: relative;
}

#footer .family-link span {
	position: absolute;
	background-color: #222;
	padding: 8px 4px;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 120px;
	font-size: 12px;
	line-height: 16px;
	border-radius: 5px;
	opacity: 0;
	display: none;
	transition: display 0s, opacity 1s;
}

#footer .family-link span::after {
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	background: #222222;
	display: block;
	position: absolute;
	left: calc(50% - 5px);
	bottom: -5px;
}

/* 맨위로 버튼 */
.btn_top {
	visibility: hidden;
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	visibility: visible;
	opacity: 0;
	transition: visibility 0s linear 0s, opacity 300ms;
}

.btn_top.btn_top_visible {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}

.btn_top img {
	width: 100%;
}

#footer .family-link:first-child {
	margin-left: 10px;
}

#footer .family-link:nth-child(2){
	margin-left: 10px;
}


#footer .family-link:first-child span {
	width: 100px;
}

#footer .family-link img {
	width: 30px;
	height: 30px;
}

#footer .family-link:hover span {
	color: #fff;
	opacity: 1;
	display: block;
}

@media ( max-width :980px) {
	#footer .sns-wrapper {
		float: none;
	}
	#footer .snslist {
		margin-right: 0;
	}
	#footer #bottomlist {
		display: none;
	}
}

/*----- footer-modal -----*/
#footer .modal-dialog {
	width: 90%;
	max-width: 480px;
	text-align: center;
	margin: 120px auto;
	z-index: 9999;
	font-family: 'GmarketSansMedium', sans-serif;
}

#footer .modal-dialog .modal-header {
	border: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

#footer .modal-dialog .modal-header .close {
	position: absolute;
	left: auto;
	right: 5px;
	top: 10px;
	width: 30px;
	height: 30px;
	z-index: 1042;
	font-size: 30px;
}

#footer .modal-dialog .modal-body {
	text-align: center;
	color: #222;
	padding: 0;
}
/*구독신청*/
#footer #subscribe .sub-icon {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	padding: 5%;
}

#footer #subscribe .sub-icon .ico-img {
	margin: 0 auto;
	display: block;
	background-size: contain;
	width: 120px;
	height: 120px;
}

#footer #subscribe .sub-text {
	width: 100%;
	height: auto;
	text-align: center;
	word-break: keep-all;
	padding: 8% 5%;
	color: #222;
}

#footer #subscribe .sub-text br {
	display: none;
}

#footer #subscribe .sub-text h4 {
	font-size: 24px;
	font-family: 'GmarketSansBold', sans-serif;
}

#footer #subscribe .sub-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

#footer #subscribe .sub-text input {
	width: 100%;
	max-width: 100%;
	height: 40px;
	font-size: 14px;
	float: none;
	margin: 0 auto 20px;
	line-height: 40px;
	padding: 0 10px;
}

#footer #subscribe .sub-text button {
	font-size: 18px;
	font-family: 'GmarketSansMedium', sans-serif;
	background: #000;
	color: #fff;
	border: 0;
	padding: 10px 16px 8px 16px;
}

@media ( max-width : 767px) {
	#footer .left-wrapper {
		float: none;
		margin: 0 auto;
	}
	#footer .right-wrapper .sns-wrapper {
		margin-top: 15px;
	}
	#footer .right-wrapper .sns-wrapper .snslist {
		width: 100%;
	}
	#footer .right-wrapper .snslist::before {
		display: none;
	}

	/* family-link */
	#footer .right-wrapper .family-link {
		display: block;
		color: #ddd;
		float: left;
	}
	#footer .right-wrapper .link-wrapper {
		float: none;
		overflow: hidden;
	}
	#footer .right-wrapper .family-link:first-child {
		margin: 0 15px 0 0;
	}
	
	#footer .right-wrapper .family-link:nth-child(2) {
		margin: 0 15px 10px 0;
	}
	
	
	#footer .right-wrapper .family-link img {
		width: 30px;
		height: 30px;
		margin-right: 6px;
	}
	#footer .right-wrapper .family-link span {
		display: block;
		opacity: 1;
		position: unset;
		display: inline;
		background: none;
	}
	#footer .right-wrapper .family-link span::after {
		display: none;
	}
	#footer .right-wrapper .family-link:hover span {
		color: #fff;
	}
	.btn_top {
		bottom: 40px;
		/* right: 10px; */
		width: 40px;
		height: 40px;
	}
}

@media ( max-width :600px) {
	#footer .right-wrapper .info-list li:nth-child(1), #footer .right-wrapper .info-list li.copy {
		margin-right: 0;
	}
}

@media ( max-width :420px) {
	#footer .right-wrapper .family-link:first-child {
		margin-bottom: 10px;
	}
}